<xs:element name="OffsetVals">
<xs:annotation>
<xs:documentation>offsetInOut: -ve = offset in towards inst, +ve = offset away from inst </xs:documentation>
<xs:documentation>offsetLeftRight: -ve = left, +ve = right (as viewed from instrument) </xs:documentation>
<xs:documentation>offsetUpDown: -ve = down, +ve = up</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="offsetInOut" type="xs:double" />
<xs:attribute name="offsetLeftRight" type="xs:double" />
<xs:attribute name="offsetUpDown" type="xs:double" />
</xs:complexType>
</xs:element>
|