complexType "uml:ExceptionHandler"
Namespace:
Content:
complex, 10 attributes, 6 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 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
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (handlerBody | exceptionInput | exceptionType)*
</...>
All Direct / Indirect Based Elements (2):
handler, uml:ExceptionHandler
Known Usage Locations
Annotation
(ExtraStructuredActivities) An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:ExceptionHandler
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ExceptionHandler">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="handlerBody" type="uml:ExecutableNode"/>
<xsd:element name="exceptionInput" type="uml:ObjectNode"/>
<xsd:element name="exceptionType" type="uml:Classifier"/>
</xsd:choice>
<xsd:attribute name="handlerBody" type="xsd:string"/>
<xsd:attribute name="exceptionInput" type="xsd:string"/>
<xsd:attribute name="exceptionType" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/10)
exceptionInput
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="exceptionInput" type="xsd:string"/>

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

handlerBody
Type:
xsd:string, predefined
Use:
optional
A node that is executed if the handler satisfies an uncaught exception.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="handlerBody" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/6)
exceptionInput
Type:
uml:ObjectNode, complex content
XML Source (see within schema source)
<xsd:element name="exceptionInput" type="uml:ObjectNode"/>

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

handlerBody
Type:
uml:ExecutableNode, complex content
A node that is executed if the handler satisfies an uncaught exception.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="handlerBody" type="uml:ExecutableNode"/>

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.