Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 7 attributes, 2 elements |
Defined: |
globally in spring-context-3.0.xsd; see XML source |
Includes: |
definitions of 7 attributes, 2 elements |
Used: |
never |
XML Representation Summary | |||||
<component-scan | |||||
base-package | = |
xsd:string | |||
resource-pattern | = |
xsd:string | |||
use-default-filters | = |
xsd:boolean : "true" | |||
annotation-config | = |
xsd:boolean : "true" | |||
name-generator | = |
xsd:string | |||
scope-resolver | = |
xsd:string | |||
scoped-proxy | = |
("no" | "interfaces" | "targetClass") | |||
> | |||||
|
|||||
</component-scan> |
<xsd:element name="component-scan"> <xsd:complexType> <xsd:sequence> </xsd:sequence> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="no"/> <xsd:enumeration value="interfaces"/> <xsd:enumeration value="targetClass"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
xsd:boolean, predefined |
Use: |
optional |
Default: |
"true" |
<xsd:attribute default="true" name="annotation-config" type="xsd:boolean"/> |
Type: |
xsd:string, predefined |
Use: |
required |
<xsd:attribute name="base-package" type="xsd:string" use="required"/> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="name-generator" type="xsd:string"/> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="resource-pattern" type="xsd:string"/> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="scope-resolver" type="xsd:string"/> |
Type: |
|
Use: |
optional |
enumeration of xsd:string |
Enumeration: |
"no", "interfaces", "targetClass" |
Type Derivation Tree xsd:string (restriction) ![]() |
Derivation: |
restriction of xsd:string |
|||
Facets: |
|
<xsd:attribute name="scoped-proxy"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="no"/> <xsd:enumeration value="interfaces"/> <xsd:enumeration value="targetClass"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
Type: |
xsd:boolean, predefined |
Use: |
optional |
Default: |
"true" |
<xsd:attribute default="true" name="use-default-filters" type="xsd:boolean"/> |
Type: |
filterType, empty content |
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exclude-filter" type="filterType"/> |
Type: |
filterType, empty content |
<xsd:element maxOccurs="unbounded" minOccurs="0" name="include-filter" type="filterType"/> |
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. |