Improve ACR usage
[gpl/argeo-suite.git] / org.argeo.app.core / src / org / argeo / app / core / schemas / entity.xsd
index e291137fbb6c52ab09c5b52fd6c8c921c7993982..a2fbfcd8f26e582f153b01880705ac60741bbb08 100644 (file)
                                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