complexType "LineParameterType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (4):
-
All Direct / Indirect Based Elements (1):
-
Annotation
Specification of the line and offset for the beginning and end of the segment.
XML Source (w/o annotations (5); see within schema source)
<xs:sequence>
<xs:element default="0" name="StartLine" type="xs:nonNegativeInteger"/>
<xs:element default="0" name="StartOffset" type="xs:nonNegativeInteger"/>
<xs:element minOccurs="0" name="EndLine" type="xs:nonNegativeInteger"/>
<xs:element minOccurs="0" name="EndOffset" type="xs:integer"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 4/4)
-
Type: |
xs:nonNegativeInteger, predefined, simple content |
Number of lines from beginning of the document.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndLine" type="xs:nonNegativeInteger"/>
|
-
Type: |
xs:integer, predefined, simple content |
Number of characters from the start of the line specified in EndLine.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndOffset" type="xs:integer"/>
|
-
Type: |
xs:nonNegativeInteger, predefined, simple content |
Number of lines from beginning of the document.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element default="0" name="StartLine" type="xs:nonNegativeInteger"/>
|
-
Type: |
xs:nonNegativeInteger, predefined, simple content |
Number of characters from start of the line specified in StartLine.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element default="0" name="StartOffset" type="xs:nonNegativeInteger"/>
|