Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
GeoModelDev
GeoModel
Commits
e70e67ac
Commit
e70e67ac
authored
3 years ago
by
Vakhtang Tsulaia
Browse files
Options
Downloads
Patches
Plain Diff
Updated geomodel.dtd with the latest changes from the Athena repository
parent
fab0a93a
No related branches found
No related tags found
1 merge request
!90
Updated geomodel.dtd with the latest changes from the Athena repository
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GeoModelTools/GeoModelXML/GeoModelXml/data/geomodel.dtd
+14
-7
14 additions, 7 deletions
GeoModelTools/GeoModelXML/GeoModelXml/data/geomodel.dtd
with
14 additions
and
7 deletions
GeoModelTools/GeoModelXML/GeoModelXml/data/geomodel.dtd
+
14
−
7
View file @
e70e67ac
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<!ELEMENT addindex EMPTY>
<!ELEMENT addindex EMPTY>
<!ATTLIST addindex name ID #REQUIRED>
<!ATTLIST addindex name ID #REQUIRED>
<!ELEMENT shapes ((box|cons|generictrap|para|pcon|pgon|trap|tube|tubs|trd|intersection|subtraction|union)+)>
<!ELEMENT shapes ((box|cons|generictrap|para|pcon|pgon|trap|tube|tubs|trd|intersection|subtraction|union
|simplepolygonbrep
)+)>
<!-- All shapes allowed in GeoModel manual. Same name, parameters, parameter order, but always lower case -->
<!-- All shapes allowed in GeoModel manual. Same name, parameters, parameter order, but always lower case -->
<!ELEMENT box EMPTY>
<!ELEMENT box EMPTY>
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<!ATTLIST addplane zplane CDATA #REQUIRED
<!ATTLIST addplane zplane CDATA #REQUIRED
rminplane CDATA #REQUIRED
rminplane CDATA #REQUIRED
rmaxplane CDATA #REQUIRED>
rmaxplane CDATA #REQUIRED>
<!ATTLIST pcon name ID #REQUIRED
<!ATTLIST pcon name ID #REQUIRED
sphi CDATA #REQUIRED
sphi CDATA #REQUIRED
dphi CDATA #REQUIRED>
dphi CDATA #REQUIRED>
...
@@ -174,6 +174,12 @@
...
@@ -174,6 +174,12 @@
<!ELEMENT union (shaperef, (transformation|transformationref), shaperef)>
<!ELEMENT union (shaperef, (transformation|transformationref), shaperef)>
<!ATTLIST union name ID #REQUIRED>
<!ATTLIST union name ID #REQUIRED>
<!ELEMENT simplepolygonbrep EMPTY>
<!ATTLIST simplepolygonbrep name ID #REQUIRED
xpoints CDATA #REQUIRED
ypoints CDATA #REQUIRED
zhalflength CDATA #REQUIRED>
<!ELEMENT shaperef EMPTY>
<!ELEMENT shaperef EMPTY>
<!ATTLIST shaperef ref IDREF #REQUIRED>
<!ATTLIST shaperef ref IDREF #REQUIRED>
...
@@ -200,7 +206,7 @@
...
@@ -200,7 +206,7 @@
z CDATA "0.0">
z CDATA "0.0">
<!ATTLIST transformation name ID #REQUIRED>
<!ATTLIST transformation name ID #REQUIRED>
<!ATTLIST transformation alignable (true|false) "false">
<!ATTLIST transformation alignable (true|false) "false">
<!ELEMENT transformationref EMPTY>
<!ELEMENT transformationref EMPTY>
<!ATTLIST transformationref ref IDREF #REQUIRED>
<!ATTLIST transformationref ref IDREF #REQUIRED>
...
@@ -211,7 +217,8 @@
...
@@ -211,7 +217,8 @@
shape IDREF #REQUIRED
shape IDREF #REQUIRED
material IDREF #REQUIRED
material IDREF #REQUIRED
sensitive IDREF #IMPLIED
sensitive IDREF #IMPLIED
alignable (true|false) "false">
alignable (true|false) "false"
splitLevel CDATA #IMPLIED>
<!ELEMENT index EMPTY>
<!ELEMENT index EMPTY>
<!ATTLIST index ref IDREF #REQUIRED
<!ATTLIST index ref IDREF #REQUIRED
...
@@ -223,15 +230,15 @@
...
@@ -223,15 +230,15 @@
<!ELEMENT assembly (transform|logvol|logvolref|assembly|assemblyref|multicopy|replicaX|replicaY|replicaZ|replicaRPhi|replicaXYarrays|index)+>
<!ELEMENT assembly (transform|logvol|logvolref|assembly|assemblyref|multicopy|replicaX|replicaY|replicaZ|replicaRPhi|replicaXYarrays|index)+>
<!ATTLIST assembly name ID #REQUIRED
<!ATTLIST assembly name ID #REQUIRED
alignable (true|false) "false">
alignable (true|false) "false">
<!ELEMENT assemblyref EMPTY>
<!ELEMENT assemblyref EMPTY>
<!ATTLIST assemblyref ref IDREF #REQUIRED
<!ATTLIST assemblyref ref IDREF #REQUIRED
zeroid (true|false) "false">
zeroid (true|false) "false">
<!ELEMENT multicopy (transformation, (transform|logvolref|assemblyref))>
<!ELEMENT multicopy (transformation, (transform|logvolref|assemblyref))>
<!-- Removed logvol and assembly from multicopy content. There is no particular reason
<!-- Removed logvol and assembly from multicopy content. There is no particular reason
why they shouldn't be allowed there. But in practice one uses refs, and forbidding them simplifies coding
why they shouldn't be allowed there. But in practice one uses refs, and forbidding them simplifies coding
the index stuff. If you need them, put them back. Got rid of transformref; never used. -->
the index stuff. If you need them, put them back. Got rid of transformref; never used. -->
<!-- loopvar: Set to a vector variable name or omit; see manual -->
<!-- loopvar: Set to a vector variable name or omit; see manual -->
<!-- alignable: Value is the alignment level-number -->
<!-- alignable: Value is the alignment level-number -->
...
...
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