complexType "uml:StructuralFeatureAction"
Namespace:
Content:
complex, 18 attributes, 17 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 2 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)*, (structuralFeature | object)*
</...>
Known Direct Subtypes (3):
uml:ClearStructuralFeatureAction, uml:WriteStructuralFeatureAction
Known Indirect Subtypes (4):
uml:AddStructuralFeatureValueAction, uml:RemoveStructuralFeatureValueAction,
All Direct / Indirect Based Elements (8):
uml:AddStructuralFeatureValueAction, uml:RemoveStructuralFeatureValueAction,
Known Usage Locations
Annotation
This abstract action class statically specifies the structural feature being accessed. The object to access is specified dynamically, by referring to an input pin on which the object will be placed at runtime. The type of the value of this pin is the classifier that owns the specified structural feature, and the value’s multiplicity is 1..1.
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:StructuralFeatureAction
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="StructuralFeatureAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="structuralFeature" type="uml:StructuralFeature"/>
<xsd:element name="object" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="structuralFeature" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/18)
structuralFeature
Type:
xsd:string, predefined
Use:
optional
Structural feature to be read.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="structuralFeature" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/17)
object
Type:
uml:InputPin, complex content
(Specialized from Action:input) Gives the input pin from which the object whose structural feature is to be read or written is obtained.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="object" type="uml:InputPin"/>

structuralFeature
Type:
uml:StructuralFeature, complex content
Structural feature to be read.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="structuralFeature" type="uml:StructuralFeature"/>

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.