Elements | CountTable, NormalizedCountTable |
<xs:complexType name="COUNT-TABLE-TYPE"> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:choice> <xs:element ref="FieldValue" minOccurs="1" maxOccurs="unbounded"/> <xs:element ref="FieldValueCount" minOccurs="1" maxOccurs="unbounded"/> </xs:choice> </xs:sequence> <xs:attribute name="sample" type="NUMBER" use="optional"/> </xs:complexType> |