Definition Type: ComplexType
Name: apptCloseoutDetailType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ApptCloseoutEmployeeContactInfo in schema mailxml_120308_xsd Drilldown into ApptCloseOut in schema mailxml_120308_xsd Drilldown into UserID in schema mailxml_120308_xsdXSD Diagram of apptCloseoutDetailType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="apptCloseoutDetailType">
    <xs:sequence>
        <xs:element name="UserID" type="mailxml_base:s12" />
        <xs:element name="ApptCloseOut" type="xs:dateTime" />
        <xs:element name="ApptCloseoutEmployeeContactInfo" type="mailxml:commonContactType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UserID mailxml:UserID (1) (1)
ApptCloseOut mailxml:ApptCloseOut (1) (1)
ApptCloseoutEmployeeContactInfo mailxml:ApptCloseoutEmployeeContactInfo 0 (1)
Collapse Derivation Tree:
Collapse References:
mailxml:ApptCloseOutDetail