complexType "uml:Component"
Namespace:
Content:
complex, 21 attributes, 32 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
 = 
("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)*, (ownedRule | elementImport | packageImport)*, (templateParameter | generalization | redefinedClassifier | substitution | powertypeExtent | ownedUseCase | useCase | representation | occurrence)*, (ownedBehavior | classifierBehavior | implementation | ownedTrigger | ownedStateMachine)*, (ownedAttribute | ownedConnector | ownedPort | ownedOperation | nestedClassifier | ownedReception)*, (realization | ownedMember)*
</...>
All Direct / Indirect Based Elements (1):
uml:Component
Known Usage Locations
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Namespace (extension)
                      uml:Classifier (extension)
                          uml:BehavioredClassifier (extension)
                              uml:Class (extension)
                                  uml:Component
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="Component">
<xsd:complexContent>
<xsd:extension base="uml:Class">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="realization" type="uml:Realization"/>
<xsd:element name="ownedMember" type="uml:PackageableElement"/>
</xsd:choice>
<xsd:attribute name="isIndirectlyInstantiated" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/21)
isIndirectlyInstantiated
Type:
xsd:string, predefined
Use:
optional
{default = true} The kind of instantiation that applies to a Component. If false, the component is instantiated as an addressable object. If true, the Component is defined at design-time, but at runtime (or execution-time) an object specified by the Component does not exist, that is, the component is instantiated indirectly, through the instantiation of its realizing classifiers or parts. Several standard stereotypes use this meta attribute, e.g. «specification, «focus», «subsystem ».
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isIndirectlyInstantiated" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/32)
ownedMember
Type:
uml:PackageableElement, complex content
XML Source (see within schema source)
<xsd:element name="ownedMember" type="uml:PackageableElement"/>

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

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.