complexType "BasicIncrementType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
All Direct / Indirect Based Elements (2):
MarkedIncrement, ValueIncrement
Known Usage Locations
Annotation
Describes the start, end, and increment value for an incremental string (numeric, character, or length).
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="BasicIncrementType">
<xs:attribute name="increment" type="xs:string"/>
<xs:attribute name="startValue" type="xs:string" use="optional"/>
<xs:attribute name="endValue" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
endValue
Type:
xs:string, predefined
Use:
optional
The ending value or end point of the increment string.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="endValue" type="xs:string" use="optional"/>

increment
Type:
xs:string, predefined
Use:
optional
The size of the increment in units (number of characters, length, number of units).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="increment" type="xs:string"/>

startValue
Type:
xs:string, predefined
Use:
optional
The starting value or beginning point of the increment string.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="startValue" type="xs:string" use="optional"/>

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