complexType "expectedMethodType"
Namespace:
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
expected-method
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="expectedMethodType">
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="type-ref" type="xsd:string"/>
<xsd:attribute name="expression" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
expression
Type:
xsd:string, predefined
Use:
optional
Defines an AspectJ method execution pointcut expressions that matches valid methods
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expression" type="xsd:string"/>

type
Type:
xsd:string, predefined
Use:
optional
Defines an XPath query that can be executed against the node annotated with this type to determine the class for which the this method is valid
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" type="xsd:string"/>

type-ref
Type:
xsd:string, predefined
Use:
optional
Defines an XPath query that can be executed against the node annotated with this type to determine a referenced bean (by id or alias) for which the given method is valid
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type-ref" type="xsd:string"/>

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.