complexType "entryType"
Namespace:
Content:
complex, 4 attributes, 23 elements, 2 elem. wildcards
Defined:
Includes:
definitions of 4 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
key?, description?, (bean | ref | idref | value | null | array | list | set | map | props | {any}*)*
</...>
Content Model Elements (23):
array, array, bean, bean, description, description, idref, idref, key, list, list, map, map, null, null, props, props, ref, ref, set, set, value, value
All Direct / Indirect Based Elements (3):
context-property, entry, entry
Known Usage Locations
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 within 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 within this component only; 1/25)
key
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="key"/>

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.