Definition Type: ComplexType
Name: Stiffener
Type: StiffenerGeometry
Containing Schema: hcm-core.xsd
Abstract
Documentation:
A Stiffener is a structural part that is made from profile shaped stock
material manufactured at a mill.
Collapse XSD Schema Diagram:
Drilldown into name Drilldown into id Drilldown into installationDate Drilldown into materialId Drilldown into side Drilldown into offset Drilldown into orientation Drilldown into memberId Drilldown into radius Drilldown into coatingRenewal Drilldown into steelRenewal Drilldown into maxDiminution Drilldown into builtThickness Drilldown into replacementThickness Drilldown into thickness Drilldown into type Drilldown into heightXSD Diagram of Stiffener
Collapse XSD Schema Code:
<xs:complexType name="Stiffener">
    <xs:annotation>
        <xs:documentation source="GL Rules I-Part 1, section 3 H, chapter 3, page 3-12, edition 2008" xml:lang="en">A Stiffener is a structural part that is made from profile shaped stock
				material manufactured at a mill.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="StiffenerGeometry">
            <xs:sequence>
                <xs:element name="Flange" type="Flange" minOccurs="0" maxOccurs="2">
                    <xs:annotation>
                        <xs:documentation>The number of flanges must be consistent with profile type.
								<UL><LI>No flange for profiles of type FB, HP, or O.</LI>
                                <LI>One flange for profiles of type L, T, or RHS.</LI>
                                <LI>Two flanges for profiles of type I or C.</LI>
                            </UL>
								Furthermore, in case of two flanges, their position shall be different.
							</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:sequence>
            <xs:attributeGroup ref="profileParameters" />
            <xs:attribute name="memberId" type="globalId" use="required" />
            <xs:attribute name="orientation" type="stiffenerOrientation" />
            <xs:attribute name="offset" type="xs:double">
                <xs:annotation>
                    <xs:documentation>Denotes the distance between the insertion point of the stiffener and the trace line (in meters).</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="side" type="locationType" />
            <xs:attribute name="materialId" type="globalId">
                <xs:annotation>
                    <xs:documentation>reference to material properties</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="installationDate" type="xs:date">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Date when the repair is being completed including welding and coating (if applicable), not the manufacturing date of the stiffener. Defaults to date
							of build of the vessel if not set.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TraceLine TraceLine 0 (1)
ExpandedTraceLine ExpandedTraceLine 0 (1)
Orientations Orientations 0 (1)
Flange Flange 0 2
Collapse Child Attributes:
Name Type Default Value Use
id id Required
name name (Optional)
height height (Optional)
type type Required
thickness thickness (Optional)
replacementThickness replacementThickness (Optional)
builtThickness builtThickness (Optional)
maxDiminution maxDiminution (Optional)
steelRenewal steelRenewal (Optional)
coatingRenewal coatingRenewal (Optional)
radius radius (Optional)
memberId memberId Required
orientation orientation (Optional)
offset offset (Optional)
side side (Optional)
materialId materialId (Optional)
installationDate installationDate (Optional)
Collapse Derivation Tree:
Collapse References:
Stiffener