| type | restriction of s:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <s:simpleType name="DeckType"> <s:annotation> <s:documentation>Deck type: Lowerdeck, Maindeck, Upperdeck </s:documentation> </s:annotation> <s:restriction base="s:string"> <s:enumeration value="Lowerdeck"/> <s:enumeration value="Maindeck"/> <s:enumeration value="Upperdeck"/> </s:restriction> </s:simpleType> |