You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition: The scope of the datatype and its meaning.
Notes: An additional description to communicate the purpose of the datatype.
Specialization of: The link to the super datatype (the datatype this type extends)
Components: The list of fields the datatype is composed of. Similar to attributes for entities.
Restrictions: An enumerated list of restrictions that apply between components (e.g. The start date and end date must have the same granularity)
Matches: Describe any external datatypes this datatype matches.
References: References to external resources in case these are referenced.
For datatypes without components (xsd:simpleType)
Definition: The scope of the datatype and its meaning.
Notes: An additional description to communicate the purpose of the datatype.
Based on: The link to the base datatype (the datatype this type restricts)
Restrictions: An enumerated list of restrictions that apply (e.g. maximum length, regular expression, possibly also algorithmic restrictions such as checksums)
Examples: A list of examples
Matches: Describe any external datatypes this datatype matches.
References: References to external resources in case these are referenced.
The text was updated successfully, but these errors were encountered:
For datatypes with components (xsd:complexType)
For datatypes without components (xsd:simpleType)
The text was updated successfully, but these errors were encountered: