complexType "uml:GeneralOrdering"
Namespace:
Content:
complex, 12 attributes, 9 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 2 elements
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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (before | after)*
</...>
All Direct / Indirect Based Elements (4):
generalOrdering, toBefore,
Known Usage Locations
Annotation
A GeneralOrdering represents a binary relation between two Eventoccurrences, to describe that one Eventoccurrence must occur before the other in a valid trace. This mechanism provides the ability to define partial orders of EventOccurrences that may otherwise not have a specified order. A GeneralOrdering is a specialization of NamedElement. A GeneralOrdering may appear anywhere in an Interaction, but only between Eventoccurrences.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:GeneralOrdering
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="GeneralOrdering">
<xsd:complexContent>
<xsd:extension base="uml:NamedElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="before" type="uml:EventOccurrence"/>
<xsd:element name="after" type="uml:EventOccurrence"/>
</xsd:choice>
<xsd:attribute name="before" type="xsd:string"/>
<xsd:attribute name="after" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/12)
after
Type:
xsd:string, predefined
Use:
optional
The Eventoccurrence referred comes after the Eventoccurrence referred by before
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="after" type="xsd:string"/>

before
Type:
xsd:string, predefined
Use:
optional
The Eventoccurrence referred comes before the Eventoccurrence referred by after
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="before" 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.