Commit 85725b1b authored by Boris Kocherov's avatar Boris Kocherov

remove incorrect xsd elements

parent 47134b6b
......@@ -20,8 +20,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</xsd:simpleType>
<xsd:complexType name="row">
<xsd:sequence>
<xsd:element name="PropertyName" sql:field="PropertyName" type="string"/>
<xsd:element minOccurs="0" name="PropertyDescription" sql:field="PropertyDescription" type="string"/>
<xsd:element name="DataSourceName" sql:field="DataSourceName" type="xs:string"/>
<xsd:element minOccurs="0" name="DataSourceDescription" sql:field="DataSourceDescription" type="string"/>
<xsd:element minOccurs="0" name="URL" sql:field="URL" type="string"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment