Showing:

Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:categoryProfileBound / categoryID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="categoryID" type="xs:string"/>
Element xmcda:categoryProfileBound / value
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_integer XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_real XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_interval XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_rational XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_label XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_rankedLabel XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_boolean XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_NA XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_image XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_imageRef XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_fuzzyNumber XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value_fuzzyLabel XMCDA-2_2_3_xsd_Complex_Type_xmcda_value.tmp#value
Type xmcda:value
Properties
content complex
Model
Children NA, boolean, description, fuzzyLabel, fuzzyNumber, image, imageRef, integer, interval, label, rankedLabel, rational, real
Instance
<value id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <integer>{1,1}</integer>
  <real>{1,1}</real>
  <interval>{1,1}</interval>
  <rational>{1,1}</rational>
  <label>{1,1}</label>
  <rankedLabel>{1,1}</rankedLabel>
  <boolean>{1,1}</boolean>
  <NA>{1,1}</NA>
  <image>{1,1}</image>
  <imageRef>{1,1}</imageRef>
  <fuzzyNumber>{1,1}</fuzzyNumber>
  <fuzzyLabel>{1,1}</fuzzyLabel>
</value>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="value" type="xmcda:value"/>
Element xmcda:categoryProfileBound / values
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_values.tmp#values_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_values.tmp#values_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_values.tmp#values
Type xmcda:values
Properties
content complex
Model
Children description, value
Instance
<values id="" mcdaConcept="" name="">
  <description>{0,1}</description>
  <value id="" mcdaConcept="" name="">{1,unbounded}</value>
</values>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="values" type="xmcda:values"/>
Complex Type xmcda:categoryProfileBound
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_categoryID XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_categoryProfileBound.tmp#categoryProfileBound_values
Used by
Model
Children categoryID, value, values
Source
<xs:complexType name="categoryProfileBound">
  <xs:sequence>
    <xs:element name="categoryID" type="xs:string"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="value" type="xmcda:value"/>
      <xs:element name="values" type="xmcda:values"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>