~raxnetworking/nova/bare_bones_melange

« back to all changes in this revision

Viewing changes to nova/api/openstack/schemas/v1.1/server.rng

  • Committer: Rajaram Mallya
  • Date: 2011-09-14 11:46:48 UTC
  • mfrom: (1265.2.302 nova)
  • Revision ID: rajarammallya@gmail.com-20110914114648-a12n6zr1uctd3wxu
Merged from nova trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  <optional>
18
18
    <attribute name="adminPass">   <text/> </attribute>
19
19
  </optional>
20
 
  <zeroOrMore>
21
 
    <externalRef href="../atom-link.rng"/>
22
 
  </zeroOrMore>
23
20
  <element name="image">
24
21
    <attribute name="id"> <text/> </attribute>
25
22
    <externalRef href="../atom-link.rng"/>
49
46
      </element>
50
47
    </zeroOrMore>
51
48
  </element>
 
49
  <zeroOrMore>
 
50
    <externalRef href="../atom-link.rng"/>
 
51
  </zeroOrMore>
52
52
</element>