Довідник статусів розпоряджень InstructionState
# Опис методу
# XSD-схема відповіді
<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="INSTRUCTION_STATE_XML" nillable="true" type="INSTRUCTION_STATE_XML" />
<xs:complexType name="INSTRUCTION_STATE_XML">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="INSTRUCTION_STATE_LIST" type="ArrayOfInstructionState" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="ArrayOfInstructionState">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="INSTRUCTION_STATE" nillable="true" type="InstructionState" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="InstructionState">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="TRANSTATUS_CODE" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="TRANSTATUS_DESCRIPTION" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
Останнє оновлення: 16.02.2022 09:44:15