complexType "expectedMethodType"
Namespace:
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    type
 = 
xsd:string
    type-ref
 = 
xsd:string
    expression
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
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 in 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 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.