diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-08-15 14:53:18 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-08-15 14:56:58 -0400 |
commit | a6b6871ecbc700229969f350b869bd19e785129d (patch) | |
tree | f694f842f448d9faf6209c0b4bcbb4362f2d7130 /schemas/services.xsd | |
parent | be1fd87aa8a3d2900483326b93f4a2800ec716fc (diff) | |
download | bcfg2-a6b6871ecbc700229969f350b869bd19e785129d.tar.gz bcfg2-a6b6871ecbc700229969f350b869bd19e785129d.tar.bz2 bcfg2-a6b6871ecbc700229969f350b869bd19e785129d.zip |
Removed deprecated plugins BB, Svcmgr, SGenshi
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> |