3.1.4.1.1.3 t:AbchPersonContactHandle Complex Type
The AbchPersonContactHandle complex type specifies the link between a person item and contact.<47>
-
<xs:complexType name="AbchPersonContactHandle"> <xs:sequence> <xs:element name="SourceId" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="ObjectId" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="AccountName" type="xs:string" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType>
The following table describes the child elements of the AbchPersonContactHandle complex type.
Element |
Type |
Description |
---|---|---|
SourceId |
xs:string ([XMLSCHEMA2]) |
The source of the contact. |
ObjectId |
xs:string |
Specifies the unique ID within the source. |
AccountName |
xs:string |
Specifies the account name. Differentiator if more than 1 entry. |