| #1 | XML Schema[send us your comment on this CR] |
| #2 | Packages[send us your comment on this CR] |
| #3 | Hierarchical graphs (graph valued attributes) and Schemadiscussion[send us your comment on this CR] |
| DTD | Instance |
|
|
| DTD | Instance |
|
|
| DTD | Instance |
|
|

| #4 | Free Type attributes[send us your comment on this CR] |
| #5 | Structs[send us your comment on this CR] |
Example:
attr_group = { int_attr = 1, float_attr = 1.0 }
GXL 1.0:
< attr name="attr_group" >
< attr name="int_attr" > < int > 1 < /int > < /attr >
< attr name="float_attr" > < float > 1.0 < /float > < /attr >
< !-- Value -- >
< /attr >
| #6 | Namespace[send us your comment on this CR] |
| #7 | Public Identifier[send us your comment on this CR] |
-//GXL//DTD GXL V1.0//EN .
| #8 | Header[send us your comment on this CR] |
< !ELEMENT header (attr*) >
< !ATTLIST header
GXLVersion CDATA #IMPLIED
generatorTool CDATA #IMPLIED
>
| #9 | attribute kinds[send us your comment on this CR] |
< !ELEMENT gxl (graph* %gxl-extension;) >
< !ATTLIST gxl
xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
attrValidity (valid | unknown) #REQUIRED
%gxl-attr-extension;
>
| #10 | XLink values[send us your comment on this CR] |
currently:
< type xlink:href="filename#target"/ >
new:
graph: < type xlink:href="filename"/ >
other: < type xlink:href="target"/ >
| #11 | schema-setled instance[send us your comment on this CR] |
| #12 | attributes of attributes[send us your comment on this CR] |
| #13 | explicit elementorder[send us your comment on this CR] |
| #14 | contains-constraint[send us your comment on this CR] |
| #15 | partial graphs[send us your comment on this CR] |
< !ELEMENT edge (type?, attr*, graph* %edge-extension;) >
< !ATTLIST edge
id ID #IMPLIED
from IDREF #IMPLIED
to IDREF #IMPLIED
fromorder CDATA #IMPLIED
toorder CDATA #IMPLIED
isdirected ( true | false ) #IMPLIED
%edge-attr-extension;
>
| #15 | implicit nodes[send us your comment on this CR] |
| #16 | Multiplicities in Metaschema[send us your comment on this CR] |
| #17 | zero or nothing and infinity[send us your comment on this CR] |
| #18 | common classes[send us your comment on this CR] |