Skip to content
Snippets Groups Projects
Commit 93a6f93b authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[App/XmlIO] Add/update mesh in PV/BCs.

parent 0679de7a
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@
<xs:element name="geometrical_set" type="xs:string" minOccurs="0" />
<xs:element name="geometry" type="xs:string" minOccurs="0" />
<xs:element name="type" type="xs:string" />
<xs:element name="field_name" type="xs:string" minOccurs="0" />
<xs:element name="mesh" type="xs:string" minOccurs="0" />
<xs:element name="field_name" type="xs:string" minOccurs="0" />
<xs:element name="parameter" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
......@@ -60,6 +60,7 @@
<xs:complexType name="pvariableType">
<xs:sequence>
<xs:element ref="name"/>
<xs:element name="mesh" type="xs:string" minOccurs="0"/>
<xs:element name="components" minOccurs="1" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
......
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