Decisions

Element Information

Model

Children: Decision, Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
businessProblem xs:string optional
description xs:string optional

Used By

Element OutputField

Source

<xs:element name="Decisions">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Decision" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="businessProblem" type="xs:string"/>
    <xs:attribute name="description" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample