complexType "BasicIncrementType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
/> |
All Direct / Indirect Based Elements (3):
-
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: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"/>
|