complexType "CoordinatePairsType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
"true" |
|
= |
xs:integer |
|
= |
xs:integer |
|
= |
xs:string |
|
= |
xs:integer : "1" |
|
= |
xs:string |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, UserAttributePair*, (VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnReference?, MaintainableObject?, TextDelineationName*, Label*, Description? |
|
</...> |
Content Model Elements (14):
-
Agency,
BasedOnReference,
Description,
ID,
Label,
MaintainableObject,
TextDelineationName,
URN,
UserAttributePair,
UserID,
Version,
VersionRationale,
VersionResponsibility,
VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
-
Annotation
Field to capture coordinate pairs as individual pairs or as an array of pairs.
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/11)
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"/> |