complexType "uml:Expression"
Namespace:
Content:
complex, 16 attributes, 11 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
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, type*, templateParameter*, behavior*, operand*
</...>
All Direct / Indirect Based Elements (1):
uml:Expression
Known Usage Locations
Annotation
An expression represents a node in an expression tree, which may be non-terminal or terminal. It defines a symbol, and has a possibly empty sequence of operands which are value specifications.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:TypedElement (extension)
                      uml:ValueSpecification (extension)
                          uml:OpaqueExpression (extension)
                              uml:Expression
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Expression">
<xsd:complexContent>
<xsd:extension base="uml:OpaqueExpression">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="operand" type="uml:ValueSpecification"/>
</xsd:choice>
<xsd:attribute name="symbol" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/16)
symbol
Type:
xsd:string, predefined
Use:
optional
The symbol associated with the node in the expression tree.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="symbol" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/11)
operand
Type:
uml:ValueSpecification, complex content
Specifies a sequence of operands. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="operand" 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.