http://www.FatTail.com/api
DynamicPropertyMultiValue Complex Type
http://www.FatTail.com/api : DynamicPropertyMultiValue Complex Type
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DynamicPropertyMultiValue Extension of AdBookConnectEntity Complex Type
Sequence
DynamicPropertyID optional xs:long
Values optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
Used By
DynamicPropertyMultiValue Element
ListBasedDynamicProperty Element
Source
<xs:complexType name="DynamicPropertyMultiValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Key value pair containing information on custom field values.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q243="http://www.FatTail.com/api" base="q243:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DynamicPropertyID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;AdBook system ID for the DynamicProperty.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element xmlns:q27="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Values" nillable="true" type="q27:ArrayOflong">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Attrib hierarchy Id being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api