Home

Enumeration

This is an implementation of schema.org Enumeration.

In Stencila Schema it provides the common base for controlled vocabularies used throughout the document model. Derived Stencila enumerations use it to expose stable symbolic values for execution, styling, editing, and publishing behavior.

See the many derived enumeration types for the vocabularies that carry Stencila Schema semantics.

Analogues

The following external types, elements, or nodes are similar to a Enumeration:

Properties

The Enumeration type has these properties:

NameDescriptionTypeInherited from
alternateNamesAlternate names (aliases) for the item.String*Thing
descriptionA description of the item.StringThing
identifiersAny kind of identifier for any kind of Thing.(PropertyValue | String)*Thing
imagesImages of the item.ImageObject*Thing
nameThe name of the item.StringThing
urlThe URL of the item.StringThing
idThe identifier for this item.StringEntity

Related

The Enumeration type is related to these types:

Bindings

The Enumeration type is represented in:


This documentation was generated from Enumeration.yaml by docs_types.rs.

© 2026 Stencila