complexType ProcessInstanceType
diagram plmxml_diagrams/plmxml_p1108.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:InstanceBase
properties
base plm:InstanceBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Transform plm:Representation plm:VariantCondition plm:Reference plm:PropertyGroup plm:EntityPropertyGroup
used by
element ProcessInstance
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
instancedRef  plm:anyURIType  optional      
transformRef  xsd:IDREF  optional      
materialRef  xsd:IDREF  optional      
partRef  plm:anyURIType  optional      
representationRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
designRequired  xsd:boolean  optional      
quantity  xsd:double  optional      
unitRef  xsd:IDREF  optional      
instanceType  xsd:string  optional      
sequenceNumber  xsd:nonNegativeInteger  optional      
instanceThreadRef  plm:anyURIType  optional      
instanceTypeRef  plm:anyURIType  optional      
predecessorRefs  plm:uriReferenceListType        
annotation
documentation

      An Instance of a Process, ProcessRevision, ProcessRevisionView, or ProcessStructureView.
   
      Attributes:
   
      predecessorRefs:      Used to indicate the process flow.
     
source <xsd:complexType name="ProcessInstanceType">
 
<xsd:annotation>
   
<xsd:documentation>
      An Instance of a Process, ProcessRevision, ProcessRevisionView, or ProcessStructureView.
   
      Attributes:
   
      predecessorRefs:      Used to indicate the process flow.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:InstanceBase">
     
<xsd:attribute name="predecessorRefs" type="plm:uriReferenceListType" plm:refType="plm:ProcessInstance"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ProcessInstanceType/@predecessorRefs
type plm:uriReferenceListType
source <xsd:attribute name="predecessorRefs" type="plm:uriReferenceListType" plm:refType="plm:ProcessInstance"/>


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