stat:IdentifierComponentType
complexType IdentifierComponentType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/
Definition
A data type for a role given to a represented variable in the context of a data structure to identify the unit in an organized collection of data.
Diagram
XML Schema
<xs:complexType name="IdentifierComponentType">
<xs:annotation>
<xs:documentation>
A data type for a role given to a represented variable in the context of a data structure to identify the unit in an organized collection of data.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="stat:DataStructureComponentType">
<xs:sequence>
<xs:element ref="stat:IdentifierComponentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>