Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element xmcda:alternative / 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:alternative / type
Namespace No namespace
Annotations
type defines whether an alternative is real or fictive.
Diagram
Diagram XMCDA-2_2_3_xsd_Simple_Type_xmcda_alternativeType.tmp#alternativeType
Type xmcda:alternativeType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
enumeration real
enumeration fictive
Source
<xs:element name="type" minOccurs="0" maxOccurs="1" type="xmcda:alternativeType">
  <xs:annotation>
    <xs:documentation>type defines whether an alternative is real or fictive.</xs:documentation>
  </xs:annotation>
</xs:element>
Element xmcda:alternative / active
Namespace No namespace
Annotations
active defines whether an alternative should be taken into account or not in the calculations.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="active" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>active defines whether an alternative should be taken into account or not in the calculations.</xs:documentation>
  </xs:annotation>
</xs:element>
Element xmcda:alternative / reference
Namespace No namespace
Annotations
reference defines whether an alternative is considered as a reference alternative or not.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="reference" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>reference defines whether an alternative is considered as a reference alternative or not.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type xmcda:alternative
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
A detailed description of an alternative instance.
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributesIDRequired.tmp#defaultAttributesIDRequired XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternative.tmp#alternative_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternative.tmp#alternative_type XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternative.tmp#alternative_active XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternative.tmp#alternative_reference
Used by
Model
Children active, description, reference, type
Attributes
QName Type Use
id xs:string required
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:complexType name="alternative">
  <xs:annotation>
    <xs:documentation>A detailed description of an alternative instance.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="description" type="xmcda:description" minOccurs="0"/>
    <xs:element name="type" minOccurs="0" maxOccurs="1" type="xmcda:alternativeType">
      <xs:annotation>
        <xs:documentation>type defines whether an alternative is real or fictive.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="active" type="xs:boolean" minOccurs="0">
      <xs:annotation>
        <xs:documentation>active defines whether an alternative should be taken into account or not in the calculations.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reference" type="xs:boolean" minOccurs="0">
      <xs:annotation>
        <xs:documentation>reference defines whether an alternative is considered as a reference alternative or not.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attributeGroup ref="xmcda:defaultAttributesIDRequired"/>
</xs:complexType>