complexType "uml:Variable"
Namespace:
Content:
complex, 15 attributes, 12 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 attributes, 3 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
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (templateParameter | end)*, (type | upperValue | lowerValue)*
</...>
All Direct / Indirect Based Elements (2):
uml:Variable, variable
Known Usage Locations
Annotation
A variable is considered a connectable element.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:ConnectableElement (extension)
                      uml:Variable
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="Variable">
<xsd:complexContent>
<xsd:extension base="uml:ConnectableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="type" type="uml:Type"/>
<xsd:element name="upperValue" type="uml:ValueSpecification"/>
<xsd:element name="lowerValue" type="uml:ValueSpecification"/>
</xsd:choice>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="isOrdered" type="xsd:string"/>
<xsd:attribute name="isUnique" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/15)
isOrdered
Type:
xsd:string, predefined
Use:
optional
For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered. Default is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isOrdered" type="xsd:string"/>

isUnique
Type:
xsd:string, predefined
Use:
optional
For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique. Default is true.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isUnique" type="xsd:string"/>

type
Type:
xsd:string, predefined
Use:
optional
The type of the TypedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/12)
lowerValue
Type:
uml:ValueSpecification, complex content
The specification of the lower bound for this multiplicity. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="lowerValue" type="uml:ValueSpecification"/>

type
Type:
uml:Type, complex content
The type of the TypedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="uml:Type"/>

upperValue
Type:
uml:ValueSpecification, complex content
The specification of the upper bound for this multiplicity. Subsets Element::ownedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="upperValue" 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.