BatteryML:2.0
attributeGroup IndexGroup

Documentation
	Start and end index for the set of values.
      
Properties
This component is not nillable.

Model

  end = IndexIntType
  increment = PositiveIntType
  start = IndexIntType



Attribute Summary
 IndexIntTypeend
           Zero-based index of the last entry in the element.  
 PositiveIntTypeincrement
           Index increment in the element.  
 IndexIntTypestart
           Zero-based index of the first entry in the element.  

Attribute Detail

end

Zero-based index of the last entry in the element.

Type:
IndexIntType
Use:
optional
Form:
unqualified

increment

Index increment in the element.

Type:
PositiveIntType
Use:
optional
Form:
unqualified

start

Zero-based index of the first entry in the element.

Type:
IndexIntType
Use:
optional
Form:
unqualified

Source
<xsd:attributeGroup name="IndexGroup">
<xsd:attribute name="start" type="IndexIntType" use="optional">
</xsd:attribute>
<xsd:attribute name="end" type="IndexIntType" use="optional">
</xsd:attribute>
<xsd:attribute name="increment" type="PositiveIntType" use="optional">
</xsd:attribute>
</xsd:attributeGroup>


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