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

Материал из Фабиус wiki
Перейти к: навигация, поиск
м
м
 
(не показана одна промежуточная версия этого же участника)
Строка 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/ActInventoryInformF2Reg"
+
  xmlns:ns         = "http://fsrar.ru/WEGAIS/ActInventoryInformF2Reg"
          targetNamespace = "http://fsrar.ru/WEGAIS/ActInventoryInformF2Reg"
+
  targetNamespace   = "http://fsrar.ru/WEGAIS/ActInventoryInformF2Reg"
         
+
  xmlns:xs         = "http://www.w3.org/2001/XMLSchema"
          xmlns:xs = "http://www.w3.org/2001/XMLSchema"
+
  elementFormDefault = "qualified"
          elementFormDefault = "qualified"
+
  attributeFormDefault = "unqualified"
          attributeFormDefault = "unqualified"
+
  xmlns:pref           = "http://fsrar.ru/WEGAIS/ProductRef_v2"
 
+
  xmlns:c             = "http://fsrar.ru/WEGAIS/Common">
          xmlns:pref = "http://fsrar.ru/WEGAIS/ProductRef_v2"
+
          xmlns:c = "http://fsrar.ru/WEGAIS/Common"
+
>
+
 
   <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/>
 
   <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/>
   <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 = "ActInventoryInformF2Reg">
 
   <xs:complexType name = "ActInventoryInformF2Reg">
    <xs:annotation>
+
  <xs:annotation>
      <xs:documentation>Квитанция о регистрации по акту инвентаризации</xs:documentation>
+
    <xs:documentation>'''Квитанция о регистрации''' по акту инвентаризации</xs:documentation>
    </xs:annotation>
+
  </xs:annotation>
    <xs:all>
+
  <xs:all>
      <xs:element name = "Header">
+
    <xs:element name = "Header">
        <xs:complexType>
+
    <xs:complexType>
          <xs:all>
+
      <xs:all>
            <xs:element name = "Identity" type = "c:IdentityType" nillable = "false" minOccurs = "0" maxOccurs = "1">
+
      <xs:element name = "Identity" type = "c:IdentityType" 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 = "ActRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>ИД акта в системе</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:all>
+
         </xs:complexType>
+
      </xs:element>
+
      <xs:element name = "Content">
+
        <xs:complexType>
+
          <xs:sequence>
+
            <xs:element name = "Position" type = "ns:InformInvPositionType" minOccurs = "1" maxOccurs = "unbounded">
+
              <xs:annotation>
+
                <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
          </xs:sequence>
+
        </xs:complexType>
+
        <xs:unique name = "PosUnB">
+
          <xs:selector xpath = "ns:Position"/>
+
          <xs:field xpath = "ns:Identity"/>
+
        </xs:unique>
+
      </xs:element>
+
  
    </xs:all>
+
      <xs:element name = "ActRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
  </xs:complexType>
+
 
+
  <xs:complexType name = "InformInvPositionType">
+
    <xs:all>
+
      <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 = "InformF1RegId" type = "c:NoEmptyString50" 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:all>
      <xs:element name = "InformF2">
+
    </xs:complexType>
    <xs:complexType>
+
    </xs:element>
 +
 
 +
    <xs:element name = "Content">
 +
    <xs:complexType>
 
       <xs:sequence>
 
       <xs:sequence>
        <xs:element name = "InformF2Item" type = "ns:InformInvF2RegItem" nillable = "false" minOccurs = "1" maxOccurs = "unbounded">
+
      <xs:element name = "Position" type = "ns:InformInvPositionType" minOccurs = "1" maxOccurs = "unbounded">
          <xs:annotation>
+
        <xs:annotation>
            <xs:documentation>Справка Б</xs:documentation>
+
        <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation>
          </xs:annotation>
+
        </xs:annotation>
        </xs:element>
+
      </xs:element>
 
       </xs:sequence>
 
       </xs:sequence>
    </xs:complexType>
+
    </xs:complexType>
        <xs:unique name = "PosUnBreg">
+
    <xs:unique name = "PosUnB">
          <xs:selector xpath = "ns:InformF2Item"/>
+
      <xs:selector xpath = "ns:Position"/>
          <xs:field xpath = "ns:Identity"/>
+
      <xs:field xpath = "ns:Identity"/>
        </xs:unique>
+
    </xs:unique>
  </xs:element>    
+
    </xs:element>
     
+
  </xs:all>
    </xs:all>
+
 
   </xs:complexType>
 
   </xs:complexType>
 
    
 
    
   <xs:complexType name = "InformInvF2RegItem">
+
   <xs:complexType name = "InformInvPositionType">
    <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:documentation>Идентификатор позиции внутри акта</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 
 +
    <xs:element name = "InformF1RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Регистрационный номер справки А</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 +
    <xs:element name = "InformF2">
 +
    <xs:complexType>
 +
      <xs:sequence>
 +
      <xs:element name = "InformF2Item" type = "ns:InformInvF2RegItem" nillable = "false" minOccurs = "1" maxOccurs = "unbounded">
 
         <xs:annotation>
 
         <xs:annotation>
          <xs:documentation>Идентификатор позиции форм Б</xs:documentation>
+
        <xs:documentation>Справка Б</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
      </xs:element>
+
      </xs:element>
       <xs:element name = "F2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
+
       </xs:sequence>
        <xs:annotation>
+
    </xs:complexType>
          <xs:documentation>Регистрационный номер раздела справки Б</xs:documentation>
+
    <xs:unique name = "PosUnBreg">
        </xs:annotation>
+
       <xs:selector xpath = "ns:InformF2Item"/>
      </xs:element>
+
      <xs:field xpath = "ns:Identity"/>
       <xs:element name = "MarkInfo" type = "pref:MarkInfoType" nillable = "false" minOccurs = "0" maxOccurs = "1">
+
    </xs:unique>
        <xs:annotation>
+
    </xs:element>    
          <xs:documentation>Информация о марках</xs:documentation>
+
  </xs:all>
        </xs:annotation>
+
      </xs:element>
+
    </xs:all>
+
 
   </xs:complexType>
 
   </xs:complexType>
 
 
    
 
    
</xs:schema>
+
  <xs:complexType name = "InformInvF2RegItem">
 +
  <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 = "F2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Регистрационный номер раздела справки Б</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 
 +
    <xs:element name = "MarkInfo" type = "pref:MarkInfoType" nillable = "false" minOccurs = "0" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Информация о марках</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
  </xs:all>
 +
  </xs:complexType>
 +
</xs:schema>
 
= Смотрите также =  
 
= Смотрите также =  
 
[[Документы и их типы для отправки ( версия 4 )]]
 
[[Документы и их типы для отправки ( версия 4 )]]

Текущая версия на 08:57, 14 апреля 2021

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

<xs:schema version = "1.0"
 xmlns:ns          = "http://fsrar.ru/WEGAIS/ActInventoryInformF2Reg"
 targetNamespace   = "http://fsrar.ru/WEGAIS/ActInventoryInformF2Reg"
 xmlns:xs          = "http://www.w3.org/2001/XMLSchema"
 elementFormDefault = "qualified"
 attributeFormDefault = "unqualified"
 xmlns:pref           = "http://fsrar.ru/WEGAIS/ProductRef_v2"
 xmlns:c              = "http://fsrar.ru/WEGAIS/Common">
 <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/>
 <xs:import namespace = "http://fsrar.ru/WEGAIS/Common"        schemaLocation = "EGCommon.xsd"/>
 
 <xs:complexType name = "ActInventoryInformF2Reg">
  <xs:annotation>
   <xs:documentation>Квитанция о регистрации по акту инвентаризации</xs:documentation>
  </xs:annotation>
  <xs:all>
   <xs:element name = "Header">
    <xs:complexType>
     <xs:all>
      <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 = "ActRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>ИД акта в системе</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:all>
    </xs:complexType>
   </xs:element>
   <xs:element name = "Content">
    <xs:complexType>
     <xs:sequence>
      <xs:element name = "Position" type = "ns:InformInvPositionType" minOccurs = "1" maxOccurs = "unbounded">
       <xs:annotation>
        <xs:documentation>Содержимое должно содержать 1 и более позиций</xs:documentation>
       </xs:annotation>
      </xs:element>
     </xs:sequence>
    </xs:complexType>
    <xs:unique name = "PosUnB">
     <xs:selector xpath = "ns:Position"/>
     <xs:field xpath = "ns:Identity"/>
    </xs:unique>
   </xs:element>
  </xs:all>
 </xs:complexType>
 
 <xs:complexType name = "InformInvPositionType">
  <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 = "InformF1RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Регистрационный номер справки А</xs:documentation>
    </xs:annotation>
   </xs:element>

   <xs:element name = "InformF2">
    <xs:complexType>
     <xs:sequence>
      <xs:element name = "InformF2Item" type = "ns:InformInvF2RegItem" nillable = "false" minOccurs = "1" maxOccurs = "unbounded">
       <xs:annotation>
        <xs:documentation>Справка Б</xs:documentation>
       </xs:annotation>
      </xs:element>
     </xs:sequence>
    </xs:complexType>
    <xs:unique name = "PosUnBreg">
     <xs:selector xpath = "ns:InformF2Item"/>
     <xs:field xpath = "ns:Identity"/>
    </xs:unique>
   </xs:element>     
  </xs:all>
 </xs:complexType>
 
 <xs:complexType name = "InformInvF2RegItem">
  <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 = "F2RegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Регистрационный номер раздела справки Б</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "MarkInfo" type = "pref:MarkInfoType" nillable = "false" minOccurs = "0" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Информация о марках</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:all>
 </xs:complexType>
</xs:schema>

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

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