complexType "CharacterParameterType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (2):
-
All Direct / Indirect Based Elements (1):
-
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: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)
-
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"/>
|
-
Type: |
xs:nonNegativeInteger, predefined, simple content |
Number of characters from beginning of the document, indicating the inclusive start of the text range.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element default="0" name="StartCharOffset" type="xs:nonNegativeInteger"/>
|