The type related to a Decision construct. |
Element | Decision |
<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> |