diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-09-25 14:58:51 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-09-25 14:58:51 +0000 |
commit | 16be5d99e87e106979cf0ba4b3cb78a91cf5cfa0 (patch) | |
tree | 377d09f475d5a59ab1d63a6c5431ea6fa9510740 /schemas | |
parent | 3739583c4da9c7fe3b6d0232842c889f58ac3d08 (diff) | |
download | bcfg2-16be5d99e87e106979cf0ba4b3cb78a91cf5cfa0.tar.gz bcfg2-16be5d99e87e106979cf0ba4b3cb78a91cf5cfa0.tar.bz2 bcfg2-16be5d99e87e106979cf0ba4b3cb78a91cf5cfa0.zip |
Schema: Add restart attribute to the servicetype schema
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5463 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/servicetype.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd index d27467335..99baf5963 100644 --- a/schemas/servicetype.xsd +++ b/schemas/servicetype.xsd @@ -25,6 +25,7 @@ <xsd:attribute name='mode' type='xsd:string'/> <xsd:attribute name='custom' type='xsd:string'/> <xsd:attribute name='FMRI' type='xsd:string'/> + <xsd:attribute name='restart' type='xsd:string'/> <xsd:attribute name='supervised' type='xsd:string'/> <xsd:attribute name='sequence' type='xsd:string'/> </xsd:complexType> |