complexType "uml:ActivityPartition"
Namespace:
Content:
complex, 15 attributes, 11 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 5 attributes, 4 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (containedEdge | containedNode | subgroup | represents)*
</...>
All Direct / Indirect Based Elements (3):
inPartition, uml:ActivityPartition
Known Usage Locations
Annotation
Partitions divide the nodes and edges to constrain and show a view of the contained nodes. Partitions can share contents. They often correspond to organizational units in a business model. They may be used to allocate characteristics or resources among the nodes of an activity.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:ActivityPartition
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ActivityPartition">
<xsd:complexContent>
<xsd:extension base="uml:NamedElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="containedEdge" type="uml:ActivityEdge"/>
<xsd:element name="containedNode" type="uml:ActivityNode"/>
<xsd:element name="subgroup" type="uml:ActivityPartition"/>
<xsd:element name="represents" type="uml:Element"/>
</xsd:choice>
<xsd:attribute name="isDimension" type="xsd:string"/>
<xsd:attribute name="isExternal" type="xsd:string"/>
<xsd:attribute name="containedEdge" type="xsd:string"/>
<xsd:attribute name="containedNode" type="xsd:string"/>
<xsd:attribute name="represents" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/15)
containedEdge
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="containedEdge" type="xsd:string"/>

containedNode
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="containedNode" type="xsd:string"/>

isDimension
Type:
xsd:string, predefined
Use:
optional
Tells whether the partition groups other partitions along a dimension.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isDimension" type="xsd:string"/>

isExternal
Type:
xsd:string, predefined
Use:
optional
Tells whether the partition represents an entity to which the partitioning structure does not apply.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isExternal" type="xsd:string"/>

represents
Type:
xsd:string, predefined
Use:
optional
An element constraining behaviors invoked by nodes in the partition.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="represents" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/11)
containedEdge
Type:
uml:ActivityEdge, complex content
XML Source (see within schema source)
<xsd:element name="containedEdge" type="uml:ActivityEdge"/>

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

represents
Type:
uml:Element, complex content
An element constraining behaviors invoked by nodes in the partition.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="represents" type="uml:Element"/>

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

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.