Updated schema

This commit is contained in:
sippeangelo
2015-11-25 18:04:11 +01:00
parent 55276c0bd2
commit ac05975fd5
6 changed files with 153 additions and 10 deletions
+4 -2
View File
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:c="components">
<xs:import schemaLocation="Components.xsd" namespace="components"/>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:c="components">
<xs:import schemaLocation="../Components.xsd" namespace="components"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../xml.xsd"/>
<xs:element name="Entity">
<xs:complexType>
@@ -23,6 +24,7 @@
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute ref="xml:base"/>
</xs:complexType>
</xs:element>
</xs:schema>