Skip to content

Commit

Permalink
fixing schemaLocation for xml namesapce in datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
greenTara committed Jul 2, 2014
1 parent 41b7ddc commit c7c1ba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datatypes/SimpleWithAttributes.xsd
@@ -1,8 +1,7 @@
<?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="http://www.w3.org/2001/03/xml.xsd"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://deliberation.ruleml.org/1.01/xsd/xml.xsd"/>
<xs:attributeGroup name="common">
<xs:attribute name="node" type="xs:anyURI"/>
<xs:attribute ref="xml:base"/>
Expand Down

0 comments on commit c7c1ba0

Please sign in to comment.