SIAV.Common.Tools.Log.xsd 451 Bytes
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified"
targetNamespace="http://schemas.datacontract.org/2004/07/SIAV.Common.Tools.Log"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://schemas.datacontract.org/2004/07/SIAV.Common.Tools.Log">
  <xs:complexType name="LoggableBase">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="LoggableBase" nillable="true"
  type="tns:LoggableBase" />
</xs:schema>