StepType

The simpleType related to the enumerated list of operation types
supported by OperationMapping and OperationMappingType. Note: This simpleType was
added in v2.0.

Simple Type Information

Used By

Attribute map/@operationStep

Source

<xsd:simpleType name="StepType">
  <xsd:annotation>
    <xsd:documentation>The simpleType related to the enumerated list of operation types supported by OperationMapping and OperationMappingType. Note: This simpleType was added in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="input"/>
    <xsd:enumeration value="output"/>
    <xsd:enumeration value="fault"/>
  </xsd:restriction>
</xsd:simpleType>