group "propertiesGroup"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
Complex Content Model
property*, properties?
Content Model Elements (2):
properties, property
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:group name="propertiesGroup">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="property" type="keyValueType"/>
<xsd:element minOccurs="0" ref="properties"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 2/2)
properties
Type:
mapType, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="properties"/>

property
Type:
keyValueType, empty content
Sets a Mule property. This is a name/value pair that can be set on components, services, etc., and which provide a generic way of configuring the system. Typically, you shouldn't need to use a generic property like this, since almost all functionality is exposed via dedicated elements. However, it can be useful in configuring obscure or overlooked options and in configuring transports from the generic endpoint elements.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="property" type="keyValueType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.