blob: 0b5231b40d160aa464deddf70f6918636ebffde5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0"?>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
<annotation>
<documentation>
Network configurator XML format for the ximian-setup-tool backends.
Copyright (C) 2001 Ximian, Inc.
Authors: Arturo Espinosa [arturo@ximian.com]
This is intended mainly as a means for documentation, not validation,
but I hope to be able to validate the XML we get and return to
backends with these files some day.
</documentation>
</annotation>
<!-- Include file with useful types and stuff -->
<include schemaLocation="gst.xsd"/>
<!-- Include the network-specific types. -->
<include schemaLocation="networktypes.xsd"/>
<element type="networkType" name="network"/>
<!-- The fun stuff is in networktypes.xsd -->
</schema>
|