complexType "uml:TimeExpression"
Namespace:
Content:
complex, 14 attributes, 10 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, type*, templateParameter*, event*
</...>
All Direct / Indirect Based Elements (2):
now, uml:TimeExpression
Known Usage Locations
Annotation
A TimeExpression defines a value specification that represent a time value.
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:TimeExpression
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TimeExpression">
<xsd:complexContent>
<xsd:extension base="uml:ValueSpecification">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="event" type="uml:NamedElement"/>
</xsd:choice>
<xsd:attribute name="firstTime" type="xsd:string"/>
<xsd:attribute name="event" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/14)
event
Type:
xsd:string, predefined
Use:
optional
Refers to the specification of the event occurrence that the TimeExpression describes
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="event" type="xsd:string"/>

firstTime
Type:
xsd:string, predefined
Use:
optional
True if the TimeExpression describes the first point in time of the NamedElement referenced by event, in cases where the NamedElement describes something which extends in time. False if the TimeExpression describes the last point in time for the referenced NamedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="firstTime" 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.