User Tools

Site Tools

Translations of this page:

en:jobdata:version010604:structure

XML-Structure

Root-Element: b2bOpticJobData

b2bOpticJobData

In the root-element the location of the XSD at schema.b2boptic.com must be set, so the receiver could identify the version of XML.

<b2bOpticJobData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.b2boptic.com/b2boptic_jobdata_v1.6.3.xsd">
header
type Header
occurs 1
description head section with information about all orders in this xml
items
type sequence of item
occurs 1
description main tag that include a list of order items
item (element of items)
type Item
occurs 1..n
description one order
experimental
type anyType
occurs 0..n
description section for internal tests at development
  <xs:element name="b2bOpticJobData">
    <xs:complexType>
      <xs:sequence>
	<xs:element name="header" type="Header"/>
	<xs:element name="items">
	  <xs:complexType>
	    <xs:sequence>
              <xs:element name="item" type="Item" maxOccurs="unbounded"/>
	    </xs:sequence>
	  </xs:complexType>
        </xs:element>
        <xs:element name="experimental" type="xs:anyType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
en/jobdata/version010604/structure.txt · Last modified: 2020/05/15 11:17 by 127.0.0.1