summaryrefslogtreecommitdiffstats
path: root/schemas/translation.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/translation.xsd')
-rw-r--r--schemas/translation.xsd33
1 files changed, 0 insertions, 33 deletions
diff --git a/schemas/translation.xsd b/schemas/translation.xsd
deleted file mode 100644
index 1c7f8c92d..000000000
--- a/schemas/translation.xsd
+++ /dev/null
@@ -1,33 +0,0 @@
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en">
-
- <xsd:annotation>
- <xsd:documentation>
- translation image info schema for bcfg2
- Narayan Desai, Argonne National Laboratory
- $Id$
- </xsd:documentation>
- </xsd:annotation>
-
- <xsd:complexType name='SystemType'>
- <xsd:choice minOccurs='1' maxOccurs='unbounded'>
- <xsd:element name='Image'>
- <xsd:complexType>
- <xsd:attribute name='name' type='xsd:string'
- use='required'/>
- </xsd:complexType>
- </xsd:element>
- </xsd:choice>
- <xsd:attribute name='name' type='xsd:string' use='required'/>
- <xsd:attribute name='package' type='xsd:string' use='required'/>
- <xsd:attribute name='service' type='xsd:string' use='required'/>
- </xsd:complexType>
-
- <xsd:element name='SystemSet'>
- <xsd:complexType>
- <xsd:choice minOccurs='0' maxOccurs='unbounded'>
- <xsd:element name='System' type='SystemType'/>
- </xsd:choice>
- </xsd:complexType>
- </xsd:element>
-
-</xsd:schema>