Last change
on this file since 98103 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
408 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
3 | <xsd:element name= "contact" type="ContactType"/>
|
---|
4 | <xsd:complexType name="ContactType">
|
---|
5 | <xsd:choice minOccurs="1" maxOccurs="2">
|
---|
6 | <xsd:element name="customer" type="xsd:string" />
|
---|
7 | <xsd:element name="comment" type="xsd:string" minOccurs="0"/>
|
---|
8 | </xsd:choice>
|
---|
9 | </xsd:complexType>
|
---|
10 | </xsd:schema>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.