Schema "spring-tool-3.1.xsd"
Target Namespace:
http://www.springframework.org/schema/tool
Defined Components:
global element, 5 local elements, 5 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd; see XML source
Imports Schema:
xml.xsd [src]
Imported by Schema:
spring-context-3.1.xsd [src]
Annotation
Defines the tool support annotations for Spring's configuration namespaces. Used in other namespace XSD files; not intended for direct use in config files.
All Element Summary
annotation
Type:
anonymous complexType
Content:
complex, 1 attribute, 5 elements
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 5 elements
Used:
never
assignable-to
Type:
Content:
empty, 2 attributes
Defined:
locally witnin annotation element; see XML source
expected-method
Type:
Content:
empty, 3 attributes
Defined:
locally witnin annotation element; see XML source
expected-type
Type:
Content:
empty, 1 attribute
Defined:
locally witnin annotation element; see XML source
exports
Type:
Content:
empty, 2 attributes
Defined:
locally witnin annotation element; see XML source
registers-scope
Type:
Content:
empty, 1 attribute
Defined:
locally witnin annotation element; see XML source
Complex Type Summary
Content:
empty, 2 attributes
Defined:
globally; see XML source
Includes:
definitions of 2 attributes
Used:
Content:
empty, 3 attributes
Defined:
globally; see XML source
Includes:
definitions of 3 attributes
Used:
Indicates that an annotated type exports an application visible component.
Content:
empty, 2 attributes
Defined:
globally; see XML source
Includes:
definitions of 2 attributes
Used:
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
Content:
empty, 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://www.springframework.org/schema/tool" xmlns="http://www.springframework.org/schema/tool" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Defines the tool support annotations for Spring's configuration namespaces.
Used in other namespace XSD files; not intended for direct use in config files.
]]>
</xsd:documentation>
</xsd:annotation>
<xsd:element name="annotation">
<xsd:complexType>
<xsd:sequence minOccurs="0">
<xsd:element maxOccurs="1" minOccurs="0" name="expected-type" type="typedParameterType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="assignable-to" type="assignableToType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exports" type="exportsType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="registers-scope" type="registersScopeType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="expected-method" type="expectedMethodType"/>
</xsd:sequence>
<xsd:attribute default="direct" name="kind">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ref"/>
<xsd:enumeration value="direct"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="typedParameterType">
<xsd:attribute name="type" type="xsd:string" use="required"/>
</xsd:complexType>
<xsd:complexType name="assignableToType">
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute default="both" name="restriction">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="both"/>
<xsd:enumeration value="interface-only"/>
<xsd:enumeration value="class-only"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="expectedMethodType">
<xsd:attribute name="type" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
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
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type-ref" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
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
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="expression" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Defines an AspectJ method execution pointcut expressions that matches valid methods
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="exportsType">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Indicates that an annotated type exports an application visible component.
]]>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="type" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
The type of the exported component. May be null if the type is not known until runtime.
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="@id" name="identifier" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Defines an XPath query that can be executed against the node annotated with this
type to determine the identifier of any exported component.
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="registersScopeType">
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Defines the name of a custom bean scope that the annotated type registers, e.g. "conversation".
Such a scope will be available in addition to the standard "singleton" and "prototype" scopes
(plus "request", "session" and "globalSession" in a web application environment).
]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>

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.