Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element TwentyLinearValuesType / LinearValue
Annotations
Each LinearValue element is a linear value.
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
minOccurs 20
maxOccurs 20
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="LinearValue" type="LinearValueType" minOccurs="20" maxOccurs="20">
  <xs:annotation>
    <xs:documentation>Each LinearValue element is a linear value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TwentyLinearValuesType
Annotations
The TwentyLinearValuesType defines a list of 20 linear values.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TwentyLinearValuesType.tmp#TwentyLinearValuesType_n QIFMeasurementResources_xsd_Complex_Type_TwentyLinearValuesType.tmp#TwentyLinearValuesType_LinearValue
Used by
Children LinearValue
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of linear values in the list. n must be 20.
Source
<xs:complexType name="TwentyLinearValuesType">
  <xs:annotation>
    <xs:documentation>The TwentyLinearValuesType defines a list of 20 linear values.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LinearValue" type="LinearValueType" minOccurs="20" maxOccurs="20">
      <xs:annotation>
        <xs:documentation>Each LinearValue element is a linear value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of linear values in the list. n must be 20.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute TwentyLinearValuesType / @n
Annotations
The required n attribute is the number of linear values in the list. n must be 20.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type TwentyLinearValuesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of linear values in the list. n must be 20.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd