Refactor Argeo APIs
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / entity.xsd
diff --git a/org.argeo.app.api/src/org/argeo/app/api/entity.xsd b/org.argeo.app.api/src/org/argeo/app/api/entity.xsd
deleted file mode 100644 (file)
index a2fbfcd..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-       elementFormDefault="qualified" attributeFormDefault="unqualified"
-       targetNamespace="http://www.argeo.org/ns/entity"
-       xmlns:entity="http://www.argeo.org/ns/entity">
-
-       <xs:attribute name="date" type="xs:date" />
-
-       <xs:element name="local">
-               <xs:complexType>
-                       <xs:sequence>
-                               <xs:any minOccurs="0" maxOccurs="unbounded"
-                                       namespace="##local" processContents="lax" />
-                       </xs:sequence>
-                       <xs:anyAttribute namespace="##any"
-                               processContents="lax" />
-               </xs:complexType>
-       </xs:element>
-
-       <xs:element name="terms">
-               <xs:complexType>
-                       <xs:sequence minOccurs="0" maxOccurs="unbounded">
-                               <xs:element ref="entity:term"></xs:element>
-                       </xs:sequence>
-               </xs:complexType>
-       </xs:element>
-
-       <xs:element name="term">
-               <xs:complexType>
-                       <xs:sequence minOccurs="0" maxOccurs="unbounded">
-                               <xs:element ref="entity:term"></xs:element>
-                       </xs:sequence>
-                       <xs:anyAttribute namespace="##any"
-                               processContents="lax" />
-               </xs:complexType>
-       </xs:element>
-</xs:schema>
\ No newline at end of file