Reference
CDIFCodelist::Classes::Reference
Definition
cdif:Reference (stub). A typed reference to an external entity. Full definition in CDIFCore::Reference and cdifDataType/cdifReference.
JSON serialization: In a JSON instance, a property typed as
Reference may also be supplied as a plain string (a URL) or as an object reference ({"@id": ...}) instead of a full cdif:Reference object.Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | XsdAnyUri | [1] | @id - URI of the referenced resource. |
| name | string | [0..1] | schema:name - human-readable label for the URI. |
| description | string | [0..1] | schema:description - short summary of the referenced resource. |
| url | XsdAnyUri | [0..1] | schema:url - resolvable URL (when distinct from the @id). |
Associations
No associations.