Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |