Skip to content
Snippets Groups Projects
Commit 16eb9263 authored by Rene Redler's avatar Rene Redler Committed by Moritz Hanke
Browse files

support for "empty" components that do not participate in the coupling

In this case the GUI writes an empty transient_grid_refs element.
parent fd96098d
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@
<xs:complexType>
<xs:sequence>
<xs:element name="transient_grid_ref" type="transient_grid_ref_type"
minOccurs="1" maxOccurs="unbounded" />
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment