group technicalAttributes
diagram gluon3_1_p591.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:technicalAttributeString ebucore:technicalAttributeByte ebucore:technicalAttributeShort ebucore:technicalAttributeInteger ebucore:technicalAttributeLong ebucore:technicalAttributeUnsignedByte ebucore:technicalAttributeUnsignedShort ebucore:technicalAttributeUnsignedInteger ebucore:technicalAttributeUnsignedLong ebucore:technicalAttributeBoolean ebucore:technicalAttributeFloat ebucore:technicalAttributeRational ebucore:technicalAttributeUri
used by
complexTypes audioFormatType dataFormatType documentFormatType formatType imageFormatType videoFormatType
source <xs:group name="technicalAttributes">
 
<xs:sequence>
   
<xs:element name="technicalAttributeString" type="ebucore:String" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type string for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeByte" type="ebucore:Int8" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type byte for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeShort" type="ebucore:Int16" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type short for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeInteger" type="ebucore:Int32" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type integer for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeLong" type="ebucore:Int64" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type long for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeUnsignedByte" type="ebucore:UInt8" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type unsigned byte for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeUnsignedShort" type="ebucore:UInt16" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type unsigned short for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeUnsignedInteger" type="ebucore:UInt32" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type unsigned integer for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeUnsignedLong" type="ebucore:UInt64" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type unsigned long for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeBoolean" type="ebucore:Boolean" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type boolean for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeFloat" type="ebucore:Float" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type float for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeRational" type="ebucore:technicalAttributeRationalType" default="1" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type rational for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="technicalAttributeUri" type="ebucore:technicalAttributeUriType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A technical attribute ot type anyURI for user
customisation/extension.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:group>

element technicalAttributes/technicalAttributeString
diagram gluon3_1_p592.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:String
properties
minOcc 0
maxOcc unbounded
content complex
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.
formatLabel  xs:string        
documentation
Free text to define the format of the associated element.
formatDefinition  xs:string        
documentation
Free text to provide a definition for the format.
formatLink  xs:anyURI        
documentation
A URI to link e.g. to a format in a classification scheme.
formatSource  xs:string        
documentation
To identify a source of attribution.
formatLanguage  xs:language        
documentation
To define the language in which the type information is provided.
annotation
documentation
A technical attribute ot type string for user
customisation/extension.
source <xs:element name="technicalAttributeString" type="ebucore:String" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type string for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeByte
diagram gluon3_1_p593.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:Int8
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type byte for user
customisation/extension.
source <xs:element name="technicalAttributeByte" type="ebucore:Int8" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type byte for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeShort
diagram gluon3_1_p594.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:Int16
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type short for user
customisation/extension.
source <xs:element name="technicalAttributeShort" type="ebucore:Int16" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type short for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeInteger
diagram gluon3_1_p595.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:Int32
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type integer for user
customisation/extension.
source <xs:element name="technicalAttributeInteger" type="ebucore:Int32" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type integer for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeLong
diagram gluon3_1_p596.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:Int64
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type long for user
customisation/extension.
source <xs:element name="technicalAttributeLong" type="ebucore:Int64" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type long for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeUnsignedByte
diagram gluon3_1_p597.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:UInt8
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type unsigned byte for user
customisation/extension.
source <xs:element name="technicalAttributeUnsignedByte" type="ebucore:UInt8" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type unsigned byte for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeUnsignedShort
diagram gluon3_1_p598.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:UInt16
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type unsigned short for user
customisation/extension.
source <xs:element name="technicalAttributeUnsignedShort" type="ebucore:UInt16" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type unsigned short for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeUnsignedInteger
diagram gluon3_1_p599.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:UInt32
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type unsigned integer for user
customisation/extension.
source <xs:element name="technicalAttributeUnsignedInteger" type="ebucore:UInt32" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type unsigned integer for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeUnsignedLong
diagram gluon3_1_p600.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:UInt64
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type unsigned long for user
customisation/extension.
source <xs:element name="technicalAttributeUnsignedLong" type="ebucore:UInt64" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type unsigned long for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeBoolean
diagram gluon3_1_p601.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:Boolean
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type boolean for user
customisation/extension.
source <xs:element name="technicalAttributeBoolean" type="ebucore:Boolean" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type boolean for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeFloat
diagram gluon3_1_p602.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:Float
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type float for user
customisation/extension.
source <xs:element name="technicalAttributeFloat" type="ebucore:Float" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type float for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeRational
diagram gluon3_1_p603.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:technicalAttributeRationalType
properties
minOcc 0
maxOcc unbounded
content complex
default 1
attributes
Name  Type  Use  Default  Fixed  Annotation
factorNumerator  xs:integer    1    
documentation
The numerator of the fraction / rational number.
factorDenominator  xs:integer    1    
documentation
The denominator of the fraction / rational number.
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 technical attribute ot type rational for user
customisation/extension.
source <xs:element name="technicalAttributeRational" type="ebucore:technicalAttributeRationalType" default="1" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type rational for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element technicalAttributes/technicalAttributeUri
diagram gluon3_1_p604.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:technicalAttributeUriType
properties
minOcc 0
maxOcc unbounded
content complex
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 technical attribute ot type anyURI for user
customisation/extension.
source <xs:element name="technicalAttributeUri" type="ebucore:technicalAttributeUriType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A technical attribute ot type anyURI for user
customisation/extension.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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