The SubgroupStatsValuesEnumType enumerates the various statistical values that can be accumulated on a per-subgroup basis.
Diagram
Type
restriction of xs:NMTOKEN
Facets
enumeration
TOTNUM
enumeration
EFFNUM
enumeration
AVG
enumeration
DIFF
enumeration
MAX
enumeration
MIN
enumeration
RANGE
enumeration
NUMOOT
enumeration
NOOTHI
enumeration
NOOTLO
Source
<xs:simpleType name="SubgroupStatsValuesEnumType"><xs:annotation><xs:documentation>The SubgroupStatsValuesEnumType enumerates the various statistical values that can be accumulated on a per-subgroup basis.</xs:documentation></xs:annotation><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="TOTNUM"/><xs:enumeration value="EFFNUM"/><xs:enumeration value="AVG"/><xs:enumeration value="DIFF"/><xs:enumeration value="MAX"/><xs:enumeration value="MIN"/><xs:enumeration value="RANGE"/><xs:enumeration value="NUMOOT"/><xs:enumeration value="NOOTHI"/><xs:enumeration value="NOOTLO"/></xs:restriction></xs:simpleType>