summaryrefslogtreecommitdiffstats
path: root/schemas/services.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-08-29 17:30:59 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-08-29 17:30:59 +0000
commit6fc4a93e3690e27a8c2155fce6b05ad73ec5f578 (patch)
treed6a329e78a3252b5acbbaa30756a8244b02d6561 /schemas/services.xsd
parentaa692a1437725d875a9b409eeafedb5627c3cdaa (diff)
downloadbcfg2-6fc4a93e3690e27a8c2155fce6b05ad73ec5f578.tar.gz
bcfg2-6fc4a93e3690e27a8c2155fce6b05ad73ec5f578.tar.bz2
bcfg2-6fc4a93e3690e27a8c2155fce6b05ad73ec5f578.zip
Add FMRI to the service schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2137 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/services.xsd')
-rw-r--r--schemas/services.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index d0a19fb1e..74c9e377d 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -22,6 +22,7 @@
<xsd:attribute name='port' type='xsd:string'/>
<xsd:attribute name='protocol' type='xsd:string'/>
<xsd:attribute name='reload' type='xsd:string'/>
+ <xsd:attribute name='FMRI' type='xsd:string'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>