cluResultTypeInfo

Name
cluResultTypeInfo
Version
Dev (1.0-rc1)
Release Notes/History(question)

#Description

#References

#Structure Definition

#Example

Description

Information about a clu learning result object type.

References

LU Service Entity Diagram - diagram used in the creation of LU Service
Learning Result Catalog Service Entity Diagram

Structure Definition

Type

Complex

ShortName
Name
Type
Description
Required
Cardinality
XML Attribute?
Data Team Status
Comments/Feedback
name
CLU Result Type Name
string
Friendly name of the CLU result type
Yes
One
No

desc
CLU Result Type Description
string
Narrative description of the CLU result type
No
One
No

effectiveDate
Effective Date
dateTime
Date and time that this clu result type became effective. This is a similar concept to the effective date on enumerated values. When an expiration date has been specified, this field must be less than or equal to the expiration date.
Yes
One
No

expirationDate
Expiration Date
dateTime
Date and time that this clu result type expires. This is a similar concept to the expiration date on enumerated values. If specified, this should be greater than or equal to the effective date. If this field is not specified, then no expiration date has been currently defined and should automatically be considered greater than the effective date.
No
One
No

attributes
Generic/dynamic attributes
attributeInfoList
No
One
No

key
CLU Result Type Key
cluResultTypeKey
Yes
One
Yes

Example

Containing element for representation purposes only.

<cluResultTypeInfo key="cluResultType.course.standard">
  <name>Course Standard</name>
  <desc>Standard type for clu result objects for courses.</desc>
  <effectiveDate>2007-08-01T00:00:00Z</effectiveDate>
  <expirationDate></expirationDate>
  <attributes>
  </attributes>
</cluResultTypeInfo>