<xs:element name="DeliveryPointValidationDelivery">
<xs:annotation>
<xs:documentation>Delivery of Delivery Point Validation by USPS.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="CRID" type="mailxml_base:CRIDType" 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:element ref="mailxml:DeliveryPointValidation" maxOccurs="unbounded" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:LargeTransactionDividerGroupOptionalType" />
</xs:complexType>
</xs:element>
|