configurationengine/source/cone/validation/implml_xsd/default-impl-schema-template.xsd
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/validation/implml_xsd/default-impl-schema-template.xsd	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This is an automatically generated default XML schema file -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           targetNamespace="{{entry.namespace}}"
+           elementFormDefault="qualified">
+    
+    <xs:element name="{{entry.root_elem_name}}">
+        <xs:complexType>
+            <xs:choice minOccurs="0" maxOccurs="unbounded">
+                <xs:any processContents="skip"/>
+            </xs:choice>
+            <xs:anyAttribute processContents="skip"/>
+        </xs:complexType>
+    </xs:element>
+</xs:schema>
\ No newline at end of file