complexType TaskType
diagram plmxml_diagrams/plmxml_p1453.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Signoff plm:ReleaseStatus
used by
element WorkflowProcessType/Task
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
state  plm:TaskStateType        
subTaskRefs  plm:uriReferenceListType  optional      
targetRefs  derived by: plm:uriReferenceListType  optional      
referenceRefs  derived by: plm:uriReferenceListType  optional      
source <xsd:complexType name="TaskType">
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="Signoff" type="plm:SignoffType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ReleaseStatus" type="plm:ReleaseStatusType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="state" type="plm:TaskStateType"/>
     
<xsd:attribute name="subTaskRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Task"/>
     
<xsd:attribute name="targetRefs" use="optional">
       
<xsd:simpleType>
         
<xsd:restriction base="plm:uriReferenceListType">
           
<xsd:minLength value="1"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
     
<xsd:attribute name="referenceRefs" use="optional">
       
<xsd:simpleType>
         
<xsd:restriction base="plm:uriReferenceListType">
           
<xsd:minLength value="1"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TaskType/@state
type plm:TaskStateType
facets
Kind Value Annotation
enumeration unassigned
enumeration pending
enumeration started
enumeration completed
enumeration skipped
enumeration aborted
enumeration suspended
enumeration failed
source <xsd:attribute name="state" type="plm:TaskStateType"/>

attribute TaskType/@subTaskRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="subTaskRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Task"/>

attribute TaskType/@targetRefs
type restriction of plm:uriReferenceListType
properties
use optional
facets
Kind Value Annotation
minLength 1
source <xsd:attribute name="targetRefs" use="optional">
 
<xsd:simpleType>
   
<xsd:restriction base="plm:uriReferenceListType">
     
<xsd:minLength value="1"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute TaskType/@referenceRefs
type restriction of plm:uriReferenceListType
properties
use optional
facets
Kind Value Annotation
minLength 1
source <xsd:attribute name="referenceRefs" use="optional">
 
<xsd:simpleType>
   
<xsd:restriction base="plm:uriReferenceListType">
     
<xsd:minLength value="1"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element TaskType/Signoff
diagram plmxml_diagrams/plmxml_p1454.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:SignoffType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
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        
source <xsd:element name="Signoff" type="plm:SignoffType" minOccurs="0" maxOccurs="unbounded"/>

element TaskType/ReleaseStatus
diagram plmxml_diagrams/plmxml_p1455.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ReleaseStatusType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef plm:Attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
dateReleased  xsd:dateTime  optional      
effectivityRefs  plm:uriReferenceListType  optional      
source <xsd:element name="ReleaseStatus" type="plm:ReleaseStatusType" minOccurs="0"/>


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