element <arg-type> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
globally in spring-beans.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<arg-type
   
 = 
xsd:string
    >
   
Content: 
{text}
</arg-type>
Included in content model of elements (2):
replaced-method, replaced-method
Annotation
Identifies an argument for a replaced method in the event of method overloading.
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="arg-type">
<xsd:complexType mixed="true">
<xsd:choice maxOccurs="unbounded" minOccurs="0"/>
<xsd:attribute name="match" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
match
Type:
xsd:string, predefined
Use:
optional
Specification of the type of an overloaded method argument as a String. For convenience, this may be a substring of the FQN. E.g. all the following would match "java.lang.String": - java.lang.String - String - Str As the number of arguments will be checked also, this convenience can often be used to save typing.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="match" 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.