meta/priv/opennebula/5.12/xsd-src/acl_pool.xsd

23 lines
937 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
targetNamespace="http://opennebula.org/XMLSchema" xmlns="http://opennebula.org/XMLSchema">
<xs:element name="ACL_POOL">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element name="ACL" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" type="xs:integer"/>
<xs:element name="USER" type="xs:string"/>
<xs:element name="RESOURCE" type="xs:string"/>
<xs:element name="RIGHTS" type="xs:string"/>
<xs:element name="ZONE" type="xs:string"/>
<xs:element name="STRING" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>