owl:EnumeratedClass
'EnumeratedClass' contains a list of individuals, and is available only for OWL DL and OWL Full.
Element information
Namespace: http://www.w3.org/2003/05/owl-xml
Schema document: module/owl1-dl-classElementGroup.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- owl:Annotation [0..1] Annotations allow arbitrary uninterpreted information to be added to ontologies.
- owl:Individual [0..*]
from type owl:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:name | [1..1] | owl:ClassName | ||
owl:deprecated | [0..1] | xsd:boolean |
Used in
- Anonymous type of element owl:Ontology via reference to owl:classElements
- Group owl:classElements
Sample instance
<owl:EnumeratedClass owl:name="http://www.example.com/"> <owl:Annotation> <owl:Label>Any text</owl:Label> </owl:Annotation> <owl:Individual owl:name="http://www.example.com/"/> </owl:EnumeratedClass>