git_bsmd/ENI2/Service References/LockingServiceReference/LockingService1.xsd

29 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/bsmd.LockingService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/bsmd.LockingService" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="http://localhost:11651/LockingService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:import schemaLocation="http://localhost:11651/LockingService.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:complexType name="ArrayOfCoreLock">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="CoreLock" nillable="true" type="tns:CoreLock" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfCoreLock" nillable="true" type="tns:ArrayOfCoreLock" />
<xs:complexType name="CoreLock">
<xs:sequence>
<xs:element minOccurs="0" name="CoreId" type="ser:guid" />
<xs:element minOccurs="0" name="UserId" type="ser:guid" />
</xs:sequence>
</xs:complexType>
<xs:element name="CoreLock" nillable="true" type="tns:CoreLock" />
<xs:complexType name="ServerStatus">
<xs:sequence>
<xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="CORRUPTFiles" nillable="true" type="q1:ArrayOfstring" />
<xs:element minOccurs="0" name="Excel" type="xs:int" />
<xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="IMPFiles" nillable="true" type="q2:ArrayOfstring" />
<xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="READYFiles" nillable="true" type="q3:ArrayOfstring" />
<xs:element minOccurs="0" name="Report" type="xs:int" />
<xs:element minOccurs="0" name="Transmitter" type="xs:int" />
</xs:sequence>
</xs:complexType>
<xs:element name="ServerStatus" nillable="true" type="tns:ServerStatus" />
</xs:schema>