Definition Type: SimpleType
Name: BusinessNameControlType
Namespace: http://www.irs.gov/efile
Containing Schema: efileTypes.xsd
Documentation:
Used for a Name Control. Legal Characters: A-Z, 0-9, hyphen and ampersand. Illegal Character: spaces and symbols.
Collapse XSD Schema Diagram:
XSD Diagram of BusinessNameControlType in schema efiletypes_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:simpleType name="BusinessNameControlType">
    <xsd:annotation>
        <xsd:documentation>Used for a Name Control. Legal Characters: A-Z, 0-9, hyphen and ampersand. Illegal Character: spaces and symbols.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="([A-Z0-9\-]|&amp;){1,4}" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern ([A-Z0-9\-]|&){1,4}
Collapse Derivation Tree:
Collapse References:
nsA:BusinessNameControl