Definition Type: Element
Name: OriginManifest
Namespace: http://www.irs.gov/efile
Containing Schema: efileMessage.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ItemReference in schema efilemessage_xsd Drilldown into itemCount in schema efilemessage_xsdXSD Diagram of OriginManifest in schema efilemessage_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="OriginManifest">
    <xsd:complexType>
        <xsd:sequence>
            <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>
        </xsd:sequence>
        <xsd:attribute name="itemCount" type="IntegerPosType" use="required">
            <xsd:annotation>
                <xsd:documentation>The number of items in this origin</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemReference nsA:ItemReference (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
itemCount nsA:itemCount Required