complexType "uml:DataType"
Namespace:
Content:
complex, 18 attributes, 21 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 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
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (templateParameter | generalization | redefinedClassifier | substitution | powertypeExtent | ownedUseCase | useCase | representation | occurrence)*, (ownedAttribute | ownedOperation)*
</...>
Known Direct Subtypes (2):
uml:Enumeration, uml:PrimitiveType
All Direct / Indirect Based Elements (3):
uml:DataType, uml:PrimitiveType
Known Usage Locations
Annotation
DataType defines a kind of classifier in which operations are all pure functions (i.e., they can return data values but they cannot change data values, because they have no identity). For example, an “add” operation on a number with another number as an argument yields a third number as a result; the target and argument are unchanged. A DataType may also contain attributes to support the modeling of structured data types.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Namespace (extension)
                      uml:Classifier (extension)
                          uml:DataType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="DataType">
<xsd:complexContent>
<xsd:extension base="uml:Classifier">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="ownedAttribute" type="uml:Property"/>
<xsd:element name="ownedOperation" type="uml:Operation"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/21)
ownedAttribute
Type:
uml:Property, complex content
The Attributes owned by the DataType. Subsets Classifier::attribute and Element:: ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedAttribute" type="uml:Property"/>

ownedOperation
Type:
uml:Operation, complex content
The Operations owned by the DataType. Subsets Classifier::feature and Element:: ownedMember.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedOperation" type="uml:Operation"/>

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.