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

Материал из Фабиус wiki
Перейти к: навигация, поиск
(Новая страница: « <?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/ActFixBarCode" targetNamespace="http://fs…»)
 
м
Строка 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/ActFixBarCode"
+
  xmlns:ns             = "http://fsrar.ru/WEGAIS/ActFixBarCode"
          targetNamespace="http://fsrar.ru/WEGAIS/ActFixBarCode"
+
  targetNamespace     = "http://fsrar.ru/WEGAIS/ActFixBarCode"
 
+
  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:c             = "http://fsrar.ru/WEGAIS/Common"
          xmlns:c="http://fsrar.ru/WEGAIS/Common"
+
  xmlns:ce             = "http://fsrar.ru/WEGAIS/CommonEnum"
          xmlns:ce="http://fsrar.ru/WEGAIS/CommonEnum"
+
  xmlns:cee           = "http://fsrar.ru/WEGAIS/CommonV3">
          xmlns:cee="http://fsrar.ru/WEGAIS/CommonV3">
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
   <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonEnum" schemaLocation="EGCommonEnum.xsd"/>
   <xs:import namespace="http://fsrar.ru/WEGAIS/CommonEnum" schemaLocation="EGCommonEnum.xsd"/>
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonV3" schemaLocation="EGCommonV3.xsd"/>
   <xs:import namespace="http://fsrar.ru/WEGAIS/CommonV3" schemaLocation="EGCommonV3.xsd"/>
+
  
 
   <xs:complexType name="ActFixBarCode">
 
   <xs:complexType name="ActFixBarCode">
    <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="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:documentation>Идентификатор документа(клиентский)</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 
 +
    <xs:element name="Header">
 +
    <xs:complexType>
 +
      <xs:all>
 +
      <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:element name="Header">
+
      <xs:element name="ActDate" type="c:DateNoTime" minOccurs="1" maxOccurs="1">
        <xs:complexType>
+
        <xs:annotation>
          <xs:all>
+
        <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:element name="Note" minOccurs="0" maxOccurs="1">
              </xs:annotation>
+
        <xs:annotation>
            </xs:element>
+
        <xs:documentation>Примечание</xs:documentation>
            <xs:element name="ActDate" type="c:DateNoTime" minOccurs="1" maxOccurs="1">
+
        </xs:annotation>
              <xs:annotation>
+
        <xs:simpleType>
                <xs:documentation>Дата документа</xs:documentation>
+
        <xs:restriction base="xs:string">
              </xs:annotation>
+
          <xs:maxLength value="500"/>
            </xs:element>
+
        </xs:restriction>
            <xs:element name="Note" minOccurs="0" maxOccurs="1">
+
        </xs:simpleType>
              <xs:annotation>
+
      </xs:element>
                <xs:documentation>Примечание</xs:documentation>
+
      </xs:all>
              </xs:annotation>
+
    </xs:complexType>
              <xs:simpleType>
+
    </xs:element>
                <xs:restriction base="xs:string">
+
                  <xs:maxLength value="500"/>
+
                </xs:restriction>
+
              </xs:simpleType>
+
            </xs:element>
+
          </xs:all>
+
        </xs:complexType>
+
      </xs:element>
+
      <xs:element name="Content">
+
        <xs:complexType>
+
          <xs:sequence>
+
            <xs:element name="Position" type="ns:ActFixBarCodePositionType" minOccurs="1" maxOccurs="unbounded">
+
              <xs:annotation>
+
                <xs:documentation>Содержимое акта должно содержать 1 и более позиций</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
          </xs:sequence>
+
        </xs:complexType>
+
  
        <xs:unique name="PosUn">
+
    <xs:element name="Content">
          <xs:selector xpath="ns:Position"/>
+
    <xs:complexType>
          <xs:field xpath="ns:Identity"/>
+
      <xs:sequence>
         </xs:unique>
+
      <xs:element name="Position" type="ns:ActFixBarCodePositionType" minOccurs="1" maxOccurs="unbounded">
        <xs:unique name="MarkUn">
+
         <xs:annotation>
          <xs:selector xpath="ns:Position/ns:MarkInfo/cee:amc"/>
+
        <xs:documentation>Содержимое акта должно содержать 1 и более позиций</xs:documentation>
          <xs:field xpath="."/>
+
        </xs:annotation>
        </xs:unique>
+
      </xs:element>
 +
      </xs:sequence>
 +
    </xs:complexType>
  
       </xs:element>
+
    <xs:unique name="PosUn">
     </xs:sequence>
+
       <xs:selector xpath="ns:Position"/>
 +
      <xs:field xpath="ns:Identity"/>
 +
    </xs:unique>
 +
    <xs:unique name="MarkUn">
 +
      <xs:selector xpath="ns:Position/ns:MarkInfo/cee:amc"/>
 +
      <xs:field xpath="."/>
 +
    </xs:unique>
 +
     </xs:element>
 +
  </xs:sequence>
 
   </xs:complexType>
 
   </xs:complexType>
  
 
   <xs:complexType name="ActFixBarCodePositionType">
 
   <xs:complexType name="ActFixBarCodePositionType">
    <xs:annotation>
+
  <xs:annotation>
      <xs:documentation>Позиция</xs:documentation>
+
    <xs:documentation>Позиция</xs:documentation>
    </xs:annotation>
+
  </xs:annotation>
    <xs:sequence>
+
  <xs:sequence>
      <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="Inform2RegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
+
    <xs:element name="Inform2RegId" 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="cee:AMCforDocType" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
+
    <xs:element name="MarkInfo" type="cee:AMCforDocType" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
+
  </xs:sequence>
    
+
   </xs:complexType>
</xs:complexType>
+
 
+
 
  </xs:schema>
 
  </xs:schema>

Версия 16:23, 12 марта 2020

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

<xs:schema version    = "1.0"
 xmlns:ns             = "http://fsrar.ru/WEGAIS/ActFixBarCode"
 targetNamespace      = "http://fsrar.ru/WEGAIS/ActFixBarCode"
 xmlns:xs             = "http://www.w3.org/2001/XMLSchema"
 elementFormDefault   = "qualified"
 attributeFormDefault = "unqualified"
 xmlns:c              = "http://fsrar.ru/WEGAIS/Common"
 xmlns:ce             = "http://fsrar.ru/WEGAIS/CommonEnum"
 xmlns:cee            = "http://fsrar.ru/WEGAIS/CommonV3">
 <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
 <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonEnum" schemaLocation="EGCommonEnum.xsd"/>
 <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonV3" schemaLocation="EGCommonV3.xsd"/>
 <xs:complexType name="ActFixBarCode">
  <xs:annotation>
   <xs:documentation>Акт фиксации имеющихся на складе штрихкодов в разрезе форм 2</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <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="Header">
    <xs:complexType>
     <xs:all>
      <xs:element name="Number" type="c:NoEmptyString50" minOccurs="1" maxOccurs="1">
       <xs:annotation>
        <xs:documentation>Номер документа</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name="ActDate" type="c:DateNoTime" minOccurs="1" maxOccurs="1">
       <xs:annotation>
        <xs:documentation>Дата документа</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name="Note" minOccurs="0" maxOccurs="1">
       <xs:annotation>
        <xs:documentation>Примечание</xs:documentation>
       </xs:annotation>
       <xs:simpleType>
        <xs:restriction base="xs:string">
         <xs:maxLength value="500"/>
        </xs:restriction>
       </xs:simpleType>
      </xs:element>
     </xs:all>
    </xs:complexType>
   </xs:element>
   <xs:element name="Content">
    <xs:complexType>
     <xs:sequence>
      <xs:element name="Position" type="ns:ActFixBarCodePositionType" minOccurs="1" maxOccurs="unbounded">
       <xs:annotation>
        <xs:documentation>Содержимое акта должно содержать 1 и более позиций</xs:documentation>
       </xs:annotation>
      </xs:element>
     </xs:sequence>
    </xs:complexType>
    <xs:unique name="PosUn">
     <xs:selector xpath="ns:Position"/>
     <xs:field xpath="ns:Identity"/>
    </xs:unique>
    <xs:unique name="MarkUn">
     <xs:selector xpath="ns:Position/ns:MarkInfo/cee:amc"/>
     <xs:field xpath="."/>
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>
 <xs:complexType name="ActFixBarCodePositionType">
  <xs:annotation>
   <xs:documentation>Позиция</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <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="Inform2RegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1">
    <xs:annotation>
         <xs:documentation>Справка Б</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="MarkInfo" type="cee:AMCforDocType" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
 </xs:complexType>
</xs:schema>