complexType "uml:NamedElement"
Namespace:
Content:
complex, 10 attributes, 7 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 attributes, 2 elements
Used:
at 24 locations
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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*
</...>
Known Direct Subtypes (19):
uml:ActivityPartition, uml:Message,
Known Indirect Subtypes (177):
uml:Abstraction, uml:InteractionOperand,
All Direct / Indirect Based Elements (422):
action, transition,
type (type uml:Type),
Known Usage Locations
Annotation
A named element represents elements that may have a name. The name is used for identification of the named element within the namespace in which it is defined. A named element also has a qualified name that allows it to be unambiguously identified within a hierarchy of nested namespaces. NamedElement is an abstract metaclass.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="NamedElement">
<xsd:complexContent>
<xsd:extension base="uml:TemplateableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="clientDependency" type="uml:Dependency"/>
<xsd:element name="nameExpression" type="uml:StringExpression"/>
</xsd:choice>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="visibility" type="uml:VisibilityKind"/>
<xsd:attribute name="clientDependency" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/10)
clientDependency
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="clientDependency" type="xsd:string"/>

name
Type:
xsd:string, predefined
Use:
optional
The name of the NamedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string"/>

visibility
Type:
Use:
optional
Determines the visibility of the NamedElement within different Namespaces within the overall model. Package Dependencies (“Dependencies” on page 94)
Attribute Value
enumeration of xsd:NCName
Enumeration:
"public", "private", "protected", "package"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="visibility" type="uml:VisibilityKind"/>

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.