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

Материал из Фабиус wiki
Перейти к: навигация, поиск
(Новая страница: « <?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/ActInventoryInformBReg" targetNamespace="…»)
 
м
 
(не показана одна промежуточная версия этого же участника)
Строка 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/ActInventoryInformBReg"
+
  xmlns:ns="http://fsrar.ru/WEGAIS/ActInventoryInformBReg"
          targetNamespace="http://fsrar.ru/WEGAIS/ActInventoryInformBReg"
+
  targetNamespace="http://fsrar.ru/WEGAIS/ActInventoryInformBReg"
         
+
  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"
 
+
  xmlns:c="http://fsrar.ru/WEGAIS/Common">
          xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef"
+
  <xs:import namespace="http://fsrar.ru/WEGAIS/ProductRef" schemaLocation="ProductRef.xsd"/>
          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/ProductRef" schemaLocation="ProductRef.xsd"/>
+
  <xs:complexType name="ActInventoryInformBReg">
  <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
+
    <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="ActInventoryInformBReg">
+
  <xs:complexType name="InformInvPositionType">
    <xs:annotation>
+
    <xs:all>
      <xs:documentation>Квитанция о регистрации по акту инвентаризации</xs:documentation>
+
      <xs:element name="Identity" type="c:IdentityType" nillable="false" minOccurs="1" maxOccurs="1">
    </xs:annotation>
+
        <xs:annotation>
    <xs:all>
+
          <xs:documentation>Идентификатор позиции внутри акта</xs:documentation>
      <xs:element name="Header">
+
        </xs:annotation>
        <xs:complexType>
+
      </xs:element>
          <xs:all>
+
      <xs:element name="InformARegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" 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="InformB">
            <xs:element name="ActRegId" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1">
+
        <xs:complexType>
              <xs:annotation>
+
          <xs:sequence>
                <xs:documentation>ИД акта в системе</xs:documentation>
+
            <xs:element name="InformBItem" type="ns:InformInvBRegItem" nillable="false" minOccurs="1" maxOccurs="unbounded">
              </xs:annotation>
+
              <xs:annotation>
            </xs:element>
+
                <xs:documentation>Справка Б</xs:documentation>
            <xs:element name="Number" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1">
+
              </xs:annotation>
              <xs:annotation>
+
            </xs:element>
                <xs:documentation>Номер акта</xs:documentation>
+
          </xs:sequence>
              </xs:annotation>
+
        </xs:complexType>
            </xs:element>
+
        <xs:unique name="PosUnBreg">
          </xs:all>
+
          <xs:selector xpath="ns:InformBItem"/>
        </xs:complexType>
+
          <xs:field xpath="ns:Identity"/>
      </xs:element>
+
        </xs:unique>
      <xs:element name="Content">
+
      </xs:element>    
        <xs:complexType>
+
    </xs:all>
          <xs:sequence>
+
  </xs:complexType>
            <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:complexType name="InformInvBRegItem">
    <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="InformARegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
+
      <xs:element name="BRegId" 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="MarkInfo" type="pref:MarkInfoType" nillable="false" minOccurs="0" maxOccurs="1">
      <xs:element name="InformB">
+
        <xs:annotation>
    <xs:complexType>
+
          <xs:documentation>Информация о марках</xs:documentation>
      <xs:sequence>
+
        </xs:annotation>
        <xs:element name="InformBItem" type="ns:InformInvBRegItem" nillable="false" minOccurs="1" maxOccurs="unbounded">
+
      </xs:element>
          <xs:annotation>
+
    </xs:all>
            <xs:documentation>Справка Б</xs:documentation>
+
  </xs:complexType>
          </xs:annotation>
+
        </xs:element>
+
      </xs:sequence>
+
    </xs:complexType>
+
        <xs:unique name="PosUnBreg">
+
          <xs:selector xpath="ns:InformBItem"/>
+
          <xs:field xpath="ns:Identity"/>
+
        </xs:unique>
+
  </xs:element>   
+
     
+
    </xs:all>
+
  </xs:complexType>
+
 
+
  <xs:complexType name="InformInvBRegItem">
+
    <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="BRegId" 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>
 
  </xs:schema>

Текущая версия на 11:12, 29 июня 2018

<?xml version="1.0" encoding="utf-8"?>
<xs:schema version="1.0"
  xmlns:ns="http://fsrar.ru/WEGAIS/ActInventoryInformBReg"
  targetNamespace="http://fsrar.ru/WEGAIS/ActInventoryInformBReg"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  elementFormDefault="qualified"
  attributeFormDefault="unqualified"
  xmlns:pref="http://fsrar.ru/WEGAIS/ProductRef"
  xmlns:c="http://fsrar.ru/WEGAIS/Common">
  <xs:import namespace="http://fsrar.ru/WEGAIS/ProductRef" schemaLocation="ProductRef.xsd"/>
  <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
  <xs:complexType name="ActInventoryInformBReg">
    <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="InformARegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>Регистрационный номер справки А</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InformB">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="InformBItem" type="ns:InformInvBRegItem" 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:InformBItem"/>
          <xs:field xpath="ns:Identity"/>
        </xs:unique>
      </xs:element>     
    </xs:all>
  </xs:complexType>
 
  <xs:complexType name="InformInvBRegItem">
    <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="BRegId" 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>