| type | restriction of xsd:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xsd:simpleType name="PickingOptionsType"> <xsd:annotation> <xsd:appinfo>Simple type for specifying how picking is to be conducted.</xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="none"/> <xsd:enumeration value="local"/> <xsd:enumeration value="remote"/> </xsd:restriction> </xsd:simpleType> |