simpleType "ArrayBaseCodeType"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xs:string |
Simple Content Restrictions:
Enumeration: |
"0" |
- |
The array base is set to 0 (zero). |
"1" |
- |
The array base is set to 1 (one). |
|
All Direct / Indirect Based Attributes (1):
-
Annotation
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.
Type Derivation Tree xs:string (restriction) ArrayBaseCodeType |
Derivation: |
restriction of xs:string |
Facets: |
enumeration: |
"0" |
- |
The array base is set to 0 (zero). |
"1" |
- |
The array base is set to 1 (one). |
|
|
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="ArrayBaseCodeType"> <xs:restriction base="xs:string"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> |