BatteryML:2.0
element Index

Documentation
	Index associated to data in the container.
      
Properties
This component is not nillable.

Model
<Index
  count = NonNegativeIntType
  id = ShortNameType
  name = ShortTokenType>
(((Start?, End?, Increment?) | IntegerList | NameList | Encoded) , (Description?, Comment?, Documentation?)? )
</Index>


Nested Element Summary
StringTypeComment
          
StringTypeDescription
          
EmbeddedXMLTypeDocumentation
          
Encoded64TypeEncoded
          
IndexIntTypeEnd
          
PositiveIntTypeIncrement
          
IndexIntListTypeIntegerList
          
IndexNameListTypeNameList
          
IndexIntTypeStart
          

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="Index">
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:group ref="IndexIntBoundsGroup"/>
<xsd:element name="IntegerList" type="IndexIntListType"/>
<xsd:element name="NameList" type="IndexNameListType"/>
<xsd:element name="Encoded" type="Encoded64Type"/>
</xsd:choice>
<xsd:group minOccurs="0" ref="ElementInfoGroup"/>
</xsd:sequence>
<xsd:attributeGroup ref="OptionalNameGroup"/>
<xsd:attributeGroup ref="RequiredIdGroup"/>
<xsd:attributeGroup ref="OptionalCountGroup"/>
</xsd:complexType>
</xsd:element>


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