DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "AudioType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
AudioClipType, OtherAudioClipType, AudioClipBegin, AudioClipEnd
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AudioType">
<xs:sequence>
<xs:element ref="AudioClipType"/>
<xs:element name="OtherAudioClipType" type="xs:string"/>
<xs:element name="AudioClipBegin" type="xs:string"/>
<xs:element name="AudioClipEnd" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
AudioClipBegin
Type:
xs:string, predefined, simple content
Start value for the clip.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="AudioClipBegin" type="xs:string"/>

AudioClipEnd
Type:
xs:string, predefined, simple content
End value for the clip
XML Source (w/o annotations (1); see within schema source)
<xs:element name="AudioClipEnd" type="xs:string"/>

AudioClipType
Type:
AudioClipTypeCodedType, simple content
the type of audio clip.
Simple Content
enumeration of xs:string
Enumeration:
"byte"
 - 
Byte format.
"smil"
 - 
SMIl format.
"midi"
 - 
MIDI format.
"time"
 - 
Time-based format.
"tcf"
 - 
TCF format.
"other"
 - 
A format not listed above.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="AudioClipType"/>

OtherAudioClipType
Type:
xs:string, predefined, simple content
The type of the clip if the AudioClipType has a value of Other.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="OtherAudioClipType" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set