RequestRepealAWO.xsd — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) (Новая страница: «<?xml version="1.0" encoding="utf-8"?> <xs:schema version="1.0" xmlns:ns="http://fsrar.ru/WEGAIS/RequestRepealAWO" targetNamespace="http://f…») |
Hisava (обсуждение | вклад) м |
||
Строка 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/RequestRepealAWO" | + | xmlns:ns = "http://fsrar.ru/WEGAIS/RequestRepealAWO" |
− | targetNamespace="http://fsrar.ru/WEGAIS/RequestRepealAWO" | + | targetNamespace = "http://fsrar.ru/WEGAIS/RequestRepealAWO" |
− | xmlns:c="http://fsrar.ru/WEGAIS/Common" | + | xmlns:c = "http://fsrar.ru/WEGAIS/Common" |
− | xmlns:xs="http://www.w3.org/2001/XMLSchema" | + | xmlns:xs = "http://www.w3.org/2001/XMLSchema" |
− | 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="RequestRepealAWO"> | + | <xs:complexType name = "RequestRepealAWO"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Запрос на отмену проведения акта списания</xs:documentation> | <xs:documentation>Запрос на отмену проведения акта списания</xs:documentation> | ||
</xs:annotation> | </xs:annotation> | ||
<xs:all> | <xs:all> | ||
− | <xs:element name="ClientId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "ClientId" 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="RequestNumber" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "RequestNumber" 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="RequestDate" type="xs:dateTime" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "RequestDate" type = "xs:dateTime" 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="AWORegId" type="c:NoEmptyString50" nillable="false" minOccurs="1" maxOccurs="1"> | + | <xs:element name = "AWORegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> |
<xs:annotation> | <xs:annotation> | ||
<xs:documentation>Регистрационный номер акта списания</xs:documentation> | <xs:documentation>Регистрационный номер акта списания</xs:documentation> | ||
Строка 39: | Строка 39: | ||
</xs:schema> | </xs:schema> | ||
+ | |||
+ | = Смотрите также = | ||
+ | [[Документы и их типы для отправки ( версия 4 )]] |
Версия 10:58, 27 апреля 2021
<?xml version = "1.0" encoding = "utf-8"?> <xs:schema version = "1.0"
xmlns:ns = "http://fsrar.ru/WEGAIS/RequestRepealAWO" targetNamespace = "http://fsrar.ru/WEGAIS/RequestRepealAWO" xmlns:c = "http://fsrar.ru/WEGAIS/Common" xmlns:xs = "http://www.w3.org/2001/XMLSchema" elementFormDefault = "qualified" attributeFormDefault = "unqualified"
>
<xs:import namespace = "http://fsrar.ru/WEGAIS/Common" schemaLocation = "EGCommon.xsd"/> <xs:complexType name = "RequestRepealAWO"> <xs:annotation> <xs:documentation>Запрос на отмену проведения акта списания</xs:documentation> </xs:annotation> <xs:all> <xs:element name = "ClientId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Код клиента</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "RequestNumber" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Номер запроса на оотмену проведения накладной</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "RequestDate" type = "xs:dateTime" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Дата/время запроса на оотмену проведения накладной</xs:documentation> </xs:annotation> </xs:element> <xs:element name = "AWORegId" type = "c:NoEmptyString50" nillable = "false" minOccurs = "1" maxOccurs = "1"> <xs:annotation> <xs:documentation>Регистрационный номер акта списания</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType>
</xs:schema>