complexType "uml:InformationFlow"
Namespace:
Content:
complex, 14 attributes, 10 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, templateParameter*, (realization | conveyed)*
</...>
All Direct / Indirect Based Elements (1):
uml:InformationFlow
Known Usage Locations
Annotation
An Information Flow specifies that one or more information items circulate from its sources to its targets. Information flows require some kind of “information channel” for transmitting information items from the source to the destination. An information channel is repersented in various ways depending on the nature of its sources and targets. It may be represented by connectors, links, associations, or even dependencies. For example, if the source and destination are parts in some composite structure such as a collaboration, then the information channel is likely to be represented by a connector between them. Or, if the source and target are objects (which are a kind of InstanceSpecification), they may be represented by a link that joins the two, and so on.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:PackageableElement (extension)
                      uml:InformationFlow
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="InformationFlow">
<xsd:complexContent>
<xsd:extension base="uml:PackageableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="realization" type="uml:Relationship"/>
<xsd:element name="conveyed" type="uml:Classifier"/>
</xsd:choice>
<xsd:attribute name="realization" type="xsd:string"/>
<xsd:attribute name="conveyed" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/14)
conveyed
Type:
xsd:string, predefined
Use:
optional
: Specifies the information items that may circulate on this information flow.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="conveyed" type="xsd:string"/>

realization
Type:
xsd:string, predefined
Use:
optional
: Determines which Relationship will realize the specified flow
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="realization" 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.