<xs:complexType name="StiffnessType">
<xs:annotation>
<xs:documentation>The StiffnessType defines mechanical stiffness in X, Y, and Z directions.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="XStiffness" type="UserDefinedUnitValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional XStiffness element is stiffness in the X direction.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="YStiffness" type="UserDefinedUnitValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional YStiffness element is stiffness in the Y direction.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ZStiffness" type="UserDefinedUnitValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional ZStiffness element is stiffness in the Z direction.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |