Skip to content

Commit

Permalink
revised 101_rnc2xsd.xslt to not strip white space, then reran the web…
Browse files Browse the repository at this point in the history
…2xsd.sh script and applied the stylesheet to the directory
  • Loading branch information
greenTara committed May 13, 2014
1 parent f3a10c7 commit 2e84c68
Show file tree
Hide file tree
Showing 11 changed files with 2,388 additions and 162 deletions.
549 changes: 548 additions & 1 deletion xsd/datalogplus_mid.xsd

Large diffs are not rendered by default.

549 changes: 548 additions & 1 deletion xsd/datalogplus_mid_normal.xsd

Large diffs are not rendered by default.

382 changes: 381 additions & 1 deletion xsd/datalogplus_min.xsd

Large diffs are not rendered by default.

382 changes: 381 additions & 1 deletion xsd/datalogplus_min_normal.xsd

Large diffs are not rendered by default.

19 changes: 5 additions & 14 deletions xsd/disdatalogplus_mid.xsd
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:spec="http://ruleml.org/spec"
elementFormDefault="qualified" targetNamespace="http://ruleml.org/spec">
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:spec="http://ruleml.org/spec" elementFormDefault="qualified" targetNamespace="http://ruleml.org/spec">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xs:element name="RuleML">
<xs:complexType>
Expand Down Expand Up @@ -215,16 +213,7 @@
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>
<xs:element name="Reify">
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" processContents="strict" namespace="##targetNamespace"/>
</xs:sequence>
<xs:attribute name="node" type="xs:anyURI"/>
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>
<xs:element name="Reify"><xs:complexType><xs:sequence><xs:any minOccurs="0" processContents="strict" namespace="##targetNamespace"/></xs:sequence><xs:attribute name="node" type="xs:anyURI"/><xs:attribute ref="xml:base"/><xs:attribute ref="xml:id"/></xs:complexType></xs:element>
<xs:element name="Ind">
<xs:complexType mixed="true">
<xs:attribute name="iri" type="xs:anyURI"/>
Expand Down Expand Up @@ -447,6 +436,8 @@
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>


<xs:group name="And_2">
<xs:sequence>
<xs:element name="And">
Expand Down Expand Up @@ -571,4 +562,4 @@
</xs:element>
</xs:sequence>
</xs:group>
</xs:schema>
</xs:schema>
19 changes: 5 additions & 14 deletions xsd/disdatalogplus_mid_normal.xsd
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:spec="http://ruleml.org/spec"
elementFormDefault="qualified" targetNamespace="http://ruleml.org/spec">
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:spec="http://ruleml.org/spec" elementFormDefault="qualified" targetNamespace="http://ruleml.org/spec">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xs:element name="RuleML">
<xs:complexType>
Expand Down Expand Up @@ -215,16 +213,7 @@
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>
<xs:element name="Reify">
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" processContents="strict" namespace="##targetNamespace"/>
</xs:sequence>
<xs:attribute name="node" type="xs:anyURI"/>
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>
<xs:element name="Reify"><xs:complexType><xs:sequence><xs:any minOccurs="0" processContents="strict" namespace="##targetNamespace"/></xs:sequence><xs:attribute name="node" type="xs:anyURI"/><xs:attribute ref="xml:base"/><xs:attribute ref="xml:id"/></xs:complexType></xs:element>
<xs:element name="Ind">
<xs:complexType mixed="true">
<xs:attribute name="iri" type="xs:anyURI"/>
Expand Down Expand Up @@ -447,6 +436,8 @@
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>


<xs:group name="And_2">
<xs:sequence>
<xs:element name="And">
Expand Down Expand Up @@ -571,4 +562,4 @@
</xs:element>
</xs:sequence>
</xs:group>
</xs:schema>
</xs:schema>
7 changes: 3 additions & 4 deletions xsd/disdatalogplus_min.xsd
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:spec="http://ruleml.org/spec"
elementFormDefault="qualified" targetNamespace="http://ruleml.org/spec">
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:spec="http://ruleml.org/spec" elementFormDefault="qualified" targetNamespace="http://ruleml.org/spec">
<xs:element name="RuleML">
<xs:complexType>
<xs:sequence>
Expand Down Expand Up @@ -305,6 +303,7 @@
<xs:attribute name="index" use="required" type="xs:positiveInteger"/>
</xs:complexType>
</xs:element>

<xs:group name="And_2">
<xs:sequence>
<xs:element name="And">
Expand Down Expand Up @@ -395,4 +394,4 @@
</xs:element>
</xs:sequence>
</xs:group>
</xs:schema>
</xs:schema>
398 changes: 397 additions & 1 deletion xsd/disdatalogplus_min_normal.xsd

Large diffs are not rendered by default.

0 comments on commit 2e84c68

Please sign in to comment.