complexType "uml:Interval"
Namespace:
Content:
complex, 14 attributes, 11 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
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, type*, templateParameter*, (min | max)*
</...>
Known Direct Subtypes (2):
uml:DurationInterval, uml:TimeInterval
All Direct / Indirect Based Elements (3):
uml:DurationInterval, uml:TimeInterval
Known Usage Locations
Annotation
An Interval defines the range between two 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:Interval
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Interval">
<xsd:complexContent>
<xsd:extension base="uml:ValueSpecification">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="min" type="uml:ValueSpecification"/>
<xsd:element name="max" type="uml:ValueSpecification"/>
</xsd:choice>
<xsd:attribute name="min" type="xsd:string"/>
<xsd:attribute name="max" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/14)
max
Type:
xsd:string, predefined
Use:
optional
Refers to the ValueSpecification denoting the maximum value of the range.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="max" type="xsd:string"/>

min
Type:
xsd:string, predefined
Use:
optional
Refers to the ValueSpecification denoting the minimum value of the range.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="min" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/11)
max
Type:
uml:ValueSpecification, complex content
Refers to the ValueSpecification denoting the maximum value of the range.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="max" type="uml:ValueSpecification"/>

min
Type:
uml:ValueSpecification, complex content
Refers to the ValueSpecification denoting the minimum value of the range.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="min" 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.