complexType "uml:Parameter"
Namespace:
Content:
complex, 20 attributes, 14 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 8 attributes, 5 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
 = 
("in" | "inout" | "out" | "return")
 = 
xsd:string
 = 
xsd:string
 = 
("create" | "read" | "update" | "delete")
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (templateParameter | end)*, (type | upperValue | lowerValue | defaultValue | parameterSet)*
</...>
All Direct / Indirect Based Elements (5):
formalParameter, returnResult,
Known Usage Locations
Annotation
A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature. It has a type, and may have a multiplicity and an optional default value.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:ConnectableElement (extension)
                      uml:Parameter
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="Parameter">
<xsd:complexContent>
<xsd:extension base="uml:ConnectableElement">
<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="defaultValue" type="uml:ValueSpecification"/>
<xsd:element name="parameterSet" type="uml:ParameterSet"/>
</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="direction" type="uml:ParameterDirectionKind"/>
<xsd:attribute name="isException" type="xsd:string"/>
<xsd:attribute name="isStream" type="xsd:string"/>
<xsd:attribute name="effect" type="uml:ParameterEffectKind"/>
<xsd:attribute name="parameterSet" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 8/20)
direction
Type:
Use:
optional
Indicates whether a parameter is being sent into or out of a behavioral element. The default value is in.
Attribute Value
enumeration of xsd:NCName
Enumeration:
"in", "inout", "out", "return"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="direction" type="uml:ParameterDirectionKind"/>

effect
Type:
Use:
optional
Attribute Value
enumeration of xsd:NCName
Enumeration:
"create", "read", "update", "delete"
XML Source (see within schema source)
<xsd:attribute name="effect" type="uml:ParameterEffectKind"/>

isException
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="isException" 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"/>

isStream
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="isStream" 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"/>

parameterSet
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="parameterSet" 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; 5/14)
defaultValue
Type:
uml:ValueSpecification, complex content
Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="defaultValue" type="uml:ValueSpecification"/>

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"/>

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

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.