Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:membershipFunction / piecewiseLinear
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_piecewiseLinear.tmp#piecewiseLinear_segment XMCDA-3_1_1_xsd_Complex_Type_xmcda_piecewiseLinear.tmp#piecewiseLinear
Type xmcda:piecewiseLinear
Properties
content complex
Model
Children segment
Instance
<piecewiseLinear>
  <segment>{1,unbounded}</segment>
</piecewiseLinear>
Source
<xs:element name="piecewiseLinear" type="xmcda:piecewiseLinear"/>
Complex Type xmcda:membershipFunction
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
Restriction of the "function" type to functions compatible with fuzzy numbers.
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 XMCDA-3_1_1_xsd_Complex_Type_xmcda_membershipFunction.tmp#membershipFunction_piecewiseLinear
Type restriction of xmcda:function
Type hierarchy
Used by
Model
Children piecewiseLinear
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="membershipFunction">
  <xs:annotation>
    <xs:documentation>Restriction of the "function" type to functions compatible with fuzzy numbers.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="xmcda:function">
      <xs:choice>
        <xs:element name="piecewiseLinear" type="xmcda:piecewiseLinear"/>
      </xs:choice>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>