Definition Type: ComplexType
Name: optReturnInfoType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnDescription in schema mailxml_120308_xsd Drilldown into ReturnCode in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsdXSD Diagram of optReturnInfoType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="optReturnInfoType">
    <xs:sequence>
        <xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:element name="ReturnCode" type="mailxml_base:ns04" minOccurs="0" />
            <xs:element name="ReturnDescription" type="mailxml_base:s260" />
        </xs:sequence>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConsigneeFacility mailxml:ConsigneeFacility (1) (1)
ReturnCode mailxml:ReturnCode 0 (1)
ReturnDescription mailxml:ReturnDescription (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:ReturnInfo, mailxml:ReturnInfo, mailxml:ReturnInfo