http://www.FatTail.com/api
MediaElement Complex Type
http://www.FatTail.com/api : MediaElement Complex Type
Description
Media product information configured in AdBook.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
MediaElement Extension of AdBookConnectEntity Complex Type
Media product information configured in AdBook.
Sequence
GroupCode optional xs:string
Optional static identifier for the media element.
MediaElementID optional xs:long
ID of the media element.
Name optional xs:string
Configured name of the media element.
ParentID optional xs:long
ID of the parent element in the media hierarchy.
Path optional xs:string
Full path in the media hierarchy for the media element.
Viewable optional xs:int
Indicates whether or not the media element will be visible on the media tree displayed in the UI.
MediaType optional MediaType Simple Type
Media type of the media element nodes under this level of the media tree hierarchy.
AdServerID optional xs:decimal
System ID for the ad server assigned to nodes below this level of the media tree hierarchy.
MediaElementDynamicProperties optional ArrayOfMediaElementPropertyValue Complex Type
Sequence
Sequence
MediaElementPropertyID optional xs:long
System ID for the property.
Value optional xs:string
Value assigned to the property.
Used By
MediaElement Element
MediaElement Element
GetMediaElementResult Element
Source
<xs:complexType name="MediaElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for MediaElement
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q517="http://www.FatTail.com/api" base="q517:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="GroupCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="MediaElementID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;ID of the media element.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Configured name of the media element.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ParentID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;ID of the parent element in the media hierarchy.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Path" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Full path in the media hierarchy for the media element.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Viewable" type="xs:int">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Indicates whether or not the media element will be visible on the media tree displayed in the UI.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="MediaType" type="q517:MediaType">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="AdServerID" type="xs:decimal">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="MediaElementDynamicProperties" nillable="true" type="q517:ArrayOfMediaElementPropertyValue">
          <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