DebtAbsence.xsd

Материал из Фабиус wiki
Перейти к: навигация, поиск

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

<xs:schema version = "1.0"
 xmlns:ns          = "http://fsrar.ru/WEGAIS/DebtAbsence"
 targetNamespace   = "http://fsrar.ru/WEGAIS/DebtAbsence"
 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"
 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/CommonV3" schemaLocation = "EGCommonV3.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 = "DebtAbsenceType">
   <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 = "NUMBER" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Номер справки</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name = "Date" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Дата справки</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name = "Client" type = "oref:OrgInfoRus_ClaimIssue" nillable = "false" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Организация</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name = "Issuer" type = "c:NoEmptyString" nillable = "false" minOccurs = "0" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Кем выдана</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name = "DateDebtAbsence" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Дата, на которую выдана Справка</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name = "ClaimIssueFSMNumber" type = "c:NoEmptyString50"  nillable = "false" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Номер заявления, для которого предназначена справка</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name = "ClaimIssueFSMDate" type = "c:DateNoTime" nillable = "false" minOccurs = "1" maxOccurs = "1">
             <xs:annotation>
               <xs:documentation>Дата заявления, для которого предназначена справка</xs:documentation>
             </xs:annotation>
           </xs:element>
         </xs:all>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

</xs:schema>

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

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