simpleType "uml:VisibilityKind"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"public", "private", "protected", "package"

All Direct / Indirect Based Attributes (6):
uml:Classifier/@packageableElement_visibility, uml:Package/@packageableElement_visibility,
Known Usage Locations
Annotation
VisibilityKind is an enumeration of the following literal values: • public • private • protected • package
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:VisibilityKind
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"public", "private", "protected", "package"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="VisibilityKind">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="public"/>
<xsd:enumeration value="private"/>
<xsd:enumeration value="protected"/>
<xsd:enumeration value="package"/>
</xsd:restriction>
</xsd:simpleType>

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.