VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/relaxng/choice0.rng@ 97823

最後變更 在這個檔案從97823是 95312,由 vboxsync 提交於 3 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

檔案大小: 492 位元組
 
1<?xml version="1.0"?>
2<element xmlns="http://relaxng.org/ns/structure/1.0" name="device">
3 <choice>
4 <group>
5 <attribute name="link">
6 <value>ethernet</value>
7 </attribute>
8 <optional>
9 <element name="ethernet-element">
10 <text/>
11 </element>
12 </optional>
13 </group>
14 <group>
15 <attribute name="link">
16 <value>serial</value>
17 </attribute>
18 <optional>
19 <element name="serial-element">
20 <text/>
21 </element>
22 </optional>
23 </group>
24 </choice>
25</element>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette