element <map> (global)
Namespace:
Type:
anonymous complexType (extension of mapType)
Content:
complex, 3 attributes, 4 elements
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<map
   
 = 
xsd:string
 = 
xsd:string
 = 
("default" | "true" | "false") : "default"
    >
   
Content: 
description?, entry*
</map>
Content model elements (4):
description, description, entry, entry
Included in content model of elements (16):
array, array, constructor-arg, constructor-arg, context-property, entry, entry, key, key, list, list, property, property, recipients, set, set
Known Usage Locations
Annotation
A mapping from a key to an object. Maps may be empty.
Anonymous Type Detail
Type Derivation Tree
collectionType (extension)
  mapType (extension)
      complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="map">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mapType">
<xsd:attribute default="default" name="merge" type="defaultable-boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/3)
merge
Type:
Use:
optional
Enables/disables merging for collections when using parent/child beans.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"default", "true", "false"
Default:
"default"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="default" name="merge" type="defaultable-boolean"/>

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.