diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-04-10 16:54:48 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-05-04 11:07:30 -0400 |
commit | 39350ff2e9a82aaba2d315f2a656e52f18ae0921 (patch) | |
tree | 22eb7b4890457e2343ca475d46d39d1a25b0e1de /schemas/bundle.xsd | |
parent | 592934c1f8e29fcfda53c90344c949f348ff94d4 (diff) | |
download | bcfg2-39350ff2e9a82aaba2d315f2a656e52f18ae0921.tar.gz bcfg2-39350ff2e9a82aaba2d315f2a656e52f18ae0921.tar.bz2 bcfg2-39350ff2e9a82aaba2d315f2a656e52f18ae0921.zip |
add xml:base attr to all tags that can be xincluded
Diffstat (limited to 'schemas/bundle.xsd')
-rw-r--r-- | schemas/bundle.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 1e67e1f3a..4e034ee3c 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -1,6 +1,6 @@ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:py="http://genshi.edgewall.org/" xml:lang="en"> - + <xsd:annotation> <xsd:documentation> bundle schema for bcfg2 @@ -237,6 +237,7 @@ <xsd:attribute type='xsd:string' name='origin'/> <xsd:attribute type='xsd:string' name='revision'/> <xsd:attributeGroup ref="py:genshiAttrs"/> + <xsd:attribute ref="xml:base"/> </xsd:complexType> <xsd:element name='Bundle' type='BundleType'> |