Definition Type: ComplexType
Name: LongitudinalFrameTable
Containing Schema: hcm-sdt.xsd
Abstract
Documentation:
Has positions that reference the location of frames that are located along the global X-axis.

					NOTE:Frames are used for the internal structure of the ship and they are structural elements. A ship can have more than 100 frames. The intersection curve between a frame and the hull moulded form is
					a curve of transversal section through the hull of the ship.
A a collection of
				SpacingPositionobjects that defines a list of reference points along one of the coordinate axes of the ship.
Collapse XSD Schema Diagram:
XSD Diagram of LongitudinalFrameTable
Collapse XSD Schema Code:
<xs:complexType name="LongitudinalFrameTable">
    <xs:annotation>
        <xs:documentation source="ISO-10303-218/Section_4.2.91" xml:lang="en">
            <p>Has positions that reference the location of frames that are located along the global X-axis.</p>
            <p>
                <b>NOTE:</b>Frames are used for the internal structure of the ship and they are structural elements. A ship can have more than 100 frames. The intersection curve between a frame and the hull moulded form is
					a curve of transversal section through the hull of the ship.</p>
        </xs:documentation>
        <xs:documentation source="ISO-10303-218/Section_4.2.207" xml:lang="en">A a collection of
				<code>SpacingPosition</code>objects that defines a list of reference points along one of the coordinate axes of the ship.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Position" type="SpacingPosition" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Position Position (1) unbounded
Collapse Derivation Tree:
Collapse References:
FrameTable