diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2010-10-18 11:43:37 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-11-02 20:35:18 -0500 |
commit | 5227542b233cb445f9c242687f53a3578c0dbc47 (patch) | |
tree | 4cd57f142357a6b1ad56efcdf77c781afa1af47b /schemas | |
parent | 966aa56675a92a7bb3a7f09daded03069ee4c1e8 (diff) | |
download | bcfg2-5227542b233cb445f9c242687f53a3578c0dbc47.tar.gz bcfg2-5227542b233cb445f9c242687f53a3578c0dbc47.tar.bz2 bcfg2-5227542b233cb445f9c242687f53a3578c0dbc47.zip |
POSIX: Remove client-side support for old POSIX types
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/rules.xsd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd index 207eb65e5..80036834a 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -54,14 +54,6 @@ <xsd:attribute name='verify_flags' type='xsd:string'/> </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:attribute type='xsd:string' name='prune'/> - </xsd:complexType> - <xsd:complexType name='ActionType'> <xsd:attribute type='ActionTimingEnum' name='timing' use='required'/> <xsd:attribute type='ActionWhenEnum' name='when' use='required'/> @@ -70,11 +62,6 @@ <xsd:attribute type='xsd:string' name='command' use='required'/> </xsd:complexType> - <xsd:complexType name='SymLinkType'> - <xsd:attribute type='xsd:string' name='name' use='required'/> - <xsd:attribute type='xsd:string' name='to' use='required'/> - </xsd:complexType> - <xsd:complexType name='PathType'> <xsd:attribute type='PathTypeEnum' name='type' use='required'/> <xsd:attribute type='xsd:string' name='name' use='required'/> @@ -89,21 +76,11 @@ <xsd:attribute type='xsd:string' name='to'/> </xsd:complexType> - <xsd:complexType name='PermissionsType'> - <xsd:attribute type='xsd:string' name='name' use='required'/> - <xsd:attribute type='xsd:string' name='perms' use='required'/> - <xsd:attribute type='xsd:string' name='owner' use='required'/> - <xsd:attribute type='xsd:string' name='group' use='required'/> - </xsd:complexType> - <xsd:complexType name='RContainerType'> <xsd:choice minOccurs='0' maxOccurs='unbounded'> <xsd:element name='Service' type='ServiceType'/> - <xsd:element name='Directory' type='DirectoryType'/> - <xsd:element name='SymLink' type='SymLinkType'/> <xsd:element name='Package' type='PackageType'/> <xsd:element name='Path' type='PathType'/> - <xsd:element name='Permissions' type='PermissionsType'/> <xsd:element name='Action' type='ActionType'/> <xsd:element name='Group' type='RContainerType'/> <xsd:element name='Client' type='RContainerType'/> @@ -117,11 +94,8 @@ <xsd:complexType> <xsd:choice minOccurs='0' maxOccurs='unbounded'> <xsd:element name='Service' type='ServiceType'/> - <xsd:element name='Directory' type='DirectoryType'/> - <xsd:element name='SymLink' type='SymLinkType'/> <xsd:element name='Package' type='PackageType'/> <xsd:element name='Path' type='PathType'/> - <xsd:element name='Permissions' type='PermissionsType'/> <xsd:element name='Action' type='ActionType'/> <xsd:element name='Group' type='RContainerType'/> <xsd:element name='Client' type='RContainerType'/> |