http://www.FatTail.com/api
MediaElementPropertyType Simple Type
http://www.FatTail.com/api : MediaElementPropertyType Simple Type
Description
Indicates the type of a media element property.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
MediaElementPropertyType Restriction of xs:string
Indicates the type of a media element property.
Facets
EnumerationNotSpecified
EnumerationChar
EnumerationString
EnumerationInteger
EnumerationDouble
EnumerationCollection
EnumerationDecimal
EnumerationDateTime
EnumerationCustom
EnumerationBoolean
Source
<xs:simpleType name="MediaElementPropertyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Char" />
    <xs:enumeration value="String" />
    <xs:enumeration value="Integer" />
    <xs:enumeration value="Double" />
    <xs:enumeration value="Collection" />
    <xs:enumeration value="Decimal" />
    <xs:enumeration value="DateTime" />
    <xs:enumeration value="Custom" />
    <xs:enumeration value="Boolean" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api