http://www.FatTail.com/api
MediaType Simple Type
http://www.FatTail.com/api : MediaType Simple Type
Description
Indicates the media type of positions in the media tree.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
MediaType Restriction of xs:string
Indicates the media type of positions in the media tree.
Facets
EnumerationAll
EnumerationWebsite
EnumerationNewsletter
EnumerationFreeForm
EnumerationPackage
EnumerationCalendar
Source
<xs:simpleType name="MediaType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="All" />
    <xs:enumeration value="Website" />
    <xs:enumeration value="Newsletter" />
    <xs:enumeration value="FreeForm" />
    <xs:enumeration value="Package" />
    <xs:enumeration value="Calendar" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api