element <bean-property> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<bean-property
   
 = 
xsd:string
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "json" | "json-node" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "process" | "regex" | "string" | "variable" | "xpath" | "xpath2" | "xpath-node" | "custom")
 = 
xsd:string
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean)
/>
Included in content model of elements (1):
bean-builder-transformer
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 within 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 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.