complexType "CharacterParameterType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Specification of the character offset for the beginning and end of the segment.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CharacterParameterType">
<xs:sequence>
<xs:element default="0" name="StartCharOffset" type="xs:nonNegativeInteger"/>
<xs:element minOccurs="0" name="EndCharOffset" type="xs:nonNegativeInteger"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
EndCharOffset
Type:
xs:nonNegativeInteger, predefined, simple content
Number of characters from the beginning of the document, indicating the inclusive end of the text segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndCharOffset" type="xs:nonNegativeInteger"/>

StartCharOffset
Type:
xs:nonNegativeInteger, predefined, simple content
Number of characters from beginning of the document, indicating the inclusive start of the text range.
Simple Content
Default:
"0"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="0" name="StartCharOffset" type="xs:nonNegativeInteger"/>

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