http://www.FatTail.com/api
ActiveStatus Simple Type
http://www.FatTail.com/api : ActiveStatus Simple Type
Description
Used to indicate if a Drop is active or cancelled.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
ActiveStatus Restriction of xs:string
Used to indicate if a Drop is active or cancelled.
Facets
EnumerationNotSpecified
EnumerationCancelled
EnumerationActive
Source
<xs:simpleType name="ActiveStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="Cancelled" />
    <xs:enumeration value="Active" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api