Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:alternativeOnCriteriaPerformances / alternativeID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="alternativeID" minOccurs="1" maxOccurs="1" type="xs:string"/>
Element xmcda:alternativeOnCriteriaPerformances / performance
Namespace No namespace
Annotations
Evaluation of an alternative on a criterion. If the evaluation is not available, put NA.
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_alternativeOnCriteriaPerformances.tmp#alternativeOnCriteriaPerformances_alternativeOnCriteriaPerformances_performance_description XMCDA-3_1_1_xsd_Complex_Type_xmcda_alternativeOnCriteriaPerformances.tmp#alternativeOnCriteriaPerformances_alternativeOnCriteriaPerformances_performance_criterionID XMCDA-3_1_1_xsd_Complex_Type_xmcda_alternativeOnCriteriaPerformances.tmp#alternativeOnCriteriaPerformances_alternativeOnCriteriaPerformances_performance_values
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children criterionID, description, values
Instance
<performance>
  <description>{0,1}</description>
  <criterionID>{1,1}</criterionID>
  <values>{1,1}</values>
</performance>
Source
<xs:element name="performance" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Evaluation of an alternative on a criterion. If the evaluation is not available, put NA.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="description" minOccurs="0" type="xmcda:description"/>
      <xs:element name="criterionID" minOccurs="1" maxOccurs="1" type="xs:string"/>
      <xs:element name="values" type="xmcda:values" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xmcda:alternativeOnCriteriaPerformances / performance / 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
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" minOccurs="0" type="xmcda:description"/>
Element xmcda:alternativeOnCriteriaPerformances / performance / criterionID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="criterionID" minOccurs="1" maxOccurs="1" type="xs:string"/>
Element xmcda:alternativeOnCriteriaPerformances / performance / values
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_values.tmp#values_value XMCDA-3_1_1_xsd_Complex_Type_xmcda_values.tmp#values
Type xmcda:values
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children value
Instance
<values>
  <value id="" mcdaConcept="" name="">{1,unbounded}</value>
</values>
Source
<xs:element name="values" type="xmcda:values" minOccurs="1" maxOccurs="1"/>
Complex Type xmcda:alternativeOnCriteriaPerformances
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
The performances of an alternative on the criteria. Corresponds to a "row" in a performancetable.
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_alternativeOnCriteriaPerformances.tmp#alternativeOnCriteriaPerformances_alternativeID XMCDA-3_1_1_xsd_Complex_Type_xmcda_alternativeOnCriteriaPerformances.tmp#alternativeOnCriteriaPerformances_performance
Used by
Model
Children alternativeID, performance
Source
<xs:complexType name="alternativeOnCriteriaPerformances">
  <xs:annotation>
    <xs:documentation>The performances of an alternative on the criteria. Corresponds to a "row" in a performancetable.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="alternativeID" minOccurs="1" maxOccurs="1" type="xs:string"/>
    <xs:element name="performance" minOccurs="1" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Evaluation of an alternative on a criterion. If the evaluation is not available, put NA.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="description" minOccurs="0" type="xmcda:description"/>
          <xs:element name="criterionID" minOccurs="1" maxOccurs="1" type="xs:string"/>
          <xs:element name="values" type="xmcda:values" minOccurs="1" maxOccurs="1"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>