ComponentType
A complex data type that represents a component.
Schema
<xsd:complexType name="ComponentType">
<xsd:all>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="Value" type="xsd:string" minOccurs="0"/>
<xsd:element name="DisplayName" type="xsd:string"
minOccurs="0" />
<xsd:element name="ClassId" type="xsd:string"
minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Elements
Id
The component ID.
Name
The component name.
Value
The component value.
DisplayName
The display name of the component.
ClassId
The class ID of the component.