Commit 84999154 authored by Matthias Betz's avatar Matthias Betz
Browse files

update qualityAde.xsd

parent 0c63b6c5
Pipeline #1695 passed with stage
in 1 second
......@@ -155,7 +155,8 @@
<complexType name="EdgeList">
<sequence>
<element name="edge" type="qual:edgeType" maxOccurs="unbounded" />
<element name="edge" type="qual:edgeType"
maxOccurs="unbounded" />
</sequence>
</complexType>
......@@ -197,12 +198,18 @@
<complexType name="GE_S_MULTIPLE_CONNECTED_COMPONENTS">
<sequence>
<element name="geometryId" type="string" />
<element name="components" type="qual:componentsType"
<element name="components" type="qual:ComponentList" />
</sequence>
</complexType>
<complexType name="ComponentList">
<sequence>
<element name="component" type="qual:componentType"
maxOccurs="unbounded" />
</sequence>
</complexType>
<complexType name="componentsType">
<complexType name="componentType">
<sequence>
<element name="polygonId" type="string" maxOccurs="unbounded" />
</sequence>
......@@ -223,7 +230,7 @@
<complexType name="SEM_ATTRIBUTE_WRONG_VALUE">
<sequence>
<element name="childId" type="string" />
<element name="childId" type="string" minOccurs="0"/>
<element name="attributeName" type="string" />
<element name="generic" type="boolean" />
</sequence>
......@@ -231,7 +238,7 @@
<complexType name="SEM_ATTRIBUTE_MISSING">
<sequence>
<element name="childId" type="string" />
<element name="childId" type="string" minOccurs="0" />
<element name="attributeName" type="string" />
<element name="generic" type="boolean" />
</sequence>
......
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