http://www.FatTail.com/api
ExternalDataMap Complex Type
http://www.FatTail.com/api : ExternalDataMap Complex Type
Description
Mapping between an AdBook entity and and entity in an external system.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ExternalDataMap Extension of AdBookConnectEntity Complex Type
Mapping between an AdBook entity and and entity in an external system.
Sequence
AdBookID xs:long
System ID for the AdBook entity in the mapping.
ExternalData xs:string
Identity information for the external system entity in the mapping.
ExternalDataDisplayName optional xs:string
Optional display information for the external entity in the mapping.
ExternalDataMapType ExternalDataMapTypes Simple Type
The type of the mapping defines the type of the two entities being mapped between AdBook and the external system. 
Used By
ExternalDataMap Element
ExternalDataMap Element
externalDataMap Element
externalDataMap Element
Source
<xs:complexType name="ExternalDataMap" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q687="http://www.FatTail.com/api" base="q687:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="AdBookID" type="xs:long" />
        <xs:element name="ExternalData" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ExternalDataDisplayName" nillable="true" type="xs:string" />
        <xs:element name="ExternalDataMapType" type="q687:ExternalDataMapTypes" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api