<?xml version="1.0"?>
<learnerinformation xmlns="http://www.imsproject.org/xsd/ims_lip_rootv1p0" xml:lang="en">
  <comment xml:lang="en">Learner Information for Student modeling</comment>
  <contentype>
    <comment xml:lang="en">Description of Content type of the Identification Element</comment>
    <referential>
       <sourcedid>
           <source>Example 1</source>
           <id>1</id>
       </sourcedid>
    </referential>
    <privacy>
       <stdprivacy mode="Owner" />
    </privacy>
 </contentype>
  <identification>
     <comment xml:lang="en">Identification of the Learner</comment>
     <contentype>
        <referential>
          <sourcedid>
             <source>Example of Identification 1</source>
             <id>identification1</id>
          </sourcedid>
        </referential>
     </contentype>
     <formname>
         <stdname mode="Full" />
         <text>Steven Cummings</text>
     </formname>
     <name>
         <stdname mode="Full" />
         <partname>
           <stdpartname mode="First" />
           <text>Charles</text>
         </partname>
         <partname>
           <stdpartname mode="Last" />
           <text>Cummings</text>
         </partname>
         <partname>
           <stdpartname mode="Middle" />
           <text>Steven</text>
         </partname>
     </name>
     <address>
        <stdaddress mode="Work" />
        <pobox>1234</pobox>
        <street>
               <nonfieldedstreetaddress>1607 Sylvan Lane, Apartment 1H</nonfieldedstreetaddress>
               <complex>The Colony</complex>
               <streetnumber>1607</streetnumber>
               <streetname>Sylvan</streetname>
               <streetype>Lane</streetype>
               <aptnumber>1</aptnumber>
               <aptnumsuffix>H</aptnumsuffix>
        </street>
        <locality>North-east corner</locality>
        <city>Columbia</city>
        <country>USA</country>
        <postcode>65202</postcode>
        <timezone>GMT</timezone>
        <geo>
           <lat>57.01.49N</lat>
           <lon>00.00.00E</lon>
        </geo>
     </address>
     <contactinfo>
         <stdcontactinfo mode="Campus" />
         <telephone>
            <countrycode>1</countrycode>
            <areacode>573</areacode>
            <indnumber>8141234</indnumber>
         </telephone>
         <email>steven@mizzou.edu</email>
         <web>http://showme.missouri.edu/~csc635</web>
     </contactinfo>
     <demographics>
         <stddemographics mode="Graduate" />
         <representation>
              <stdrepresentation mode="Photo" />
              <description>Photo at the time of Admit</description>
         </representation>
         <gender mode="M" />
         <placeofbirth>China</placeofbirth>
         <uid>1234567</uid>
      </demographics>
     <agent>
        <stdagent mode="Advisor" />
        <agentid>a1</agentid>
        <agentdomain>
            <stdagentdomain mode="Educational" />
        </agentdomain>
     </agent>
 </identification>

<securitykey>
   <typename>
       <tysource sourcetype="imsdefault" />
       <tyvalue>Authentication Information</tyvalue>
   </typename>
   <keyfields>
    <fieldtype>
        <vocab>
                <vvalue>username</vvalue>
        </vocab>
    </fieldtype>
        <fielddata>steven</fielddata>
   </keyfields>
   <keyfields>
    <fieldtype>
        <vocab>
                <vvalue>password</vvalue>
        </vocab>

    </fieldtype>
        <fielddata>nevets</fielddata>
   </keyfields>
   <keyfields>
    <fieldtype>
        <vocab>
                <vvalue>userrole</vvalue>
        </vocab>
    </fieldtype>
        <fielddata>administrator</fielddata>
   </keyfields>

   <description>
       <short>User Name,Role and Password to the LMS</short>
   </description>
</securitykey>

</learnerinformation>

