RequestRepealWB.xsd — различия между версиями

Материал из Фабиус wiki
Перейти к: навигация, поиск
(Новая страница: «<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/RequestRepealWB" targetNamespace="http://fs…»)
 
м
Строка 1: Строка 1:
 
<?xml version="1.0" encoding="utf-8"?>
 
<?xml version="1.0" encoding="utf-8"?>
<xs:schema version="1.0"
+
<xs:schema version="1.0"
 
           xmlns:ns="http://fsrar.ru/WEGAIS/RequestRepealWB"
 
           xmlns:ns="http://fsrar.ru/WEGAIS/RequestRepealWB"
 
           targetNamespace="http://fsrar.ru/WEGAIS/RequestRepealWB"
 
           targetNamespace="http://fsrar.ru/WEGAIS/RequestRepealWB"
Строка 6: Строка 6:
 
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
 
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
 
           elementFormDefault="qualified"
 
           elementFormDefault="qualified"
           attributeFormDefault="unqualified"
+
           attributeFormDefault="unqualified">
>
+
 
   <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
 
   <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
 
    
 
    
Строка 38: Строка 37:
 
   </xs:complexType>
 
   </xs:complexType>
  
</xs:schema>
+
</xs:schema>

Версия 17:13, 26 ноября 2019

<?xml version="1.0" encoding="utf-8"?>

<xs:schema version="1.0"
          xmlns:ns="http://fsrar.ru/WEGAIS/RequestRepealWB"
          targetNamespace="http://fsrar.ru/WEGAIS/RequestRepealWB"
          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="RequestRepealWB">
   <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="RequestNumber" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
       <xs:annotation>
         <xs:documentation>Номер запроса на оотмену проведения накладной</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name="RequestDate" type="xs:dateTime" nillable="false" minOccurs="1" maxOccurs="1">
       <xs:annotation>
         <xs:documentation>Дата/время запроса на оотмену проведения накладной</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name="WBRegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
       <xs:annotation>
         <xs:documentation>Регистрационный номер накладной</xs:documentation>
       </xs:annotation>
     </xs:element>
   </xs:all>
 </xs:complexType>
</xs:schema>