Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element xmcda:alternativeReference / alternativeID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativeID" type="xs:string"/>
Element xmcda:alternativeReference / alternativesSetID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="alternativesSetID" type="xs:string"/>
Element xmcda:alternativeReference / alternativesSet
Namespace No namespace
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_defaultAttributes.tmp#defaultAttributes XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_description XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_element XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_value XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet_values XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativesSet.tmp#alternativesSet
Type xmcda:alternativesSet
Properties
content complex
Model
Children description, element, value, values
Instance
<alternativesSet 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>
</alternativesSet>
Attributes
QName Type Use
id xs:string optional
mcdaConcept xs:string optional
name xs:string optional
Source
<xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
Complex Type xmcda:alternativeReference
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Generic type for alternatives, choices and list of alternatives references.
Diagram
Diagram XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativeReference.tmp#alternativeReference_alternativeID XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativeReference.tmp#alternativeReference_alternativesSetID XMCDA-2_2_3_xsd_Complex_Type_xmcda_alternativeReference.tmp#alternativeReference_alternativesSet
Used by
Model
Children alternativeID, alternativesSet, alternativesSetID
Source
<xs:complexType name="alternativeReference">
  <xs:annotation>
    <xs:documentation>Generic type for alternatives, choices and list of alternatives references.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="alternativeID" type="xs:string"/>
    <xs:element name="alternativesSetID" type="xs:string"/>
    <xs:element name="alternativesSet" type="xmcda:alternativesSet"/>
  </xs:choice>
</xs:complexType>