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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ProofOfReexportationRequest

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:ProofOfReexportationRequest-2

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

Type: ProofOfReexportationRequestType

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. cbc:GoodsItemPassportID [1..1]The identifier of the goods item passport or ATA Carnet of the goods
    13. cbc:GoodsItemPassportCounterfoilID [0..1]A reference to a counterfoil of the goods item passport or ATA Carnet
    14. cac:ImportingGuarantorParty [1..1]The party (often chambers of commerce) who issues this document on behalf of their customs authority.
    15. cac:ExportingGuarantorParty [1..1]The party (often chambers of commerce) who are fiscally responsible for the Goods Item Passort counterfoils associated with this document.
    16. cac:ImportingCustomsParty [0..1]The original requester of the proof of reexportation.
    17. cac:AdditionalDocumentReference [0..*]One or more references to additional documents related to this request
    18. cac:Signature [0..*]A signature applied to this document.

Attributes

None

Sample instance

<ProofOfReexportationRequest>
   <cbc:ID>A2344</cbc:ID>
   <cbc:IssueDate>2019-06-21</cbc:IssueDate>
   <cbc:GoodsItemPassportID>234222</cbc:GoodsItemPassportID>
   <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:ImportingCustomsParty>
      <cac:PartyName>
         <cbc:Name>Zollamt</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:StreetName>Tollbrettkoppel</cbc:StreetName>
         <cbc:BuildingNumber>8</cbc:BuildingNumber>
         <cbc:CityName>Heiligenhafen</cbc:CityName>
         <cbc:PostalZone>23774</cbc:PostalZone>
         <cac:Country>
            <cbc:IdentificationCode>DE</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
   </cac:ImportingCustomsParty>
</ProofOfReexportationRequest>