<?xml version="1.0" encoding="UTF-8"?>
<basic_lti_link xmlns="http://www.imsglobal.org/xsd/imsbasiclti_v1p0"
    xmlns:lticm ="http://www.imsglobal.org/xsd/imslticm_v1p0"
    xmlns:lticp ="http://www.imsglobal.org/xsd/imslticp_v1p0"
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation = "http://www.imsglobal.org/xsd/imsbasiclti_v1p0 imsbasiclti_v1p0p1.xsd 
                          http://www.imsglobal.org/xsd/imslticm_v1p0 imslticm_v1p0.xsd 
                          http://www.imsglobal.org/xsd/imslticp_v1p0 imslticp_v1p0.xsd">
    <title>Grade Book</title>
    <description>Grade Book with many column types</description>
    <custom>
        <lticm:property name="keyname">value</lticm:property>
    </custom>
    <extensions platform="my.lms.com">
        <lticm:property name="keyname">value</lticm:property>
    </extensions>
    <launch_url>url to the basiclti launch URL</launch_url>
    <secure_launch_url>secure url to the basiclti launch URL</secure_launch_url>
    <icon>url to an icon for this tool (optional)</icon>
    <secure_icon>secure url to an icon for this tool (optional)></secure_icon> 
    <vendor>
        <lticp:code>vendor.com</lticp:code>
        <lticp:name>vendor.name</lticp:name>
        <lticp:description>This is a vendor of learning tools.</lticp:description>
        <lticp:url>http://www.vendor.com/</lticp:url>
        <lticp:contact>
            <lticp:email>support@vendor.com</lticp:email>
        </lticp:contact>
    </vendor>
</basic_lti_link>