entitiesUpdate

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="https://izi.cloud/iiko/reading/entitiesUpdate"
    targetNamespace="https://izi.cloud/iiko/reading/entitiesUpdate" elementFormDefault="qualified">
    <xs:complexType name="args">
        <xs:sequence>
            <xs:element name="entities-version" type="xs:decimal"></xs:element>
            <xs:element name="client-type" type="xs:string" default="BACK"></xs:element>
            <xs:element name="enable-warnings" type="xs:boolean" default="false" minOccurs="0"></xs:element>
            <xs:element name="client-call-id" type="tns:refType"></xs:element>
            <xs:element name="license-hash" type="xs:decimal"></xs:element>
            <xs:element name="restrictions-state-hash" type="xs:decimal"></xs:element>
            <xs:element name="obtained-license-connections-ids" type="tns:refType"></xs:element>
            <xs:element name="request-watchdog-check-results" type="xs:boolean" default="true"></xs:element>
            <xs:element name="use-raw-entities" type="xs:boolean" default="true"></xs:element>
            <xs:element name="fromRevision" type="xs:decimal"></xs:element>
            <xs:element name="timeoutMillis" type="xs:decimal"></xs:element>
            <xs:element name="useRawEntities" type="xs:boolean" default="true"></xs:element>
        </xs:sequence>
    </xs:complexType> 
    <xs:simpleType name="refType">
        <xs:restriction base="xs:string">
            <xs:length value="36"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>
Прокрутить вверх