Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type SubgroupDecimalType
Annotations
A SubgroupDecimalType defines an MeasuredDecimalType associated with a particular subgroup id.
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 PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalType.tmp#SubgroupDecimalType_subgroupId
Type extension of MeasuredDecimalType
Type hierarchy
Used by
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.
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.
subgroupId QIFIdType required
The required subgroupId attribute references the id of the subgroup with which this decimal value is associated.
Source
<xs:complexType name="SubgroupDecimalType">
  <xs:annotation>
    <xs:documentation>A SubgroupDecimalType defines an MeasuredDecimalType associated with a particular subgroup id.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="MeasuredDecimalType">
      <xs:attribute name="subgroupId" type="QIFIdType" use="required">
        <xs:annotation>
          <xs:documentation>The required subgroupId attribute references the id of the subgroup with which this decimal value is associated.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Attribute SubgroupDecimalType / @subgroupId
Annotations
The required subgroupId attribute references the id of the subgroup with which this decimal value is associated.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type SubgroupDecimalType
Source
<xs:attribute name="subgroupId" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required subgroupId attribute references the id of the subgroup with which this decimal value is associated.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd