<xs:complexType name="SpacingPosition">
<xs:annotation>
<xs:documentation source="ISO-10303-218/Section_4.2.205" xml:lang="en">A location on one of the global coordinate axes of the ship that is used as a reference point for any geometrical
or structural item during the design and manufacture of the ship (see ISO 10303-215, section 4.2.153).</xs:documentation>
</xs:annotation>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>A label that is used to identify the reference point (see ISO 10303-215, section 4.2.153.1).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="coordinate" type="xs:double" use="required">
<xs:annotation>
<xs:documentation>The distance to the origin of the global coordinate system of the ship (see ISO 10303-215, section 4.2.153.2).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|