mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
This commit is contained in:
parent
11b23c432b
commit
585c15dabe
@ -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>
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user