<xsd:complexType name="ReceiptNoticePropertiesType">
<xsd:sequence>
<xsd:element ref="DeliveryReceiptIdentification" />
<xsd:element ref="PurchaseOrderInformation" />
<xsd:element ref="ReferenceInformation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ReceiptCondition" minOccurs="0" />
<xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ReceiptNoticeStatus" minOccurs="0" />
<xsd:element ref="ReceiptNoticeReason" minOccurs="0" />
<xsd:element ref="LanguageCode" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|