nova/nova/api/openstack/compute/schemas/v1.1/servers.rng

24 lines
670 B
Plaintext

<element name="servers" xmlns="http://relaxng.org/ns/structure/1.0"
ns="http://docs.openstack.org/compute/api/v1.1">
<choice>
<zeroOrMore>
<externalRef href="server.rng"/>
</zeroOrMore>
<group>
<!-- servers index -->
<zeroOrMore>
<element name="server">
<attribute name="name"> <text/> </attribute>
<attribute name="id"> <text/> </attribute>
<zeroOrMore>
<externalRef href="../atom-link.rng"/>
</zeroOrMore>
</element>
</zeroOrMore>
<zeroOrMore>
<externalRef href="../atom-link.rng"/>
</zeroOrMore>
</group>
</choice>
</element>