Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element SubgroupDecimalArrayType / SubgroupDecimal
Annotations
Each SubgroupDecimal element in the list defines a decimal value associated with a 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 PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalType.tmp#SubgroupDecimalType
Type SubgroupDecimalType
Type hierarchy
Properties
content complex
maxOccurs unbounded
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:element name="SubgroupDecimal" type="SubgroupDecimalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each SubgroupDecimal element in the list defines a decimal value associated with a subgroup id.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type SubgroupDecimalArrayType
Annotations
A SubgroupDecimalArrayType defines a list of SubgroupDecimalType.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalArrayType.tmp#SubgroupDecimalArrayType_n PrimitivesPMI_xsd_Complex_Type_SubgroupDecimalArrayType.tmp#SubgroupDecimalArrayType_SubgroupDecimal
Used by
Children SubgroupDecimal
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of values in the list.
Source
<xs:complexType name="SubgroupDecimalArrayType">
  <xs:annotation>
    <xs:documentation>A SubgroupDecimalArrayType defines a list of SubgroupDecimalType.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SubgroupDecimal" type="SubgroupDecimalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each SubgroupDecimal element in the list defines a decimal value associated with a subgroup id.</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 values in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Attribute SubgroupDecimalArrayType / @n
Annotations
The required n attribute is the number of values in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of values in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd