<xsd:complexType name="ItemAcknowledgementType">
<xsd:sequence>
<xsd:element name="OrigTransContentLocation" type="IdType">
<xsd:annotation>
<xsd:documentation>The value on the MIME Content-Location: line of the original transmission</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EIN" type="EINType" />
<xsd:element name="ReturnType" type="StringType" />
<xsd:element name="ItemStatus" type="StatusType" />
<xsd:element name="PaymentIndicator" type="PaymentIndicatorType" minOccurs="0" />
<xsd:element ref="Errors" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|