Decision

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
description xs:string optional
displayValue xs:string optional
value xs:string required

Used By

Element Decisions

Source

<xs:element name="Decision">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="value" type="xs:string" use="required"/>
    <xs:attribute name="displayValue" type="xs:string"/>
    <xs:attribute name="description" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample