diff options
Diffstat (limited to 'schemas/services.xsd')
-rw-r--r-- | schemas/services.xsd | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd deleted file mode 100644 index b91e851d2..000000000 --- a/schemas/services.xsd +++ /dev/null @@ -1,33 +0,0 @@ -<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en"> - - <xsd:annotation> - <xsd:documentation> - services schema for bcfg2 - Narayan Desai, Argonne National Laboratory - </xsd:documentation> - </xsd:annotation> - - <xsd:include schemaLocation="servicetype.xsd"/> - - <xsd:complexType name='ServiceContainerType'> - <xsd:choice minOccurs='0' maxOccurs='unbounded'> - <xsd:element name='Service' type='ServiceType'/> - <xsd:element name='Group' type='ServiceContainerType'/> - <xsd:element name='Client' type='ServiceContainerType'/> - </xsd:choice> - <xsd:attribute name='name' type='xsd:string'/> - <xsd:attribute name='negate' type='xsd:string'/> - </xsd:complexType> - - <xsd:element name='Services'> - <xsd:complexType> - <xsd:choice minOccurs='0' maxOccurs='unbounded'> - <xsd:element name='Service' type='ServiceType'/> - <xsd:element name='Group' type='ServiceContainerType'/> - <xsd:element name='Client' type='ServiceContainerType'/> - </xsd:choice> - <xsd:attribute name='priority' type='xsd:integer'/> - </xsd:complexType> - </xsd:element> - -</xsd:schema> |