Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:categoryProfile / 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" type="xmcda:description" minOccurs="0"/>
Element xmcda:categoryProfile / categoryID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="categoryID" type="xs:string"/>
Element xmcda:categoryProfile / central
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_categoryProfile_central_alternativeID XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_categoryProfile_central_values
Properties
content complex
Model
Children alternativeID, values
Instance
<central>
  <alternativeID>{1,1}</alternativeID>
  <values>{0,unbounded}</values>
</central>
Source
<xs:element name="central">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="alternativeID" type="xs:string"/>
      <xs:element name="values" type="xmcda:values" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xmcda:categoryProfile / central / alternativeID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativeID" type="xs:string"/>
Element xmcda:categoryProfile / central / 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 0
maxOccurs unbounded
Model
Children value
Instance
<values>
  <value id="" mcdaConcept="" name="">{1,unbounded}</value>
</values>
Source
<xs:element name="values" type="xmcda:values" minOccurs="0" maxOccurs="unbounded"/>
Element xmcda:categoryProfile / bounding
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_categoryProfile_bounding_lowerBound XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_categoryProfile_bounding_upperBound
Properties
content complex
Model
Children lowerBound, upperBound
Instance
<bounding>
  <lowerBound>{1,1}</lowerBound>
  <upperBound>{0,1}</upperBound>
  <upperBound>{1,1}</upperBound>
</bounding>
Source
<xs:element name="bounding">
  <xs:complexType>
    <!-- At least one among (lowerBound, upperBound), or both -->
    <xs:choice>
      <xs:sequence>
        <xs:element name="lowerBound" type="xmcda:categoryProfileBound"/>
        <xs:element name="upperBound" type="xmcda:categoryProfileBound" minOccurs="0"/>
      </xs:sequence>
      <xs:element name="upperBound" type="xmcda:categoryProfileBound"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element xmcda:categoryProfile / bounding / lowerBound
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_alternativeID XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_values XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound
Type xmcda:categoryProfileBound
Properties
content complex
Model
Children alternativeID, values
Instance
<lowerBound>
  <alternativeID>{1,1}</alternativeID>
  <values>{0,1}</values>
</lowerBound>
Source
<xs:element name="lowerBound" type="xmcda:categoryProfileBound"/>
Element xmcda:categoryProfile / bounding / upperBound
Namespace No namespace
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_alternativeID XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_values XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound
Type xmcda:categoryProfileBound
Properties
content complex
minOccurs 0
Model
Children alternativeID, values
Instance
<upperBound>
  <alternativeID>{1,1}</alternativeID>
  <values>{0,1}</values>
</upperBound>
Source
<xs:element name="upperBound" type="xmcda:categoryProfileBound" minOccurs="0"/>
Complex Type xmcda:categoryProfile
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
Description of a category by bounding profiles or central profiles.
Diagram
Diagram XMCDA-3_1_1_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_description XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_categoryID XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_central XMCDA-3_1_1_xsd_Complex_Type_xmcda_categoryProfile.tmp#categoryProfile_bounding
Used by
Model
Children bounding, categoryID, central, description
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="categoryProfile">
  <xs:annotation>
    <xs:documentation>Description of a category by bounding profiles or central profiles.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="description" type="xmcda:description" minOccurs="0"/>
    <xs:element name="categoryID" type="xs:string"/>
    <xs:choice>
      <xs:element name="central">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="alternativeID" type="xs:string"/>
            <xs:element name="values" type="xmcda:values" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="bounding">
        <xs:complexType>
          <!-- At least one among (lowerBound, upperBound), or both -->
          <xs:choice>
            <xs:sequence>
              <xs:element name="lowerBound" type="xmcda:categoryProfileBound"/>
              <xs:element name="upperBound" type="xmcda:categoryProfileBound" minOccurs="0"/>
            </xs:sequence>
            <xs:element name="upperBound" type="xmcda:categoryProfileBound"/>
          </xs:choice>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="xmcda:defaultAttributes"/>
</xs:complexType>