Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element StiffnessType / XStiffness
Annotations
The optional XStiffness element is stiffness in the X direction.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType_unitName Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType
Type UserDefinedUnitValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element StiffnessType / YStiffness
Annotations
The optional YStiffness element is stiffness in the Y direction.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType_unitName Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType
Type UserDefinedUnitValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element StiffnessType / ZStiffness
Annotations
The optional ZStiffness element is stiffness in the Z direction.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType_unitName Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType
Type UserDefinedUnitValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type StiffnessType
Annotations
The StiffnessType defines mechanical stiffness in X, Y, and Z directions.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_StiffnessType.tmp#StiffnessType_XStiffness QIFMeasurementResources_xsd_Complex_Type_StiffnessType.tmp#StiffnessType_YStiffness QIFMeasurementResources_xsd_Complex_Type_StiffnessType.tmp#StiffnessType_ZStiffness
Used by
Children XStiffness, YStiffness, ZStiffness
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd