-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path1C-Bank_Probe.xsd
51 lines (51 loc) · 2.14 KB
/
1C-Bank_Probe.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:edo="http://directbank.1c.ru/XMLSchema" targetNamespace="http://directbank.1c.ru/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.3.2">
<xsd:include schemaLocation="1C-Bank_Exch-Common.xsd"/>
<xsd:element name="Probe" type="edo:Probe">
<xsd:annotation>
<xsd:documentation>Запрос-зонд</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Probe">
<xsd:annotation>
<xsd:documentation>Запрос-зонд</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Sender" type="edo:CustomerPartyType">
<xsd:annotation>
<xsd:documentation>Отправитель</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Recipient" type="edo:BankPartyType">
<xsd:annotation>
<xsd:documentation>Получатель</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Digest" type="edo:DigestType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Дайджест электронного документа</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="edo:IDType" use="required">
<xsd:annotation>
<xsd:documentation>Идентификатор запроса</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formatVersion" type="edo:FormatVersionType" use="required">
<xsd:annotation>
<xsd:documentation>Версия формата</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="creationDate" type="xsd:dateTime" use="required">
<xsd:annotation>
<xsd:documentation>Дата и время формирования</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="userAgent" type="edo:UserAgentType" use="optional">
<xsd:annotation>
<xsd:documentation>Наименование и версия программы</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>