ag_codes:TaxIdentificationCategoryCodeSimpleType
simpleType TaxIdentificationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/5.0/
Definition
A data type for identifying the tax identification type assigned to a specific individual, business or other entity and is used to authenticate the individual/entity for matters of taxation and other government business.
Diagram
Enumerations
| Value | Definition |
| 1 | SSN |
| 2 | EIN |
XML Schema
<xs:simpleType name="TaxIdentificationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for identifying the tax identification type assigned to a specific individual, business or other entity and is used to authenticate the individual/entity for matters of taxation and other government business.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
SSN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
EIN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>