Definition Type: Attribute
Name: contentLocation
Namespace: http://www.irs.gov/efile
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: efileMessage.xsd
ContentType Restriction
Use Required
Documentation:
There must be a one for one match between the following three items in a transmission: the contentLocation attribute, the value of MIME Content-Location: line, and the ContentLocation
Collapse XSD Schema Diagram:
XSD Diagram of contentLocation in schema efilemessage_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:attribute name="contentLocation" use="required">
    <xsd:annotation>
        <xsd:documentation>There must be a one for one match between the following three items in a transmission: the contentLocation attribute, the value of MIME Content-Location: line, and the ContentLocation</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:anyURI">
            <xsd:pattern value="[A-Za-z0-9:.\-]{1,30}" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Pattern [A-Za-z0-9:.\-]{1,30}