DecisionType

The type related to a Decision construct.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string optional
nameID xsd:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Element Decision

Source

<xsd:complexType name="DecisionType">
  <xsd:annotation>
    <xsd:documentation>The type related to a Decision construct.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="FromLink"/>
    <xsd:element ref="ToLink" minOccurs="2" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="optname"/>
</xsd:complexType>