complexType aspectRatioType
diagram gluon3_1_p618.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:factorNumerator ebucore:factorDenominator
used by
elements imageFormatType/aspectRatio videoFormatType/aspectRatio
attributes
Name  Type  Use  Default  Fixed  Annotation
typeLabel  xs:string        
documentation
Free text to define the type of the associated element.
typeDefinition  xs:string        
documentation
Free text to provide a definition for the type.
typeLink  xs:anyURI        
documentation
A URI to link e.g. to a type in a classification scheme.
typeSource  xs:string        
documentation
To identify a source of attribution.
typeLanguage  xs:language        
documentation
To define the language in which the type information is provided.
annotation
documentation
A string to define e.g. the ratio of the picture (the width by the
height), for instance '4:3' or '16:9' (rational).
source <xs:complexType name="aspectRatioType">
 
<xs:annotation>
   
<xs:documentation>A string to define e.g. the ratio of the picture (the width by the
height), for instance '4:3' or '16:9' (rational).
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="factorNumerator" type="integer" default="1">
     
<xs:annotation>
       
<xs:documentation> The numerator of the rational. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="factorDenominator" type="integer" default="1">
     
<xs:annotation>
       
<xs:documentation> The denominator of the rational. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> The type of aspect ratio. </xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

element aspectRatioType/factorNumerator
diagram gluon3_1_p619.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:integer
properties
content simple
default 1
annotation
documentation
The numerator of the rational.
source <xs:element name="factorNumerator" type="integer" default="1">
 
<xs:annotation>
   
<xs:documentation> The numerator of the rational. </xs:documentation>
 
</xs:annotation>
</xs:element>

element aspectRatioType/factorDenominator
diagram gluon3_1_p620.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:integer
properties
content simple
default 1
annotation
documentation
The denominator of the rational.
source <xs:element name="factorDenominator" type="integer" default="1">
 
<xs:annotation>
   
<xs:documentation> The denominator of the rational. </xs:documentation>
 
</xs:annotation>
</xs:element>


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