Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type xmcda:preferenceDirection
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Preferential direction on a given quantitative scale: either "max" for a scale where the higher values are preferred, or "min" for a scale where the lower values are preferred.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration min
enumeration max
Used by
Source
<xs:simpleType name="preferenceDirection">
  <xs:annotation>
    <xs:documentation>Preferential direction on a given quantitative scale: either "max" for a scale where the higher values are preferred, or "min" for a scale where the lower values are preferred.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="min"/>
    <xs:enumeration value="max"/>
  </xs:restriction>
</xs:simpleType>