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

12 lines
351 B
Plaintext

<element name="versions" xmlns="http://relaxng.org/ns/structure/1.0"
ns="http://docs.openstack.org/common/api/v1.0">
<oneOrMore>
<element name="version">
<attribute name="id"/>
<attribute name="status"/>
<attribute name="updated"/>
<externalRef href="../atom-link.rng"/>
</element>
</oneOrMore>
</element>