Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:categoryReference / categoryID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="categoryID" type="xs:string"/>
Element xmcda:categoryReference / categoriesSetID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="categoriesSetID" type="xs:string"/>
Element xmcda:categoryReference / categoriesSet
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesSet.tmp#categoriesSet_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesSet.tmp#categoriesSet_element XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesSet.tmp#categoriesSet_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesSet.tmp#categoriesSet_values XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoriesSet.tmp#categoriesSet
Type xmcda:categoriesSet
Properties
content complex
Model
Children description, element, value, values
Instance
<categoriesSet 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>
</categoriesSet>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="categoriesSet" type="xmcda:categoriesSet"/>
Complex Type xmcda:categoryReference
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Generic type for categories, categoriesSet or categories references.
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoryReference.tmp#categoryReference_categoryID XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoryReference.tmp#categoryReference_categoriesSetID XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoryReference.tmp#categoryReference_categoriesSet
Used by
Model
Children categoriesSet, categoriesSetID, categoryID
Source
<xs:complexType name="categoryReference">
  <xs:annotation>
    <xs:documentation>Generic type for categories, categoriesSet or categories references.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="categoryID" type="xs:string"/>
    <xs:element name="categoriesSetID" type="xs:string"/>
    <xs:element name="categoriesSet" type="xmcda:categoriesSet"/>
  </xs:choice>
</xs:complexType>