QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
businessProblem | xs:string | optional | ||||
description | xs:string | optional |
Element | OutputField |
<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> |