DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "VideoType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
VideoClipType, OtherVideoClipType, VideoClipBegin, VideoClipEnd
</...>
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="VideoType">
<xs:sequence>
<xs:element ref="VideoClipType"/>
<xs:element name="OtherVideoClipType" type="xs:string"/>
<xs:element name="VideoClipBegin" type="xs:string"/>
<xs:element name="VideoClipEnd" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
OtherVideoClipType
Type:
xs:string, predefined, simple content
The type of the clip if the VideoClipType has a value of Other.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="OtherVideoClipType" type="xs:string"/>

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

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

VideoClipType
Type:
VideoClipTypeCodedType, simple content
The type of video clip.
Simple Content
enumeration of xs:string
Enumeration:
"byte"
 - 
Byte format.
"smil"
 - 
SMIl format.
"midi"
 - 
MIDI format.
"smpte-25"
 - 
SMPTE 25 video format.
"smpte-24"
 - 
SMPTE 24 video format.
"smpte-df30"
 - 
SMPTE-DF 30 video format.
"smpte-ndf30"
 - 
SMPTE-NDF 30 video format.
"smpte-df29.97"
 - 
SMPTE-DF 29.97 video format.
"smpte-ndf29.97"
 - 
SMPTE-NDF 29.97 video 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="VideoClipType"/>

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