RejectionNoticeFSM.xsd — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) м |
Hisava (обсуждение | вклад) м |
||
Строка 4: | Строка 4: | ||
targetNamespace = "http://fsrar.ru/WEGAIS/RejectionNoticeFSM" | targetNamespace = "http://fsrar.ru/WEGAIS/RejectionNoticeFSM" | ||
xmlns:xs = "http://www.w3.org/2001/XMLSchema" | 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/Common" schemaLocation = "EGCommon.xsd"/> | + | <xs:import namespace = "http://fsrar.ru/WEGAIS/CommonV3" schemaLocation = "EGCommonV3.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/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:import namespace = "http://fsrar.ru/WEGAIS/ProductRef_v2" schemaLocation = "ProductRef_v2.xsd"/> | ||
Строка 24: | Строка 22: | ||
</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:annotation> | ||
− | <xs:documentation>Идентификатор накладной (клиентский, к заполнению необязательный)</xs:documentation> | + | <xs:documentation>Идентификатор накладной ( клиентский, к заполнению необязательный )</xs:documentation> |
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
+ | |||
<xs:element name = "Header"> | <xs:element name = "Header"> | ||
<xs:complexType> | <xs:complexType> | ||
<xs:all> | <xs:all> | ||
+ | |||
<xs:element name = "NUMBER" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> | <xs:element name = "NUMBER" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
Строка 59: | Строка 60: | ||
</xs:complexType> | </xs:complexType> | ||
</xs:element> | </xs:element> | ||
+ | |||
<xs:element name = "Content"> | <xs:element name = "Content"> | ||
<xs:complexType> | <xs:complexType> | ||
<xs:sequence> | <xs:sequence> | ||
+ | |||
<xs:element name = "Position" type = "ns:PositionRejectionNoticeFSMType" nillable = "false" minOccurs = "1" maxOccurs = "unbounded"> | <xs:element name = "Position" type = "ns:PositionRejectionNoticeFSMType" nillable = "false" minOccurs = "1" maxOccurs = "unbounded"> | ||
<xs:annotation> | <xs:annotation> | ||
Строка 67: | Строка 70: | ||
</xs:annotation> | </xs:annotation> | ||
</xs:element> | </xs:element> | ||
+ | |||
</xs:sequence> | </xs:sequence> | ||
</xs:complexType> | </xs:complexType> | ||
Строка 74: | Строка 78: | ||
</xs:unique> | </xs:unique> | ||
</xs:element> | </xs:element> | ||
+ | |||
</xs:sequence> | </xs:sequence> | ||
</xs:complexType> | </xs:complexType> | ||
Строка 82: | Строка 87: | ||
</xs:annotation> | </xs:annotation> | ||
<xs:all> | <xs:all> | ||
+ | |||
<xs:element name = "Identity" type = "c:IdentityType" nillable = "false" minOccurs = "1" maxOccurs = "1"> | <xs:element name = "Identity" type = "c:IdentityType" nillable = "false" minOccurs = "1" maxOccurs = "1"> | ||
<xs:annotation> | <xs:annotation> | ||
Строка 102: | Строка 108: | ||
</xs:all> | </xs:all> | ||
</xs:complexType> | </xs:complexType> | ||
− | |||
</xs:schema> | </xs:schema> | ||
= Смотрите также = | = Смотрите также = | ||
[[Документы и их типы для отправки ( версия 4 )]] | [[Документы и их типы для отправки ( версия 4 )]] |
Текущая версия на 08:45, 28 апреля 2021
<?xml version = "1.0" encoding = "utf-8"?>
<xs:schema version = "1.0" xmlns:ns = "http://fsrar.ru/WEGAIS/RejectionNoticeFSM" targetNamespace = "http://fsrar.ru/WEGAIS/RejectionNoticeFSM" 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 = "RejectionNoticeFSMType"> <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 = "RequestFSM" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Идентификатор заявления на выдачу ФСМ</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "Declarer" type = "oref:OrgInfoRus_ClaimIssue" nillable = "false" 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:PositionRejectionNoticeFSMType" nillable = "false" minOccurs = "1" maxOccurs = "unbounded"> <xs:annotation> <xs:documentation>Причины отказа</xs:documentation> </xs:annotation> </xs:element>
</xs:sequence> </xs:complexType> <xs:unique name = "PosUn"> <xs:selector xpath = "ns:Position"/> <xs:field xpath = "ns:Identity"/> </xs:unique> </xs:element>
</xs:sequence> </xs:complexType>
<xs:complexType name = "PositionRejectionNoticeFSMType"> <xs:annotation> <xs:documentation>Позиция</xs:documentation> </xs:annotation> <xs:all>
<xs:element name = "Identity" type = "c:IdentityType" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Идентификатор позиции внутри отказа</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "RejectionReasonCode" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Код причины отказа</xs:documentation> </xs:annotation> </xs:element>
<xs:element name = "RejectionReason" type = "xs:string" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Причина отказа</xs:documentation> </xs:annotation> </xs:element>
</xs:all> </xs:complexType> </xs:schema>