complexType "entryType"
Namespace:
Content:
complex, 4 attributes, 33 elements, 3 elem. wildcards
Defined:
Includes:
definitions of 4 attributes, 1 element
Used:
never
Content Model Diagram
XML Representation Summary
<...
    key
 = 
xsd:string
    key-ref
 = 
xsd:string
    value
 = 
xsd:string
    value-ref
 = 
xsd:string
    >
   
Content: 
key?, description?, (bean | ref | idref | value | null | array | list | set | map | props | {any}*)*
</...>
Content Model Elements (12):
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="entryType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="key"/>
<xsd:group ref="collectionElements"/>
</xsd:sequence>
<xsd:attribute name="key" type="xsd:string"/>
<xsd:attribute name="key-ref" type="xsd:string"/>
<xsd:attribute name="value" type="xsd:string"/>
<xsd:attribute name="value-ref" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 4/4)
key
Type:
xsd:string, predefined
Use:
optional
Each map element must specify its key as attribute or as child element. A key attribute is always a String value.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="key" type="xsd:string"/>

key-ref
Type:
xsd:string, predefined
Use:
optional
A short-cut alternative to a to a "key" element with a nested "<ref bean='...'/>".
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="key-ref" type="xsd:string"/>

value
Type:
xsd:string, predefined
Use:
optional
A short-cut alternative to a nested "<value>...</value>" element.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="value" type="xsd:string"/>

value-ref
Type:
xsd:string, predefined
Use:
optional
A short-cut alternative to a nested "<ref bean='...'/>".
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="value-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/36)
key
Type:
anonymous, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="key"/>

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.