complexType "uml:Region"
Namespace:
Content:
complex, 12 attributes, 13 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (subvertex | transition | extendedRegion)*
</...>
All Direct / Indirect Based Elements (3):
extendedRegion, uml:Region
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:Region
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="Region">
<xsd:complexContent>
<xsd:extension base="uml:Namespace">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="subvertex" type="uml:Vertex"/>
<xsd:element name="transition" type="uml:Transition"/>
<xsd:element name="extendedRegion" type="uml:Region"/>
</xsd:choice>
<xsd:attribute name="isLeaf" type="xsd:string"/>
<xsd:attribute name="extendedRegion" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/12)
extendedRegion
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="extendedRegion" type="xsd:string"/>

isLeaf
Type:
xsd:string, predefined
Use:
optional
Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement. Default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isLeaf" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/13)
extendedRegion
Type:
uml:Region, complex content
XML Source (see within schema source)
<xsd:element name="extendedRegion" type="uml:Region"/>

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

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

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.