Namespace:  | 
|
Defined:  | 
globally in hsdl.xsd; see XML source  | 
Used:  | 
at 1 location  | 
Simple Content Model  | 
"success" | "failure" | "rollback" | "notAttempted" | "accessDenied"  | 
| 
 Type Derivation Tree 
xsd:string (restriction) 
 | 
Derivation:  | 
 restriction of xsd:string 
 | 
|
| 
 
<xsd:restriction base="xsd:string">
 
<xsd:enumeration value="success"/>
 
</xsd:restriction>
<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:simpleType> 
 |