http://www.FatTail.com/api
DynamicPropertyListElement Complex Type
http://www.FatTail.com/api : DynamicPropertyListElement Complex Type
Description
Custom field information.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DynamicPropertyListElement Extension of AdBookConnectEntity Complex Type
Custom field information.
Sequence
Description optional xs:string
Configured description for the list item.
Value optional xs:long
Value of the list item.
Code optional xs:string
Optional additional static information associated with the list element.
Used By
DynamicPropertyListElement Element
DynamicPropertyListElement Element
Source
<xs:complexType name="DynamicPropertyListElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
              &lt;h5&gt;&lt;/h5&gt;
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q591="http://www.FatTail.com/api" base="q591:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Configured description for the list item.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Value" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Value of the list item.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Code" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api