stat:ClassificationIndexType
complexType ClassificationIndexType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/
Definition
A data type for a classification index is an ordered list (alphabetical, in code order, etc.) of classification index entries. A classification index can relate to one particular or to several statistical classifications.
Diagram
XML Schema
<xs:complexType name="ClassificationIndexType">
<xs:annotation>
<xs:documentation>
A data type for a classification index is an ordered list (alphabetical, in code order, etc.) of classification index entries. A classification index can relate to one particular or to several statistical classifications.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="stat:IdentifiableArtifactType">
<xs:sequence>
<xs:element ref="stat:ClassificationIndexAvailableLanguagesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationIndexCodingInstructionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationIndexCorrectionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationIndexEntry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationIndexAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>