urn:veloconnect:profile-1.0
simpleType OperationType

Super Types
{http://www.w3.org/2001/XMLSchema}normalizedString
|
+--{urn:veloconnect:profile-1.0}OperationType (restriction)

Documentation
Liste der Operationen.
GetStatus
Rollback
GetItemDetails
Properties
This component is not nillable.

Model

('GetStatus' | 'Rollback' | 'GetItemDetails')

Source
<xsd:simpleType name="OperationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="GetStatus">
</xsd:enumeration>
<xsd:enumeration value="Rollback">
</xsd:enumeration>
<xsd:enumeration value="GetItemDetails">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.