mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-10 01:17:40 +03:00
Update xsd files
This commit is contained in:
parent
ca0d45fa2e
commit
4873ee4284
@ -144,6 +144,8 @@
|
||||
BOOT_UNDEPLOY = 32
|
||||
-->
|
||||
<xs:element name="LCM_STATE" type="xs:integer"/>
|
||||
<xs:element name="PREV_STATE" type="xs:integer"/>
|
||||
<xs:element name="PREV_LCM_STATE" type="xs:integer"/>
|
||||
<xs:element name="RESCHED" type="xs:integer"/>
|
||||
<xs:element name="STIME" type="xs:integer"/>
|
||||
<xs:element name="ETIME" type="xs:integer"/>
|
||||
|
@ -49,6 +49,12 @@
|
||||
<xs:element name="TYPE" type="xs:string"/>
|
||||
<xs:element name="ULA_PREFIX" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="VLAN" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="MAC_END" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="IP_END" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="IP6_ULA" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="IP6_ULA_END" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="IP6_GLOBAL" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="IP6_GLOBAL_END" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="USED_LEASES" type="xs:string"/>
|
||||
<xs:element name="LEASES" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
|
Loading…
Reference in New Issue
Block a user