Showing:

Annotations
Diagrams
Facets
Source
Simple Type xmcda:status
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Allows to mark an object as active or inactive in the current study step.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration active
enumeration inactive
Source
<xs:simpleType name="status">
  <xs:annotation>
    <xs:documentation>Allows to mark an object as active or inactive in the current study step.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="active"/>
    <xs:enumeration value="inactive"/>
  </xs:restriction>
</xs:simpleType>