DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CoordinatePairsType"
Namespace:
Content:
complex, 8 attributes, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
    arraySeparator
 = 
xs:string
    blankIsMissingValue
 = 
xs:boolean
    classificationLevel
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    maxArray
 = 
xs:integer : "1"
    maxLength
 = 
xs:integer
    minLength
 = 
xs:integer
    missingValue
 = 
xs:NMTOKENS
    regExp
 = 
xs:string
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, Label*, Description*
</...>
Content Model Elements (4):
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
  TextRepresentationType (extension)
      TextDomainType (extension)
          CoordinatePairsType (extension)
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:integer"/>
<xs:attribute name="arraySeparator" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in 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: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
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="maxArray" type="xs:integer"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set