| diagram |
 |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | Annotation | | x | xsd:double | required | | | | | y | xsd:double | required | | | | | timeStamp | nonNegativeScalarType | optional | | | | documentation | | Time value in seconds. |
| | title | xsd:string | optional | | | | documentation | | Short title naming this element. |
| | description | xsd:string | optional | | | | documentation | | Descriptive text explaining the intended effect of this element. |
| | id | xsd:ID | optional | | | | documentation | | Unique identifier for this element. |
| | refid | xsd:IDREF | optional | | | |
|
| annotation |
| documentation | | Type for an element that will represent a geographic position as a (x, y) coordinate pair. |
|
| source |
<xsd:complexType name="xyElementType">
<xsd:annotation>
<xsd:documentation>Type for an element that will represent a geographic position as a (x, y) coordinate pair.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="x" type="xsd:double" use="required"/>
<xsd:attribute name="y" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |