element <bean-property>
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<bean-property
    property-name
 = 
xsd:string
    evaluator
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "payload-type" | "regex" | "string" | "wildcard" | "xpath" | "xpath-node" | "custom")
    expression
 = 
xsd:string
    custom-evaluator
 = 
(xsd:string | xsd:NMTOKEN)
    optional
 = 
(xsd:string | xsd:boolean)
/>
Included in content model of elements (1):
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="bean-property">
<xsd:complexType>
<xsd:attribute name="property-name" type="xsd:string" use="required"/>
<xsd:attributeGroup ref="expressionAttributes"/>
<xsd:attribute name="optional" type="substitutableBoolean" use="optional"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 2/5)
optional
Type:
Use:
optional
If the expression evaluates to null, whether to continue to the next expression without error.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="optional" type="substitutableBoolean" use="optional"/>

property-name
Type:
xsd:string, predefined
Use:
required
The name of the bean property
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="property-name" type="xsd:string" use="required"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.