<xs:element name="spaceLocCoords" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>one set of coordinates for each spatial axes. Each shape is defined relative to an arbitrary data spatial reference system.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="coordName" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: x, y, z, alpha, beta, rho.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="coords" type="tml:ValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>values contains a string of real numbers. The mult and offset are single values, unless the shape varies over the Characteristic Frame then the mult and offset may contain a Characteristic Frame array of values. simple IFOV alpha=0, beta=0. (ray where rho is infinite)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |