element <map>
Namespace:
Type:
anonymous (extension of mapType)
Content:
complex, 3 attributes, 6 elements
Defined:
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<map
    value-type
 = 
xsd:string
    key-type
 = 
xsd:string
    merge
 = 
("default" | "true" | "false")
    >
   
Content: 
description?, entry*
</map>
Content model elements (2):
Included in content model of elements (22):
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 name="merge" type="defaultable-boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in 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"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="merge" type="defaultable-boolean"/>

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.