Last change
on this file since 98321 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
406 bytes
|
Line | |
---|
1 | <element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://www.example.com/annotation">
|
---|
2 | <zeroOrMore>
|
---|
3 | <element name="card">
|
---|
4 | <a:documentation>Information about a single email address.</a:documentation>
|
---|
5 | <element name="name">
|
---|
6 | <text/>
|
---|
7 | </element>
|
---|
8 | <element name="email">
|
---|
9 | <text/>
|
---|
10 | </element>
|
---|
11 | </element>
|
---|
12 | </zeroOrMore>
|
---|
13 | </element>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.