simpleType PickingOptionsType
type restriction of xsd:string
properties
base xsd:string
used by
attribute SimRunOptionsType/@pickMethod
facets
Kind Value annotation 
enumeration none 
enumeration local 
enumeration remote 
annotation
appinfo
Simple type for specifying how picking is to be conducted.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy