complexType "identifiedType"
Namespace:
Content:
empty, 1 attribute
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in spring-beans.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<...
    id
 = 
xsd:ID
/>
Annotation
The unique identifier for a bean. The scope of the identifier is the enclosing bean factory.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType abstract="true" name="identifiedType">
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
The unique identifier for a bean.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>

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.