summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-13 14:14:23 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-13 14:14:23 +0000
commit46884b769d269be2ba167d92b42f3ce3da4d582f (patch)
treed7f4476597e54de332b3932373265081045c7a87 /schemas
parentd90a8f0ccfd84c63b6609f026c8bfd2a68785e07 (diff)
downloadbcfg2-46884b769d269be2ba167d92b42f3ce3da4d582f.tar.gz
bcfg2-46884b769d269be2ba167d92b42f3ce3da4d582f.tar.bz2
bcfg2-46884b769d269be2ba167d92b42f3ce3da4d582f.zip
fixup service stuff
(Logical change 1.91) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@429 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas')
-rw-r--r--schemas/services.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/services.xsd b/schemas/services.xsd
index 2299725df..8c2aabc47 100644
--- a/schemas/services.xsd
+++ b/schemas/services.xsd
@@ -19,8 +19,8 @@
</xsd:choice>
<xsd:attribute name='name' type='xsd:string' use='required'/>
<xsd:attribute name='status' type='xsd:string' use='required'/>
- <xsd:attribute name='port' type='xsd:string' use='required'/>
- <xsd:attribute name='protocol' type='xsd:string' use='required'/>
+ <xsd:attribute name='port' type='xsd:string'/>
+ <xsd:attribute name='protocol' type='xsd:string'/>
</xsd:complexType>
<xsd:complexType name='ContainerType'>