diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-12-02 19:11:02 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-12-02 19:11:02 +0000 |
commit | ecb980cdfbb27489f04e2cc68f26ff811ee89d3d (patch) | |
tree | d7b168f8911d5374bf38fe63b45f1575c0592839 | |
parent | 9e053b0614ad0696c13d70a6abfe12f6965215b4 (diff) | |
download | bcfg2-ecb980cdfbb27489f04e2cc68f26ff811ee89d3d.tar.gz bcfg2-ecb980cdfbb27489f04e2cc68f26ff811ee89d3d.tar.bz2 bcfg2-ecb980cdfbb27489f04e2cc68f26ff811ee89d3d.zip |
switch to using atom.xsd
(Logical change 1.156)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@693 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | schemas/bundle.xsd | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 3088108db..a26e1bf62 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -7,29 +7,7 @@ </xsd:documentation> </xsd:annotation> - <xsd:complexType name='PackageType'> - <xsd:attribute type='xsd:string' name='name' use='required'/> - </xsd:complexType> - - <xsd:complexType name='ConfigFileType'> - <xsd:attribute type='xsd:string' name='name' use='required'/> - </xsd:complexType> - - <xsd:complexType name='ServiceType'> - <xsd:attribute type='xsd:string' name='name' use='required'/> - </xsd:complexType> - - <xsd:complexType name='DirectoryType'> - <xsd:attribute type='xsd:string' name='name' use='required'/> - <xsd:attribute type='xsd:string' name='perms'/> - <xsd:attribute type='xsd:string' name='owner'/> - <xsd:attribute type='xsd:string' name='group'/> - </xsd:complexType> - - <xsd:complexType name='SymLinkType'> - <xsd:attribute type='xsd:string' name='to'/> - <xsd:attribute type='xsd:string' name='name'/> - </xsd:complexType> + <xsd:include schemaLocation="atom.xsd"/> <xsd:complexType name='SystemType'> <xsd:choice minOccurs='0' maxOccurs='unbounded'> |