diagram | |||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||
type | extension of xs:long | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="rationalType"> <xs:annotation> <xs:documentation> A complex Type defining the structure of a technical attribute ot type rational </xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="long"> <xs:attribute name="factorNumerator" type="integer" default="1"> <xs:annotation> <xs:documentation> The numerator of the fraction / rational number. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="factorDenominator" type="integer" default="1"> <xs:annotation> <xs:documentation> The denominator of the fraction / rational number. </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:integer | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="factorNumerator" type="integer" default="1"> <xs:annotation> <xs:documentation> The numerator of the fraction / rational number. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:integer | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="factorDenominator" type="integer" default="1"> <xs:annotation> <xs:documentation> The denominator of the fraction / rational number. </xs:documentation> </xs:annotation> </xs:attribute> |