Schema Central > UBL 2.0 > UBL-Order-2.0.xsd > Order
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

Order

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

Element information

Type: OrderType

Properties: Global, Qualified

Content

Attributes

None

Sample instance

<Order>
   <cbc:UBLVersionID>2.0</cbc:UBLVersionID>
   <cbc:CustomizationID>urn:oasis:names:specification:ubl:xpath:Order-2.0:sbs-1.0-draft</cbc:CustomizationID>
   <cbc:ProfileID>bpid:urn:oasis:names:draft:bpss:ubl-2-sbs-order-with-simple-response-draft</cbc:ProfileID>
   <cbc:ID>12345</cbc:ID>
   <cbc:IssueDate>2006-10-15</cbc:IssueDate>
   <cac:BuyerCustomerParty>
      <cbc:CustomerAssignedAccountID>444403</cbc:CustomerAssignedAccountID>
      <cac:Party>
         <cac:PartyName>
            <cbc:Name>Neighborhood Game Stores, Inc.</cbc:Name>
         </cac:PartyName>
         <cac:PostalAddress>
            <cbc:Room>300</cbc:Room>
            <cbc:StreetName>123 Main St.</cbc:StreetName>
            <cbc:CityName>Cleveland</cbc:CityName>
            <cbc:PostalZone>37311</cbc:PostalZone>
            <cbc:CountrySubentity>OH</cbc:CountrySubentity>
            <cac:Country>
               <cbc:IdentificationCode>US</cbc:IdentificationCode>
            </cac:Country>
         </cac:PostalAddress>
         <cac:Contact>
            <cbc:Name>Steve Smith</cbc:Name>
            <cbc:Telephone>231-555-1122</cbc:Telephone>
         </cac:Contact>
      </cac:Party>
   </cac:BuyerCustomerParty>
   <cac:Delivery>
      <cac:DeliveryAddress>
         <cbc:StreetName>5100 Garfield Road</cbc:StreetName>
         <cbc:CityName>Traverse City</cbc:CityName>
         <cbc:PostalZone>49686</cbc:PostalZone>
         <cbc:CountrySubentity>MI</cbc:CountrySubentity>
         <cac:Country>
            <cbc:IdentificationCode>US</cbc:IdentificationCode>
         </cac:Country>
      </cac:DeliveryAddress>
   </cac:Delivery>
   <cac:OrderLine>
      <cac:LineItem>
         <cbc:ID>1</cbc:ID>
         <cbc:Quantity unitCode="KG">12</cbc:Quantity>
         <cac:Price>
            <cbc:PriceAmount currencyID="GBP">29.99</cbc:PriceAmount>
         </cac:Price>
         <cac:Item>
            <cbc:Name>DestructionFest 2005</cbc:Name>
            <cac:SellersItemIdentification>
               <cbc:ID>AY2345</cbc:ID>
            </cac:SellersItemIdentification>
         </cac:Item>
      </cac:LineItem>
   </cac:OrderLine>
</Order>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com