complexType SignoffType
diagram plmxml_diagrams/plmxml_p1450.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef
used by
element TaskType/Signoff
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
organisationMemberRef  plm:anyURIType        
resourcePoolRef  plm:anyURIType        
decision  plm:DecisionType        
decisionDate  xsd:dateTime  optional      
userRef  plm:anyURIType        
annotation
documentation

      Attributes:

      organisationMemberRef: References an OrganisationMember if the workflow
                        task is assigned to an organisation member.
      resourcePoolRef:  References a ResourcePool if the workflow task is
                        assigned to a resource pool.
      decision:         approve, noDecision or reject.
      decisionDate:     The date and time the decision was made.
      userRef:          References the actual signing off User.
     
source <xsd:complexType name="SignoffType">
 
<xsd:annotation>
   
<xsd:documentation>
      Attributes:

      organisationMemberRef: References an OrganisationMember if the workflow
                        task is assigned to an organisation member.
      resourcePoolRef:  References a ResourcePool if the workflow task is
                        assigned to a resource pool.
      decision:         approve, noDecision or reject.
      decisionDate:     The date and time the decision was made.
      userRef:          References the actual signing off User.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:attribute name="organisationMemberRef" type="plm:anyURIType" plm:refType="plm:OrganisationMember"/>
     
<xsd:attribute name="resourcePoolRef" type="plm:anyURIType" plm:refType="plm:ResourcePool"/>
     
<xsd:attribute name="decision" type="plm:DecisionType"/>
     
<xsd:attribute name="decisionDate" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="userRef" type="plm:anyURIType" plm:refType="plm:User"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SignoffType/@organisationMemberRef
type plm:anyURIType
source <xsd:attribute name="organisationMemberRef" type="plm:anyURIType" plm:refType="plm:OrganisationMember"/>

attribute SignoffType/@resourcePoolRef
type plm:anyURIType
source <xsd:attribute name="resourcePoolRef" type="plm:anyURIType" plm:refType="plm:ResourcePool"/>

attribute SignoffType/@decision
type plm:DecisionType
facets
Kind Value Annotation
enumeration noDecision
enumeration approve
enumeration reject
source <xsd:attribute name="decision" type="plm:DecisionType"/>

attribute SignoffType/@decisionDate
type xsd:dateTime
properties
use optional
source <xsd:attribute name="decisionDate" type="xsd:dateTime" use="optional"/>

attribute SignoffType/@userRef
type plm:anyURIType
source <xsd:attribute name="userRef" type="plm:anyURIType" plm:refType="plm:User"/>


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