Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type xmcda:methodMessagesStatus
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ok
enumeration warning
enumeration error
enumeration terminated
Used by
Source
<xs:simpleType name="methodMessagesStatus">
  <xs:annotation>
    <xs:documentation>.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="ok"/>
    <xs:enumeration value="warning"/>
    <xs:enumeration value="error"/>
    <xs:enumeration value="terminated"/>
  </xs:restriction>
</xs:simpleType>