
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| cardinality | xs:nonNegativeInteger | optional | ||||
| invalidFreq | NUMBER | optional | ||||
| missingFreq | NUMBER | optional | ||||
| totalFreq | NUMBER | required |
| Elements | PartitionFieldStats, UnivariateStats |
<xs:element name="Counts"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="totalFreq" type="NUMBER" use="required"/> <xs:attribute name="missingFreq" type="NUMBER"/> <xs:attribute name="invalidFreq" type="NUMBER"/> <xs:attribute name="cardinality" type="xs:nonNegativeInteger"/> </xs:complexType> </xs:element> |