Skip to content

Commit

Permalink
[App/IO] Add meshes/mesh to OGSProject.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jul 5, 2018
1 parent bccff4b commit ff20ab1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Applications/FileIO/XmlIO/OpenGeoSysProject.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@
</xs:complexType>
</xs:element>
<xs:element name="geometry" type="xs:string" minOccurs="0"/>
<xs:element name="meshes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="mesh" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="axially_symmetric" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="processes" minOccurs="0"/> <!--ignore-->
<xs:element name="time_loop" minOccurs="0"/> <!--ignore-->
<xs:element name="parameters" minOccurs="0">
Expand Down
15 changes: 15 additions & 0 deletions web/static/images/xsd/OpenGeoSysProject.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@
</xs:complexType>
</xs:element>
<xs:element name="geometry" type="xs:string" minOccurs="0"/>
<xs:element name="meshes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="mesh" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="axially_symmetric" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="processes" minOccurs="0"/> <!--ignore-->
<xs:element name="time_loop" minOccurs="0"/> <!--ignore-->
<xs:element name="parameters" minOccurs="0">
Expand Down

0 comments on commit ff20ab1

Please sign in to comment.