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

Материал из Фабиус wiki
Перейти к: навигация, поиск
(Новая страница: «<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://fsrar.ru/WEGAIS…»)
 
м
Строка 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:xs="http://www.w3.org/2001/XMLSchema"
+
           xmlns:xs = "http://www.w3.org/2001/XMLSchema"
           xmlns:ns="http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
+
           xmlns:ns = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
           targetNamespace="http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
+
           targetNamespace = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
  
           elementFormDefault="qualified"
+
           elementFormDefault = "qualified"
           attributeFormDefault="unqualified"
+
           attributeFormDefault = "unqualified"
             xmlns:c="http://fsrar.ru/WEGAIS/Common"
+
             xmlns:c = "http://fsrar.ru/WEGAIS/Common"
 
           >
 
           >
   <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>
  
   <xs:complexType name="NoAnswerTTN">
+
   <xs:complexType name = "NoAnswerTTN">
 
     <xs:annotation>
 
     <xs:annotation>
 
       <xs:documentation>Список неподтвержденных накладных</xs:documentation>
 
       <xs:documentation>Список неподтвержденных накладных</xs:documentation>
Строка 17: Строка 17:
  
 
     <xs:all>
 
     <xs:all>
       <xs:element name="Consignee" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "Consignee" type = "c:NoEmptyString50" 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="ReplyDate" type="c:DateWTime" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "ReplyDate" type = "c:DateWTime" 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="ttnlist" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "ttnlist" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Неподтвержденные накладные</xs:documentation>
 
           <xs:documentation>Неподтвержденные накладные</xs:documentation>
Строка 33: Строка 33:
 
         <xs:complexType>
 
         <xs:complexType>
 
           <xs:sequence>
 
           <xs:sequence>
             <xs:element name="NoAnswer" type="ns:NoAnswerType" minOccurs="0" maxOccurs="unbounded"></xs:element>
+
             <xs:element name = "NoAnswer" type = "ns:NoAnswerType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
 
           </xs:sequence>
 
           </xs:sequence>
 
         </xs:complexType>
 
         </xs:complexType>
Строка 40: Строка 40:
 
   </xs:complexType>
 
   </xs:complexType>
  
   <xs:complexType name="NoAnswerType">
+
   <xs:complexType name = "NoAnswerType">
 
     <xs:sequence>
 
     <xs:sequence>
       <xs:element name="WbRegID" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "WbRegID" 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="ttnNumber" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "ttnNumber" 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="ttnDate" type="c:DateNoTime" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "ttnDate" 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="c:NoEmptyString50" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "Shipper" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Грузоотправитель ТТН</xs:documentation>
 
           <xs:documentation>Грузоотправитель ТТН</xs:documentation>
Строка 67: Строка 67:
 
                    
 
                    
 
</xs:schema>
 
</xs:schema>
 +
 +
= Смотрите также =
 +
[[Документы и их типы для отправки ( версия 4 )]]

Версия 14:44, 26 апреля 2021

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

          xmlns:xs = "http://www.w3.org/2001/XMLSchema"
          xmlns:ns = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
          targetNamespace = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
          elementFormDefault = "qualified"
          attributeFormDefault = "unqualified"
           xmlns:c = "http://fsrar.ru/WEGAIS/Common"
          >
 <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>
 <xs:complexType name = "NoAnswerTTN">
   <xs:annotation>
     <xs:documentation>Список неподтвержденных накладных</xs:documentation>
   </xs:annotation>
   <xs:all>
     <xs:element name = "Consignee" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Код грузополучателя</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "ReplyDate" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Дата составления отчета</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "ttnlist" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Неподтвержденные накладные</xs:documentation>
       </xs:annotation>
       <xs:complexType>
         <xs:sequence>
           <xs:element name = "NoAnswer" type = "ns:NoAnswerType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:all>
 </xs:complexType>
 <xs:complexType name = "NoAnswerType">
   <xs:sequence>
     <xs:element name = "WbRegID" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Регистрационный номер ТТН</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "ttnNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Номер ТТН</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "ttnDate" type = "c:DateNoTime" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Дата ТТН</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "Shipper" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Грузоотправитель ТТН</xs:documentation>
       </xs:annotation>
     </xs:element>
   </xs:sequence>
   
 </xs:complexType>
                 

</xs:schema>

Смотрите также

Документы и их типы для отправки ( версия 4 )