complexType "uml:Trigger"
Namespace:
Content:
complex, 11 attributes, 8 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, port*
</...>
Known Direct Subtypes (3):
uml:ChangeTrigger, uml:TimeTrigger
Known Indirect Subtypes (3):
uml:AnyTrigger, uml:SignalTrigger
All Direct / Indirect Based Elements (11):
deferrableTrigger, uml:ChangeTrigger,
Known Usage Locations
Annotation
A trigger specifies the an event that may cause the execution of an associated behavior. An event is often ultimately caused by the execution of an action, but need not be. Trigger is an abstract metaclass.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Trigger
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Trigger">
<xsd:complexContent>
<xsd:extension base="uml:NamedElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="port" type="uml:Port"/>
</xsd:choice>
<xsd:attribute name="port" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/11)
port
Type:
xsd:string, predefined
Use:
optional
Specifies the ports at which a communication that caused an event may have arrived.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.