complexType "CoordinatePairsType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:NMTOKENS |
|
= |
xs:boolean |
|
= |
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous") |
|
= |
xs:integer |
|
= |
xs:integer |
|
= |
xs:string |
|
= |
xs:integer : "1" |
|
= |
xs:string |
|
|
> |
|
|
</...> |
Content Model Elements (7):
-
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
Annotation
Field to capture coordinate pairs as individual pairs or as an array of pairs.
Type Definition Detail
Type Derivation Tree CoordinatePairsType |
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CoordinatePairsType"> <xs:complexContent> <xs:attribute default="1" name="maxArray" type="xs:integer"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 2/8)
arraySeparator-
Type: |
xs:string, predefined |
Use: |
optional |
The character used to separate arrays, if present. If not given a value, and if the maxArray attribute has a value greater than one, the separator is assumed to be whitespace.
XML Source (w/o annotations (1); see within schema source)
maxArray-
Type: |
xs:integer, predefined |
Use: |
optional |
The maximum number of coordinate pairs listed in the array. The two values in a coordinate pair are separated by a comma. Pairs in an array are separated by the character indicated in the arraySeparator attribute. Default value is "1".
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="maxArray" type="xs:integer"/> |