complexType BusinessOperationType
diagram plmxml_diagrams/plmxml_p1616.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessRuleBase
properties
base bus:BusinessRuleBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element BusinessOperation
complexTypes PropertyBusinessOperationType TypeBusinessOperationType
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  optional      
methodAttachmentPointRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This describes a Business Operation.
          
      Attributes:    
                     
      typeName:                  Object Type name on which this operation is defined
      methodAttachmentPointRefs: Reference to MethodAttachmentPoints related to this Operation.
     
source <xsd:complexType name="BusinessOperationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This describes a Business Operation.
          
      Attributes:    
                     
      typeName:                  Object Type name on which this operation is defined
      methodAttachmentPointRefs: Reference to MethodAttachmentPoints related to this Operation.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:attribute name="typeName" type="xsd:string" use="optional"/>
     
<xsd:attribute name="methodAttachmentPointRefs" type="plm:uriReferenceListType" use="optional" plm:refType="bus:MethodAttachmentPoint"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute BusinessOperationType/@methodAttachmentPointRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="methodAttachmentPointRefs" type="plm:uriReferenceListType" use="optional" plm:refType="bus:MethodAttachmentPoint"/>


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