INT-1789: clarify docs in XSD

This commit is contained in:
Dave Syer
2011-05-03 17:11:11 +01:00
parent 41a8307266
commit fdc5862e44

View File

@@ -120,7 +120,8 @@
</tool:annotation>
</xsd:appinfo>
<xsd:documentation>
Static object properties to be used for this domain.
Static object properties to be used for this domain. These properties are appended to
the ObjectName of all MBeans registered by this component.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@@ -128,6 +129,10 @@
<xsd:annotation>
<xsd:documentation>
Comma separated list of simple patterns for component names to register (defaults to '*').
The pattern is applied to all components before they are registered, looking for a match on
the 'name' property of the ObjectName. A MessageChannel and a MessageHandler (for instance)
can share a name because they have a different type, so in that case they would either both
be included or both excluded.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>