Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <?xml version="1.0" encoding="utf-16"?>
- <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">
- <xs:element name="root">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" name="status">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="shipment">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" maxOccurs="1" name="statusTimeStamp" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="reference" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="NoPieces" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="weight" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="weightUom" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="incoterms" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="statusPrice" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="currency" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="deliveryDate" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="deliveryTime" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="acceptedBy" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="pickupDate" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="shipmentStatus" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="carrierStatusCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" maxOccurs="1" name="carrierStatusDescription" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="carrier" type="xs:string" use="optional" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|