~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to docs/schemas/domain.rng

Tags: upstream-0.6.4
Import upstream version 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
      </attribute>
185
185
      <attribute name="machine">
186
186
        <choice>
187
 
          <value>g3bw</value>
 
187
          <value>g3beige</value>
188
188
          <value>mac99</value>
189
189
          <value>prep</value>
190
190
        </choice>
586
586
            <ref name="interface-options"/>
587
587
          </interleave>
588
588
        </group>
 
589
        <group>
 
590
          <attribute name="type">
 
591
            <value>internal</value>
 
592
          </attribute>
 
593
          <interleave>
 
594
            <element name="source">
 
595
              <attribute name="name">
 
596
                <ref name="deviceName"/>
 
597
              </attribute>
 
598
              <empty/>
 
599
            </element>
 
600
            <ref name="interface-options"/>
 
601
          </interleave>
 
602
        </group>
589
603
      </choice>
590
604
    </element>
591
605
  </define>
711
725
            </attribute>
712
726
          </optional>
713
727
        </group>
 
728
        <group>
 
729
          <attribute name="type">
 
730
            <value>rdp</value>
 
731
          </attribute>
 
732
          <optional>
 
733
            <attribute name="port">
 
734
              <ref name="PortNumber"/>
 
735
            </attribute>
 
736
          </optional>
 
737
          <optional>
 
738
            <attribute name="autoport">
 
739
              <choice>
 
740
                <value>yes</value>
 
741
                <value>no</value>
 
742
              </choice>
 
743
            </attribute>
 
744
          </optional>
 
745
          <optional>
 
746
            <attribute name="replaceUser">
 
747
              <choice>
 
748
                <value>yes</value>
 
749
                <value>no</value>
 
750
              </choice>
 
751
            </attribute>
 
752
          </optional>
 
753
          <optional>
 
754
            <attribute name="multiUser">
 
755
              <choice>
 
756
                <value>yes</value>
 
757
                <value>no</value>
 
758
              </choice>
 
759
            </attribute>
 
760
          </optional>
 
761
          <optional>
 
762
            <attribute name="listen">
 
763
              <ref name="addrIP"/>
 
764
            </attribute>
 
765
          </optional>
 
766
        </group>
 
767
        <group>
 
768
          <attribute name="type">
 
769
            <value>desktop</value>
 
770
          </attribute>
 
771
          <optional>
 
772
            <attribute name="display">
 
773
              <text/>
 
774
            </attribute>
 
775
          </optional>
 
776
          <optional>
 
777
            <attribute name="fullscreen">
 
778
              <choice>
 
779
                <value>yes</value>
 
780
                <value>no</value>
 
781
              </choice>
 
782
            </attribute>
 
783
          </optional>
 
784
        </group>
714
785
      </choice>
715
786
    </element>
716
787
  </define>