<xsd:complexType name="GoodsItemType">
<xsd:sequence>
<xsd:element name="SequenceNumeric" type="udt:NumericType" minOccurs="0" />
<xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TransportMovementTypeCode" type="udt:CodeType" minOccurs="0" />
<xsd:element name="DeclaredCustomsValueAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="DeclaredCarriageValueAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="DeclaredStatisticsValueAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="DeliveryTermsValueAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="InsuranceValueAmount" type="udt:AmountType" minOccurs="0" />
<xsd:element name="GrossWeightMeasure" type="udt:MeasureType" minOccurs="0" />
<xsd:element name="NetNetWeightMeasure" type="udt:MeasureType" minOccurs="0" />
<xsd:element name="NetWeightMeasure" type="udt:MeasureType" minOccurs="0" />
<xsd:element name="ChargeableWeightMeasure" type="udt:MeasureType" minOccurs="0" />
<xsd:element name="GrossVolumeMeasure" type="udt:MeasureType" minOccurs="0" />
<xsd:element name="TransportMovementType" type="udt:TextType" minOccurs="0" />
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Measure" type="udt:MeasureType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="GoodsDescription" type="rcm:GoodsDescriptionType" minOccurs="0" />
<xsd:element name="DangerousGoods" type="rcm:DangerousGoodsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="HandlingInstructions" type="rcm:InstructionsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="QuarantineInstructions" type="rcm:InstructionsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DeliveryInstructions" type="rcm:InstructionsType" minOccurs="0" />
<xsd:element name="TransportTemperature" type="rcm:TemperatureType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Dimension" type="rcm:DimensionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OriginCountry" type="rcm:CountryType" minOccurs="0" />
<xsd:element name="DestinationCountry" type="rcm:CountryType" minOccurs="0" />
<xsd:element name="FinalDestinationCountry" type="rcm:CountryType" minOccurs="0" />
<xsd:element name="ManufacturerParty" type="rcm:PartyType" minOccurs="0" />
<xsd:element name="DeliveryParty" type="rcm:PartyType" minOccurs="0" />
<xsd:element name="DespatchParty" type="rcm:PartyType" minOccurs="0" />
<xsd:element name="DeliveryEvent" type="rcm:EventType" minOccurs="0" />
<xsd:element name="DespatchEvent" type="rcm:EventType" minOccurs="0" />
<xsd:element name="FumigationCertificateDocument" type="rcm:DocumentType" minOccurs="0" />
<xsd:element name="WineCertificateDocument" type="rcm:DocumentType" minOccurs="0" />
<xsd:element name="WoolHealthCertificateDocument" type="rcm:DocumentType" minOccurs="0" />
<xsd:element name="PhytosanitaryCertificateDocument" type="rcm:DocumentType" minOccurs="0" />
<xsd:element name="OriginCertificateDocument" type="rcm:DocumentType" minOccurs="0" />
<xsd:element name="Instructions" type="rcm:InstructionsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Country" type="rcm:CountryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Party" type="rcm:PartyType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Document" type="rcm:DocumentType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Charge" type="rcm:ChargeType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|