ReplyNoAnswerTTN.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:xs = "http://www.w3.org/2001/XMLSchema"
+
  xmlns:xs         = "http://www.w3.org/2001/XMLSchema"
          xmlns:ns = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
+
  xmlns:ns         = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
          targetNamespace = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
+
  targetNamespace   = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
 
+
  elementFormDefault = "qualified"
          elementFormDefault = "qualified"
+
  attributeFormDefault = "unqualified"
          attributeFormDefault = "unqualified"
+
  xmlns:c             = "http://fsrar.ru/WEGAIS/Common">
            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/Common" schemaLocation = "EGCommon.xsd"/>
  
 
   <xs:complexType name = "NoAnswerTTN">
 
   <xs:complexType name = "NoAnswerTTN">
    <xs:annotation>
+
  <xs:annotation>
      <xs:documentation>Список неподтвержденных накладных</xs:documentation>
+
    <xs:documentation>'''Список неподтвержденных накладных'''</xs:documentation>
    </xs:annotation>
+
  </xs:annotation>
  
    <xs:all>
+
  <xs:all>
      <xs:element name = "Consignee" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
+
    <xs:element name = "Consignee" 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 = "ReplyDate" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
+
 
        <xs:annotation>
+
    <xs:element name = "ReplyDate" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
          <xs:documentation>Дата составления отчета</xs:documentation>
+
    <xs:annotation>
        </xs:annotation>
+
      <xs:documentation>Дата составления отчета</xs:documentation>
      </xs:element>
+
    </xs:annotation>
      <xs:element name = "ttnlist" minOccurs = "1" maxOccurs = "1">
+
    </xs:element>
        <xs:annotation>
+
 
          <xs:documentation>Неподтвержденные накладные</xs:documentation>
+
    <xs:element name = "ttnlist" minOccurs = "1" maxOccurs = "1">
        </xs:annotation>
+
    <xs:annotation>
        <xs:complexType>
+
      <xs:documentation>Неподтвержденные накладные</xs:documentation>
          <xs:sequence>
+
    </xs:annotation>
            <xs:element name = "NoAnswer" type = "ns:NoAnswerType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
+
    <xs:complexType>
          </xs:sequence>
+
      <xs:sequence>
        </xs:complexType>
+
      <xs:element name = "NoAnswer" type = "ns:NoAnswerType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
      </xs:element>
+
      </xs:sequence>
    </xs:all>
+
    </xs:complexType>
 +
    </xs:element>
 +
 
 +
  </xs:all>
 
   </xs:complexType>
 
   </xs:complexType>
  
 
   <xs:complexType name = "NoAnswerType">
 
   <xs:complexType name = "NoAnswerType">
    <xs:sequence>
+
  <xs:sequence>
      <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>
        </xs:annotation>
+
    </xs:annotation>
      </xs:element>
+
    </xs:element>
      <xs:element name = "ttnNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
+
 
        <xs:annotation>
+
    <xs:element name = "ttnNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
          <xs:documentation>Номер ТТН</xs:documentation>
+
    <xs:annotation>
        </xs:annotation>
+
      <xs:documentation>Номер ТТН</xs:documentation>
      </xs:element>
+
    </xs:annotation>
      <xs:element name = "ttnDate" type = "c:DateNoTime" minOccurs = "1" maxOccurs = "1">
+
    </xs:element>
        <xs:annotation>
+
 
          <xs:documentation>Дата ТТН</xs:documentation>
+
    <xs:element name = "ttnDate" type = "c:DateNoTime" minOccurs = "1" maxOccurs = "1">
        </xs:annotation>
+
    <xs:annotation>
      </xs:element>
+
      <xs:documentation>Дата ТТН</xs:documentation>
      <xs:element name = "Shipper" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
+
    </xs:annotation>
        <xs:annotation>
+
    </xs:element>
          <xs:documentation>Грузоотправитель ТТН</xs:documentation>
+
 
        </xs:annotation>
+
    <xs:element name = "Shipper" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
      </xs:element>
+
    <xs:annotation>
    </xs:sequence>
+
      <xs:documentation>Грузоотправитель ТТН</xs:documentation>
   
+
    </xs:annotation>
 +
    </xs:element>
 +
 
 +
  </xs:sequence>
 
   </xs:complexType>
 
   </xs:complexType>
                 
+
</xs:schema>
</xs:schema>
+
  
 
= Смотрите также =  
 
= Смотрите также =  
 
[[Документы и их типы для отправки ( версия 4 )]]
 
[[Документы и их типы для отправки ( версия 4 )]]

Текущая версия на 16:24, 26 апреля 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/ReplyNoAnswerTTN"
 targetNamespace   = "http://fsrar.ru/WEGAIS/ReplyNoAnswerTTN"
 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 = "NoAnswerTTN">
  <xs:annotation>
   <xs:documentation>Список неподтвержденных накладных</xs:documentation>
  </xs:annotation>
  <xs:all>
   <xs:element name = "Consignee" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Код грузополучателя</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "ReplyDate" type = "c:DateWTime" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Дата составления отчета</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "ttnlist" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Неподтвержденные накладные</xs:documentation>
    </xs:annotation>
    <xs:complexType>
     <xs:sequence>
      <xs:element name = "NoAnswer" type = "ns:NoAnswerType" minOccurs = "0" maxOccurs = "unbounded"></xs:element>
     </xs:sequence>
    </xs:complexType>
   </xs:element>
  </xs:all>
 </xs:complexType>
 <xs:complexType name = "NoAnswerType">
  <xs:sequence>
   <xs:element name = "WbRegID" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Регистрационный номер ТТН</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "ttnNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Номер ТТН</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "ttnDate" type = "c:DateNoTime" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Дата ТТН</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "Shipper" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Грузоотправитель ТТН</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>
</xs:schema>

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

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