<xs:element name="StartTheClockQueryRequest">
<xs:annotation>
<xs:documentation>Query request for start the clock information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:choice minOccurs="0">
<xs:element name="ConsigneeApptID" type="mailxml_base:s12" />
<xs:element name="CSADispatchNumber" type="mailxml_base:ns10" />
</xs:choice>
<xs:choice minOccurs="0">
<xs:sequence>
<xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
<xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
</xs:sequence>
<xs:sequence>
<xs:element name="CustomerGroupID" type="mailxml_base:s25" />
<xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
</xs:sequence>
<xs:element name="CustomerAccount" type="mailxml:permitPublicationDataType" />
</xs:choice>
<xs:element name="LowerDateRange" type="xs:date" />
<xs:element name="UpperDateRange" type="xs:date" />
</xs:sequence>
</xs:complexType>
</xs:element>
|