http://www.FatTail.com/api
OperationOutcome Simple Type
http://www.FatTail.com/api : OperationOutcome Simple Type
Description
Indicates the status of an operation.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
OperationOutcome Restriction of xs:string
Indicates the status of an operation.
Facets
EnumerationSuccessful
EnumerationFailed
Source
<xs:simpleType name="OperationOutcome" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Indicates the status of an operation.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Successful">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Operation was successful.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Failed">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Operation failed.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api