Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:alternativesMatrix / description
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_title XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_subTitle XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_subSubTitle XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_user XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_author XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_version XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_creationDate XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_lastModificationDate XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_shortName XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_comment XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_abstract XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_keywords XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_bibliography XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_stakeholders XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description
Type xmcda:description
Properties
content complex
minOccurs 0
Model
Children abstract, author, bibliography, comment, creationDate, keywords, lastModificationDate, shortName, stakeholders, subSubTitle, subTitle, title, user, version
Instance
<description>
  <title>{0,1}</title>
  <subTitle>{0,1}</subTitle>
  <subSubTitle>{0,1}</subSubTitle>
  <user>{0,1}</user>
  <author>{0,unbounded}</author>
  <version>{0,1}</version>
  <creationDate>{0,1}</creationDate>
  <lastModificationDate>{0,1}</lastModificationDate>
  <shortName>{0,1}</shortName>
  <comment>{0,1}</comment>
  <abstract>{0,1}</abstract>
  <keywords>{0,1}</keywords>
  <bibliography id="" mcdaConcept="" name="">{0,1}</bibliography>
  <stakeholders>{0,1}</stakeholders>
</description>
Source
<xs:element name="description" type="xmcda:description" minOccurs="0"/>
Element xmcda:alternativesMatrix / valuation
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_scale.tmp#scale_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_scale.tmp#scale_valuationType XMCDA-2_2_3_xsd_Complex_Type_xmcda_scale.tmp#scale_nominal XMCDA-2_2_3_xsd_Complex_Type_xmcda_scale.tmp#scale_qualitative XMCDA-2_2_3_xsd_Complex_Type_xmcda_scale.tmp#scale_quantitative XMCDA-2_2_3_xsd_Complex_Type_xmcda_scale.tmp#scale
Type xmcda:scale
Properties
content complex
minOccurs 0
Model
Children description, nominal, qualitative, quantitative, valuationType
Instance
<valuation id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <valuationType>{0,1}</valuationType>
  <nominal>{1,1}</nominal>
  <qualitative>{1,1}</qualitative>
  <quantitative>{1,1}</quantitative>
</valuation>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="valuation" type="xmcda:scale" minOccurs="0"/>
Element xmcda:alternativesMatrix / row
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativeID XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesSetID XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesSet XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_column
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children alternativeID, alternativesSet, alternativesSetID, column, description
Instance
<row id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <alternativeID>{1,1}</alternativeID>
  <alternativesSetID>{1,1}</alternativesSetID>
  <alternativesSet id="" mcdaConcept="" name="">{1,1}</alternativesSet>
  <column>{1,unbounded}</column>
</row>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="row" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>A row of a matrix.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="description" minOccurs="0" type="xmcda:description"/>
      <xs:choice>
        <xs:element name="alternativeID" type="xs:string"/>
        <xs:element name="alternativesSetID" type="xs:string"/>
        <xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
      </xs:choice>
      <xs:element name="column" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="description" minOccurs="0" type="xmcda:description"/>
            <xs:choice>
              <xs:element name="alternativeID" type="xs:string"/>
              <xs:element name="alternativesSetID" type="xs:string"/>
              <xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
            </xs:choice>
            <xs:element name="value" type="xmcda:value" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="xmcda:defaultAttributes"/>
  </xs:complexType>
</xs:element>
Element xmcda:alternativesMatrix / row / description
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_title XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_subTitle XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_subSubTitle XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_user XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_author XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_version XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_creationDate XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_lastModificationDate XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_shortName XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_comment XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_abstract XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_keywords XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_bibliography XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_stakeholders XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description
Type xmcda:description
Properties
content complex
minOccurs 0
Model
Children abstract, author, bibliography, comment, creationDate, keywords, lastModificationDate, shortName, stakeholders, subSubTitle, subTitle, title, user, version
Instance
<description>
  <title>{0,1}</title>
  <subTitle>{0,1}</subTitle>
  <subSubTitle>{0,1}</subSubTitle>
  <user>{0,1}</user>
  <author>{0,unbounded}</author>
  <version>{0,1}</version>
  <creationDate>{0,1}</creationDate>
  <lastModificationDate>{0,1}</lastModificationDate>
  <shortName>{0,1}</shortName>
  <comment>{0,1}</comment>
  <abstract>{0,1}</abstract>
  <keywords>{0,1}</keywords>
  <bibliography id="" mcdaConcept="" name="">{0,1}</bibliography>
  <stakeholders>{0,1}</stakeholders>
</description>
Source
<xs:element name="description" minOccurs="0" type="xmcda:description"/>
Element xmcda:alternativesMatrix / row / alternativeID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativeID" type="xs:string"/>
Element xmcda:alternativesMatrix / row / alternativesSetID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativesSetID" type="xs:string"/>
Element xmcda:alternativesMatrix / row / alternativesSet
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_element XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_values XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet
Type xmcda:alternativesSet
Properties
content complex
Model
Children description, element, value, values
Instance
<alternativesSet id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <element>{0,unbounded}</element>
  <value id="" mcdaConcept="" name="">{1,1}</value>
  <values id="" mcdaConcept="" name="">{1,1}</values>
</alternativesSet>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
Element xmcda:alternativesMatrix / row / column
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesMatrix_alternativesMatrix_row_column_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesMatrix_alternativesMatrix_row_column_alternativeID XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesMatrix_alternativesMatrix_row_column_alternativesSetID XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesMatrix_alternativesMatrix_row_column_alternativesSet XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_alternativesMatrix_row_alternativesMatrix_alternativesMatrix_row_column_value
Properties
content complex
maxOccurs unbounded
Model
Children alternativeID, alternativesSet, alternativesSetID, description, value
Instance
<column>
  <description>{0,1}</description>
  <alternativeID>{1,1}</alternativeID>
  <alternativesSetID>{1,1}</alternativesSetID>
  <alternativesSet id="" mcdaConcept="" name="">{1,1}</alternativesSet>
  <value id="" mcdaConcept="" name="">{0,1}</value>
</column>
Source
<xs:element name="column" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="description" minOccurs="0" type="xmcda:description"/>
      <xs:choice>
        <xs:element name="alternativeID" type="xs:string"/>
        <xs:element name="alternativesSetID" type="xs:string"/>
        <xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
      </xs:choice>
      <xs:element name="value" type="xmcda:value" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xmcda:alternativesMatrix / row / column / description
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_title XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_subTitle XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_subSubTitle XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_user XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_author XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_version XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_creationDate XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_lastModificationDate XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_shortName XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_comment XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_abstract XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_keywords XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_bibliography XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description_stakeholders XMCDA-2_2_3_xsd_Complex_Type_xmcda_description.tmp#description
Type xmcda:description
Properties
content complex
minOccurs 0
Model
Children abstract, author, bibliography, comment, creationDate, keywords, lastModificationDate, shortName, stakeholders, subSubTitle, subTitle, title, user, version
Instance
<description>
  <title>{0,1}</title>
  <subTitle>{0,1}</subTitle>
  <subSubTitle>{0,1}</subSubTitle>
  <user>{0,1}</user>
  <author>{0,unbounded}</author>
  <version>{0,1}</version>
  <creationDate>{0,1}</creationDate>
  <lastModificationDate>{0,1}</lastModificationDate>
  <shortName>{0,1}</shortName>
  <comment>{0,1}</comment>
  <abstract>{0,1}</abstract>
  <keywords>{0,1}</keywords>
  <bibliography id="" mcdaConcept="" name="">{0,1}</bibliography>
  <stakeholders>{0,1}</stakeholders>
</description>
Source
<xs:element name="description" minOccurs="0" type="xmcda:description"/>
Element xmcda:alternativesMatrix / row / column / alternativeID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativeID" type="xs:string"/>
Element xmcda:alternativesMatrix / row / column / alternativesSetID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativesSetID" type="xs:string"/>
Element xmcda:alternativesMatrix / row / column / alternativesSet
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_element XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_values XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet
Type xmcda:alternativesSet
Properties
content complex
Model
Children description, element, value, values
Instance
<alternativesSet id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <element>{0,unbounded}</element>
  <value id="" mcdaConcept="" name="">{1,1}</value>
  <values id="" mcdaConcept="" name="">{1,1}</values>
</alternativesSet>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
Element xmcda:alternativesMatrix / row / column / value
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_integer XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_real XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_interval XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_rational XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_label XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_rankedLabel XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_boolean XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_NA XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_image XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_imageRef XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_fuzzyNumber XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_fuzzyLabel XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value
Type xmcda:value
Properties
content complex
minOccurs 0
Model
Children NA, boolean, description, fuzzyLabel, fuzzyNumber, image, imageRef, integer, interval, label, rankedLabel, rational, real
Instance
<value id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <integer>{1,1}</integer>
  <real>{1,1}</real>
  <interval>{1,1}</interval>
  <rational>{1,1}</rational>
  <label>{1,1}</label>
  <rankedLabel>{1,1}</rankedLabel>
  <boolean>{1,1}</boolean>
  <NA>{1,1}</NA>
  <image>{1,1}</image>
  <imageRef>{1,1}</imageRef>
  <fuzzyNumber>{1,1}</fuzzyNumber>
  <fuzzyLabel>{1,1}</fuzzyLabel>
</value>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="value" type="xmcda:value" minOccurs="0"/>
Complex Type xmcda:alternativesMatrix
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Generic type for a matrix on alternatives.
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_valuation XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesMatrix.tmp#alternativesMatrix_row
Used by
Model
Children description, row, valuation
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:complexType name="alternativesMatrix">
  <xs:annotation>
    <xs:documentation>Generic type for a matrix on alternatives.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="description" type="xmcda:description" minOccurs="0"/>
    <xs:element name="valuation" type="xmcda:scale" minOccurs="0"/>
    <xs:element name="row" minOccurs="1" maxOccurs="unbounded">
      <xs:complexType>
        <xs:annotation>
          <xs:documentation>A row of a matrix.</xs:documentation>
        </xs:annotation>
        <xs:sequence>
          <xs:element name="description" minOccurs="0" type="xmcda:description"/>
          <xs:choice>
            <xs:element name="alternativeID" type="xs:string"/>
            <xs:element name="alternativesSetID" type="xs:string"/>
            <xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
          </xs:choice>
          <xs:element name="column" maxOccurs="unbounded">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="description" minOccurs="0" type="xmcda:description"/>
                <xs:choice>
                  <xs:element name="alternativeID" type="xs:string"/>
                  <xs:element name="alternativesSetID" type="xs:string"/>
                  <xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
                </xs:choice>
                <xs:element name="value" type="xmcda:value" minOccurs="0"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="xmcda:defaultAttributes"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="xmcda:defaultAttributes"/>
</xs:complexType>