stat:ClassificationItemType

complexType ClassificationItemType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a classification item represents a category at a certain level within a statistical classification. It defines the content and the borders of the category. A unit can be classified to one and only one item at each level of a statistical classification.

Diagram

XML Schema

<xs:complexType name="ClassificationItemType">
<xs:annotation>
<xs:documentation>
A data type for a classification item represents a category at a certain level within a statistical classification. It defines the content and the borders of the category. A unit can be classified to one and only one item at each level of a statistical classification.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:CaseLawDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:CaseLawDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:CaseLawText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationItemGeneratedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationItemLinkedItemText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ClassificationItemAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>