Definition Type: Element
Name: ItemReference
Namespace: http://www.irs.gov/efile
Containing Schema: efileMessage.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into contentLocation in schema efilemessage_xsdXSD Diagram of ItemReference in schema efilemessage_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="ItemReference" maxOccurs="unbounded">
    <xsd:complexType>
        <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>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
contentLocation nsA:contentLocation Required