http://www.FatTail.com/api
MediaTreeReportSubMode Simple Type
http://www.FatTail.com/api : MediaTreeReportSubMode Simple Type
Description
Sub modes available for Media Tree Report.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
MediaTreeReportSubMode Restriction of xs:string
Sub modes available for Media Tree Report.
Facets
EnumerationFullPositionPath
EnumerationAllLevels
Source
<xs:simpleType name="MediaTreeReportSubMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="FullPositionPath">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AllLevels">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api