http://www.FatTail.com/api
MediaElementPropertyValue Complex Type
http://www.FatTail.com/api : MediaElementPropertyValue Complex Type
Description
Value information for a media element property.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
MediaElementPropertyValue Extension of AdBookConnectEntity Complex Type
Value information for a media element property.
Sequence
MediaElementPropertyID optional xs:long
System ID for the property.
Value optional xs:string
Value assigned to the property.
Used By
MediaElementPropertyValue Element
MediaElementPropertyValue Element
GetMediaElementPropertyValueResult Element
Source
<xs:complexType name="MediaElementPropertyValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q82="http://www.FatTail.com/api" base="q82:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="MediaElementPropertyID" type="xs:long" />
        <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api