Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:criterionFunction / description
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description_author XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description_comment XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description_keyword XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description_bibliography XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description_creationDate XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description_lastModificationDate XMCDA-3_1_1_xsd_Complex_Type_xmcda_description.tmp#description
Type xmcda:description
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children author, bibliography, comment, creationDate, keyword, lastModificationDate
Instance
<description>
  <author>{0,unbounded}</author>
  <comment>{0,1}</comment>
  <keyword>{0,unbounded}</keyword>
  <bibliography id="" mcdaConcept="" name="">{0,1}</bibliography>
  <creationDate>{0,1}</creationDate>
  <lastModificationDate>{0,1}</lastModificationDate>
</description>
Source
<xs:element name="description" type="xmcda:description" minOccurs="0" maxOccurs="1"/>
Element xmcda:criterionFunction / criterionID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="criterionID" type="xs:string"/>
Element xmcda:criterionFunction / functions
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_criterionFunction.tmp#criterionFunction_criterionFunction_functions_function
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children function
Instance
<functions>
  <function id="" mcdaConcept="" name="">{1,unbounded}</function>
</functions>
Source
<xs:element name="functions" minOccurs="1" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="function" type="xmcda:function" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xmcda:criterionFunction / functions / function
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-3_1_1_xsd_Complex_Type_xmcda_function.tmp#function_constant XMCDA-3_1_1_xsd_Complex_Type_xmcda_function.tmp#function_affine XMCDA-3_1_1_xsd_Complex_Type_xmcda_function.tmp#function_piecewiseLinear XMCDA-3_1_1_xsd_Complex_Type_xmcda_function.tmp#function_discrete XMCDA-3_1_1_xsd_Complex_Type_xmcda_function.tmp#function
Type xmcda:function
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children affine, constant, discrete, piecewiseLinear
Instance
<function id="" mcdaConcept="" name="">
  <constant id="" mcdaConcept="" name="">{1,1}</constant>
  <affine>{1,1}</affine>
  <piecewiseLinear>{1,1}</piecewiseLinear>
  <discrete>{1,1}</discrete>
</function>
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:element name="function" type="xmcda:function" minOccurs="1" maxOccurs="unbounded"/>
Complex Type xmcda:criterionFunction
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
Function related to a criterion, to store for example a value function.
Diagram
Diagram XMCDA-3_1_1_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-3_1_1_xsd_Complex_Type_xmcda_criterionFunction.tmp#criterionFunction_description XMCDA-3_1_1_xsd_Complex_Type_xmcda_criterionFunction.tmp#criterionFunction_criterionID XMCDA-3_1_1_xsd_Complex_Type_xmcda_criterionFunction.tmp#criterionFunction_functions
Used by
Model
Children criterionID, description, functions
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="criterionFunction">
  <xs:annotation>
    <xs:documentation>Function related to a criterion, to store for example a value function.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="description" type="xmcda:description" minOccurs="0" maxOccurs="1"/>
    <xs:element name="criterionID" type="xs:string"/>
    <xs:element name="functions" minOccurs="1" maxOccurs="1">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="function" type="xmcda:function" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="xmcda:defaultAttributes"/>
</xs:complexType>