tml:position

location and attitude of ambiguity shape

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Source

<xs:element name="position" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>location and attitude of ambiguity shape</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tml:SpatialCoordType"/>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample