<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="ram:GoodsDescriptionType" minOccurs="0" />
<xsd:element name="DangerousGoods" type="ram:DangerousGoodsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="HandlingInstructions" type="ram:InstructionsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="QuarantineInstructions" type="ram:InstructionsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DeliveryInstructions" type="ram:InstructionsType" minOccurs="0" />
<xsd:element name="TransportTemperature" type="ram:TemperatureType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Dimension" type="ram:DimensionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OriginCountry" type="ram:CountryType" minOccurs="0" />
<xsd:element name="DestinationCountry" type="ram:CountryType" minOccurs="0" />
<xsd:element name="FinalDestinationCountry" type="ram:CountryType" minOccurs="0" />
<xsd:element name="ManufacturerParty" type="ram:PartyType" minOccurs="0" />
<xsd:element name="DeliveryParty" type="ram:PartyType" minOccurs="0" />
<xsd:element name="DespatchParty" type="ram:PartyType" minOccurs="0" />
<xsd:element name="DeliveryEvent" type="ram:EventType" minOccurs="0" />
<xsd:element name="DespatchEvent" type="ram:EventType" minOccurs="0" />
<xsd:element name="FumigationCertificateDocument" type="ram:DocumentType" minOccurs="0" />
<xsd:element name="WineCertificateDocument" type="ram:DocumentType" minOccurs="0" />
<xsd:element name="WoolHealthCertificateDocument" type="ram:DocumentType" minOccurs="0" />
<xsd:element name="PhytosanitaryCertificateDocument" type="ram:DocumentType" minOccurs="0" />
<xsd:element name="OriginCertificateDocument" type="ram:DocumentType" minOccurs="0" />
<xsd:element name="Instructions" type="ram:InstructionsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Country" type="ram:CountryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Party" type="ram:PartyType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Document" type="ram:DocumentType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Charge" type="ram:ChargeType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|