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

Материал из Фабиус wiki
Перейти к: навигация, поиск
м
м
 
(не показаны 2 промежуточные версии этого же участника)
Строка 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/CarrierNotice"
+
  xmlns:ns         = "http://fsrar.ru/WEGAIS/CarrierNotice"
          targetNamespace = "http://fsrar.ru/WEGAIS/CarrierNotice"
+
  targetNamespace   = "http://fsrar.ru/WEGAIS/CarrierNotice"
         
+
  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:ce             = "http://fsrar.ru/WEGAIS/CommonEnum"
          xmlns:c = "http://fsrar.ru/WEGAIS/Common"
+
  xmlns:oref           = "http://fsrar.ru/WEGAIS/ClientRef_v2"
          xmlns:ce = "http://fsrar.ru/WEGAIS/CommonEnum"
+
  xmlns:pref           = "http://fsrar.ru/WEGAIS/ProductRef_v2">
          xmlns:oref = "http://fsrar.ru/WEGAIS/ClientRef_v2"
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/Common"       schemaLocation = "EGCommon.xsd"/>
          xmlns:pref = "http://fsrar.ru/WEGAIS/ProductRef_v2"
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonEnum"   schemaLocation = "EGCommonEnum.xsd"/>
>
+
   <xs:import namespace = "http://fsrar.ru/WEGAIS/ClientRef_v2" schemaLocation = "ClientRef_v2.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/ClientRef_v2" schemaLocation = "ClientRef_v2.xsd"/>
+
 
   <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/>
 
   <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/>
  
 
   <xs:complexType name = "CarrierNotice">
 
   <xs:complexType name = "CarrierNotice">
    <xs:annotation>
+
  <xs:annotation>
      <xs:documentation>Уведомление о перевозке</xs:documentation>
+
    <xs:documentation>'''Уведомление о перевозке'''</xs:documentation>
    </xs:annotation>
+
  </xs:annotation>
    <xs:sequence>
+
  <xs:sequence>
      <xs:element name = "Header">
+
        <xs:complexType>
+
          <xs:all>
+
            <xs:element name = "ClientIdentity" type = "c:IdentityType" nillable = "false" minOccurs = "0" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Идентификатор отчета (клиентский, к заполнению необязательный)</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "Serial" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Серия документа(вводится оператором)(не обязательное поле)</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
  
            <xs:element name = "Shipper" type = "oref:OrgInfo_v2" minOccurs = "1" maxOccurs = "1">
+
    <xs:element name = "Header">
              <xs:annotation>
+
    <xs:complexType>
                <xs:documentation>Отправитель</xs:documentation>
+
       <xs:all>
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "Consignee" type = "oref:OrgInfo_v2" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Получатель</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "Carrier" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Грузоперевозчик</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "ClientTransport" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Транспортное средство</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "ShipmentOutDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Дата отпуска груза</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "ShipmentInDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Дата получения груза</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "EGAISFixNumberTTN" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Номер подтверждения о фиксации сведеий об отгрузке(Желательно, не обязательно)</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "NotifNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
+
              <xs:annotation>
+
                <xs:documentation>Номер документа</xs:documentation>
+
              </xs:annotation>
+
            </xs:element>
+
            <xs:element name = "NotifDate" type = "c:DateNoTime" 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:PositionType" 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 = "ClientIdentity" type = "c:IdentityType" nillable = "false" minOccurs = "0" maxOccurs = "1">
          <xs:selector xpath = "ns:Position"/>
+
         <xs:annotation>
          <xs:field xpath = "ns:PosIdentity"/>
+
        <xs:documentation>Идентификатор отчета ( клиентский, к заполнению необязательный )</xs:documentation>
         </xs:unique>
+
        </xs:annotation>
      </xs:element>
+
      </xs:element>
     
+
    </xs:sequence>
+
  </xs:complexType>
+
  
  <xs:complexType name = "PositionType">
+
      <xs:element name = "Serial" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1">
    <xs:annotation>
+
      <xs:documentation>Позиция</xs:documentation>
+
    </xs:annotation>
+
    <xs:all>
+
      <xs:element name = "PosIdentity" 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 = "Product" type = "pref:ProductInfo_v2" minOccurs = "1" maxOccurs = "1">
+
      <xs:element name = "Shipper" type = "oref:OrgInfo_v2" 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 = "Quantity20" type = "c:PositiveDecimalType" minOccurs = "1" maxOccurs = "1">
+
      <xs:element name = "Consignee" type = "oref:OrgInfo_v2" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
          <xs:documentation>Количество, дал (при 20 градусах по Цельсию)</xs:documentation>
+
        <xs:documentation>Получатель</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
      </xs:element>
+
      </xs:element>
     
+
 
      <xs:element name = "AlcPerc20" type = "c:AlcPercentType" nillable = "false" minOccurs = "1" maxOccurs = "1">
+
      <xs:element name = "Carrier" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1">
 
         <xs:annotation>
 
         <xs:annotation>
          <xs:documentation>Содержание этилового спирта, % (при 20 градусах по Цельсию)</xs:documentation>
+
        <xs:documentation>Грузоперевозчик</xs:documentation>
 
         </xs:annotation>
 
         </xs:annotation>
       </xs:element>
+
      </xs:element>
     </xs:all>
+
 
 +
      <xs:element name = "ClientTransport" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1">
 +
        <xs:annotation>
 +
        <xs:documentation>Транспортное средство</xs:documentation>
 +
        </xs:annotation>
 +
      </xs:element>
 +
 
 +
      <xs:element name = "ShipmentOutDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
        <xs:annotation>
 +
        <xs:documentation>Дата отпуска груза</xs:documentation>
 +
        </xs:annotation>
 +
      </xs:element>
 +
 
 +
      <xs:element name = "ShipmentInDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
        <xs:annotation>
 +
        <xs:documentation>Дата получения груза</xs:documentation>
 +
        </xs:annotation>
 +
      </xs:element>
 +
 
 +
      <xs:element name = "EGAISFixNumberTTN" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1">
 +
        <xs:annotation>
 +
        <xs:documentation>Номер подтверждения о фиксации сведеий об отгрузке ( Желательно, не обязательно ) </xs:documentation>
 +
        </xs:annotation>
 +
      </xs:element>
 +
 
 +
      <xs:element name = "NotifNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
 +
        <xs:annotation>
 +
        <xs:documentation>Номер документа</xs:documentation>
 +
        </xs:annotation>
 +
      </xs:element>
 +
 
 +
      <xs:element name = "NotifDate" type = "c:DateNoTime" 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:PositionType" 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:PosIdentity"/>
 +
    </xs:unique>
 +
    </xs:element>
 +
 
 +
  </xs:sequence>
 
   </xs:complexType>
 
   </xs:complexType>
  
 +
  <xs:complexType name = "PositionType">
 +
  <xs:annotation>
 +
    <xs:documentation>Позиция</xs:documentation>
 +
  </xs:annotation>
 +
  <xs:all>
  
</xs:schema>
+
    <xs:element name = "PosIdentity" type = "c:IdentityType" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Идентификатор позиции внутри уведомления о перевозке</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
  
 +
    <xs:element name = "Product" type = "pref:ProductInfo_v2" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Продукция</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 +
    <xs:element name = "Quantity20" type = "c:PositiveDecimalType" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Количество, дал ( при 20 градусах по Цельсию )</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
     
 +
    <xs:element name = "AlcPerc20" type = "c:AlcPercentType" nillable = "false" minOccurs = "1" maxOccurs = "1">
 +
    <xs:annotation>
 +
      <xs:documentation>Содержание этилового спирта, % ( при 20 градусах по Цельсию )</xs:documentation>
 +
    </xs:annotation>
 +
    </xs:element>
 +
 +
  </xs:all>
 +
  </xs:complexType>
 +
</xs:schema>
 
= Смотрите также =  
 
= Смотрите также =  
 
[[Документы и их типы для отправки ( версия 4 )]]
 
[[Документы и их типы для отправки ( версия 4 )]]

Текущая версия на 16:23, 27 апреля 2021

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

<xs:schema version = "1.0"
 xmlns:ns          = "http://fsrar.ru/WEGAIS/CarrierNotice"
 targetNamespace   = "http://fsrar.ru/WEGAIS/CarrierNotice"
 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:oref           = "http://fsrar.ru/WEGAIS/ClientRef_v2"
 xmlns:pref           = "http://fsrar.ru/WEGAIS/ProductRef_v2">
 <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/ClientRef_v2"  schemaLocation = "ClientRef_v2.xsd"/>
 <xs:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/>
 <xs:complexType name = "CarrierNotice">
  <xs:annotation>
   <xs:documentation>Уведомление о перевозке</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name = "Header">
    <xs:complexType>
     <xs:all>
      <xs:element name = "ClientIdentity" type = "c:IdentityType" nillable = "false" minOccurs = "0" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Идентификатор отчета ( клиентский, к заполнению необязательный )</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "Serial" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Серия документа( вводится оператором ) ( не обязательное поле )</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "Shipper" type = "oref:OrgInfo_v2" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Отправитель</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "Consignee" type = "oref:OrgInfo_v2" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Получатель</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "Carrier" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Грузоперевозчик</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "ClientTransport" type = "oref:OrgInfoRus_v2" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Транспортное средство</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "ShipmentOutDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Дата отпуска груза</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "ShipmentInDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Дата получения груза</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "EGAISFixNumberTTN" type = "c:NoEmptyString50" minOccurs = "0" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Номер подтверждения о фиксации сведеий об отгрузке ( Желательно, не обязательно ) </xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "NotifNumber" type = "c:NoEmptyString50" minOccurs = "1" maxOccurs = "1">
       <xs:annotation>
        <xs:documentation>Номер документа</xs:documentation>
       </xs:annotation>
      </xs:element>
      <xs:element name = "NotifDate" type = "c:DateNoTime" 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:PositionType" 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:PosIdentity"/>
    </xs:unique>
   </xs:element>
  </xs:sequence>
 </xs:complexType>
 <xs:complexType name = "PositionType">
  <xs:annotation>
   <xs:documentation>Позиция</xs:documentation>
  </xs:annotation>
  <xs:all>
   <xs:element name = "PosIdentity" type = "c:IdentityType" nillable = "false" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Идентификатор позиции внутри уведомления о перевозке</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "Product" type = "pref:ProductInfo_v2" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Продукция</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name = "Quantity20" type = "c:PositiveDecimalType" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Количество, дал ( при 20 градусах по Цельсию )</xs:documentation>
    </xs:annotation>
   </xs:element>
     
   <xs:element name = "AlcPerc20" type = "c:AlcPercentType" nillable = "false" minOccurs = "1" maxOccurs = "1">
    <xs:annotation>
     <xs:documentation>Содержание этилового спирта, % ( при 20 градусах по Цельсию )</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:all>
 </xs:complexType>
</xs:schema>

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

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