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

courseCode

Canonical URL: http://schema.org/courseCode

Thing > Property > courseCode

The identifier for the Course used by the course provider (e.g. CS101 or 6.001).

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

Source

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



Examples

Example 1
<body>
<!--A Bachellor's programme provided by a University, referencing the course code-->
<!--based on http://search.ucas.com/course/summary/463149/physics -->
    <div>
        <h2>Physics</h2>
        <div>
            <a href="/provider/324/university-of-bristol">
                <span>University of Bristol</span>
            </a>
        </div>
        <div>
            Course code: F300
        </div>
    </div>
</body>
No Microdata
<body vocab="http://schema.org/">
<!--A Bachellor's programme provided by a University, referencing the course code-->
<!--based on http://search.ucas.com/course/summary/463149/physics -->
    <div typeof="Course">
        <h2 property="name">Physics</h2>
        <div property="provider" typeOf="CollegeOrUniversity">
            <a property="url" href="/provider/324/university-of-bristol">
                <span property="name">University of Bristol</span>
            </a>
        </div>
        <div>
            Course code <span property="courseCode">F300</span>
        </div>
    </div>
</body>
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "",
   ....etc.
}
</script>
Example 2
<body>
<!--A Bachellor's programme provided by a University, referencing the course code-->
<!--based on http://search.ucas.com/course/summary/463149/physics -->
    <div>
        <h2>Physics</h2>
        <div>
            <a href="/provider/324/university-of-bristol">
                <span>University of Bristol</span>
            </a>
        </div>
        <div>
            Course code: F300
        </div>
    </div>
</body>
No Microdata
<body vocab="http://schema.org/">
<!--A Bachellor's programme provided by a University, referencing the course code-->
<!--based on http://search.ucas.com/course/summary/463149/physics -->
    <div typeof="Course">
        <h2 property="name">Physics</h2>
        <div property="provider" typeOf="CollegeOrUniversity">
            <a property="url" href="/provider/324/university-of-bristol">
                <span property="name">University of Bristol</span>
            </a>
        </div>
        <div>
            Course code <span property="courseCode">F300</span>
        </div>
    </div>
</body>
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "",
   ....etc.
}
</script>

Schema Version 3.2