Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element LinearAxisType / MinLinearAxis
Annotations
The MinLinearAxis element is the start value of a linear axis.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MinLinearAxis" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The MinLinearAxis element is the start value of a linear axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LinearAxisType / MaxLinearAxis
Annotations
The MaxLinearAxis element is the end value of a linear axis.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MaxLinearAxis" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The MaxLinearAxis element is the end value of a linear axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LinearAxisType
Annotations
The LinearAxisType defines a linear axis.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_UserAxisBaseType.tmp#UserAxisBaseType QIFMeasurementResources_xsd_Complex_Type_LinearAxisType.tmp#LinearAxisType_MinLinearAxis QIFMeasurementResources_xsd_Complex_Type_LinearAxisType.tmp#LinearAxisType_MaxLinearAxis
Type extension of UserAxisBaseType
Type hierarchy
Used by
Element LinearAxis
Children MaxLinearAxis, MinLinearAxis
Source
<xs:complexType name="LinearAxisType">
  <xs:annotation>
    <xs:documentation>The LinearAxisType defines a linear axis.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAxisBaseType">
      <xs:sequence>
        <xs:element name="MinLinearAxis" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The MinLinearAxis element is the start value of a linear axis.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaxLinearAxis" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The MaxLinearAxis element is the end value of a linear axis.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd