Definition Type: Attribute
Name: part
Type: stiffenerDetail
Containing Schema: hcm-core.xsd
Use (Optional)
Documentation:
For a measurement point on a stiffener this attribute defines the position of the point on the stiffener (“
web” or “
flange”). It is defined as an enumeration of type
xs:stringhaving following values:
web,
flange.
Collapse XSD Schema Diagram:
XSD Diagram of part
Collapse XSD Schema Code:
<xs:attribute name="part" type="stiffenerDetail">
    <xs:annotation>
        <xs:documentation>For a measurement point on a stiffener this attribute defines the position of the point on the stiffener (“
					<code>web</code>” or “
					<code>flange</code>”). It is defined as an enumeration of type
					<code>xs:string</code>having following values:
					<code>web</code>,
					<code>flange</code>.</xs:documentation>
    </xs:annotation>
</xs:attribute>
Collapse Derivation Tree: