complexType "SegmentType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
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: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 (all declarations; defined within this component only; 5/5)
Audio
Type:
AudioType, complex content
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"/>

ImageArea
Type:
ImageAreaType, complex content
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"/>

Textual
Type:
TextualType, complex content
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"/>

Video
Type:
VideoType, complex content
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"/>

XML
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"/>

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