<lcTime>
The <lcTime> specifies the time expected to complete an activity. You can specify the time both
         as text to display to the user and as an attribute value that follows a specific time
         format.
      
      Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/data learningBase/lcTime
Example
<learningOverview id="overview">
  <title>Learning Overview topic</title>
  <learningOverviewbody>
    <lcDuration><title>Duration</title>
      <lcTime name="lcTime" value="PT15M">15 minutes</lcTime>
   </lcDuration>  
  </learningOverviewbody>
</learningOverview>
  
            Attributes
The following attributes are available on this element: Universal attribute group, @outputclass, and the attributes defined below.
- @name
 - Name of the metadata being specified. The default value for this attribute is "lcTime".
 - @value (REQUIRED)
 - The time expected to complete the activity. There is no assumed time-specific data format or type for the time value.
 - @datatype
 - Provides a specific data type for the time value, if needed. The default value is string "TimeValue".