diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-06-29 18:11:39 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-06-29 18:11:39 +0000 |
commit | 6609cd931ed119eb512064acd5a15f04e33c5324 (patch) | |
tree | a52a2872045d462f7c6105094ef90a69746e7c9c /schemas/atom.xsd | |
parent | 4199fbceacf0afdec6cd005f378467483346195c (diff) | |
download | bcfg2-6609cd931ed119eb512064acd5a15f04e33c5324.tar.gz bcfg2-6609cd931ed119eb512064acd5a15f04e33c5324.tar.bz2 bcfg2-6609cd931ed119eb512064acd5a15f04e33c5324.zip |
setup PostInstall type
(Logical change 1.244)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1018 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/atom.xsd')
-rw-r--r-- | schemas/atom.xsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/atom.xsd b/schemas/atom.xsd index 565528bb5..8b5440fcf 100644 --- a/schemas/atom.xsd +++ b/schemas/atom.xsd @@ -36,4 +36,8 @@ <xsd:attribute type='xsd:string' name='perms' use='required'/> </xsd:complexType> + <xsd:complexType name='PostInstallType'> + <xsd:attribute type='xsd:string' name='name' use='required'/> + </xsd:complexType> + </xsd:schema>
\ No newline at end of file |