diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-02-24 16:37:38 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-02-24 16:37:38 +0000 |
commit | 06f8b3680e31b27ba9790d432e7a9969faab9130 (patch) | |
tree | fd56b57f0e7bbd6a0fc7d7fff4c363156587f9a2 | |
parent | d55269895f954f5e0d245516a0eb8eb24b1df724 (diff) | |
download | bcfg2-06f8b3680e31b27ba9790d432e7a9969faab9130.tar.gz bcfg2-06f8b3680e31b27ba9790d432e7a9969faab9130.tar.bz2 bcfg2-06f8b3680e31b27ba9790d432e7a9969faab9130.zip |
fix host within group validation
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1765 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | schemas/services.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd index 286c925aa..f7524ec4d 100644 --- a/schemas/services.xsd +++ b/schemas/services.xsd @@ -27,6 +27,8 @@ <xsd:complexType name='ContainerType'> <xsd:choice minOccurs='0' maxOccurs='unbounded'> <xsd:element name='Service' type='ServiceType'/> + <xsd:element name='Group' type='ContainerType'/> + <xsd:element name='Host' type='ContainerType'/> </xsd:choice> <xsd:attribute name='name' type='xsd:string'/> </xsd:complexType> |