simpleType SavedQueryResultsEnum
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute SavedQueryDefType/@resultsType
facets
Kind Value Annotation
enumeration flat
enumeration hierarchical
annotation
documentation

      The type of search results required from a SavedQueryDef. Currently flat
      and hierarchical are supported.
     
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>


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