complexType "uml:WriteStructuralFeatureAction"
Namespace:
Content:
complex, 18 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definition of 1 element
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)*, value*
</...>
Known Direct Subtypes (4):
uml:AddStructuralFeatureValueAction, uml:RemoveStructuralFeatureValueAction,
All Direct / Indirect Based Elements (5):
uml:AddStructuralFeatureValueAction, uml:TimeObservationAction,
Known Usage Locations
Annotation
A write structural feature action operates on a structural feature of an object to modify its values. It has an input pin on which the value that will be added or removed is put. Other aspects of write structural feature actions are inherited from StructuralFeatureAction.
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 (extension)
                                      uml:WriteStructuralFeatureAction
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="WriteStructuralFeatureAction">
<xsd:complexContent>
<xsd:extension base="uml:StructuralFeatureAction">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="value" type="uml:InputPin"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/18)
value
Type:
uml:InputPin, complex content
(Specialized from Action:input) Value to be added or removed from the structural feature.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="value" type="uml:InputPin"/>

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.