BatteryML:2.0
element PartSet

Documentation
	Part set element in PartDB.
      
Properties
This component is not nillable.

Model
<PartSet
  id = ShortNameType
  name = ShortTokenType>
Part*
</PartSet>


Nested Element Summary
PartRefTypePart
          

Attribute Summary
 ShortNameTypeid
          
 ShortTokenTypename
          

Attribute Detail

id

Type:
ShortNameType
Use:
required
Form:
unqualified

name

Type:
ShortTokenType
Use:
optional
Form:
unqualified

Source
<xsd:element name="PartSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Part" type="PartRefType"/>
</xsd:sequence>
<xsd:attribute name="name" type="ShortTokenType" use="optional"/>
<xsd:attribute name="id" type="ShortNameType" use="required"/>
</xsd:complexType>
<xsd:key name="PartSetIdKey">
<xsd:selector xpath="./Part"/>
<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.