complexType ProcessDefType
diagram plmxml_diagrams/plmxml_p1107.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureDefBase
properties
base plm:StructureDefBase
children plm:Description plm:ApplicationRef plm:Attribute plm:InstanceGraph plm:StructureRevisionView plm:Representation plm:ProductView plm:DisplayControl plm:ViewControl plm:LightSource plm:Material plm:ConstructionGeometry plm:GDE plm:Section plm:ProcessInstance plm:StructureRevision plm:ProcessView
used by
element ProcessDef
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      
revision  xsd:decimal  optional      
defaultProductViewRef  xsd:IDREF  optional      
default  xsd:boolean  optional      
variantRuleRef  plm:anyURIType        
revisionRuleRef  plm:anyURIType        
configured  xsd:boolean  optional      
rootRefs  xsd:IDREFS  optional      
annotation
documentation

      ProcessDef is a container element for the Process Structure.
   
      Attributes:
   
      rootRefs:

      Sub-elements:
   
      ProcessInstance
      StructureRevision
      ProcessView
     
source <xsd:complexType name="ProcessDefType">
 
<xsd:annotation>
   
<xsd:documentation>
      ProcessDef is a container element for the Process Structure.
   
      Attributes:
   
      rootRefs:

      Sub-elements:
   
      ProcessInstance
      StructureRevision
      ProcessView
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureDefBase">
     
<xsd:sequence>
       
<xsd:choice minOccurs="0" maxOccurs="unbounded">
         
<xsd:element ref="plm:ProcessInstance" plm:deprecated="true"/>
         
<xsd:element ref="plm:StructureRevision" plm:deprecated="true"/>
         
<xsd:element ref="plm:ProcessView"/>
       
</xsd:choice>
     
</xsd:sequence>
     
<xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:deprecated="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ProcessDefType/@rootRefs
type xsd:IDREFS
properties
use optional
source <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:deprecated="true"/>


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