simpleType WorkflowTemplateUndecidedReviewersEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes WorkflowTemplateType/@waitForUndecidedReviewers ResourceListType/@waitForUndecidedReviewers
facets
Kind Value Annotation
enumeration true
enumeration false
annotation
documentation

      Whether the workflow process should wait for undecided reviewers.
      Currently only the values true and false are supported.
     
source <xsd:simpleType name="WorkflowTemplateUndecidedReviewersEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      Whether the workflow process should wait for undecided reviewers.
      Currently only the values true and false are supported.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="true"/>
   
<xsd:enumeration value="false"/>
 
</xsd:restriction>
</xsd:simpleType>


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