complexType "AudioType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the type and length of the audio segment.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AudioType">
<xs:sequence>
<xs:element ref="TypeOfAudioClip"/>
<xs:element minOccurs="0" name="AudioClipBegin" type="xs:string"/>
<xs:element minOccurs="0" name="AudioClipEnd" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
AudioClipBegin
Type:
xs:string, predefined, simple content
The point to begin the audio clip. If no point is provided the assumption is that the start point is the beginning of the clip provided.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AudioClipBegin" type="xs:string"/>

AudioClipEnd
Type:
xs:string, predefined, simple content
The point to end the audio clip. If no point is provided the assumption is that the end point is the end of the clip provided.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AudioClipEnd" type="xs:string"/>

TypeOfAudioClip
Type:
CodeValueType, simple content
The type of audio clip provided. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TypeOfAudioClip"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set