<xs:element name="spaceCoords" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>TCF set of positional (translations and rotations) coordinates for each shape, space separated real numbers. Order of coordinates shall be from lowest frequency to highest frequency, same as lds. Default locations and orientations are zero</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="posVelAccel" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed Values: pos, vel, accel, Default is pos.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="coordName" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed Values: x, y, z, Alpha, beta, rho, latitude, longitude, altitude, omega, phi, kappa,</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="coords" type="tml:ValueType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |