Definition Type: SimpleType
Name: stiffenerDetail
Containing Schema: hcm-sdt.xsd
Documentation:
The represents the part of the profile on which the MeasurementPoint is located “web” or “flange”.
Collapse XSD Schema Diagram:
XSD Diagram of stiffenerDetail
Collapse XSD Schema Code:
<xs:simpleType name="stiffenerDetail">
    <xs:annotation>
        <xs:documentation>The represents the part of the profile on which the MeasurementPoint is located “web” or “flange”.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="web">
            <xs:annotation>
                <xs:documentation>Applies to all profile types, including type O.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="flange">
            <xs:annotation>
                <xs:documentation>Applies to profiles of type L, T, I, C, and RHS.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="lower_flange">
            <xs:annotation>
                <xs:documentation>Applies to profiles of type I, C, and RHS.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration web
Enumeration flange
Enumeration lower_flange
Collapse Derivation Tree:
  • stiffenerDetail
Collapse References:
part