WIP: cleanup, work on doc result form
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:complexType name="DBNull">
|
||||
<xs:sequence />
|
||||
</xs:complexType>
|
||||
<xs:element name="DBNull" nillable="true" type="tns:DBNull" />
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user