<?xml version="1.0" encoding="utf-8"?>
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/iWareSda.Model" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/iWareSda.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
<xs:complexType name="ArrayOfDeviceWarningInfo">
|
<xs:sequence>
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="DeviceWarningInfo" nillable="true" type="tns:DeviceWarningInfo" />
|
</xs:sequence>
|
</xs:complexType>
|
<xs:element name="ArrayOfDeviceWarningInfo" nillable="true" type="tns:ArrayOfDeviceWarningInfo" />
|
<xs:complexType name="DeviceWarningInfo">
|
<xs:sequence>
|
<xs:element name="_x003C_Address_x003E_k__BackingField" nillable="true" type="xs:string" />
|
<xs:element name="_x003C_Code_x003E_k__BackingField" nillable="true" type="xs:string" />
|
<xs:element name="_x003C_Context_x003E_k__BackingField" nillable="true" type="xs:string" />
|
</xs:sequence>
|
</xs:complexType>
|
<xs:element name="DeviceWarningInfo" nillable="true" type="tns:DeviceWarningInfo" />
|
</xs:schema>
|