Skip to content

Commit

Permalink
[App/XmlIO] Add/update mesh in PV/BCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jul 9, 2018
1 parent 77c1e42 commit c5c2bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Applications/FileIO/XmlIO/OpenGeoSysProject.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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">
Expand Down

0 comments on commit c5c2bc1

Please sign in to comment.