complexType lengthType
diagram gluon3_1_p835.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:nonNegativeInteger
properties
base nonNegativeInteger
attributes
Name  Type  Use  Default  Fixed  Annotation
unit  xs:string        
documentation
An attribute to specify the unit in which the width is
expressed.
source <xs:complexType name="lengthType">
 
<xs:simpleContent>
   
<xs:annotation>
     
<xs:documentation> To provide a length associated with a unit. </xs:documentation>
   
</xs:annotation>
   
<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 lengthType/@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