Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:scale / nominal
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_nominal.tmp#nominal_labels XMCDA-3_1_1_xsd_Complex_Type_xmcda_nominal.tmp#nominal
Type xmcda:nominal
Properties
content complex
Model
Children labels
Instance
<nominal>
  <labels>{1,1}</labels>
</nominal>
Source
<xs:element name="nominal" type="xmcda:nominal"/>
Element xmcda:scale / qualitative
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_qualitative.tmp#qualitative_preferenceDirection XMCDA-3_1_1_xsd_Complex_Type_xmcda_qualitative.tmp#qualitative_valuedLabels XMCDA-3_1_1_xsd_Complex_Type_xmcda_qualitative.tmp#qualitative
Type xmcda:qualitative
Properties
content complex
Model
Children preferenceDirection, valuedLabels
Instance
<qualitative>
  <preferenceDirection>{1,1}</preferenceDirection>
  <valuedLabels>{1,1}</valuedLabels>
</qualitative>
Source
<xs:element name="qualitative" type="xmcda:qualitative"/>
Element xmcda:scale / quantitative
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_quantitative.tmp#quantitative_preferenceDirection XMCDA-3_1_1_xsd_Complex_Type_xmcda_quantitative.tmp#quantitative_minimum XMCDA-3_1_1_xsd_Complex_Type_xmcda_quantitative.tmp#quantitative_maximum XMCDA-3_1_1_xsd_Complex_Type_xmcda_quantitative.tmp#quantitative
Type xmcda:quantitative
Properties
content complex
Model
Children maximum, minimum, preferenceDirection
Instance
<quantitative>
  <preferenceDirection>{1,1}</preferenceDirection>
  <minimum id="" mcdaConcept="" name="">{0,1}</minimum>
  <maximum id="" mcdaConcept="" name="">{0,1}</maximum>
</quantitative>
Source
<xs:element name="quantitative" type="xmcda:quantitative"/>
Complex Type xmcda:scale
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
Evaluation scale. Choice between 3 types of scales: nominal, qualitative and quantitative.
Diagram
Diagram XMCDA-3_1_1_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-3_1_1_xsd_Complex_Type_xmcda_scale.tmp#scale_nominal XMCDA-3_1_1_xsd_Complex_Type_xmcda_scale.tmp#scale_qualitative XMCDA-3_1_1_xsd_Complex_Type_xmcda_scale.tmp#scale_quantitative
Used by
Model
Children nominal, qualitative, quantitative
Attributes
QName Type Use Annotation
id xs:string optional
The id attribute allows to identify the underlying piece of data by a program.
mcdaConcept xs:string optional
The mcdaConcept attribute allows to specify to what mcda concept a tag is related. It is used by an algorithm to make choices which will have an influence on the output. The documentation of the program should therefore specify, if necessary, what mcdaConcept should be used for the input data. In particular, if an algorithm requires, among other things, twice the same input tag, they can be differenciated by the mcdaConcept (this is even mandatory if they are present in the same file, but should be optional if the two tags can be in different input files, or originate from two different programs). The algorithm should therefore not be too strict on these mcdaConcepts, as this will reduce the compatibility between the various programs.
name xs:string optional
The name attribute contains the human readable name of the object or concept.
Source
<xs:complexType name="scale">
  <xs:annotation>
    <xs:documentation>Evaluation scale. Choice between 3 types of scales: nominal, qualitative and quantitative.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:element name="nominal" type="xmcda:nominal"/>
      <xs:element name="qualitative" type="xmcda:qualitative"/>
      <xs:element name="quantitative" type="xmcda:quantitative"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="xmcda:defaultAttributes"/>
</xs:complexType>