Annotated XML Example

Navigation:  eXite Core System > Supported Data Formats > UN/CEFACT XML Header >

Annotated XML Example

Previous pageReturn to chapter overviewNext page

<?xml version="1.0" encoding="UTF-8"?>

<sh:StandardBusinessDocument

  xmlns:sh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader"

  xmlns:eanucc="urn:ean.ucc:2" xmlns:order="urn:ean.ucc:order:2"

  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >

  <sh:StandardBusinessDocumentHeader>

      <sh:HeaderVersion>1.0</sh:HeaderVersion>

      <sh:Sender>

          <sh:Identifier Authority="EAN.UCC">SENDERGLN</sh:Identifier>

      </sh:Sender>

      <sh:Receiver>

          <sh:Identifier Authority="EAN.UCC">RECIPIENTGLN</sh:Identifier>

      </sh:Receiver>

      <sh:DocumentIdentification>

          <sh:InstanceIdentifier>INTERCHANGEID</sh:InstanceIdentifier>

          <sh:Type>MESSAGECLASS</sh:Type>

      </sh:DocumentIdentification>

  </sh:StandardBusinessDocumentHeader>

 

  <!-- XML payload -->

 

</sh:StandardBusinessDocument>