QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
description | xs:string | optional | ||||
displayValue | xs:string | optional | ||||
value | xs:string | required |
Element | Decisions |
<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> |