ReplyWriteOffCheque.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/ReplyWriteOffCheque"
+
  xmlns:ns         = "http://fsrar.ru/WEGAIS/ReplyWriteOffCheque"
          targetNamespace="http://fsrar.ru/WEGAIS/ReplyWriteOffCheque"
+
  targetNamespace   = "http://fsrar.ru/WEGAIS/ReplyWriteOffCheque"
 +
  elementFormDefault = "qualified"
 +
  attributeFormDefault = "unqualified"
 +
  xmlns:c = "http://fsrar.ru/WEGAIS/Common">
 +
  <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>
  
          elementFormDefault="qualified"
+
  <xs:complexType name = "ReplyWOCheque">
          attributeFormDefault="unqualified"
+
  <xs:annotation>
            xmlns:c="http://fsrar.ru/WEGAIS/Common"
+
    <xs:documentation>'''Ответ на запрос''' о количестве списаний по чекам</xs:documentation>
          >
+
  </xs:annotation>
  <xs:import namespace="http://fsrar.ru/WEGAIS/Common" schemaLocation="EGCommon.xsd"/>
+
  
  <xs:complexType name="ReplyWOCheque">
+
  <xs:all>
    <xs:annotation>
+
      <xs:documentation>Ответ на запрос о количестве списаний по чекам</xs:documentation>
+
    </xs:annotation>
+
  
     <xs:all>
+
     <xs:element name = "ReplyDate" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
      <xs:element name="ReplyDate" type="c:DateWTime" 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="monthReport" type="c:MonthType" minOccurs="1" maxOccurs="1">
+
        <xs:annotation>
+
          <xs:documentation>Отчетный месяц</xs:documentation>
+
        </xs:annotation>
+
      </xs:element>
+
      <xs:element name="yearReport" type="c:YearType" minOccurs="1" maxOccurs="1">
+
        <xs:annotation>
+
          <xs:documentation>Отчетный год</xs:documentation>
+
        </xs:annotation>
+
      </xs:element>
+
      <xs:element name="AlcCode" nillable="false" minOccurs="1" maxOccurs="1">
+
        <xs:annotation>
+
          <xs:documentation>Код продукции согласно ЕГАИС</xs:documentation>
+
        </xs:annotation>
+
        <xs:simpleType>
+
          <xs:restriction base="c:NoEmptyString">
+
            <xs:maxLength value="64"/>
+
          </xs:restriction>
+
        </xs:simpleType>
+
      </xs:element>
+
  
      <xs:element name="WriteOffCh" type ="xs:integer" minOccurs="1" maxOccurs="1">
+
    <xs:element name = "monthReport" type = "c:MonthType" 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="ReturnCh" type ="xs:integer" minOccurs="1" maxOccurs="1">
+
   
        <xs:annotation>
+
    <xs:element name = "yearReport" type = "c:YearType" minOccurs = "1" maxOccurs = "1">
          <xs:documentation>Возврат в отчетном месяце</xs:documentation>
+
    <xs:annotation>
        </xs:annotation>
+
      <xs:documentation>Отчетный год</xs:documentation>
      </xs:element>
+
    </xs:annotation>
 +
    </xs:element>
  
     </xs:all>
+
     <xs:element name = "AlcCode" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Код продукции согласно ЕГАИС</xs:documentation>
 +
    </xs:annotation>
 +
    <xs:simpleType>
 +
      <xs:restriction base = "c:NoEmptyString">
 +
      <xs:maxLength value = "64"/>
 +
      </xs:restriction>
 +
    </xs:simpleType>
 +
    </xs:element>
 +
 
 +
    <xs:element name = "WriteOffCh" type  = "xs:integer" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Списано в отчетном месяце</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 
 +
    <xs:element name = "ReturnCh" type  = "xs:integer" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Возврат в отчетном месяце</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 
 +
  </xs:all>
 
   </xs:complexType>
 
   </xs:complexType>
 +
</xs:schema>
  
                 
+
= Смотрите также =
</xs:schema>
+
[[Документы и их типы для отправки ( версия 4 )]]

Текущая версия на 12:00, 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/ReplyWriteOffCheque"
 targetNamespace   = "http://fsrar.ru/WEGAIS/ReplyWriteOffCheque"
 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 = "ReplyWOCheque">
  <xs:annotation>
   <xs:documentation>Ответ на запрос о количестве списаний по чекам</xs:documentation>
  </xs:annotation>
  <xs:all>
   <xs:element name = "ReplyDate" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Дата составления отчета</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "monthReport" type = "c:MonthType" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Отчетный месяц</xs:documentation>
    </xs:annotation>
   </xs:element>
   
   <xs:element name = "yearReport" type = "c:YearType" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Отчетный год</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "AlcCode" nillable = "false" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Код продукции согласно ЕГАИС</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
     <xs:restriction base = "c:NoEmptyString">
      <xs:maxLength value = "64"/>
     </xs:restriction>
    </xs:simpleType>
   </xs:element>
   <xs:element name = "WriteOffCh" type  = "xs:integer" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Списано в отчетном месяце</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "ReturnCh" type  = "xs:integer" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Возврат в отчетном месяце</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:all>
 </xs:complexType>
</xs:schema>

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

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