ReplyParentHistForm2.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/ReplyParentHistForm2"
+
           xmlns:ns = "http://fsrar.ru/WEGAIS/ReplyParentHistForm2"
           targetNamespace="http://fsrar.ru/WEGAIS/ReplyParentHistForm2"
+
           targetNamespace = "http://fsrar.ru/WEGAIS/ReplyParentHistForm2"
  
           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="ReplyParentHistForm2">
+
   <xs:complexType name = "ReplyParentHistForm2">
 
     <xs:annotation>
 
     <xs:annotation>
 
       <xs:documentation>Ответ на запрос о движении по форме Б</xs:documentation>
 
       <xs:documentation>Ответ на запрос о движении по форме Б</xs:documentation>
Строка 17: Строка 17:
  
 
     <xs:all>
 
     <xs:all>
       <xs:element name="InformF2RegId" type="c:NoEmptyString50" nillable="false" minOccurs="0" maxOccurs="1">
+
       <xs:element name = "InformF2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "0" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Регистрационный номер справки 2</xs:documentation>
 
           <xs:documentation>Регистрационный номер справки 2</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
 
       </xs:element>
 
       </xs:element>
       <xs:element name="HistForm2Date" type="c:DateWTime" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "HistForm2Date" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Дата составления отчета</xs:documentation>
 
           <xs:documentation>Дата составления отчета</xs:documentation>
Строка 28: Строка 28:
 
       </xs:element>
 
       </xs:element>
  
       <xs:element name="ParentHist" minOccurs="0">
+
       <xs:element name = "ParentHist" minOccurs = "0">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>История двидения по справке</xs:documentation>
 
           <xs:documentation>История двидения по справке</xs:documentation>
Строка 34: Строка 34:
 
         <xs:complexType>
 
         <xs:complexType>
 
           <xs:sequence>
 
           <xs:sequence>
             <xs:element name="step" type="ns:stepBType" minOccurs="0" maxOccurs="unbounded"></xs:element>
+
             <xs:element name = "step" type = "ns:stepBType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
 
           </xs:sequence>
 
           </xs:sequence>
 
         </xs:complexType>
 
         </xs:complexType>
Строка 42: Строка 42:
 
   </xs:complexType>
 
   </xs:complexType>
  
   <xs:complexType name="stepBType">
+
   <xs:complexType name = "stepBType">
 
     <xs:annotation>
 
     <xs:annotation>
 
       <xs:documentation>Движение товара</xs:documentation>
 
       <xs:documentation>Движение товара</xs:documentation>
 
     </xs:annotation>
 
     </xs:annotation>
 
     <xs:sequence>
 
     <xs:sequence>
       <xs:element name="lev" type="xs:integer" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "lev" type = "xs:integer" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>уровень истории (от последней формы 2 к первой)</xs:documentation>
 
           <xs:documentation>уровень истории (от последней формы 2 к первой)</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
 
       </xs:element>
 
       </xs:element>
       <xs:element name="Form2" type="xs:string" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "Form2" type = "xs:string" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Регистрационный номер формы 2</xs:documentation>
 
           <xs:documentation>Регистрационный номер формы 2</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
 
       </xs:element>
 
       </xs:element>
       <xs:element name="parentForm2" type="xs:string" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "parentForm2" type = "xs:string" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Предыдущий регистрационный номер формы 2</xs:documentation>
 
           <xs:documentation>Предыдущий регистрационный номер формы 2</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
 
       </xs:element>
 
       </xs:element>
       <xs:element name="Shipper" type="xs:string" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "Shipper" type = "xs:string" 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="xs:string" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "Consignee" type = "xs:string" 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="WBRegId" type="xs:string" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "WBRegId" type = "xs:string" 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="amount" type="xs:decimal" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "amount" type = "xs:decimal" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
 
           <xs:documentation>Количество продукции по накладной</xs:documentation>
 
           <xs:documentation>Количество продукции по накладной</xs:documentation>
Строка 87: Строка 87:
 
                    
 
                    
 
</xs:schema>
 
</xs:schema>
 +
 +
= Смотрите также =
 +
[[Документы и их типы для отправки ( версия 4 )]]

Версия 16:28, 27 апреля 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/ReplyParentHistForm2"
          targetNamespace = "http://fsrar.ru/WEGAIS/ReplyParentHistForm2"
          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 = "ReplyParentHistForm2">
   <xs:annotation>
     <xs:documentation>Ответ на запрос о движении по форме Б</xs:documentation>
   </xs:annotation>
   <xs:all>
     <xs:element name = "InformF2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "0" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Регистрационный номер справки 2</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "HistForm2Date" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Дата составления отчета</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "ParentHist" minOccurs = "0">
       <xs:annotation>
         <xs:documentation>История двидения по справке</xs:documentation>
       </xs:annotation>
       <xs:complexType>
         <xs:sequence>
           <xs:element name = "step" type = "ns:stepBType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
     
   </xs:all>
 </xs:complexType>
 <xs:complexType name = "stepBType">
   <xs:annotation>
     <xs:documentation>Движение товара</xs:documentation>
   </xs:annotation>
   <xs:sequence>
     <xs:element name = "lev" type = "xs:integer" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>уровень истории (от последней формы 2 к первой)</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "Form2" type = "xs:string" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Регистрационный номер формы 2</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "parentForm2" type = "xs:string" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Предыдущий регистрационный номер формы 2</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "Shipper" type = "xs:string" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>ФСРАРИД грузоотправителя</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "Consignee" type = "xs:string" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>ФСРАРИД грузополучателя</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "WBRegId" type = "xs:string" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Регистрационный номер накладной</xs:documentation>
       </xs:annotation>
     </xs:element>
     <xs:element name = "amount" type = "xs:decimal" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
         <xs:documentation>Количество продукции по накладной</xs:documentation>
       </xs:annotation>
     </xs:element>
   </xs:sequence>
   
 </xs:complexType>
                 

</xs:schema>

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

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