complexType "uml:ApplyFunctionAction"
Namespace:
Content:
complex, 18 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:IDREF
 = 
"2.0"
 = 
xsd:QName
 = 
xsd:string
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (function | argument | result)*
</...>
All Direct / Indirect Based Elements (1):
uml:ApplyFunctionAction
Known Usage Locations
Annotation
ApplyFunctionAction is an action that invokes a primitive predefined function that computes output values based only on the input values and the function. The execution does not have access to object memory or to any objects. The execution of a primitive function has no side effects on any other object.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:RedefinableElement (extension)
                      uml:ActivityNode (extension)
                          uml:ExecutableNode (extension)
                              uml:Action (extension)
                                  uml:ApplyFunctionAction
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ApplyFunctionAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="function" type="uml:PrimitiveFunction"/>
<xsd:element name="argument" type="uml:InputPin"/>
<xsd:element name="result" type="uml:OutputPin"/>
</xsd:choice>
<xsd:attribute name="function" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/18)
function
Type:
xsd:string, predefined
Use:
optional
The primitive function to be invoked.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="function" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/18)
argument
Type:
uml:InputPin, complex content
The pins that provide inputs to the function. (Specializes Action.input.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="argument" type="uml:InputPin"/>

function
Type:
uml:PrimitiveFunction, complex content
The primitive function to be invoked.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="function" type="uml:PrimitiveFunction"/>

result
Type:
uml:OutputPin, complex content
The pins on which the results of invoking the function are returned. (Specializes Action.output.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="result" type="uml:OutputPin"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.