complexType AspectRatioType
diagram gluon3_1_p960.png
namespace urn:tva:metadata:2005
type extension of tva:RatioType
properties
base tva:RatioType
used by
element VideoAttributesType/AspectRatio
facets
Kind Value Annotation
pattern \d+:\d+
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string  optional  original    
source <xs:complexType name="AspectRatioType">
 
<xs:simpleContent>
   
<xs:extension base="tva:RatioType">
     
<xs:attribute name="type" use="optional" default="original">
       
<xs:simpleType>
         
<xs:restriction base="string">
           
<xs:enumeration value="original"/>
           
<xs:enumeration value="publication"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AspectRatioType/@type
type restriction of xs:string
properties
use optional
default original
facets
Kind Value Annotation
enumeration original
enumeration publication
source <xs:attribute name="type" use="optional" default="original">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="original"/>
     
<xs:enumeration value="publication"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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