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

Материал из Фабиус wiki
Перейти к: навигация, поиск
м
м
Строка 1: Строка 1:
<?xml version="1.0" encoding="utf-8"?>
+
<?xml version = "1.0" encoding = "utf-8"?>
 +
<xs:schema version = "1.0"
 +
          xmlns:ns = "http://fsrar.ru/WEGAIS/TTNHistoryF2Reg"
 +
          targetNamespace = "http://fsrar.ru/WEGAIS/TTNHistoryF2Reg"
 +
          xmlns:xs = "http://www.w3.org/2001/XMLSchema"
 +
          xmlns:c =        "http://fsrar.ru/WEGAIS/Common"
 +
          elementFormDefault = "qualified"
 +
          attributeFormDefault = "unqualified"
 +
>
 +
  <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/> 
  
<xs:schema version="1.0"
+
   <xs:complexType name = "TTNHistoryF2Reg">
  xmlns:ns="http://fsrar.ru/WEGAIS/TTNHistoryF2Reg"
+
  targetNamespace="http://fsrar.ru/WEGAIS/TTNHistoryF2Reg"
+
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
+
  xmlns:c=      "http://fsrar.ru/WEGAIS/Common"
+
  elementFormDefault="qualified"
+
  attributeFormDefault="unqualified">
+
 
+
  <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/> 
+
 
+
   <xs:complexType name="TTNHistoryF2Reg">
+
 
     <xs:annotation>
 
     <xs:annotation>
       <xs:documentation>'''Квитанция о регистрации справок 2 для Товарно-Транспортной Накладной'''</xs:documentation>
+
       <xs:documentation>Квитанция о регистрации справок 2 для Товарно-Транспортной Накладной</xs:documentation>
 
     </xs:annotation>
 
     </xs:annotation>
 
     <xs:sequence>
 
     <xs:sequence>
       <xs:element name="Header">
+
       <xs:element name = "Header">
 
         <xs:complexType>
 
         <xs:complexType>
 
           <xs:all>
 
           <xs:all>
             <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>
Строка 27: Строка 26:
 
         </xs:complexType>
 
         </xs:complexType>
 
       </xs:element>
 
       </xs:element>
       <xs:element name="Content">
+
       <xs:element name = "Content">
 
         <xs:complexType>
 
         <xs:complexType>
 
           <xs:sequence>
 
           <xs:sequence>
             <xs:element name="Position" type="ns:InformParentF2Type" minOccurs="1" maxOccurs="unbounded">
+
             <xs:element name = "Position" type = "ns:InformParentF2Type" minOccurs = "1" maxOccurs = "unbounded">
 
               <xs:annotation>
 
               <xs:annotation>
 
                 <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation>
 
                 <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation>
Строка 41: Строка 40:
 
   </xs:complexType>
 
   </xs:complexType>
  
   <xs:complexType name="InformParentF2Type">
+
   <xs:complexType name = "InformParentF2Type">
 
     <xs:all>
 
     <xs:all>
       <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1">
+
       <xs:element name = "Identity" type = "c:IdentityType" 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="HistF2">
+
       <xs:element name = "HistF2">
 
         <xs:complexType>
 
         <xs:complexType>
 
           <xs:sequence>
 
           <xs:sequence>
             <xs:element name="step" type="ns:stepType" minOccurs="1" maxOccurs="unbounded"></xs:element>
+
             <xs:element name = "step" type = "ns:stepType" minOccurs = "1" maxOccurs = "unbounded"></xs:element>
 
           </xs:sequence>
 
           </xs:sequence>
 
         </xs:complexType>
 
         </xs:complexType>
Строка 58: Строка 57:
 
   </xs:complexType>
 
   </xs:complexType>
  
   <xs:complexType name="stepType">
+
   <xs:complexType name = "stepType">
 
     <xs:all>
 
     <xs:all>
       <xs:element name="lev" type="xs:integer" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "lev" type = "xs:integer" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
       <xs:element name="Form2" type="xs:string" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "Form2" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
       <xs:element name="parentForm2" type="xs:string" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "parentForm2" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
       <xs:element name="Shipper" type="xs:string" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "Shipper" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
       <xs:element name="Consignee" type="xs:string" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "Consignee" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
       <xs:element name="WBRegId" type="xs:string" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "WBRegId" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
       <xs:element name="amount" type="xs:decimal" nillable="false" minOccurs="1" maxOccurs="1"/>
+
       <xs:element name = "amount" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
 
     </xs:all>
 
     </xs:all>
 
   </xs:complexType>
 
   </xs:complexType>
 +
</xs:schema>
  
</xs:schema>
+
= Смотрите также =  
= Смотрите также =
+
[[Документы и их типы для отправки ( версия 4 )]]
[[TTNHISTORYF2REG]]
+

Версия 16:07, 27 апреля 2021

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

          xmlns:ns = "http://fsrar.ru/WEGAIS/TTNHistoryF2Reg"
          targetNamespace = "http://fsrar.ru/WEGAIS/TTNHistoryF2Reg"
          xmlns:xs = "http://www.w3.org/2001/XMLSchema"
          xmlns:c =        "http://fsrar.ru/WEGAIS/Common" 
          elementFormDefault = "qualified"
          attributeFormDefault = "unqualified"

>

 <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>  
 <xs:complexType name = "TTNHistoryF2Reg">
   <xs:annotation>
     <xs:documentation>Квитанция о регистрации справок 2 для Товарно-Транспортной Накладной</xs:documentation>
   </xs:annotation>
   <xs:sequence>
     <xs:element name = "Header">
       <xs:complexType>
         <xs:all>
           <xs:element name = "WBRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>ИД накладной в системе (присвоенный)</xs:documentation>
             </xs:annotation>
           </xs:element>
         </xs:all>
       </xs:complexType>
     </xs:element>
     <xs:element name = "Content">
       <xs:complexType>
         <xs:sequence>
           <xs:element name = "Position" type = "ns:InformParentF2Type" minOccurs = "1" maxOccurs = "unbounded">
             <xs:annotation>
               <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation>
             </xs:annotation>
           </xs:element>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>
 <xs:complexType name = "InformParentF2Type">
   <xs:all>
     <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 = "HistF2">
       <xs:complexType>
         <xs:sequence>
           <xs:element name = "step" type = "ns:stepType" minOccurs = "1" maxOccurs = "unbounded"></xs:element>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:all>
 </xs:complexType>
 <xs:complexType name = "stepType">
   <xs:all>
     <xs:element name = "lev" type = "xs:integer" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
     <xs:element name = "Form2" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
     <xs:element name = "parentForm2" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
     <xs:element name = "Shipper" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
     <xs:element name = "Consignee" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
     <xs:element name = "WBRegId" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
     <xs:element name = "amount" type = "xs:decimal" nillable = "false" minOccurs = "1" maxOccurs = "1"/>
   </xs:all>
 </xs:complexType>

</xs:schema>

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

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