simpleType "responseStatus"
Namespace:
Defined:
globally in hsdl.xsd; see XML source
Used:
Simple Content Model
"success" | "failure" | "rollback" | "notAttempted" | "accessDenied"
All Direct / Indirect Based Attributes (1):
standardResponseAttributeGroup/@status
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  responseStatus
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="responseStatus">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="success"/>
<xsd:enumeration value="failure"/>
<xsd:enumeration value="rollback"/>
<xsd:enumeration value="notAttempted"/>
<!-- sgfix: CONSIDER: accessDenied is added here because myContacts return it. Shouldn't this be failure + soap fault? -->
<xsd:enumeration value="accessDenied"/>
</xsd:restriction>
</xsd:simpleType>