Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 line
5.1KB

  1. <?xml version="1.0" encoding="utf-16"?>
  2. <xs:schema xmlns="http://TM.TransSmart.Status" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" targetNamespace="http://TM.TransSmart.Status" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:element name="root">
  4. <xs:complexType>
  5. <xs:sequence>
  6. <xs:element minOccurs="0" maxOccurs="unbounded" name="status">
  7. <xs:complexType>
  8. <xs:sequence>
  9. <xs:element name="shipment">
  10. <xs:complexType>
  11. <xs:sequence>
  12. <xs:element minOccurs="0" maxOccurs="1" name="statusTimeStamp" nillable="true" type="xs:string" />
  13. <xs:element minOccurs="0" maxOccurs="1" name="reference" nillable="true" type="xs:string" />
  14. <xs:element minOccurs="0" maxOccurs="1" name="NoPieces" nillable="true" type="xs:string" />
  15. <xs:element minOccurs="0" maxOccurs="1" name="weight" nillable="true" type="xs:string" />
  16. <xs:element minOccurs="0" maxOccurs="1" name="weightUom" nillable="true" type="xs:string" />
  17. <xs:element minOccurs="0" maxOccurs="1" name="incoterms" nillable="true" type="xs:string" />
  18. <xs:element minOccurs="0" maxOccurs="1" name="statusPrice" nillable="true" type="xs:string" />
  19. <xs:element minOccurs="0" maxOccurs="1" name="currency" nillable="true" type="xs:string" />
  20. <xs:element minOccurs="0" maxOccurs="1" name="deliveryDate" nillable="true" type="xs:string" />
  21. <xs:element minOccurs="0" maxOccurs="1" name="deliveryTime" nillable="true" type="xs:string" />
  22. <xs:element minOccurs="0" maxOccurs="1" name="acceptedBy" nillable="true" type="xs:string" />
  23. <xs:element minOccurs="0" maxOccurs="1" name="pickupDate" nillable="true" type="xs:string" />
  24. <xs:element minOccurs="0" maxOccurs="1" name="shipmentStatus" nillable="true" type="xs:string" />
  25. <xs:element minOccurs="0" maxOccurs="1" name="carrierStatusCode" nillable="true" type="xs:string" />
  26. <xs:element minOccurs="0" maxOccurs="1" name="carrierStatusDescription" nillable="true" type="xs:string" />
  27. </xs:sequence>
  28. </xs:complexType>
  29. </xs:element>
  30. </xs:sequence>
  31. <xs:attribute name="carrier" type="xs:string" use="optional" />
  32. </xs:complexType>
  33. </xs:element>
  34. </xs:sequence>
  35. </xs:complexType>
  36. </xs:element>
  37. </xs:schema>