complexType "VideoType"
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 (3):
TypeOfVideoClip, VideoClipBegin, VideoClipEnd
All Direct / Indirect Based Elements (1):
Video
Known Usage Locations
Annotation
Describes the type and length of the video segment.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="VideoType">
<xs:sequence>
<xs:element ref="TypeOfVideoClip"/>
<xs:element minOccurs="0" name="VideoClipBegin" type="xs:string"/>
<xs:element minOccurs="0" name="VideoClipEnd" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
TypeOfVideoClip
Type:
CodeValueType, simple content
The type of video 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="TypeOfVideoClip"/>

VideoClipBegin
Type:
xs:string, predefined, simple content
The point to begin the video 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="VideoClipBegin" type="xs:string"/>

VideoClipEnd
Type:
xs:string, predefined, simple content
The point to end the video 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="VideoClipEnd" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set