http://www.FatTail.com/api
MediaElementProperty Complex Type
http://www.FatTail.com/api : MediaElementProperty Complex Type
Description
User defined property that apply to MediaElements.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
MediaElementProperty Extension of AdBookConnectEntity Complex Type
User defined property that apply to MediaElements.
Sequence
MediaElementPropertyID optional xs:long
System ID for the media element property.
Name optional xs:string
Name of the media element property.
Type optional MediaElementPropertyType Simple Type
Media element property Type.  This corresponds to the type of control used on the AdBook UI, used to display the field.
Used By
MediaElementProperty Element
MediaElementProperty Element
Source
<xs:complexType name="MediaElementProperty" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q610="http://www.FatTail.com/api" base="q610:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="MediaElementPropertyID" type="xs:long" />
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Type" type="q610:MediaElementPropertyType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api