complexType "CoordinatePairsType"
Namespace:
Content:
complex, 8 attributes, 8 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:nonNegativeInteger
 = 
xs:nonNegativeInteger
 = 
xs:string
 = 
xs:nonNegativeInteger : "1"
 = 
xs:string
   
>
   
Content: 
</...>
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
RepresentationType (extension)
      TextDomainType (extension)
          CoordinatePairsType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CoordinatePairsType">
<xs:complexContent>
<xs:extension base="TextDomainType">
<xs:attribute default="1" name="maxArray" type="xs:nonNegativeInteger"/>
<xs:attribute name="arraySeparator" type="xs:string" use="optional"/>
</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)
<xs:attribute name="arraySeparator" type="xs:string" use="optional"/>

maxArray
Type:
xs:nonNegativeInteger, 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
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="maxArray" type="xs:nonNegativeInteger"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set