complexType PropertyBusinessOperationType
diagram plmxml_diagrams/plmxml_p1674.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessOperationType
properties
base bus:BusinessOperationType
children plm:Description plm:ApplicationRef plm:Attribute
used by
element PropertyBusinessOperation
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      
propertyName  xsd:string  optional      
annotation
documentation

      This describes a Business Operation which operates on a particular property of
      a particular Type.
          
      Attributes:    
                     
      propertyName:      Property of object where this operation is defined.
     
source <xsd:complexType name="PropertyBusinessOperationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This describes a Business Operation which operates on a particular property of
      a particular Type.
          
      Attributes:    
                     
      propertyName:      Property of object where this operation is defined.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessOperationType">
     
<xsd:attribute name="propertyName" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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


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