Introduce entity XSD
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 19 Aug 2022 11:18:44 +0000 (13:18 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 19 Aug 2022 11:18:44 +0000 (13:18 +0200)
org.argeo.app.api/src/org/argeo/app/api/entity.xsd [new file with mode: 0644]

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