http://www.FatTail.com/api
ReadonlyPropertyValue Complex Type
http://www.FatTail.com/api : ReadonlyPropertyValue Complex Type
Description
Key value pair representing a field name and its value.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ReadonlyPropertyValue Extension of AdBookConnectEntity Complex Type
Key value pair representing a field name and its value.
Sequence
PropertyName optional xs:string
Value optional xs:string
Used By
ReadonlyPropertyValue Element
ReadonlyPropertyValue Element
Source
<xs:complexType name="ReadonlyPropertyValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Key value pair containing information on calculated field values.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q187="http://www.FatTail.com/api" base="q187:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="PropertyName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Field_Label field value from the Campaign_Fields table&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Value of the calculated field&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api