Commit 0ea8ad1d authored by Mouadh Kaabachi's avatar Mouadh Kaabachi Committed by GitHub

Merge pull request #1 from bkocherov/master

remove incorrect xsd elements
parents 47134b6b 85725b1b
......@@ -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