Definition Type: Element
Name: StartTheClockQueryResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the query for start the clock information.
Collapse XSD Schema Diagram:
Drilldown into QueryError in schema mailxml_120308_xsd Drilldown into QueryResults in schema mailxml_120308_xsdXSD Diagram of StartTheClockQueryResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="StartTheClockQueryResponse">
    <xs:annotation>
        <xs:documentation>Response to the query for start the clock information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice>
            <xs:element name="QueryResults">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence maxOccurs="unbounded">
                        <xs:element ref="mailxml:LargeTransactionDividerResult" minOccurs="0" />
                        <xs:choice>
                            <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:choice>
                        <xs:sequence maxOccurs="unbounded">
                            <xs:element name="ClockStarted" type="mailxml:clockStartedType" />
                            <xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
                        </xs:sequence>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element ref="mailxml:QueryError" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QueryResults mailxml:QueryResults (1) (1)
QueryError mailxml:QueryError (1) (1)