ConfirmRepealWB.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/ConfirmRepealWB"
+
  xmlns:ns         = "http://fsrar.ru/WEGAIS/ConfirmRepealWB"
          targetNamespace = "http://fsrar.ru/WEGAIS/ConfirmRepealWB"
+
  targetNamespace   = "http://fsrar.ru/WEGAIS/ConfirmRepealWB"
          xmlns:c = "http://fsrar.ru/WEGAIS/Common"
+
  xmlns:c           = "http://fsrar.ru/WEGAIS/Common"
 
+
  elementFormDefault = "qualified"
          elementFormDefault = "qualified"
+
  attributeFormDefault = "unqualified">
          attributeFormDefault = "unqualified"
+
>
+
 
   <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 = "ConfirmRepealWB">
 
   <xs:complexType name = "ConfirmRepealWB">
    <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 = "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 = "IsConfirm" type = "ns:ConclusionType" 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:complexType>
+
      <xs:element name = "ConfirmNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
          <xs:all>
+
        <xs:annotation>
            <xs:element name = "IsConfirm" type = "ns:ConclusionType" minOccurs = "1" maxOccurs = "1">
+
        <xs:documentation>Номер подтверждения</xs:documentation>
              <xs:annotation>
+
        </xs:annotation>
                <xs:documentation>Подтвержден/не подтвержден</xs:documentation>
+
      </xs:element>
              </xs:annotation>
+
 
            </xs:element>
+
      <xs:element name = "ConfirmDate" type = "c:DateNoTime" minOccurs = "1" maxOccurs = "1">
            <xs:element name = "ConfirmNumber" 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 = "ConfirmDate" type = "c:DateNoTime" 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 = "WBRegId" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
+
 
              <xs:annotation>
+
      <xs:element name = "Note" minOccurs = "0" maxOccurs = "1">
                <xs:documentation>ИД накладной в системе</xs:documentation>
+
        <xs:annotation>
              </xs:annotation>
+
        <xs:documentation>Примечание</xs:documentation>
            </xs:element>
+
        </xs:annotation>
            <xs:element name = "Note" minOccurs = "0" maxOccurs = "1">
+
        <xs:simpleType>
              <xs:annotation>
+
        <xs:restriction base = "xs:string">
                <xs:documentation>Примечание</xs:documentation>
+
          <xs:maxLength value = "500"/>
              </xs:annotation>
+
        </xs:restriction>
              <xs:simpleType>
+
        </xs:simpleType>
                <xs:restriction base = "xs:string">
+
      </xs:element>
                  <xs:maxLength value = "500"/>
+
 
                </xs:restriction>
+
      </xs:all>
              </xs:simpleType>
+
    </xs:complexType>
            </xs:element>
+
    </xs:element>
          </xs:all>
+
 
        </xs:complexType>
+
  </xs:sequence>
      </xs:element>
+
    </xs:sequence>
+
 
   </xs:complexType>
 
   </xs:complexType>
  
 
   <xs:simpleType name = "ConclusionType">
 
   <xs:simpleType name = "ConclusionType">
    <xs:annotation>
+
  <xs:annotation>
      <xs:documentation>Вид результата фиксации</xs:documentation>
+
    <xs:documentation>Вид результата фиксации</xs:documentation>
    </xs:annotation>
+
  </xs:annotation>
    <xs:restriction base = "xs:string">
+
  <xs:restriction base = "xs:string">
      <xs:enumeration value = "Accepted"/>
+
    <xs:enumeration value = "Accepted"/>
      <xs:enumeration value = "Rejected"/>
+
    <xs:enumeration value = "Rejected"/>
    </xs:restriction>
+
  </xs:restriction>
 
   </xs:simpleType>
 
   </xs:simpleType>
 
  </xs:schema>
 
  </xs:schema>
 
= Смотрите также =  
 
= Смотрите также =  
 
[[Документы и их типы для отправки ( версия 4 )]]
 
[[Документы и их типы для отправки ( версия 4 )]]

Текущая версия на 10:38, 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/ConfirmRepealWB"
 targetNamespace   = "http://fsrar.ru/WEGAIS/ConfirmRepealWB"
 xmlns:c           = "http://fsrar.ru/WEGAIS/Common"
 elementFormDefault = "qualified"
 attributeFormDefault = "unqualified">
 <xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/>
 <xs:complexType name = "ConfirmRepealWB">
  <xs:annotation>
   <xs:documentation>Подтверждение акта грузоотправителем отмены проведения Товарно-Транспортной Накладной</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 = "IsConfirm" type = "ns:ConclusionType" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Подтвержден/не подтвержден</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "ConfirmNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Номер подтверждения</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "ConfirmDate" type = "c:DateNoTime" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Дата составления подтверждения</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "WBRegId" type = "c:NoEmptyString50" 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:sequence>
 </xs:complexType>
 <xs:simpleType name = "ConclusionType">
  <xs:annotation>
   <xs:documentation>Вид результата фиксации</xs:documentation>
  </xs:annotation>
  <xs:restriction base = "xs:string">
   <xs:enumeration value = "Accepted"/>
   <xs:enumeration value = "Rejected"/>
  </xs:restriction>
 </xs:simpleType>
</xs:schema>

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

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