TTNSingle v4.xsd — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) (Новая страница: «This XML file does not appear to have any style information associated with it. The document tree is shown below. <xs:schema xmlns:ns="http://fsrar.ru/WEGAIS/TTNS…») |
Hisava (обсуждение | вклад) м |
||
Строка 1: | Строка 1: | ||
− | + | <?xml version="1.0" encoding="utf-8"?> | |
− | <xs:schema xmlns:ns="http://fsrar.ru/WEGAIS/TTNSingle_v4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:c="http://fsrar.ru/WEGAIS/Common" xmlns:ce="http://fsrar.ru/WEGAIS/CommonV3" xmlns:oref="http://fsrar.ru/WEGAIS/ClientRef_v2" xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef_v2" | + | <xs:schema version="1.0" |
− | <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> | + | xmlns:ns="http://fsrar.ru/WEGAIS/TTNSingle_v4" |
− | <xs:import namespace="http://fsrar.ru/WEGAIS/CommonV3" schemaLocation="EGCommonV3.xsd"/> | + | targetNamespace="http://fsrar.ru/WEGAIS/TTNSingle_v4" |
− | <xs:import namespace="http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation="ClientRef_v2.xsd"/> | + | xmlns:xs="http://www.w3.org/2001/XMLSchema" |
− | <xs:import namespace="http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation="ProductRef_v2.xsd"/> | + | elementFormDefault="qualified" |
− | <xs:complexType name="WayBillType_v4"> | + | attributeFormDefault="unqualified" |
− | <xs:annotation> | + | xmlns:c="http://fsrar.ru/WEGAIS/Common" |
− | <xs:documentation>Товарно-Транспортная Накладная</xs:documentation> | + | xmlns:ce="http://fsrar.ru/WEGAIS/CommonV3" |
− | </xs:annotation> | + | xmlns:oref="http://fsrar.ru/WEGAIS/ClientRef_v2" |
− | <xs:sequence> | + | xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef_v2" |
− | <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="0" maxOccurs="1"> | + | > |
− | <xs:annotation> | + | <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> |
− | <xs:documentation>Идентификатор накладной (клиентский, к заполнению необязательный)</xs:documentation> | + | <xs:import namespace="http://fsrar.ru/WEGAIS/CommonV3" schemaLocation="EGCommonV3.xsd"/> |
− | </xs:annotation> | + | <xs:import namespace="http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation="ClientRef_v2.xsd"/> |
− | </xs:element> | + | <xs:import namespace="http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation="ProductRef_v2.xsd"/> |
− | <xs:element name="Header"> | + | <xs:complexType name="WayBillType_v4"> |
− | <xs:complexType> | + | <xs:annotation> |
− | <xs:all> | + | <xs:documentation>Товарно-Транспортная Накладная</xs:documentation> |
− | <xs:element name="Type" type="ns:WbType" default="WBInvoiceFromMe" minOccurs="1" maxOccurs="1"> | + | </xs:annotation> |
− | <xs:annotation> | + | <xs:sequence> |
− | <xs:documentation>Тип накладной: WBInvoiceFromMe - расход; WBReturnToMe - возврат мне; WBInvoiceToMe - приход; WBReturnFromMe - возврат от меня; WBInternal - внутренее перемещение</xs:documentation> | + | <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | </xs:annotation> | + | <xs:annotation> |
− | </xs:element> | + | <xs:documentation>Идентификатор накладной (клиентский, к заполнению необязательный)</xs:documentation> |
− | <xs:element name="NUMBER" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1"> | + | </xs:annotation> |
− | <xs:annotation> | + | </xs:element> |
− | <xs:documentation>Номер документа</xs:documentation> | + | <xs:element name="Header"> |
− | </xs:annotation> | + | <xs:complexType> |
− | </xs:element> | + | <xs:all> |
− | <xs:element name="Date" type="c:DateNoTime" minOccurs="1" maxOccurs="1"> | + | <xs:element name="Type" type="ns:WbType" default="WBInvoiceFromMe" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Дата документа</xs:documentation> | + | <xs:documentation>Тип накладной: WBInvoiceFromMe - расход; WBReturnToMe - возврат мне; WBInvoiceToMe - приход; WBReturnFromMe - возврат от меня; WBInternal - внутренее перемещение</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="ShippingDate" type="c:DateNoTime" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name="NUMBER" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Дата отгрузки продукции</xs:documentation> | + | <xs:documentation>Номер документа</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Transport" type="ns:TransportType" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Date" type="c:DateNoTime" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Транспортный раздел</xs:documentation> | + | <xs:documentation>Дата документа</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Shipper" type="oref:OrgInfoRus_v2" minOccurs="1" maxOccurs="1"> | + | <xs:element name="ShippingDate" type="c:DateNoTime" nillable="false" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Грузоотправитель</xs:documentation> | + | <xs:documentation>Дата отгрузки продукции</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Consignee" type="oref:OrgInfo_v2" minOccurs="1" maxOccurs="1"> | + | <xs:element name="Transport" type="ns:TransportType" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Грузополучатель</xs:documentation> | + | <xs:documentation>Транспортный раздел</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Base" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Shipper" type="oref:OrgInfoRus_v2" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Основание</xs:documentation> | + | <xs:documentation>Грузоотправитель</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | </xs:element> |
− | <xs:restriction base="xs:string"> | + | <xs:element name="Consignee" type="oref:OrgInfo_v2" minOccurs="1" maxOccurs="1"> |
− | <xs:maxLength value="200"/> | + | <xs:annotation> |
− | </xs:restriction> | + | <xs:documentation>Грузополучатель</xs:documentation> |
− | </xs:simpleType> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Note" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Base" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Примечание</xs:documentation> | + | <xs:documentation>Основание</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="200"/> | + | <xs:maxLength value="200"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="VarField1" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Note" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Дополнительное примечание 1</xs:documentation> | + | <xs:documentation>Примечание</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="100"/> | + | <xs:maxLength value="200"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="VarField2" minOccurs="0" maxOccurs="1"> | + | <xs:element name="VarField1" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Дополнительное примечание 2</xs:documentation> | + | <xs:documentation>Дополнительное примечание 1</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="100"/> | + | <xs:maxLength value="100"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="VarField3" minOccurs="0" maxOccurs="1"> | + | <xs:element name="VarField2" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Дополнительное примечание 3</xs:documentation> | + | <xs:documentation>Дополнительное примечание 2</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="100"/> | + | <xs:maxLength value="100"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | </xs:all> | + | <xs:element name="VarField3" minOccurs="0" maxOccurs="1"> |
− | </xs:complexType> | + | <xs:annotation> |
− | </xs:element> | + | <xs:documentation>Дополнительное примечание 3</xs:documentation> |
− | <xs:element name="Content"> | + | </xs:annotation> |
− | <xs:complexType> | + | <xs:simpleType> |
− | <xs:sequence> | + | <xs:restriction base="xs:string"> |
− | <xs:element name="Position" type="ns:PositionType" minOccurs="1" maxOccurs="unbounded"> | + | <xs:maxLength value="100"/> |
− | <xs:annotation> | + | </xs:restriction> |
− | <xs:documentation>Содержимое накладной должно содержать 1 и более позиций</xs:documentation> | + | </xs:simpleType> |
− | </xs:annotation> | + | </xs:element> |
− | </xs:element> | + | </xs:all> |
− | </xs:sequence> | + | </xs:complexType> |
− | </xs:complexType> | + | </xs:element> |
− | <xs:unique name="PosUn"> | + | <xs:element name="Content"> |
− | <xs:selector xpath="ns:Position"/> | + | <xs:complexType> |
− | <xs:field xpath="ns:Identity"/> | + | <xs:sequence> |
− | </xs:unique> | + | <xs:element name="Position" type="ns:PositionType" minOccurs="1" maxOccurs="unbounded"> |
− | </xs:element> | + | <xs:annotation> |
− | </xs:sequence> | + | <xs:documentation>Содержимое накладной должно содержать 1 и более позиций</xs:documentation> |
− | </xs:complexType> | + | </xs:annotation> |
− | <xs:complexType name="PositionType"> | + | </xs:element> |
− | <xs:annotation> | + | </xs:sequence> |
− | <xs:documentation>Позиция</xs:documentation> | + | </xs:complexType> |
− | </xs:annotation> | + | <xs:unique name="PosUn"> |
− | <xs:all> | + | <xs:selector xpath="ns:Position"/> |
− | <xs:element name="Product" type="pref:ProductInfo_v2" minOccurs="1" maxOccurs="1"> | + | <xs:field xpath="ns:Identity"/> |
− | <xs:annotation> | + | </xs:unique> |
− | <xs:documentation>Информация о продукции</xs:documentation> | + | </xs:element> |
− | </xs:annotation> | + | </xs:sequence> |
− | </xs:element> | + | </xs:complexType> |
− | <xs:element name="Pack_ID" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> | + | <xs:complexType name="PositionType"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Идентификатор упаковки</xs:documentation> | + | <xs:documentation>Позиция</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | <xs:all> |
− | <xs:element name="Quantity" type="c:PositiveDecimalType" minOccurs="1" maxOccurs="1"> | + | <xs:element name="Product" type="pref:ProductInfo_v2" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Количество</xs:documentation> | + | <xs:documentation>Информация о продукции</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="alcPercent" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Pack_ID" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Содержание этилового спирта, %</xs:documentation> | + | <xs:documentation>Идентификатор упаковки</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="alcPercentMin" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Quantity" type="c:PositiveDecimalType" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Минимальное содержание этилового спирта, %</xs:documentation> | + | <xs:documentation>Количество</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="alcPercentMax" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name="alcPercent" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Максимальное содержание этилового спирта, %</xs:documentation> | + | <xs:documentation>Содержание этилового спирта, %</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Price" type="c:NoNegativeDecimalType" minOccurs="1" maxOccurs="1"> | + | <xs:element name="alcPercentMin" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Цена за единицу товара</xs:documentation> | + | <xs:documentation>Минимальное содержание этилового спирта, %</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Party" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> | + | <xs:element name="alcPercentMax" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Номер партии</xs:documentation> | + | <xs:documentation>Максимальное содержание этилового спирта, %</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name="Price" type="c:NoNegativeDecimalType" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Идентификатор позиции внутри накладной</xs:documentation> | + | <xs:documentation>Цена за единицу товара</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="EXCISE_NUMBER" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name="Party" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Номер извещения</xs:documentation> | + | <xs:documentation>Номер партии</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | </xs:element> |
− | <xs:restriction base="c:NoEmptyString"> | + | <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1"> |
− | <xs:maxLength value="64"/> | + | <xs:annotation> |
− | </xs:restriction> | + | <xs:documentation>Идентификатор позиции внутри накладной</xs:documentation> |
− | </xs:simpleType> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="EXCISE_DATE" type="c:DateWTime" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name="EXCISE_NUMBER" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Дата извещения</xs:documentation> | + | <xs:documentation>Номер извещения</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | <xs:simpleType> |
− | <xs:element name="EXCISE_SUM" type="c:NoNegativeDecimalType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:restriction base="c:NoEmptyString"> |
− | <xs:annotation> | + | <xs:maxLength value="64"/> |
− | <xs:documentation>Сумма по извещению</xs:documentation> | + | </xs:restriction> |
− | </xs:annotation> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="EXCISE_BS" type="c:PositiveDecimalType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:element name="EXCISE_DATE" type="c:DateWTime" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Объем по извещению</xs:documentation> | + | <xs:documentation>Дата извещения</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <!-- добавлено 08.05.2018 по задаче 29676 --> | + | <xs:element name="EXCISE_SUM" type="c:NoNegativeDecimalType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:element name="EAN13" type="c:EANType" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:annotation> |
− | <xs:annotation> | + | <xs:documentation>Сумма по извещению</xs:documentation> |
− | <xs:documentation>необязательный реквизит EAN13</xs:documentation> | + | </xs:annotation> |
− | </xs:annotation> | + | </xs:element> |
− | </xs:element> | + | <xs:element name="EXCISE_BS" type="c:PositiveDecimalType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <!-- добавлено 08.05.2018 по задаче 29676 --> | + | <xs:annotation> |
− | <!-- <xs:element name="InformF1" type="pref:InformF1Type" nillable="false" minOccurs="1" maxOccurs="1"> --> | + | <xs:documentation>Объем по извещению</xs:documentation> |
− | <xs:element name="FARegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> | + | </xs:annotation> |
− | <xs:annotation> | + | </xs:element> |
− | <xs:documentation>Справка 1</xs:documentation> | + | <!--добавлено 08.05.2018 по задаче 29676--> |
− | </xs:annotation> | + | <xs:element name="EAN13" type="c:EANType" nillable="false" minOccurs="0" maxOccurs="1"> |
− | </xs:element> | + | <xs:annotation> |
− | <xs:element name="InformF2" type="ce:InformF2TypeItemBC" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:documentation>необязательный реквизит EAN13</xs:documentation> |
− | <xs:annotation> | + | </xs:annotation> |
− | <xs:documentation>Справка 2</xs:documentation> | + | </xs:element> |
− | </xs:annotation> | + | <!--добавлено 08.05.2018 по задаче 29676--> |
− | </xs:element> | + | <!--<xs:element name="InformF1" type="pref:InformF1Type" nillable="false" minOccurs="1" maxOccurs="1">--> |
− | <xs:element name="boxInfo" minOccurs="0"> | + | <xs:element name="FARegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> |
− | <xs:complexType> | + | <xs:annotation> |
− | <xs:sequence> | + | <xs:documentation>Справка 1</xs:documentation> |
− | <xs:element name="boxtree" type="ce:boxtype" minOccurs="1" maxOccurs="unbounded"/> | + | </xs:annotation> |
− | </xs:sequence> | + | </xs:element> |
− | </xs:complexType> | + | <xs:element name="InformF2" type="ce:InformF2TypeItemBC" nillable="false" minOccurs="1" maxOccurs="1"> |
− | </xs:element> | + | <xs:annotation> |
− | </xs:all> | + | <xs:documentation>Справка 2</xs:documentation> |
− | </xs:complexType> | + | </xs:annotation> |
− | <xs:simpleType name="WbType"> | + | </xs:element> |
− | <xs:annotation> | + | <xs:element name="boxInfo" minOccurs="0"> |
− | <xs:documentation>Типы накладных</xs:documentation> | + | <xs:complexType> |
− | </xs:annotation> | + | <xs:sequence> |
− | <xs:restriction base="xs:string"> | + | <xs:element name="boxtree" type="ce:boxtype" minOccurs="1" maxOccurs="unbounded"/> |
− | <xs:enumeration value="WBReturnToMe"/> | + | </xs:sequence> |
− | <xs:enumeration value="WBInvoiceToMe"/> | + | </xs:complexType> |
− | <xs:enumeration value="WBReturnFromMe"/> | + | </xs:element> |
− | <xs:enumeration value="WBInvoiceFromMe"/> | + | </xs:all> |
− | <xs:enumeration value="WBInternal"/> | + | </xs:complexType> |
− | </xs:restriction> | + | <xs:simpleType name="WbType"> |
− | </xs:simpleType> | + | <xs:annotation> |
− | <xs:simpleType name="WbUnitType"> | + | <xs:documentation>Типы накладных</xs:documentation> |
− | <xs:annotation> | + | </xs:annotation> |
− | <xs:documentation>Типы продукции</xs:documentation> | + | <xs:restriction base="xs:string"> |
− | </xs:annotation> | + | <xs:enumeration value="WBReturnToMe"/> |
− | <xs:restriction base="xs:string"> | + | <xs:enumeration value="WBInvoiceToMe"/> |
− | <xs:enumeration value="Packed"/> | + | <xs:enumeration value="WBReturnFromMe"/> |
− | <xs:enumeration value="Unpacked"/> | + | <xs:enumeration value="WBInvoiceFromMe"/> |
− | </xs:restriction> | + | <xs:enumeration value="WBInternal"/> |
− | </xs:simpleType> | + | </xs:restriction> |
− | <xs:simpleType name="WbChangeOwnershipType"> | + | </xs:simpleType> |
− | <xs:annotation> | + | <xs:simpleType name="WbUnitType"> |
− | <xs:documentation>Право собственности</xs:documentation> | + | <xs:annotation> |
− | </xs:annotation> | + | <xs:documentation>Типы продукции</xs:documentation> |
− | <xs:restriction base="xs:string"> | + | </xs:annotation> |
− | <xs:enumeration value="IsChange"/> | + | <xs:restriction base="xs:string"> |
− | <xs:enumeration value="NotChange"/> | + | <xs:enumeration value="Packed"/> |
− | </xs:restriction> | + | <xs:enumeration value="Unpacked"/> |
− | </xs:simpleType> | + | </xs:restriction> |
− | <xs:simpleType name="WbCTransportType"> | + | </xs:simpleType> |
− | <xs:annotation> | + | <xs:simpleType name="WbChangeOwnershipType"> |
− | <xs:documentation>Тип транспортного средства</xs:documentation> | + | <xs:annotation> |
− | </xs:annotation> | + | <xs:documentation>Право собственности</xs:documentation> |
− | <xs:restriction base="xs:string"> | + | </xs:annotation> |
− | <!-- автомобиль --> | + | <xs:restriction base="xs:string"> |
− | <xs:enumeration value="car"/> | + | <xs:enumeration value="IsChange"/> |
− | <!-- водное транспортное средство --> | + | <xs:enumeration value="NotChange"/> |
− | <xs:enumeration value="ship"/> | + | </xs:restriction> |
− | <!-- железнодорожный вагон --> | + | </xs:simpleType> |
− | <xs:enumeration value="railway"/> | + | <xs:simpleType name="WbCTransportType"> |
− | <!-- авиационное транспортное средство --> | + | <xs:annotation> |
− | <xs:enumeration value="aircraft"/> | + | <xs:documentation>Тип транспортного средства</xs:documentation> |
− | <!-- иное --> | + | </xs:annotation> |
− | <xs:enumeration value="other"/> | + | <xs:restriction base="xs:string"> |
− | </xs:restriction> | + | <!--автомобиль--> |
− | </xs:simpleType> | + | <xs:enumeration value="car"/> |
− | <xs:complexType name="TransportType"> | + | <!--водное транспортное средство--> |
− | <xs:annotation> | + | <xs:enumeration value="ship"/> |
− | <xs:documentation>Транспортный раздел</xs:documentation> | + | <!--железнодорожный вагон--> |
− | </xs:annotation> | + | <xs:enumeration value="railway"/> |
− | <xs:all> | + | <!--авиационное транспортное средство--> |
− | <xs:element name="ChangeOwnership" type="ns:WbChangeOwnershipType" minOccurs="1" maxOccurs="1"> | + | <xs:enumeration value="aircraft"/> |
− | <xs:annotation> | + | <!--иное--> |
− | <xs:documentation>Изменение права собственности</xs:documentation> | + | <xs:enumeration value="other"/> |
− | </xs:annotation> | + | </xs:restriction> |
− | </xs:element> | + | </xs:simpleType> |
− | <xs:element name="TRAN_TYPE" minOccurs="1" maxOccurs="1"> | + | <xs:complexType name="TransportType"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Тип перевозки</xs:documentation> | + | <xs:documentation>Транспортный раздел</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:all> |
− | <xs:restriction base="xs:string"> | + | <xs:element name="ChangeOwnership" type="ns:WbChangeOwnershipType" minOccurs="1" maxOccurs="1"> |
− | <xs:maxLength value="50"/> | + | <xs:annotation> |
− | </xs:restriction> | + | <xs:documentation>Изменение права собственности</xs:documentation> |
− | </xs:simpleType> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_COMPANY" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_TYPE" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Название компании перевозчика</xs:documentation> | + | <xs:documentation>Тип перевозки</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="255"/> | + | <xs:maxLength value="50"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRANSPORT_TYPE" type="ns:WbCTransportType" minOccurs="1" maxOccurs="1"> | + | <xs:element name="TRAN_COMPANY" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>транспортное средство</xs:documentation> | + | <xs:documentation>Название компании перевозчика</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | </xs:element> | + | <xs:simpleType> |
− | <xs:element name="TRANSPORT_REGNUMBER" type="c:NoEmptyString50" nillable="false" minOccurs="0" maxOccurs="1"> | + | <xs:restriction base="xs:string"> |
− | <xs:annotation> | + | <xs:maxLength value="255"/> |
− | <xs:documentation>Регистрационный номер транспортного средства</xs:documentation> | + | </xs:restriction> |
− | </xs:annotation> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_TRAILER" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRANSPORT_TYPE" type="ns:WbCTransportType" minOccurs="1" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Прицеп</xs:documentation> | + | <xs:documentation>транспортное средство</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | </xs:element> |
− | <xs:restriction base="xs:string"> | + | <xs:element name="TRANSPORT_REGNUMBER" type="c:NoEmptyString50" nillable="false" minOccurs="0" maxOccurs="1"> |
− | <xs:maxLength value="255"/> | + | <xs:annotation> |
− | </xs:restriction> | + | <xs:documentation>Регистрационный номер транспортного средства</xs:documentation> |
− | </xs:simpleType> | + | </xs:annotation> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_CUSTOMER" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_TRAILER" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Заказчики</xs:documentation> | + | <xs:documentation>Прицеп</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="255"/> | + | <xs:maxLength value="255"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_DRIVER" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_CUSTOMER" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Водитель</xs:documentation> | + | <xs:documentation>Заказчики</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="255"/> | + | <xs:maxLength value="255"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_LOADPOINT" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_DRIVER" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Место погрузки</xs:documentation> | + | <xs:documentation>Водитель</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="2000"/> | + | <xs:maxLength value="255"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_UNLOADPOINT" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_LOADPOINT" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Место разгрузки</xs:documentation> | + | <xs:documentation>Место погрузки</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="2000"/> | + | <xs:maxLength value="2000"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_REDIRECT" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_UNLOADPOINT" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Перенаправление</xs:documentation> | + | <xs:documentation>Место разгрузки</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="2000"/> | + | <xs:maxLength value="2000"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | <xs:element name="TRAN_FORWARDER" minOccurs="0" maxOccurs="1"> | + | <xs:element name="TRAN_REDIRECT" minOccurs="0" maxOccurs="1"> |
− | <xs:annotation> | + | <xs:annotation> |
− | <xs:documentation>Экспедитор</xs:documentation> | + | <xs:documentation>Перенаправление</xs:documentation> |
− | </xs:annotation> | + | </xs:annotation> |
− | <xs:simpleType> | + | <xs:simpleType> |
− | <xs:restriction base="xs:string"> | + | <xs:restriction base="xs:string"> |
− | <xs:maxLength value="255"/> | + | <xs:maxLength value="2000"/> |
− | </xs:restriction> | + | </xs:restriction> |
− | </xs:simpleType> | + | </xs:simpleType> |
− | </xs:element> | + | </xs:element> |
− | </xs:all> | + | <xs:element name="TRAN_FORWARDER" minOccurs="0" maxOccurs="1"> |
− | </xs:complexType> | + | <xs:annotation> |
+ | <xs:documentation>Экспедитор</xs:documentation> | ||
+ | </xs:annotation> | ||
+ | <xs:simpleType> | ||
+ | <xs:restriction base="xs:string"> | ||
+ | <xs:maxLength value="255"/> | ||
+ | </xs:restriction> | ||
+ | </xs:simpleType> | ||
+ | </xs:element> | ||
+ | </xs:all> | ||
+ | </xs:complexType> | ||
</xs:schema> | </xs:schema> |
Версия 09:43, 13 апреля 2021
<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0"
xmlns:ns="http://fsrar.ru/WEGAIS/TTNSingle_v4" targetNamespace="http://fsrar.ru/WEGAIS/TTNSingle_v4" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:c="http://fsrar.ru/WEGAIS/Common" xmlns:ce="http://fsrar.ru/WEGAIS/CommonV3" xmlns:oref="http://fsrar.ru/WEGAIS/ClientRef_v2" xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef_v2"
>
<xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> <xs:import namespace="http://fsrar.ru/WEGAIS/CommonV3" schemaLocation="EGCommonV3.xsd"/> <xs:import namespace="http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation="ClientRef_v2.xsd"/> <xs:import namespace="http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation="ProductRef_v2.xsd"/> <xs:complexType name="WayBillType_v4"> <xs:annotation> <xs:documentation>Товарно-Транспортная Накладная</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Идентификатор накладной (клиентский, к заполнению необязательный)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Header"> <xs:complexType> <xs:all> <xs:element name="Type" type="ns:WbType" default="WBInvoiceFromMe" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Тип накладной: WBInvoiceFromMe - расход; WBReturnToMe - возврат мне; WBInvoiceToMe - приход; WBReturnFromMe - возврат от меня; WBInternal - внутренее перемещение</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NUMBER" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Номер документа</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Date" type="c:DateNoTime" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата документа</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShippingDate" type="c:DateNoTime" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата отгрузки продукции</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Transport" type="ns:TransportType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Транспортный раздел</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Shipper" type="oref:OrgInfoRus_v2" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Грузоотправитель</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Consignee" type="oref:OrgInfo_v2" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Грузополучатель</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Base" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Основание</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Note" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Примечание</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VarField1" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Дополнительное примечание 1</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VarField2" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Дополнительное примечание 2</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="VarField3" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Дополнительное примечание 3</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="Content"> <xs:complexType> <xs:sequence> <xs:element name="Position" type="ns:PositionType" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Содержимое накладной должно содержать 1 и более позиций</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="PosUn"> <xs:selector xpath="ns:Position"/> <xs:field xpath="ns:Identity"/> </xs:unique> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="PositionType"> <xs:annotation> <xs:documentation>Позиция</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Product" type="pref:ProductInfo_v2" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Информация о продукции</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Pack_ID" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Идентификатор упаковки</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Quantity" type="c:PositiveDecimalType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Количество</xs:documentation> </xs:annotation> </xs:element> <xs:element name="alcPercent" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Содержание этилового спирта, %</xs:documentation> </xs:annotation> </xs:element> <xs:element name="alcPercentMin" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Минимальное содержание этилового спирта, %</xs:documentation> </xs:annotation> </xs:element> <xs:element name="alcPercentMax" type="c:AlcPercentType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Максимальное содержание этилового спирта, %</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Price" type="c:NoNegativeDecimalType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Цена за единицу товара</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Party" type="c:NoEmptyString50" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Номер партии</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Идентификатор позиции внутри накладной</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EXCISE_NUMBER" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Номер извещения</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="c:NoEmptyString"> <xs:maxLength value="64"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EXCISE_DATE" type="c:DateWTime" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Дата извещения</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EXCISE_SUM" type="c:NoNegativeDecimalType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Сумма по извещению</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EXCISE_BS" type="c:PositiveDecimalType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Объем по извещению</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EAN13" type="c:EANType" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>необязательный реквизит EAN13</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FARegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Справка 1</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InformF2" type="ce:InformF2TypeItemBC" nillable="false" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Справка 2</xs:documentation> </xs:annotation> </xs:element> <xs:element name="boxInfo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="boxtree" type="ce:boxtype" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:all> </xs:complexType> <xs:simpleType name="WbType"> <xs:annotation> <xs:documentation>Типы накладных</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="WBReturnToMe"/> <xs:enumeration value="WBInvoiceToMe"/> <xs:enumeration value="WBReturnFromMe"/> <xs:enumeration value="WBInvoiceFromMe"/> <xs:enumeration value="WBInternal"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="WbUnitType"> <xs:annotation> <xs:documentation>Типы продукции</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Packed"/> <xs:enumeration value="Unpacked"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="WbChangeOwnershipType"> <xs:annotation> <xs:documentation>Право собственности</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="IsChange"/> <xs:enumeration value="NotChange"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="WbCTransportType"> <xs:annotation> <xs:documentation>Тип транспортного средства</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="car"/> <xs:enumeration value="ship"/> <xs:enumeration value="railway"/> <xs:enumeration value="aircraft"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> <xs:complexType name="TransportType"> <xs:annotation> <xs:documentation>Транспортный раздел</xs:documentation> </xs:annotation> <xs:all> <xs:element name="ChangeOwnership" type="ns:WbChangeOwnershipType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Изменение права собственности</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TRAN_TYPE" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Тип перевозки</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_COMPANY" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Название компании перевозчика</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRANSPORT_TYPE" type="ns:WbCTransportType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>транспортное средство</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TRANSPORT_REGNUMBER" type="c:NoEmptyString50" nillable="false" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Регистрационный номер транспортного средства</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TRAN_TRAILER" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Прицеп</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_CUSTOMER" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Заказчики</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_DRIVER" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Водитель</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_LOADPOINT" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Место погрузки</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="2000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_UNLOADPOINT" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Место разгрузки</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="2000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_REDIRECT" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Перенаправление</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="2000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TRAN_FORWARDER" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Экспедитор</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType>
</xs:schema>