complexType "uml:Operation"
Namespace:
Content:
complex, 25 attributes, 23 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 9 attributes, 9 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
 = 
("sequential" | "guarded" | "concurrent")
 = 
xsd:string
 = 
xsd:string
 = 
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)*, (ownedRule | elementImport | packageImport)*, (formalParameter | returnResult | raisedException | method)*, (type | upperValue | lowerValue | templateParameter | ownedParameter | precondition | postcondition | redefinedOperation | bodyCondition)*
</...>
All Direct / Indirect Based Elements (4):
operation, redefinedOperation,
Known Usage Locations
Annotation
An operation is a behavioral feature of a classifier that specifies the name, type, parameters, and constraints for invoking an associated behavior.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Namespace (extension)
                      uml:BehavioralFeature (extension)
                          uml:Operation
XML Source (w/o annotations (16); see within schema source)
<xsd:complexType name="Operation">
<xsd:complexContent>
<xsd:extension base="uml:BehavioralFeature">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="type" type="uml:Type"/>
<xsd:element name="upperValue" type="uml:ValueSpecification"/>
<xsd:element name="lowerValue" type="uml:ValueSpecification"/>
<xsd:element name="templateParameter" type="uml:TemplateParameter"/>
<xsd:element name="ownedParameter" type="uml:Parameter"/>
<xsd:element name="precondition" type="uml:Constraint"/>
<xsd:element name="postcondition" type="uml:Constraint"/>
<xsd:element name="redefinedOperation" type="uml:Operation"/>
<xsd:element name="bodyCondition" type="uml:Constraint"/>
</xsd:choice>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="isOrdered" type="xsd:string"/>
<xsd:attribute name="isUnique" type="xsd:string"/>
<xsd:attribute name="templateParameter" type="xsd:string"/>
<xsd:attribute name="isQuery" type="xsd:string"/>
<xsd:attribute name="precondition" type="xsd:string"/>
<xsd:attribute name="postcondition" type="xsd:string"/>
<xsd:attribute name="redefinedOperation" type="xsd:string"/>
<xsd:attribute name="bodyCondition" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 9/25)
bodyCondition
Type:
xsd:string, predefined
Use:
optional
optional Constraint on the result values of an invocation of this Operation. Subsets Namespace::ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bodyCondition" type="xsd:string"/>

isOrdered
Type:
xsd:string, predefined
Use:
optional
For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered. Default is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isOrdered" type="xsd:string"/>

isQuery
Type:
xsd:string, predefined
Use:
optional
Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false). The default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isQuery" type="xsd:string"/>

isUnique
Type:
xsd:string, predefined
Use:
optional
For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique. Default is true.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isUnique" type="xsd:string"/>

postcondition
Type:
xsd:string, predefined
Use:
optional
An optional set of Constraints specifying the state of the system when the Operation is completed. Subsets Namespace::ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="postcondition" type="xsd:string"/>

precondition
Type:
xsd:string, predefined
Use:
optional
An optional set of Constraints on the state of the system when the Operation is invoked. Subsets Namespace::ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="precondition" type="xsd:string"/>

redefinedOperation
Type:
xsd:string, predefined
Use:
optional
the Operations that are redefined by this Operation. Subsets RedefinableElement. redefinedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="redefinedOperation" type="xsd:string"/>

templateParameter
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="templateParameter" type="xsd:string"/>

type
Type:
xsd:string, predefined
Use:
optional
The type of the TypedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 9/23)
bodyCondition
Type:
uml:Constraint, complex content
optional Constraint on the result values of an invocation of this Operation. Subsets Namespace::ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="bodyCondition" type="uml:Constraint"/>

lowerValue
Type:
uml:ValueSpecification, complex content
The specification of the lower bound for this multiplicity. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="lowerValue" type="uml:ValueSpecification"/>

ownedParameter
Type:
uml:Parameter, complex content
XML Source (see within schema source)
<xsd:element name="ownedParameter" type="uml:Parameter"/>

postcondition
Type:
uml:Constraint, complex content
An optional set of Constraints specifying the state of the system when the Operation is completed. Subsets Namespace::ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="postcondition" type="uml:Constraint"/>

precondition
Type:
uml:Constraint, complex content
An optional set of Constraints on the state of the system when the Operation is invoked. Subsets Namespace::ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="precondition" type="uml:Constraint"/>

redefinedOperation
Type:
uml:Operation, complex content
the Operations that are redefined by this Operation. Subsets RedefinableElement. redefinedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="redefinedOperation" type="uml:Operation"/>

templateParameter
Type:
uml:TemplateParameter, complex content
XML Source (see within schema source)
<xsd:element name="templateParameter" type="uml:TemplateParameter"/>

type
Type:
uml:Type, complex content
The type of the TypedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="uml:Type"/>

upperValue
Type:
uml:ValueSpecification, complex content
The specification of the upper bound for this multiplicity. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="upperValue" type="uml:ValueSpecification"/>

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.