| type | restriction of s:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <s:simpleType name="TicketActionType"> <s:annotation> <s:documentation>Action: Display - show ticket information QuoteRefund - show ticket and refund information Refund - refund ticket Void - void ticket </s:documentation> </s:annotation> <s:restriction base="s:string"> <s:enumeration value="Display"/> <s:enumeration value="QuoteRefund"/> <s:enumeration value="Refund"/> <s:enumeration value="Void"/> </s:restriction> </s:simpleType> |