simpleType DecisionType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:string
properties
base xsd:string
used by
attributes SignoffType/@decision OverrideApprovalType/@requestState
facets
Kind Value Annotation
enumeration noDecision
enumeration approve
enumeration reject
source <xsd:simpleType name="DecisionType">
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="noDecision"/>
   
<xsd:enumeration value="approve"/>
   
<xsd:enumeration value="reject"/>
 
</xsd:restriction>
</xsd:simpleType>


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