diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of bus:BusinessRuleBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:boolean | ||||
properties |
|
||||
source | <xsd:attribute name="isOverridable" type="xsd:boolean" use="optional" default="false"/> |
type | xsd:boolean | ||||
properties |
|
||||
source | <xsd:attribute name="isSingleMethod" type="xsd:boolean" use="optional" default="false"/> |
type | bus:MethodAttachmentPointEnum | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="methodAttachmentPointType" type="bus:MethodAttachmentPointEnum" use="required"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="methodDescriptorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="bus:MethodDescriptor"/> |