Schema Central  >  UBL 2.3  >  UBL-ProofOfReexportation-2.3.xsd  >  ProofOfReexportation
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ProofOfReexportation

This element MUST be conveyed as the root element in any instance document based on this Schema expression

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:ProofOfReexportation-2

Schema document: maindoc/UBL-ProofOfReexportation-2.3.xsd

Type: ProofOfReexportationType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:UBLVersionID [0..1]Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
    3. cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
    4. cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
    5. cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
    6. cbc:ID [1..1]An identifier for this document, assigned by the sender.
    7. cbc:UUID [0..1]A universally unique identifier for an instance of this document.
    8. cbc:IssueDate [0..1]The date, assigned by the sender, on which this document was issued.
    9. cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
    10. cbc:Note [0..*]Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.
    11. cbc:VersionID [0..1]Identifies the current version of this request for proof
    12. cac:ExportingCustomsParty [0..1]The competent Customs party of the exporting country.
    13. cac:ImportingGuarantorParty [0..1]A party (often a chamber of commerce) which provides a guarantee for the goods while being temporarily imported.
    14. cac:ExportingGuarantorParty [0..1]A party (often a chamber of commerce) which provides a guarantee for the goods while being temporarily exported.
    15. cac:GoodsItemPassportCounterfoil [1..*]One or more goods item passport or ATA Carnet counterfoils associated with this proof of re-exportation
    16. cac:ReexportationEvidence [1..*]One or more references to evidence supporting that goods have been re-exported
    17. cac:GoodsItemPassportAttachment [0..1]Attachment of the goods item passport or ATA Carnet related to this proof of re-exportation
    18. cac:AdditionalDocumentReference [0..*]One or more references to additional documents related to this proof of re-exportation
    19. cac:Signature [0..*]A signature applied to this document.

Attributes

None

Sample instance

<ProofOfReexportation>
   <cbc:ID>23424244</cbc:ID>
   <cbc:IssueDate>2019-05-08</cbc:IssueDate>
   <cac:ImportingGuarantorParty>
      <cac:PartyName>
         <cbc:Name>Deutscher Industrie- und Handelskammertag e.V.</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:StreetName>Breite Straße</cbc:StreetName>
         <cbc:BuildingNumber>29</cbc:BuildingNumber>
         <cbc:CityName>Berlin</cbc:CityName>
         <cbc:PostalZone>10178</cbc:PostalZone>
         <cac:Country>
            <cbc:IdentificationCode>DE</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
      <cac:PartyLegalEntity>
         <cbc:CompanyID>DE122125278</cbc:CompanyID>
      </cac:PartyLegalEntity>
   </cac:ImportingGuarantorParty>
   <cac:ExportingGuarantorParty>
      <cac:PartyName>
         <cbc:Name>Dansk Erhverv</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:StreetName>Slotsholmsgade</cbc:StreetName>
         <cbc:BuildingNumber>1</cbc:BuildingNumber>
         <cbc:CityName>København K</cbc:CityName>
         <cbc:PostalZone>1216</cbc:PostalZone>
         <cac:Country>
            <cbc:IdentificationCode>DK</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
      <cac:PartyLegalEntity>
         <cbc:CompanyID>DK43232010</cbc:CompanyID>
      </cac:PartyLegalEntity>
   </cac:ExportingGuarantorParty>
   <cac:GoodsItemPassportCounterfoil>
      <cbc:ID>645634567</cbc:ID>
      <cbc:GoodsItemPassportID>ata01661</cbc:GoodsItemPassportID>
      <cac:CustomsOfficeLocation>
         <cbc:Name>Heiligenhafen</cbc:Name>
      </cac:CustomsOfficeLocation>
      <cac:VoucherDocumentReference>
         <cbc:ID>5234533222</cbc:ID>
      </cac:VoucherDocumentReference>
   </cac:GoodsItemPassportCounterfoil>
   <cac:GoodsItemPassportCounterfoil>
      <cbc:ID>634563324</cbc:ID>
      <cbc:GoodsItemPassportID>ata01661</cbc:GoodsItemPassportID>
      <cac:CustomsOfficeLocation>
         <cbc:Name>Bietingen</cbc:Name>
      </cac:CustomsOfficeLocation>
      <cac:VoucherDocumentReference>
         <cbc:ID>52345423423</cbc:ID>
      </cac:VoucherDocumentReference>
   </cac:GoodsItemPassportCounterfoil>
   <cac:ReexportationEvidence>
      <cbc:EvidenceTypeCode>mail</cbc:EvidenceTypeCode>
      <cbc:Description>Received mail from Frau Gerlung</cbc:Description>
      <cac:DocumentReference>
         <cbc:ID>34563456</cbc:ID>
         <cbc:DocumentType>ATA carnet, paper</cbc:DocumentType>
      </cac:DocumentReference>
   </cac:ReexportationEvidence>
</ProofOfReexportation>