complexType TypeCannedMethodType
diagram plmxml_diagrams/plmxml_p1688.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessRuleBase
properties
base bus:BusinessRuleBase
children plm:Description plm:ApplicationRef plm:Attribute bus:MethodOpts
used by
element TypeCannedMethod
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      
isExportable  xsd:boolean  optional  true    
isReplaceable  xsd:boolean  optional  true    
version  xsd:string  optional      
typeName  xsd:string  required      
msgName  xsd:string  required      
actionType  xsd:string  required      
methodName  xsd:string  required      
execSeq  xsd:string  required      
annotation
documentation

      This element contains a Business rule of Type Action Rules. These are methods to be
      executed on Types on some events.

      SubElements:
     
      MethodOpts:          References a construct of parameters, that are required for this method.
                           Multiple sets of parameters are allowed.
     
      Attributes:
     
      typeName:            Object Type on which this rule is applied
      msgName:             Name of the message, which is the event at which this rule gets applied
      actionType:          Holds the action as Precondition, PreAction or Post Action
      methodName:          Name of the Method which gets executed at this event
      execSeq:             Specifies the Order sequence in which this method gets executed
     
source <xsd:complexType name="TypeCannedMethodType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      This element contains a Business rule of Type Action Rules. These are methods to be
      executed on Types on some events.

      SubElements:
     
      MethodOpts:          References a construct of parameters, that are required for this method.
                           Multiple sets of parameters are allowed.
     
      Attributes:
     
      typeName:            Object Type on which this rule is applied
      msgName:             Name of the message, which is the event at which this rule gets applied
      actionType:          Holds the action as Precondition, PreAction or Post Action
      methodName:          Name of the Method which gets executed at this event
      execSeq:             Specifies the Order sequence in which this method gets executed
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:sequence>
       
<xsd:element name="MethodOpts" type="bus:MethodOptsType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="typeName" type="xsd:string" use="required"/>
     
<xsd:attribute name="msgName" type="xsd:string" use="required"/>
     
<xsd:attribute name="actionType" type="xsd:string" use="required"/>
     
<xsd:attribute name="methodName" type="xsd:string" use="required"/>
     
<xsd:attribute name="execSeq" type="xsd:string" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TypeCannedMethodType/@typeName
type xsd:string
properties
use required
source <xsd:attribute name="typeName" type="xsd:string" use="required"/>

attribute TypeCannedMethodType/@msgName
type xsd:string
properties
use required
source <xsd:attribute name="msgName" type="xsd:string" use="required"/>

attribute TypeCannedMethodType/@actionType
type xsd:string
properties
use required
source <xsd:attribute name="actionType" type="xsd:string" use="required"/>

attribute TypeCannedMethodType/@methodName
type xsd:string
properties
use required
source <xsd:attribute name="methodName" type="xsd:string" use="required"/>

attribute TypeCannedMethodType/@execSeq
type xsd:string
properties
use required
source <xsd:attribute name="execSeq" type="xsd:string" use="required"/>

element TypeCannedMethodType/MethodOpts
diagram plmxml_diagrams/plmxml_p1689.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:MethodOptsType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute bus:Parameter
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      
source <xsd:element name="MethodOpts" type="bus:MethodOptsType" minOccurs="0" maxOccurs="unbounded"/>


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