You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

cluResultTypeInfo

Unknown macro: {table}
Unknown macro: {tr}
Unknown macro: {th}

Name

Unknown macro: {td}

cluResultTypeInfo

Unknown macro: {tr}
Unknown macro: {th}

Version

Unknown macro: {td}

Dev ([1.0-rc1])

Unknown macro: {td}

[Release Notes/History]

Description

References

Structure Definition

Example

Description

Information about a clu learning result object type.

Notes

References

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

Structure Definition

Type

Complex

Unknown macro: {table}
Unknown macro: {tr}
Unknown macro: {th}

ShortName

Unknown macro: {th}

Name

Unknown macro: {th}

Type

Unknown macro: {th}

Description

Unknown macro: {th}

Required

Unknown macro: {th}

Cardinality

Unknown macro: {th}

XML Attribute?

Unknown macro: {th}

Data Team Status

Unknown macro: {th}

Comments/Feedback

Unknown macro: {tr}
Unknown macro: {td}

name

Unknown macro: {td}

CLU Result Type Name

Unknown macro: {td}

[string]

Unknown macro: {td}

Friendly name of the CLU result type

Unknown macro: {td}

Yes

Unknown macro: {td}

One

Unknown macro: {td}

No

Unknown macro: {td}
Unknown macro: {td}
Unknown macro: {tr}
Unknown macro: {td}

desc

Unknown macro: {td}

CLU Result Type Description

Unknown macro: {td}

[string]

Unknown macro: {td}

Narrative description of the CLU result type

Unknown macro: {td}

No

Unknown macro: {td}

One

Unknown macro: {td}

No

Unknown macro: {td}
Unknown macro: {td}
Unknown macro: {tr}
Unknown macro: {td}

effectiveDate

Unknown macro: {td}

Effective Date

Unknown macro: {td}

[dateTime]

Unknown macro: {td}

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.

Unknown macro: {td}

Yes

Unknown macro: {td}

One

Unknown macro: {td}

No

Unknown macro: {td}
Unknown macro: {td}
Unknown macro: {tr}
Unknown macro: {td}

expirationDate

Unknown macro: {td}

Expiration Date

Unknown macro: {td}

[dateTime]

Unknown macro: {td}

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.

Unknown macro: {td}

No

Unknown macro: {td}

One

Unknown macro: {td}

No

Unknown macro: {td}
Unknown macro: {td}
Unknown macro: {tr}
Unknown macro: {td}

attributes

Unknown macro: {td}

Generic/dynamic attributes

Unknown macro: {td}

[attributeInfoList]

Unknown macro: {td} The page attributeInfoList Structure could not be found.
Unknown macro: {td}

No

Unknown macro: {td}

One

Unknown macro: {td}

No

Unknown macro: {td}
Unknown macro: {td}
Unknown macro: {tr}
Unknown macro: {td}

key

Unknown macro: {td}

CLU Result Type Key

Unknown macro: {td}

[cluResultTypeKey]

Unknown macro: {td} The page cluResultTypeKey Structure could not be found.
Unknown macro: {td}

Yes

Unknown macro: {td}

One

Unknown macro: {td}

Yes

Unknown macro: {td}
Unknown macro: {td}

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>
  • No labels