complexType "SegmentType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (2):
-
Annotation
A structure used to express explicit segments or regions within different types of external materials (Textual, Audio, Video, XML, and Image). Provides the appropriate start, stop, or region definitions for each type.
XML Source (w/o annotations (6); see within schema source)
<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 (all declarations; defined within this component only; 5/5)
-
Describes the type and length of the audio segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Audio"/>
|
-
Defines the shape and area of an image used as part of a location representation. The shape is defined as a Rectangle, Circle, or Polygon and Coordinates provides the information required to define it.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ImageArea"/>
|
-
Defines the segment of textual content used by the parent object. Can identify a set of lines and or characters used to define the segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Textual"/>
|
-
Describes the type and length of the video segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Video"/>
|
-
Type: |
xs:string, predefined, simple content |
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"/>
|