DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
simpleType "AggregationMethodCodeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Sum"
 - 
Sum
"Average"
 - 
Average
"Count"
 - 
Count
"Mode"
 - 
Mode
"Median"
 - 
Median
"Maximum"
 - 
Maximum
"Minimum"
 - 
Minimum
"Percent"
 - 
Percent (Percentages are used to express how large one quantity is relative to another quantity)
"CumulativePercent"
 - 
Cumulative percent (percentage of items in its frequency distribution which are equal to or lower than the current item [maximum value is 100%])
"PercentileRank"
 - 
Percentile rank (The percentile rank of a item is the percentage of items in its frequency distribution which are lower [cannot reach 100%])

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
A list for describing aggregation methods.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN
  AggregationMethodCodeType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Sum"
 - 
Sum
"Average"
 - 
Average
"Count"
 - 
Count
"Mode"
 - 
Mode
"Median"
 - 
Median
"Maximum"
 - 
Maximum
"Minimum"
 - 
Minimum
"Percent"
 - 
Percent (Percentages are used to express how large one quantity is relative to another quantity)
"CumulativePercent"
 - 
Cumulative percent (percentage of items in its frequency distribution which are equal to or lower than the current item [maximum value is 100%])
"PercentileRank"
 - 
Percentile rank (The percentile rank of a item is the percentage of items in its frequency distribution which are lower [cannot reach 100%])
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="AggregationMethodCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Sum"/>
<xs:enumeration value="Average"/>
<xs:enumeration value="Count"/>
<xs:enumeration value="Mode"/>
<xs:enumeration value="Median"/>
<xs:enumeration value="Maximum"/>
<xs:enumeration value="Minimum"/>
<xs:enumeration value="Percent"/>
<xs:enumeration value="CumulativePercent"/>
<xs:enumeration value="PercentileRank"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set