summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/schemas/v3/flavor.rng
blob: 4b6b74001fcbb7c78f6d4bc1d8a23b72b499b621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<element name="flavor" ns="http://docs.openstack.org/compute/api/v1.1"
    xmlns="http://relaxng.org/ns/structure/1.0">
  <attribute name="name">      <text/> </attribute>
  <attribute name="id">      <text/> </attribute>
  <attribute name="ram"> <text/> </attribute>
  <attribute name="disk">   <text/> </attribute>
  <attribute name="vcpus">   <text/> </attribute>
  <attribute name="swap">   <text/> </attribute>
  <zeroOrMore>
    <externalRef href="../atom-link.rng"/>
  </zeroOrMore>
</element>