complexType "LimitedCodeSegmentCapturedType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
("0" | "1")
 = 
xs:integer
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (1):
Description
All Direct / Indirect Based Elements (1):
LimitedCodeSegmentCaptured
Known Usage Locations
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:complexType name="LimitedCodeSegmentCapturedType">
<xs:sequence>
<xs:element minOccurs="0" ref="Description"/>
</xs:sequence>
<xs:attribute name="arrayBase" type="ArrayBaseCodeType"/>
<xs:attribute name="startPosition" type="xs:integer"/>
<xs:attribute name="length" type="xs:integer"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
arrayBase
Type:
Use:
optional
The array base is the value of the designation for the first item in an array and is 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.
Attribute Value
enumeration of xs:string
Enumeration:
"0"
 - 
The array base is set to 0 (zero).
"1"
 - 
The array base is set to 1 (one).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="arrayBase" type="ArrayBaseCodeType"/>

length
Type:
xs:integer, 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:integer"/>

startPosition
Type:
xs:integer, 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:integer"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the segment used. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set