complexType "messagePropertiesTransformerType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean) : "true"
 = 
("invocation" | "outbound" | "session" | "application") : "outbound"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (delete-message-property* | add-message-property* | rename-message-property* | add-message-properties?)+
</...>
Content Model Elements (5):
add-message-properties, add-message-property, annotations, delete-message-property, rename-message-property
All Direct / Indirect Based Elements (1):
message-properties-transformer
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      commonTransformerType (extension)
          abstractTransformerType (extension)
              messagePropertiesTransformerType
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="messagePropertiesTransformerType">
<xsd:complexContent>
<xsd:extension base="abstractTransformerType">
<xsd:choice maxOccurs="unbounded" minOccurs="1">
<xsd:element maxOccurs="unbounded" minOccurs="0" name="delete-message-property" type="keyType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="add-message-property" type="keyValueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="rename-message-property" type="keyValueType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="add-message-properties" type="mapType"/>
</xsd:choice>
<xsd:attribute default="true" name="overwrite" type="substitutableBoolean" use="optional"/>
<xsd:attribute default="outbound" name="scope" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="invocation"/>
<xsd:enumeration value="outbound"/>
<xsd:enumeration value="session"/>
<xsd:enumeration value="application"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/8)
overwrite
Type:
Use:
optional
If false, a property is not added if the message already contains a property with that name.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="overwrite" type="substitutableBoolean" use="optional"/>

scope
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
Property scope to/from which properties are added/removed. The scope determines the lifespan of the properties. Default scope is outbound.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"invocation", "outbound", "session", "application"
Default:
"outbound"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"invocation", "outbound", "session", "application"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="outbound" name="scope" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="invocation"/>
<xsd:enumeration value="outbound"/>
<xsd:enumeration value="session"/>
<xsd:enumeration value="application"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Content Element Detail (all declarations; defined within this component only; 4/5)
add-message-properties
Type:
mapType, complex content
Add a set of message properties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="add-message-properties" type="mapType"/>

add-message-property
Type:
keyValueType, empty content
Add a message property.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="add-message-property" type="keyValueType"/>

delete-message-property
Type:
keyType, empty content
Delete message properties matching a regular expression or wildcard.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="delete-message-property" type="keyType"/>

rename-message-property
Type:
keyValueType, empty content
Rename a message property.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="rename-message-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.