]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.xml.sax.ontology/graph/XML.pgraph
Initial support for XML export (order of Elements is not kept)
[simantics/interop.git] / org.simantics.xml.sax.ontology / graph / XML.pgraph
index 000f2926435380fd6b944a10a00f90ffb9612556..b0526a2ff0d6e74557c1ec1d50a0709b3a990f5a 100644 (file)
@@ -6,14 +6,14 @@ XML = <http://www.simantics.org/XML-1.0> : L0.Ontology
 \r
 \r
 // Built-in types\r
-\r
+XML.Entity <T L0.Entity\r
 XML.hasAttribute <R L0.HasProperty\r
 XML.hasID <R XML.hasAttribute : L0.FunctionalRelation\r
   --> L0.String\r
-XML.ComplexType <T L0.Entity\r
+XML.ComplexType <T XML.Entity\r
 XML.hasComplexType <R L0.IsComposedOf\r
-XML.AttributeGroup  <T L0.Entity\r
-XML.Element <T L0.Entity\r
+XML.AttributeGroup  <T XML.Entity\r
+XML.Element <T XML.Entity\r
 XML.hasElement <R L0.IsComposedOf\r
 XML.ElementList <T L0.List\r
 XML.hasElementList <R L0.IsComposedOf\r