http://www.FatTail.com/api
DataAccessFaultOperationType Simple Type
http://www.FatTail.com/api : DataAccessFaultOperationType Simple Type
Description
Indicates the operation that was requested when the fault occurred.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
DataAccessFaultOperationType Restriction of xs:string
Indicates the operation that was requested when the fault occurred.
Facets
EnumerationGet
EnumerationUpdate
EnumerationInsert
EnumerationDelete
EnumerationCancel
EnumerationReactivate
Source
<xs:simpleType name="DataAccessFaultOperationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Indicates the operation that was requested when the fault occurred.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Get" />
    <xs:enumeration value="Update" />
    <xs:enumeration value="Insert" />
    <xs:enumeration value="Delete" />
    <xs:enumeration value="Cancel" />
    <xs:enumeration value="Reactivate" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api