Definition Type: Element
Name: InCareOfNameLine
Namespace: http://www.irs.gov/efile
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ReturnHeader94x.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Used to indicate the In Care Of line for address. Legal Characters: percent sign, A-Z, a-z, 0-9, hyphen, slash, ampersand, and single space. Illegal Characters: leading space, trailing space, adjacent spaces, and other symbols.
Collapse XSD Schema Diagram:
XSD Diagram of InCareOfNameLine in schema returnheader94x_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="InCareOfNameLine" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Used to indicate the In Care Of line for address. Legal Characters: percent sign, A-Z, a-z, 0-9, hyphen, slash, ampersand, and single space. Illegal Characters: leading space, trailing space, adjacent spaces, and other symbols.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="35" />
            <xsd:pattern value="(% )([A-Za-z0-9\-/|&amp;] ?)*[A-Za-z0-9\-/|&amp;]" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxLength 35
Pattern (% )([A-Za-z0-9\-/|&] ?)*[A-Za-z0-9\-/|&]