Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:attributeReference / attributeID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="attributeID" type="xs:string"/>
Element xmcda:attributeReference / attributesSetID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="attributesSetID" type="xs:string"/>
Element xmcda:attributeReference / attributeSet
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributesSet.tmp#attributesSet_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributesSet.tmp#attributesSet_element XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributesSet.tmp#attributesSet_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributesSet.tmp#attributesSet_values XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributesSet.tmp#attributesSet
Type xmcda:attributesSet
Properties
content complex
Model
Children description, element, value, values
Instance
<attributeSet 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>
</attributeSet>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="attributeSet" type="xmcda:attributesSet"/>
Complex Type xmcda:attributeReference
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Generic type for criterion, coalition and list of criteria references.
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributeReference.tmp#attributeReference_attributeID XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributeReference.tmp#attributeReference_attributesSetID XMCDA-2_2_3_xsd_Complex_Type_xmcda_attributeReference.tmp#attributeReference_attributeSet
Used by
Model
Children attributeID, attributeSet, attributesSetID
Source
<xs:complexType name="attributeReference">
  <xs:annotation>
    <xs:documentation>Generic type for criterion, coalition and list of criteria references.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="attributeID" type="xs:string"/>
    <xs:element name="attributesSetID" type="xs:string"/>
    <xs:element name="attributeSet" type="xmcda:attributesSet"/>
  </xs:choice>
</xs:complexType>