Definition Type: SimpleType
Name: EINType
Namespace: http://www.irs.gov/efile
Containing Schema: efileTypes.xsd
Documentation:
Type for Employer Identification No. - 9 digits starting with a predefined 2-digit IRS District Office code
Collapse XSD Schema Diagram:
XSD Diagram of EINType in schema efiletypes_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:simpleType name="EINType">
    <xsd:annotation>
        <xsd:documentation>Type for Employer Identification No. - 9 digits starting with a predefined 2-digit IRS District Office code</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="(0[1-6]|1[0-6]|2[0-7]|3[0-9]|4[0-8]|[5-6][0-9]|7[0-7]|8[0-8]|9[0-5]|98|99)[0-9]{7}" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern (0[1-6]|1[0-6]|2[0-7]|3[0-9]|4[0-8]|[5-6][0-9]|7[0-7]|8[0-8]|9[0-5]|98|99)[0-9]{7}
Collapse Derivation Tree:
Collapse References:
nsA:EIN, nsA:EIN, nsA:EIN, nsA:EIN, nsA:EIN