<xs:element name="FullServiceNixieDetail">
<xs:annotation>
<xs:documentation>Response to the Query request for full service nixie detail.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="OriginalMailerID6" type="mailxml_base:mailerID6Type" />
<xs:element name="OriginalMailerID9" type="mailxml_base:mailerID9Type" />
</xs:choice>
<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 name="OriginalIMB" type="mailxml_base:iMBType" />
<xs:element name="RecordCreationDate" type="xs:date" />
<xs:element name="ActionCode" type="mailxml_base:actionCodeType" />
<xs:element name="ParsedAddressOnPiece" type="xs:string" />
<xs:element name="OnPieceCityStateZip" type="xs:string" />
<xs:element name="ReturnedToAddress" type="xs:string" />
<xs:element name="ReturnedToCityStateZip" type="xs:string" />
<xs:element name="ReasonCode" type="mailxml_base:reasonCodeType" />
<xs:element name="KeylineFromEDoc" type="xs:string" />
<xs:element name="ClassNotificationType" type="mailxml_base:classNotificationType" />
<xs:element name="FeeNotification" type="mailxml_base:yesNo" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
|