complexType dimensionType
diagram gluon3_1_p780.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:nonNegativeInteger
properties
base nonNegativeInteger
used by
elements imageFormatType/height videoFormatType/height documentFormatType/height imageFormatType/width videoFormatType/width documentFormatType/width
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  xs:string        
documentation
An attribute to specify the unit in which the width is
expressed.
annotation
documentation
To provide a dimension associated with a unit.
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>

attribute dimensionType/@unit
type xs:string
annotation
documentation
An attribute to specify the unit in which the width is
expressed.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy