ag_codes:TaxIdentificationIDSimpleType
simpleType TaxIdentificationIDSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for tax identification assigned to a specific individual, business or other entity and is used to authenticate the individual/entity for matters of taxation and other federal governement business.
Diagram
XML Schema
<xs:simpleType name="TaxIdentificationIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for tax identification assigned to a specific individual, business or other entity and is used to authenticate the individual/entity for matters of taxation and other federal governement business.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{9}"/>
<xs:length value="9"/>
</xs:restriction>
</xs:simpleType>