complexType "uml:ChangeTrigger"
Namespace:
Content:
complex, 11 attributes, 9 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definition of 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*, changeExpression*
</...>
All Direct / Indirect Based Elements (1):
uml:ChangeTrigger
Known Usage Locations
Annotation
A change trigger specifies an event that occurs when a Boolean-valued expression becomes true as a result of a change in value of one or more attributes or associations. A change event is raised implicitly and is not the result of an explicit action.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Trigger (extension)
                      uml:ChangeTrigger
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="ChangeTrigger">
<xsd:complexContent>
<xsd:extension base="uml:Trigger">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="changeExpression" type="uml:ValueSpecification"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/9)
changeExpression
Type:
uml:ValueSpecification, complex content
A Boolean-valued expression that will result in a change event whenever its value changes from false to true.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="changeExpression" type="uml:ValueSpecification"/>

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.