Overview
                    
                        Represents an external contact in personal groups. The scope of the 
  ExternalContact is limited to GroupContact containing it.
                    
                    Members
                    
                        
                            
                                | Name | Type | Description | 
                            
                                | addresses | entityAddress[] | Addresses of the ExternalContact. | 
                            
                                | collabId | beeId | CollabId of the ExternalContact. | 
                            
                                | eid | string | Entity id of the ExternalContact. | 
                            
                                | handle | beeId<externalContact> | Handle to ExteranlContact. | 
                            
                                | name | string | Name of the ExternalContact. | 
                        
                     
                    Hierarchy
                    Examples
                    
                        Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.
                    
                    XML Example
                    (show inherited members)
                    
<obh:externalContact xsi:type="obh:externalContact" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    
        <addresses>your_entityAddress_0</addresses>
        <addresses>your_entityAddress_1</addresses>
        <addresses>your_entityAddress_2</addresses>
    
    
        <collabId>your_beeId_0</collabId>
    
    
        <eid>your_string_0</eid>
    
    
        <handle>your_beeId_0</handle>
    
    
        <name>your_string_0</name>
    
</obh:externalContact>
                    
Referenced By Representaions