- TENANT_ID [1] **
- TENANT_NAME [0..1]
- UDD_VERSION [1]
- MODULE_VLE_MAP_MODE [0..1]
** indicates that the property is the primary key for this entity.
An institution is the overall provider of one or more courses. Example: University of Gloucestershire.
This field records the unique identifier for the University College concerned - using the UK Provider Reference Number (UKRPN) which is the unique identifier allocated to institutions by the UK Register of Learning Providers (UKRLP).
To identify the organisation.
UK Register of Learning Providers (UKRLP).
String (8)
Further information (on UKPRN) available at www.ukrlp.co.uk
Institution's official legal name. This should match the name indicated in the UKRLP database, as used for TENANT_ID.
To identify the organisation.
Institution
String (255)
Omitting this property could impair the functionality of analytics applications such as student apps or dashboards.
Version number of this UDD specification.
Enables the UDD to be self-declaring of its version.
UDD specification in use by the institution
String (8)
Value will be the current version number of the UDD preceded by "v". Example: if the data uses UDD v1.3.1, value will "v1.3.1".
This property enables an institution to specify the type of relationship between the module_instance in the Student Record System and module information in the VLE, identified by MOD_INSTANCE_ID and VLE_MOD_ID respectively. By default, MOD_INSTANCE_ID plus VLE_MOD_ID form a unique constraint in module_VLE_map, which supports a many-to-many relationship between them.
If absent or "0", then MOD_INSTANCE_ID plus VLE_MOD_ID form a unique constraint in module_VLE_map.
If "1", then MOD_INSTANCE_ID values in module_VLE_map must be unique.
To enable the constraints on the module_VLE_map entity to be varied between institutions.
Jisc
0 or 1
Int
If MODULE_VLE_MAP_MODE is absent, a default value of 0 for this property will be assumed. This property value can be supplied explicitly, if desired. Also see the module_VLE_map entity.