complexType MethodType
diagram plmxml_diagrams/plmxml_p1659.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:ArgumentDefinition bus:Validity
used by
element Method
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      
library  xsd:string  optional      
language  bus:APILanguageType    C    
annotation
documentation

      Represents a Method that could be used for extending the behaviour of an operation.
                       
      attributes:
                        
      library:        Library or Jar file name that contains this method.
      language:       Language of implementation of this method.
     
      Sub-elements:
     
      ArgumentDefinition: Definitions of arguments that can be passed to the Method.                                   
      Validity:           Specifies the MethodAttachmentPoints which this Method can be
                          connected to.  
     
source <xsd:complexType name="MethodType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a Method that could be used for extending the behaviour of an operation.
                       
      attributes:
                        
      library:        Library or Jar file name that contains this method.
      language:       Language of implementation of this method.
     
      Sub-elements:
     
      ArgumentDefinition: Definitions of arguments that can be passed to the Method.                                   
      Validity:           Specifies the MethodAttachmentPoints which this Method can be
                          connected to.  
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:sequence>
       
<xsd:element name="ArgumentDefinition" type="bus:MethodArgumentDefinitionType" minOccurs="1" maxOccurs="unbounded"/>
       
<xsd:element name="Validity" type="bus:MethodValidityType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="library" type="xsd:string" use="optional"/>
     
<xsd:attribute name="language" type="bus:APILanguageType" default="C"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute MethodType/@language
type bus:APILanguageType
properties
default C
facets
Kind Value Annotation
enumeration unknown
enumeration C
enumeration CPlusPlus
enumeration java
enumeration script
enumeration dotNET
source <xsd:attribute name="language" type="bus:APILanguageType" default="C"/>

element MethodType/ArgumentDefinition
diagram plmxml_diagrams/plmxml_p1660.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:MethodArgumentDefinitionType
properties
minOcc 1
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
type  plm:UserValueDataType  optional      
required  xsd:boolean  optional      
queryRef  plm:anyURIType  optional      
listOfValuesRef  plm:anyURIType  optional      
source <xsd:element name="ArgumentDefinition" type="bus:MethodArgumentDefinitionType" minOccurs="1" maxOccurs="unbounded"/>

element MethodType/Validity
diagram plmxml_diagrams/plmxml_p1661.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:MethodValidityType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
typeName  xsd:string  optional      
propertyName  xsd:string  optional      
operationName  xsd:string  optional      
methodAttachmentPointType  bus:MethodAttachmentPointEnum  optional      
source <xsd:element name="Validity" type="bus:MethodValidityType" minOccurs="0" maxOccurs="unbounded"/>


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