BatteryML:2.0
element DeviceSet

Documentation
	Device set element in DeviceDB.
      
Properties
This component is not nillable.

Model
<DeviceSet
  id = ShortNameType
  name = ShortTokenType>
Device*
</DeviceSet>


Nested Element Summary
DeviceRefTypeDevice
          

Attribute Summary
 ShortNameTypeid
          
 ShortTokenTypename
          

Attribute Detail

id

Type:
ShortNameType
Use:
required
Form:
unqualified

name

Type:
ShortTokenType
Use:
optional
Form:
unqualified

Source
<xsd:element name="DeviceSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Device" type="DeviceRefType"/>
</xsd:sequence>
<xsd:attribute name="name" type="ShortTokenType" use="optional"/>
<xsd:attribute name="id" type="ShortNameType" use="required"/>
</xsd:complexType>
<xsd:key name="DeviceSetIdKey">
<xsd:selector xpath="./Device"/>
<xsd:field xpath="@idref"/>
</xsd:key>
</xsd:element>


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