a2171e643d
- FTP - Gomba - Icoel - MultiCcn - OSAI - SqlDB
22 lines
1.5 KiB
XML
22 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Compac.Services.Core" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Compac.Services.Core" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import namespace="http://schemas.datacontract.org/2004/07/System" />
|
|
<xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
|
|
<xs:complexType name="ServiceVersion">
|
|
<xs:sequence>
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="InterfaceVersion" nillable="true" type="q1:Version" />
|
|
<xs:element minOccurs="0" name="ProviderName" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="ProviderVersion" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ServiceVersion" nillable="true" type="tns:ServiceVersion" />
|
|
<xs:complexType name="ServiceEvent">
|
|
<xs:sequence>
|
|
<xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EventArgs" nillable="true" type="q2:ArrayOfKeyValueOfstringstring" />
|
|
<xs:element minOccurs="0" name="EventName" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="EventTime" type="xs:dateTime" />
|
|
<xs:element minOccurs="0" name="Id" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ServiceEvent" nillable="true" type="tns:ServiceEvent" />
|
|
</xs:schema> |