InfoVersionTTN.xml — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) м |
Hisava (обсуждение | вклад) м |
||
Строка 1: | Строка 1: | ||
+ | = Схема = | ||
+ | <?xml version="1.0" encoding="utf-8"?> | ||
+ | <xs:schema version="1.0" | ||
+ | xmlns:ns="http://fsrar.ru/WEGAIS/InfoVersionTTN" | ||
+ | targetNamespace="http://fsrar.ru/WEGAIS/InfoVersionTTN" | ||
+ | xmlns:c="http://fsrar.ru/WEGAIS/Common" | ||
+ | xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
+ | elementFormDefault="qualified" | ||
+ | attributeFormDefault="unqualified"> | ||
+ | <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> | ||
+ | |||
+ | <xs:complexType name="InfoVersionTTN"> | ||
+ | <xs:annotation> | ||
+ | <xs:documentation>Информация о используемой версии формата ТТН</xs:documentation> | ||
+ | </xs:annotation> | ||
+ | <xs:all> | ||
+ | <xs:element name="ClientId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> | ||
+ | <xs:annotation> | ||
+ | <xs:documentation>Код клиента (грузополучателя)</xs:documentation> | ||
+ | </xs:annotation> | ||
+ | </xs:element> | ||
+ | <xs:element name="WBTypeUsed" type="ns:FormatType" nillable="false" minOccurs="1" maxOccurs="1"> | ||
+ | <xs:annotation> | ||
+ | <xs:documentation>Поддерживаемая клиентом версия формата ТТН</xs:documentation> | ||
+ | </xs:annotation> | ||
+ | </xs:element> | ||
+ | </xs:all> | ||
+ | </xs:complexType> | ||
+ | |||
+ | <xs:simpleType name="FormatType"> | ||
+ | <xs:restriction base="c:NoEmptyString50"> | ||
+ | <xs:enumeration value="WayBill"></xs:enumeration> | ||
+ | <xs:enumeration value="WayBill_v2"></xs:enumeration> | ||
+ | <xs:enumeration value="WayBill_v3"></xs:enumeration> | ||
+ | </xs:restriction> | ||
+ | </xs:simpleType> | ||
+ | </xs:schema> | ||
+ | = XML = | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<ns:Documents Version="1.0" | <ns:Documents Version="1.0" |
Версия 16:44, 29 июня 2018
Схема
<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/InfoVersionTTN" targetNamespace="http://fsrar.ru/WEGAIS/InfoVersionTTN" xmlns:c="http://fsrar.ru/WEGAIS/Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> <xs:complexType name="InfoVersionTTN"> <xs:annotation> <xs:documentation>Информация о используемой версии формата ТТН</xs:documentation> </xs:annotation> <xs:all> <xs:element name="ClientId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Код клиента (грузополучателя)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WBTypeUsed" type="ns:FormatType" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Поддерживаемая клиентом версия формата ТТН</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType>
<xs:simpleType name="FormatType"> <xs:restriction base="c:NoEmptyString50"> <xs:enumeration value="WayBill"></xs:enumeration> <xs:enumeration value="WayBill_v2"></xs:enumeration> <xs:enumeration value="WayBill_v3"></xs:enumeration> </xs:restriction> </xs:simpleType> </xs:schema>
XML
<?xml version="1.0" encoding="UTF-8"?> <ns:Documents Version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://fsrar.ru/WEGAIS/WB_DOC_SINGLE_01" xmlns:qp="http://fsrar.ru/WEGAIS/InfoVersionTTN" > <ns:Owner> <ns:FSRAR_ID>030000194005</ns:FSRAR_ID> </ns:Owner> <ns:Document> <ns:InfoVersionTTN> <qp:ClientId>030000194005</qp:ClientId> <qp:WBTypeUsed>WayBill_v3</qp:WBTypeUsed> </ns:InfoVersionTTN> </ns:Document> </ns:Documents>