Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:categoriesInterval / 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:categoriesInterval / lowerBound
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesIntervalBound.tmp#categoriesIntervalBound_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesIntervalBound.tmp#categoriesIntervalBound_categoryID XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesIntervalBound.tmp#categoriesIntervalBound
Type xmcda:categoriesIntervalBound
Properties
content complex
Model
Children categoryID, description
Instance
<lowerBound>
  <description>{0,1}</description>
  <categoryID>{1,1}</categoryID>
</lowerBound>
Source
<xs:element name="lowerBound" type="xmcda:categoriesIntervalBound"/>
Element xmcda:categoriesInterval / upperBound
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesIntervalBound.tmp#categoriesIntervalBound_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesIntervalBound.tmp#categoriesIntervalBound_categoryID XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesIntervalBound.tmp#categoriesIntervalBound
Type xmcda:categoriesIntervalBound
Properties
content complex
minOccurs 0
Model
Children categoryID, description
Instance
<upperBound>
  <description>{0,1}</description>
  <categoryID>{1,1}</categoryID>
</upperBound>
Source
<xs:element name="upperBound" type="xmcda:categoriesIntervalBound" minOccurs="0"/>
Complex Type xmcda:categoriesInterval
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
A "valued" set of categories.
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesInterval.tmp#categoriesInterval_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesInterval.tmp#categoriesInterval_lowerBound XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesInterval.tmp#categoriesInterval_upperBound
Used by
Model
Children description, lowerBound, upperBound
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:complexType name="categoriesInterval">
  <xs:annotation>
    <xs:documentation>A "valued" set of categories.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="description" type="xmcda:description" minOccurs="0"/>
    <xs:choice>
      <xs:sequence>
        <xs:element name="lowerBound" type="xmcda:categoriesIntervalBound"/>
        <xs:element name="upperBound" type="xmcda:categoriesIntervalBound" minOccurs="0"/>
      </xs:sequence>
      <xs:element name="upperBound" type="xmcda:categoriesIntervalBound"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="xmcda:defaultAttributes"/>
</xs:complexType>