| type | restriction of s:string | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <s:simpleType name="QuoteType"> <s:annotation> <s:documentation>Quote calculation method: Automatic Manual </s:documentation> </s:annotation> <s:restriction base="s:string"> <s:enumeration value="Automatic"/> <s:enumeration value="Manual"/> </s:restriction> </s:simpleType> |