core + pending (Pending Extension): these terms are pending wider review. Feedback is welcomed!

educationalCredentialAwarded

Defined in the pending.schema.org extension.
Canonical URL: http://schema.org/educationalCredentialAwarded

Thing > Property > educationalCredentialAwarded

A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course.

Usage: Fewer than 10 domains
Values expected to be one of these types
Text
URL
Used on these types
Course

Source

https://github.com/schemaorg/schemaorg/issues/195



Examples

Example 1
<body>
<!-- A college course leading to an HNC in Accounting -->
<!-- based on http://www.fife.ac.uk/student/courses/course/HCACC -->
  <h1>Course Details</h1>
  <h2>HNC Accounting</h2>
</body>
No Microdata
<body vocab="http://schema.org/" typeof="Course">
<!-- A college course leading to an HNC in Accounting -->
<!-- based on http://www.fife.ac.uk/student/courses/course/HCACC -->
  <h1>Course Details</h1>
  <h2 property="name">HNC Accounting</h2>
  <meta property="educationalCredentialAwarded" content="Higher National Certificate in Accounting" />
</body>
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "",
   ....etc.
}
</script>
Example 2
<body>
<!-- A college course leading to an HNC in Accounting -->
<!-- based on http://www.fife.ac.uk/student/courses/course/HCACC -->
  <h1>Course Details</h1>
  <h2>HNC Accounting</h2>
</body>
No Microdata
<body vocab="http://schema.org/" typeof="Course">
<!-- A college course leading to an HNC in Accounting -->
<!-- based on http://www.fife.ac.uk/student/courses/course/HCACC -->
  <h1>Course Details</h1>
  <h2 property="name">HNC Accounting</h2>
  <meta property="educationalCredentialAwarded" content="Higher National Certificate in Accounting" />
</body>
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "",
   ....etc.
}
</script>
Example 3
<!-- Certificate for a distance learning course -->
<!--Based on http://www.train4publishing.co.uk/courses/distance-learning/basic-proofreading -->
<body>
  <div>
    <h1>Basic Proofreading</h1>
    <h2>What is Included?</h2>
    <h3>Certificate</h3>
    <p>A completion certificate from PQB showing whether you have achieved a
      pass, merit or distinction in your work.</p>
  </div>
</body>
No Microdata
<!-- Certificate for a distance learning course -->
<!--Based on http://www.train4publishing.co.uk/courses/distance-learning/basic-proofreading -->
<body vocab="http://schema.org/">
  <div typeof="Course">
    <h1 property="name">Basic Proofreading</h1>
    <h2>What is Included?</h2>
    <h3>Certificate</h3>
    <p>A <span property= "educationalCredentialAwarded">completion certificate from
      PQB</span> showing whether you have achieved a pass, merit or distinction in your
      work.</p>
  </div>
</body>
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "",
   ....etc.
}
</script>
Example 4
<!-- Certificate for a distance learning course -->
<!--Based on http://www.train4publishing.co.uk/courses/distance-learning/basic-proofreading -->
<body>
  <div>
    <h1>Basic Proofreading</h1>
    <h2>What is Included?</h2>
    <h3>Certificate</h3>
    <p>A completion certificate from PQB showing whether you have achieved a
      pass, merit or distinction in your work.</p>
  </div>
</body>
No Microdata
<!-- Certificate for a distance learning course -->
<!--Based on http://www.train4publishing.co.uk/courses/distance-learning/basic-proofreading -->
<body vocab="http://schema.org/">
  <div typeof="Course">
    <h1 property="name">Basic Proofreading</h1>
    <h2>What is Included?</h2>
    <h3>Certificate</h3>
    <p>A <span property= "educationalCredentialAwarded">completion certificate from
      PQB</span> showing whether you have achieved a pass, merit or distinction in your
      work.</p>
  </div>
</body>
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "",
   ....etc.
}
</script>

Schema Version 3.2