Журнал надісланих розпоряджень Instruction
# Опис методу
# XSD-схема відповіді
<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="INSTRUCTION_XML" nillable="true" type="INSTRUCTION_XML" />
<xs:complexType name="INSTRUCTION_XML">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="INSTRUCTION_LIST" type="ArrayOfInstruction" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="ArrayOfInstruction">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="INSTRUCTION" nillable="true" type="Instruction" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="Instruction">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="MATCH_DATE" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="ISIN_CODE" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="MATCH_QTY" type="xs:double" />
<xs:element minOccurs="0" maxOccurs="1" name="REMARKS" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="TRANTYPE" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="TRANTYPE_DESCRIPTION" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CLIENT_ACCOUNT" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CLIENT_NAME" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CLIENT_CODE" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CONTRAGENT_ACCOUNT" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CONTRAGENT_NAME" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CONTRAGENT_CODE" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
Останнє оновлення: 16.02.2022 09:44:15