complexType WorkflowProcessType
diagram plmxml_diagrams/plmxml_p1478.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:Task
used by
element WorkflowProcess
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      
templateName  xsd:string        
ownerRef  plm:anyURIType        
templateNameRef  plm:anyURIType  optional      
annotation
documentation

      Attributes:

      templateNameRef:  References a multiple language version of templateName.
                        If multiple language support is required,
                        templateNameRef should be used in addition to
                        templateName.
     
source <xsd:complexType name="WorkflowProcessType">
 
<xsd:annotation>
   
<xsd:documentation>
      Attributes:

      templateNameRef:  References a multiple language version of templateName.
                        If multiple language support is required,
                        templateNameRef should be used in addition to
                        templateName.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="Task" type="plm:TaskType" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="templateName" type="xsd:string"/>
     
<xsd:attribute name="ownerRef" type="plm:anyURIType" plm:refType="plm:Owner"/>
     
<xsd:attribute name="templateNameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkflowProcessType/@templateName
type xsd:string
source <xsd:attribute name="templateName" type="xsd:string"/>

attribute WorkflowProcessType/@ownerRef
type plm:anyURIType
source <xsd:attribute name="ownerRef" type="plm:anyURIType" plm:refType="plm:Owner"/>

attribute WorkflowProcessType/@templateNameRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="templateNameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

element WorkflowProcessType/Task
diagram plmxml_diagrams/plmxml_p1479.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:TaskType
properties
minOcc 1
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:Signoff plm:ReleaseStatus
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:element name="Task" type="plm:TaskType" maxOccurs="unbounded"/>


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