Document a data type for properties and codes.
A data type is a type for a property or a code.
Data types are typically used to document simple types like enumerations and their valid values. In case there is only one property for a given type, these values are already covered by the documentation of the property. The data type allows to document the type independent of the property or codes that use it.
Properties
The document type datatype provides the following properties:
Type
Organize data types by their type.
Value Range
Provide a range of valid values for the data type.
A single value can be documented by the use of the code doctype.
Implementation
Add the identifier (e.g. URI) and reference to the implementation of the data type (e.g. a reference to the Javadoc of a Java class).
Since
Specify the version since when this data type is valid.
Deprecated Since
Specify the version since when this data type is deprecated.
Until
Specify the last version that supported this data type.
Reference
Add references to information on external systems here.
Sections
Description
Describe the data type.