1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00

B #-: Fix ZONE occurs in ZONE_POOL xsd (#1329)

This commit is contained in:
Jan Orel 2021-06-24 10:14:27 +02:00 committed by GitHub
parent 3b4842df8c
commit ae83314e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +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:element name="ZONE_POOL">
<xs:element name="ZONE">
<xs:element name="ZONE" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="ID" type="xs:integer"/>