complexType WorkflowProfileRelationType
diagram plmxml_diagrams/plmxml_p1480.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element WorkflowProfileRelation
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      
ownerRef  plm:anyURIType  required      
profileRefs  plm:uriReferenceListType  required      
annotation
documentation

      A base type for defining relations between workflow task template and signoff profile elements.
      ownerRef is a reference to an owning object, such as a task template or a task. profileRefs is
      a reference to one or many signoff profiles that this owner object is associated to.
     
source <xsd:complexType name="WorkflowProfileRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      A base type for defining relations between workflow task template and signoff profile elements.
      ownerRef is a reference to an owning object, such as a task template or a task. profileRefs is
      a reference to one or many signoff profiles that this owner object is associated to.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="ownerRef" type="plm:anyURIType" use="required"/>
     
<xsd:attribute name="profileRefs" type="plm:uriReferenceListType" use="required" plm:refType="plm:WorkflowSignoffProfile"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkflowProfileRelationType/@ownerRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="ownerRef" type="plm:anyURIType" use="required"/>

attribute WorkflowProfileRelationType/@profileRefs
type plm:uriReferenceListType
properties
use required
source <xsd:attribute name="profileRefs" type="plm:uriReferenceListType" use="required" plm:refType="plm:WorkflowSignoffProfile"/>


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