complexType "uml:ReadIsClassifiedObjectAction"
Namespace:
Content:
complex, 19 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (classifier | result | object)*
</...>
All Direct / Indirect Based Elements (1):
uml:ReadIsClassifiedObjectAction
Known Usage Locations
Annotation
This action tests the classification of an object against a given class. It can be restricted to testing direct instances.
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:ReadIsClassifiedObjectAction
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="ReadIsClassifiedObjectAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="classifier" type="uml:Classifier"/>
<xsd:element name="result" type="uml:OutputPin"/>
<xsd:element name="object" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="isDirect" type="xsd:string"/>
<xsd:attribute name="classifier" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/19)
classifier
Type:
xsd:string, predefined
Use:
optional
The classifier against which the classification of the input object is tested.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="classifier" type="xsd:string"/>

isDirect
Type:
xsd:string, predefined
Use:
optional
Indicates whether the classifier must directly classify the input object. The default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isDirect" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/18)
classifier
Type:
uml:Classifier, complex content
The classifier against which the classification of the input object is tested.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="classifier" type="uml:Classifier"/>

object
Type:
uml:InputPin, complex content
Holds the object whose classification is to be tested. (Specializes Action.input.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="object" type="uml:InputPin"/>

result
Type:
uml:OutputPin, complex content
After termination of the action, will hold the result of the test. (Specializes Action.output.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="result" type="uml:OutputPin"/>

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.