namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="SavedQueryResultsEnum"> <xsd:annotation> <xsd:documentation> The type of search results required from a SavedQueryDef. Currently flat and hierarchical are supported. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="flat"/> <xsd:enumeration value="hierarchical"/> </xsd:restriction> </xsd:simpleType> |