Definition Type: Element
Name: StartTheClockDropShip
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into StartTheClockDate in schema mailxml_120308_xsd Drilldown into ApptStatus in schema mailxml_120308_xsd Drilldown into UnloadEndDateTime in schema mailxml_120308_xsd Drilldown into UnloadStartDateTime in schema mailxml_120308_xsd Drilldown into ArrivalDateTime in schema mailxml_120308_xsd Drilldown into ApptDateTime in schema mailxml_120308_xsd Drilldown into UspsInductionFacilityLocaleKey in schema mailxml_120308_xsd Drilldown into UspsInductionFacilityName in schema mailxml_120308_xsd Drilldown into MailClass in schema mailxml_120308_xsd Drilldown into PublicationNumber in schema mailxml_120308_xsd Drilldown into CSADispatchNumber in schema mailxml_120308_xsd Drilldown into MailXMLApptID in schema mailxml_120308_xsdXSD Diagram of StartTheClockDropShip in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="StartTheClockDropShip" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:choice minOccurs="0">
                <xs:element name="MailXMLApptID" type="mailxml_base:ns09" />
                <xs:element name="CSADispatchNumber" type="mailxml_base:ns10" />
            </xs:choice>
            <xs:element name="PublicationNumber" type="mailxml_base:ns09" />
            <xs:element name="MailClass" type="mailxml_base:mailClassType" />
            <xs:element name="UspsInductionFacilityName" type="mailxml_base:mailClassType" />
            <xs:element name="UspsInductionFacilityLocaleKey" type="mailxml_base:localeKeyType" />
            <xs:element name="ApptDateTime" type="xs:date" />
            <xs:element name="ArrivalDateTime" type="mailxml_base:localeKeyType" />
            <xs:element name="UnloadStartDateTime" type="xs:dateTime" />
            <xs:element name="UnloadEndDateTime" type="xs:dateTime" />
            <xs:element name="ApptStatus" type="mailxml_base:apptStatusType" />
            <xs:element name="StartTheClockDate" type="xs:date" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailXMLApptID mailxml:MailXMLApptID (1) (1)
CSADispatchNumber mailxml:CSADispatchNumber (1) (1)
PublicationNumber mailxml:PublicationNumber (1) (1)
MailClass mailxml:MailClass (1) (1)
UspsInductionFacilityName mailxml:UspsInductionFacilityName (1) (1)
UspsInductionFacilityLocaleKey mailxml:UspsInductionFacilityLocaleKey (1) (1)
ApptDateTime mailxml:ApptDateTime (1) (1)
ArrivalDateTime mailxml:ArrivalDateTime (1) (1)
UnloadStartDateTime mailxml:UnloadStartDateTime (1) (1)
UnloadEndDateTime mailxml:UnloadEndDateTime (1) (1)
ApptStatus mailxml:ApptStatus (1) (1)
StartTheClockDate mailxml:StartTheClockDate (1) (1)