Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
267c4acb
Commit
267c4acb
authored
Oct 03, 2008
by
Jerry Clarke
Browse files
no more Information elements in DataItem
parent
11598e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsrc/Xdmf.dtd
View file @
267c4acb
...
...
@@ -40,7 +40,7 @@
GeometryType (XYZ | XY | X_Y_Z | VXVYVZ | ORIGIN_DXDYDZ) "XYZ"
>
<!--Lowest level element, describes the data that is present in the XDMF dataset-->
<!ELEMENT DataItem (#PCDATA
, Information*,
DataItem*)>
<!ELEMENT DataItem (#PCDATA
|
DataItem*)>
<!ATTLIST DataItem
Name CDATA #REQUIRED
ItemType (Uniform | Collection | Tree | HyperSlab | Coordinates | Function) "Uniform"
...
...
@@ -57,7 +57,7 @@
AttributeType (Scalar | Vector | Tensor | Tensor6 | Matrix) "Scalar"
>
<!-- Application Dependent -->
<!ELEMENT Information (#PCDATA
,
Information*)>
<!ELEMENT Information (#PCDATA
|
Information*
| EMPTY
)>
<!ATTLIST Information
Name CDATA #IMPLIED
Value CDATA #IMPLIED
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment