Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type SummaryStatsValuesEnumType
Annotations
The SummaryStatsValuesEnumType enumerates the various statistical values that can be accumulated on statistical values.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration AVG
enumeration MAX
enumeration MIN
enumeration RANGE
enumeration STDDEV
Used by
Source
<xs:simpleType name="SummaryStatsValuesEnumType">
  <xs:annotation>
    <xs:documentation>The SummaryStatsValuesEnumType enumerates the various statistical values that can be accumulated on statistical values.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="AVG"/>
    <xs:enumeration value="MAX"/>
    <xs:enumeration value="MIN"/>
    <xs:enumeration value="RANGE"/>
    <xs:enumeration value="STDDEV"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd