complexType MethodAttachmentPointType
diagram plmxml_diagrams/plmxml_p1652.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 MethodAttachmentPoint
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      
isOverridable  xsd:boolean  optional  false    
isSingleMethod  xsd:boolean  optional  false    
methodAttachmentPointType  bus:MethodAttachmentPointEnum  required      
methodDescriptorRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This describes a Method Attachment Point in an operation.
                       
      isOverridable:             Specifies if this Attachment Point is overridable           
      isSingleMethod:            If true, this element can have only one Descriptor.
      methodAttachmentPointType: Type of the MethodAttachmentPoint. This determines when
                                 the method is executed.
      methodDescriptorRefs:      Reference to Method Descriptors that contain the methods to be
                                 executed within this Attachment Point.
     
source <xsd:complexType name="MethodAttachmentPointType">
 
<xsd:annotation>
   
<xsd:documentation>
      This describes a Method Attachment Point in an operation.
                       
      isOverridable:             Specifies if this Attachment Point is overridable           
      isSingleMethod:            If true, this element can have only one Descriptor.
      methodAttachmentPointType: Type of the MethodAttachmentPoint. This determines when
                                 the method is executed.
      methodDescriptorRefs:      Reference to Method Descriptors that contain the methods to be
                                 executed within this Attachment Point.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:attribute name="isOverridable" type="xsd:boolean" use="optional" default="false"/>
     
<xsd:attribute name="isSingleMethod" type="xsd:boolean" use="optional" default="false"/>
     
<xsd:attribute name="methodAttachmentPointType" type="bus:MethodAttachmentPointEnum" use="required"/>
     
<xsd:attribute name="methodDescriptorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="bus:MethodDescriptor"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MethodAttachmentPointType/@isOverridable
type xsd:boolean
properties
use optional
default false
source <xsd:attribute name="isOverridable" type="xsd:boolean" use="optional" default="false"/>

attribute MethodAttachmentPointType/@isSingleMethod
type xsd:boolean
properties
use optional
default false
source <xsd:attribute name="isSingleMethod" type="xsd:boolean" use="optional" default="false"/>

attribute MethodAttachmentPointType/@methodAttachmentPointType
type bus:MethodAttachmentPointEnum
properties
use required
facets
Kind Value Annotation
enumeration unknown
enumeration preCondition
enumeration preAction
enumeration baseAction
enumeration postAction
source <xsd:attribute name="methodAttachmentPointType" type="bus:MethodAttachmentPointEnum" use="required"/>

attribute MethodAttachmentPointType/@methodDescriptorRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="methodDescriptorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="bus:MethodDescriptor"/>


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