Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MeasuredZoneAxisType / Length
Annotations
The Length element is the length of an axis or line. A positive value means in the direction of the associated vector and a negative value means in the opposite 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_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType_linearUnit Units_xsd_Complex_Type_MeasuredLinearValueType.tmp#MeasuredLinearValueType
Type MeasuredLinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the unit used by LinearValueType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Length" type="MeasuredLinearValueType">
  <xs:annotation>
    <xs:documentation>The Length element is the length of an axis or line. A positive value means in the direction of the associated vector and a negative value means in the opposite direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type MeasuredZoneAxisType
Annotations
The MeasuredZoneAxisType defines a measured axis with a length.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_MeasuredAxisType.tmp#MeasuredAxisType_AxisPoint PrimitivesPMI_xsd_Complex_Type_MeasuredAxisType.tmp#MeasuredAxisType_Direction PrimitivesPMI_xsd_Complex_Type_MeasuredAxisType.tmp#MeasuredAxisType PrimitivesPMI_xsd_Complex_Type_MeasuredZoneAxisType.tmp#MeasuredZoneAxisType_Length
Type extension of MeasuredAxisType
Type hierarchy
Used by
Children AxisPoint, Direction, Length
Source
<xs:complexType name="MeasuredZoneAxisType">
  <xs:annotation>
    <xs:documentation>The MeasuredZoneAxisType defines a measured axis with a length.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MeasuredAxisType">
      <xs:sequence>
        <xs:element name="Length" type="MeasuredLinearValueType">
          <xs:annotation>
            <xs:documentation>The Length element is the length of an axis or line. A positive value means in the direction of the associated vector and a negative value means in the opposite direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd