ag_codes:TaxIdentificationCategoryCodeSimpleType

simpleType TaxIdentificationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.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 governement business.

Diagram

Enumerations

ValueDefinition
1SSN
2EIN

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 governement business.
</xs:documentation>
</xs:annotation>
<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>