complexType "LimitedCodeSegmentCapturedType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:nonNegativeInteger |
|
= |
xs:nonNegativeInteger |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
When the code is a concatenation this structure allows you to limit the portion of the concatenated code that this object captures. Provides an description of the segment, declares the array base used, the start position of the segment and its length.
XML Source (w/o annotations (5); see within schema source)
<xs:sequence>
</xs:sequence>
<xs:attribute name="startPosition" type="xs:nonNegativeInteger"/>
<xs:attribute name="length" type="xs:nonNegativeInteger"/>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 2/2)
length
-
Type: |
xs:nonNegativeInteger, predefined |
Use: |
optional |
The length of the segment expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="length" type="xs:nonNegativeInteger"/>
|
startPosition
-
Type: |
xs:nonNegativeInteger, predefined |
Use: |
optional |
The start position of the first character expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="startPosition" type="xs:nonNegativeInteger"/>
|
Content Element Detail (all declarations; defined within this component only; 2/2)
-
Type: |
xs:integer, predefined, simple content
|
The array base is the value of the designation for the first item in an array and is generally set to either 0 or 1. Unix based systems and most current programming systems use an array base of 0. Traditional codebooks normally set the array base at 1, for example the first data item in a fixed format ASCII file record begins at character 1.
XML Source (w/o annotations (1); see within schema source)
-
A description of the content and purpose of the segment used. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)