complexType "mapType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
description?, entry*
</...>
Content Model Elements (2):
description, entry
Known Direct Subtypes (1):
mapType
All Direct / Indirect Based Elements (8):
add-message-properties, credentials, environment, jndi-provider-properties, map, map, properties, properties
Known Usage Locations
Type Definition Detail
Type Derivation Tree
collectionType (extension)
  mapType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="mapType">
<xsd:complexContent>
<xsd:extension base="collectionType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="description"/>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="entry"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="key-type" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
key-type
Type:
xsd:string, predefined
Use:
optional
The default Java type for nested entry keys. Must be a fully qualified class name.
See:  java:java.lang.Class
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="key-type" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
description
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="description"/>

entry
Type:
entryType, complex content
XML Source (see within schema source)
<xsd:element ref="entry"/>

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.