complexType "SegmentType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (5):
-
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
- As direct type of elements (1):
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="SegmentType"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Textual"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Audio"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Video"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="XML" type="xs:string"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="ImageArea"/> </xs:sequence> </xs:complexType> |
Content Element Detail (defined in this component only; 5/5) -
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Audio"/> |
-
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ImageArea"/> |
-
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Textual"/> |
-
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Video"/> |
-
Type: |
xs:string, predefined, simple content |
Holds an X-Pointer expression identifying a node in the XML document.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="XML" type="xs:string"/> |