complexType "uml:Reception"
Namespace:
Content:
complex, 17 attributes, 15 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
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
 = 
("sequential" | "guarded" | "concurrent")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (formalParameter | returnResult | raisedException | method)*, signal*
</...>
All Direct / Indirect Based Elements (2):
ownedReception, uml:Reception
Known Usage Locations
Annotation
A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal. A reception designates a signal and specifies the expected behavioral response. The details of handling a signal are specified by the behavior associated with the reception or the classifier itself.
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:BehavioralFeature (extension)
                          uml:Reception
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Reception">
<xsd:complexContent>
<xsd:extension base="uml:BehavioralFeature">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="signal" type="uml:Signal"/>
</xsd:choice>
<xsd:attribute name="signal" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/17)
signal
Type:
xsd:string, predefined
Use:
optional
The signal that this reception handles.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="signal" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/15)
signal
Type:
uml:Signal, complex content
The signal that this reception handles.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="signal" type="uml:Signal"/>

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.