complexType audioObjectType
diagram gluon3_1_p655.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:audioPackFormatIDRef ebucore:audioObjectIDRef ebucore:audioTrackUIDRef
used by
element audioObject
attributes
Name  Type  Use  Default  Fixed  Annotation
audioObjectID  xs:anyURI        
documentation
A unique ID for this audioObject,
audioObjectName  xs:string        
documentation
A unique human readable name for this audioObject,
start  ebucore:timecodeType        
documentation
The start time associated with this audioObject expressed as a
timecode.
duration  ebucore:timecodeType        
documentation
The duration associated with this audioObject expressed as a
timecode.
dialogue  xs:int    0    
documentation
1 if object is dialogue, 0 if not, 2 if mixed. Default =
0.
importance  xs:int        
documentation
Importance of an object. Allows a render to discard an object below a
certain level of importance. 10 is most, 0 least. Default = 10.
interact  xs:boolean        
documentation
Allows interaction by the user. 1 for allowing interaction, 0 if not.
Default = 0.
source <xs:complexType name="audioObjectType">
 
<xs:sequence>
   
<xs:element name="audioPackFormatIDRef" type="anyURI" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A set of references to audioPacks. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="audioObjectIDRef" type="anyURI" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> A set of references to audioObjects. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="audioTrackUIDRef" type="anyURI" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation> Reference to an audioTrackUID that is listed in the 'chna'
chunk.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="audioObjectID" type="anyURI">
   
<xs:annotation>
     
<xs:documentation> A unique ID for this audioObject, </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="audioObjectName" type="string">
   
<xs:annotation>
     
<xs:documentation> A unique human readable name for this audioObject, </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="start" type="ebucore:timecodeType">
   
<xs:annotation>
     
<xs:documentation> The start time associated with this audioObject expressed as a
timecode.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="duration" type="ebucore:timecodeType">
   
<xs:annotation>
     
<xs:documentation> The duration associated with this audioObject expressed as a
timecode.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="dialogue" type="int" default="0">
   
<xs:annotation>
     
<xs:documentation>1 if object is dialogue, 0 if not, 2 if mixed. Default =
0.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="importance" type="int">
   
<xs:annotation>
     
<xs:documentation>Importance of an object. Allows a render to discard an object below a
certain level of importance. 10 is most, 0 least. Default = 10.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="interact" type="boolean">
   
<xs:annotation>
     
<xs:documentation>Allows interaction by the user. 1 for allowing interaction, 0 if not.
Default = 0.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute audioObjectType/@audioObjectID
type xs:anyURI
annotation
documentation
A unique ID for this audioObject,
source <xs:attribute name="audioObjectID" type="anyURI">
 
<xs:annotation>
   
<xs:documentation> A unique ID for this audioObject, </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioObjectType/@audioObjectName
type xs:string
annotation
documentation
A unique human readable name for this audioObject,
source <xs:attribute name="audioObjectName" type="string">
 
<xs:annotation>
   
<xs:documentation> A unique human readable name for this audioObject, </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioObjectType/@start
type ebucore:timecodeType
facets
Kind Value Annotation
pattern (([0-1][0-9])|([2][0-3])):[0-5][0-9]:[0-5][0-9](([.,])|([:;]))[0-9]{2,5}
annotation
documentation
The start time associated with this audioObject expressed as a
timecode.
source <xs:attribute name="start" type="ebucore:timecodeType">
 
<xs:annotation>
   
<xs:documentation> The start time associated with this audioObject expressed as a
timecode.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioObjectType/@duration
type ebucore:timecodeType
facets
Kind Value Annotation
pattern (([0-1][0-9])|([2][0-3])):[0-5][0-9]:[0-5][0-9](([.,])|([:;]))[0-9]{2,5}
annotation
documentation
The duration associated with this audioObject expressed as a
timecode.
source <xs:attribute name="duration" type="ebucore:timecodeType">
 
<xs:annotation>
   
<xs:documentation> The duration associated with this audioObject expressed as a
timecode.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioObjectType/@dialogue
type xs:int
properties
default 0
annotation
documentation
1 if object is dialogue, 0 if not, 2 if mixed. Default =
0.
source <xs:attribute name="dialogue" type="int" default="0">
 
<xs:annotation>
   
<xs:documentation>1 if object is dialogue, 0 if not, 2 if mixed. Default =
0.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioObjectType/@importance
type xs:int
annotation
documentation
Importance of an object. Allows a render to discard an object below a
certain level of importance. 10 is most, 0 least. Default = 10.
source <xs:attribute name="importance" type="int">
 
<xs:annotation>
   
<xs:documentation>Importance of an object. Allows a render to discard an object below a
certain level of importance. 10 is most, 0 least. Default = 10.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute audioObjectType/@interact
type xs:boolean
annotation
documentation
Allows interaction by the user. 1 for allowing interaction, 0 if not.
Default = 0.
source <xs:attribute name="interact" type="boolean">
 
<xs:annotation>
   
<xs:documentation>Allows interaction by the user. 1 for allowing interaction, 0 if not.
Default = 0.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element audioObjectType/audioPackFormatIDRef
diagram gluon3_1_p656.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
A set of references to audioPacks.
source <xs:element name="audioPackFormatIDRef" type="anyURI" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A set of references to audioPacks. </xs:documentation>
 
</xs:annotation>
</xs:element>

element audioObjectType/audioObjectIDRef
diagram gluon3_1_p657.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
A set of references to audioObjects.
source <xs:element name="audioObjectIDRef" type="anyURI" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> A set of references to audioObjects. </xs:documentation>
 
</xs:annotation>
</xs:element>

element audioObjectType/audioTrackUIDRef
diagram gluon3_1_p658.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:anyURI
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Reference to an audioTrackUID that is listed in the 'chna'
chunk.
source <xs:element name="audioTrackUIDRef" type="anyURI" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation> Reference to an audioTrackUID that is listed in the 'chna'
chunk.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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