Introduce entity XSD
[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
new file mode 100644 (file)
index 0000000..8c8f3eb
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+       xmlns:entity="http://www.argeo.org/ns/entity"
+       targetNamespace="http://www.argeo.org/ns/entity">
+
+       <xs:attribute name="date" type="xs:date" />
+</xs:schema>
\ No newline at end of file