simpleType "uml:AggregationKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"none", "shared", "composite"

All Direct / Indirect Based Attributes (1):
uml:Property/@aggregation
Known Usage Locations
Annotation
AggregationKind is an enumeration of the following literal values: • none Indicates that the property has no aggregation. • shared Indicates that the property has a shared aggregation. • composite Indicates that the property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts).
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:AggregationKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"none", "shared", "composite"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="AggregationKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="none"/>
<xsd:enumeration value="shared"/>
<xsd:enumeration value="composite"/>
</xsd:restriction>
</xsd:simpleType>

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.