Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type xmcda:valuationType
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Type of alternative.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration standard
enumeration bipolar
Used by
Source
<xs:simpleType name="valuationType">
  <xs:annotation>
    <xs:documentation>Type of alternative.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="standard"/>
    <xs:enumeration value="bipolar"/>
  </xs:restriction>
</xs:simpleType>