namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |