ComponentIdentifier
A complex data type that identifies the component by ID or name.
Schema
<xsd:complexType name="ComponentIdentifier">
<xsd:sequence>
<xsd:choice>
<xsd:element name="Id" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
</xsd:choice>
<xsd:element name="DisplayName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ClassId" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Id
The ID of the component.
Name
The name of the component.
DisplayName
The display name of the component.
ClassId
The class ID of the component.