complexType "uml:ReclassifyObjectAction"
Namespace:
Content:
complex, 20 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 attributes, 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
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (oldClassifier | newClassifier | object)*
</...>
All Direct / Indirect Based Elements (1):
uml:ReclassifyObjectAction
Known Usage Locations
Annotation
ReclassifyObjectAction adds given classifier to an object and removes given classifiers from that object. Multiple classifiers may be added and removed at a time.
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:ReclassifyObjectAction
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="ReclassifyObjectAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="oldClassifier" type="uml:Classifier"/>
<xsd:element name="newClassifier" type="uml:Classifier"/>
<xsd:element name="object" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="isReplaceAll" type="xsd:string"/>
<xsd:attribute name="oldClassifier" type="xsd:string"/>
<xsd:attribute name="newClassifier" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/20)
isReplaceAll
Type:
xsd:string, predefined
Use:
optional
Specifies whether existing classifiers should be removed before adding the new classifiers. The default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isReplaceAll" type="xsd:string"/>

newClassifier
Type:
xsd:string, predefined
Use:
optional
A set of classifiers to be added to the classifiers of the object.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="newClassifier" type="xsd:string"/>

oldClassifier
Type:
xsd:string, predefined
Use:
optional
A set of classifiers to be removed from the classifiers of the object.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="oldClassifier" type="xsd:string"/>

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