complexType "uml:StructuredClassifier"
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 | ownedConnector)*
</...>
Known Direct Subtypes (1):
uml:EncapsulatedClassifier
All Direct / Indirect Based Elements (2):
uml:EncapsulatedClassifier, uml:StructuredClassifier
Known Usage Locations
Annotation
A structured classifier is an abstract metaclass that represents any classifier whose behavior can be fully or partly described by the collaboration of owned or referenced instances.
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:StructuredClassifier
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="StructuredClassifier">
<xsd:complexContent>
<xsd:extension base="uml:Classifier">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="ownedAttribute" type="uml:Property"/>
<xsd:element name="ownedConnector" type="uml:Connector"/>
</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
References the properties owned by the classifier. (Subsets StructuredClassifier.role, Classifier. attribute,and Namespace.ownedMember)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedAttribute" type="uml:Property"/>

ownedConnector
Type:
uml:Connector, complex content
References the connectors owned by the classifier. (Subsets Classifier.feature and Namespace.ownedMember)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedConnector" type="uml:Connector"/>

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.