<xs:element name="positionRelation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>For describing positional relations of subjects external to a system. An empty posRelation tag in a data indicates that this uidRef relation is no longer exist</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="tml:SpatialCoordType">
<xs:sequence>
<xs:element name="objUidRef" type="tml:BindType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>uid of the obj being positioned. multiples allowed if in same position and orientation</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |