Definition Type: ComplexType
Name: availableSlotType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AvailableHours in schema mailxml_120308_xsd Drilldown into Perishable in schema mailxml_120308_xsd Drilldown into MailClass in schema mailxml_120308_xsdXSD Diagram of availableSlotType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="availableSlotType">
    <xs:sequence>
        <xs:element name="MailClass" type="mailxml_base:mailClassType" maxOccurs="unbounded" />
        <xs:element name="Perishable" type="mailxml_base:yesNo" minOccurs="0" />
        <xs:element name="AvailableHours" type="mailxml:availableHourType" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailClass mailxml:MailClass (1) unbounded
Perishable mailxml:Perishable 0 (1)
AvailableHours mailxml:AvailableHours (1) unbounded
Collapse Derivation Tree:
Collapse References:
mailxml:AvailableSlots