diagram | |||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||
type | extension of xs:nonNegativeInteger | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="dimensionType"> <xs:annotation> <xs:documentation> To provide a dimension associated with a unit. </xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="nonNegativeInteger"> <xs:attribute name="unit" type="string"> <xs:annotation> <xs:documentation> An attribute to specify the unit in which the width is expressed. </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="unit" type="string"> <xs:annotation> <xs:documentation> An attribute to specify the unit in which the width is expressed. </xs:documentation> </xs:annotation> </xs:attribute> |