]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.core/src/org/argeo/app/core/schemas/entity.xsd
Add cn to person entity
[gpl/argeo-suite.git] / org.argeo.app.core / src / org / argeo / app / core / schemas / entity.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 elementFormDefault="qualified" attributeFormDefault="unqualified"
4 targetNamespace="http://www.argeo.org/ns/entity"
5 xmlns:entity="http://www.argeo.org/ns/entity">
6
7 <xs:attribute name="date" type="xs:date" />
8
9 <xs:element name="local">
10 <xs:complexType>
11 <xs:sequence>
12 <xs:any minOccurs="0" maxOccurs="unbounded"
13 namespace="##local" processContents="lax" />
14 </xs:sequence>
15 <xs:anyAttribute namespace="##any"
16 processContents="lax" />
17 </xs:complexType>
18 </xs:element>
19
20 <xs:element name="terms">
21 <xs:complexType>
22 <xs:sequence minOccurs="0" maxOccurs="unbounded">
23 <xs:element ref="entity:term"></xs:element>
24 </xs:sequence>
25 </xs:complexType>
26 </xs:element>
27
28 <xs:element name="term">
29 <xs:complexType>
30 <xs:sequence minOccurs="0" maxOccurs="unbounded">
31 <xs:element ref="entity:term"></xs:element>
32 </xs:sequence>
33 <xs:anyAttribute namespace="##any"
34 processContents="lax" />
35 </xs:complexType>
36 </xs:element>
37 </xs:schema>