Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Özgür Ozan Sen
ogs
Commits
9788efe1
Commit
9788efe1
authored
8 years ago
by
Norihiro Watanabe
Browse files
Options
Downloads
Patches
Plain Diff
remove the trailing whitespace in the xsd files
parent
355a870b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
FileIO/OpenGeoSysCND.xsd
+6
-6
6 additions, 6 deletions
FileIO/OpenGeoSysCND.xsd
FileIO/OpenGeoSysNum.xsd
+5
-5
5 additions, 5 deletions
FileIO/OpenGeoSysNum.xsd
FileIO/OpenGeoSysProject.xsd
+7
-7
7 additions, 7 deletions
FileIO/OpenGeoSysProject.xsd
with
18 additions
and
18 deletions
FileIO/OpenGeoSysCND.xsd
+
6
−
6
View file @
9788efe1
...
...
@@ -43,8 +43,8 @@
</xs:sequence>
<xs:attribute
name=
"geometry"
type=
"xs:string"
use=
"required"
/>
</xs:complexType>
<!-- definition of "extCondType" as an extension of "CondType" -->
<xs:complexType
name=
"extCondType"
>
<xs:complexContent>
...
...
@@ -56,7 +56,7 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- definition of file content -->
<xs:element
name=
"OpenGeoSysCond"
>
...
...
@@ -72,7 +72,7 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- definition of boundary conditions -->
<xs:element
name=
"BoundaryConditions"
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:complexType>
...
...
@@ -90,9 +90,9 @@
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
This diff is collapsed.
Click to expand it.
FileIO/OpenGeoSysNum.xsd
+
5
−
5
View file @
9788efe1
...
...
@@ -8,7 +8,7 @@
<xs:enumeration
value=
"PETSc"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"NonLinearType"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"Newton"
/>
...
...
@@ -35,7 +35,7 @@
<xs:attribute
name=
"Library"
type=
"LibraryType"
use=
"required"
/>
</xs:complexType>
</xs:element>
<!-- definition of temporal discretization -->
<xs:element
name=
"IterationScheme"
maxOccurs=
"1"
>
<xs:complexType>
...
...
@@ -46,7 +46,7 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- definition of convergence criteria -->
<xs:element
name=
"Convergence"
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:complexType>
...
...
@@ -57,9 +57,9 @@
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
This diff is collapsed.
Click to expand it.
FileIO/OpenGeoSysProject.xsd
+
7
−
7
View file @
9788efe1
...
...
@@ -2,7 +2,7 @@
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<!-- OpenGeoSysProject schema; initial implementation: Karsten Rink, 2010-08-20 -->
<!-- object containing just a source file definition -->
<xs:complexType
name=
"projectElement"
>
<xs:sequence>
...
...
@@ -20,7 +20,7 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- msh-object with optional geometry- and texture-reference -->
<xs:complexType
name=
"mshElement"
>
<xs:complexContent>
...
...
@@ -32,9 +32,9 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<!-- definition of file content -->
<!-- definition of file content -->
<xs:element
name=
"OpenGeoSysProject"
>
<xs:complexType>
<xs:sequence>
...
...
@@ -52,7 +52,7 @@
<xs:element
name=
"fct"
type=
"projectElement"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"stn"
type=
"projectElement"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:complexType>
</xs:element>
</xs:schema>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment