simpleType ECOperationType
namespace http://xmlns.oracle.com/Agile/e6/core/ECService/V2
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
enumeration NOP
enumeration CREATE
enumeration DELETE
enumeration UPDATE
source <xsd:simpleType name="ECOperationType">
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="NOP"/>
   
<xsd:enumeration value="CREATE"/>
   
<xsd:enumeration value="DELETE"/>
   
<xsd:enumeration value="UPDATE"/>
 
</xsd:restriction>
</xsd:simpleType>