1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B #4076: Fixed XSD schema to include ACLs (#4077)

Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
This commit is contained in:
Kristian Feldsam 2020-01-10 15:53:14 +01:00 committed by Ruben S. Montero
parent 11b23c432b
commit 585c15dabe
2 changed files with 5 additions and 4 deletions

View File

@ -8,10 +8,10 @@
<xs:complexType>
<xs:sequence>
<xs:element name="ID" type="xs:integer"/>
<xs:element name="USER" type="xs:integer"/>
<xs:element name="RESOURCE" type="xs:integer"/>
<xs:element name="RIGHTS" type="xs:integer"/>
<xs:element name="ZONE" type="xs:integer"/>
<xs:element name="USER" type="xs:hexBinary"/>
<xs:element name="RESOURCE" type="xs:hexBinary"/>
<xs:element name="RIGHTS" type="xs:hexBinary"/>
<xs:element name="ZONE" type="xs:hexBinary"/>
<xs:element name="STRING" type="xs:string"/>
</xs:sequence>
</xs:complexType>

View File

@ -2,6 +2,7 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="http://opennebula.org/XMLSchema" xmlns="http://opennebula.org/XMLSchema">
<xs:include schemaLocation="acct.xsd"/>
<xs:include schemaLocation="acl_pool.xsd"/>
<xs:include schemaLocation="cluster_pool.xsd"/>
<xs:include schemaLocation="cluster.xsd"/>
<xs:include schemaLocation="datastore_pool.xsd"/>