BatteryML:2.0
element Map

Documentation
	Generic map element with attribute keys (name, id) for
	enforcing uniqueness. To be restricted.
      
Properties
This component is not nillable.

Model
<Map
  count = NonNegativeIntType
  id = ShortNameType
  name = ShortTokenType>
Item*
</Map>


Nested Element Summary
MapItemTypeItem
          

Attribute Summary
 NonNegativeIntTypecount
          
 ShortNameTypeid
          
 ShortTokenTypename
          

Attribute Detail

count

Type:
NonNegativeIntType
Use:
optional
Form:
unqualified

id

Type:
ShortNameType
Use:
required
Form:
unqualified

name

Type:
ShortTokenType
Use:
optional
Form:
unqualified

Source
<xsd:element name="Map">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Item" type="MapItemType"/>
</xsd:sequence>
<xsd:attributeGroup ref="OptionalNameGroup"/>
<xsd:attributeGroup ref="RequiredIdGroup"/>
<xsd:attributeGroup ref="OptionalCountGroup"/>
</xsd:complexType>
<xsd:unique name="NameIdKey">
<xsd:selector xpath="Item"/>
<xsd:field xpath="@id"/>
</xsd:unique>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.