Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: XML | Size: 7.91 KB | Hits: 52 | Expires: Never
Copy text to clipboard
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2.  
  3. <faculty_members
  4.  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.  xsi:noNamespaceSchemaLocation="Faculty1.xsd">
  6.   <faculty_member>
  7.     <name>
  8.       <first_name>firstname</first_name>
  9.       <middle_name>middlename</middle_name>
  10.       <last_name>lastName</last_name>
  11.     </name>
  12.     <username>username</username>
  13.     <faculty_type>
  14.       <is_lecturer>true</is_lecturer>
  15.       <is_professor>true</is_professor>
  16.       <is_researcher>true</is_researcher>
  17.     </faculty_type>
  18.     <office>
  19.       <building>
  20.         <abbreviation>PAI</abbreviation>
  21.         <long_name>Painter</long_name>
  22.       </building>
  23.       <room>room</room>
  24.     </office>
  25.     <email_addresses>
  26.       <email>my.email.address@my.domain.edu</email>
  27.       <email>my.email.address@my.domain.com</email>
  28.     </email_addresses>
  29.     <websites>
  30.       <website>http://www.bla.com</website>
  31.       <website>https://www.bla.com</website>
  32.       <website>shttp://www.bla.com</website>
  33.     </websites>
  34.     <phone_numbers>
  35.       <phone_number>
  36.         <phone_type>work</phone_type>
  37.         <country_code>1</country_code>
  38.         <area_code>512</area_code>
  39.         <number>1234</number>
  40.       </phone_number>
  41.       <phone_number>
  42.         <phone_type>work</phone_type>
  43.         <country_code>1</country_code>
  44.         <area_code>512</area_code>
  45.         <number>1234</number>
  46.       </phone_number>
  47.     </phone_numbers>
  48.     <research_areas>
  49.       <research_area>bla</research_area>
  50.       <research_area>bla</research_area>
  51.     </research_areas>
  52.     <degrees>
  53.       <degree>
  54.         <date_awarded>2002-09-24</date_awarded>
  55.         <institution>school</institution>
  56.         <degree_type>Doctoral Degree</degree_type>
  57.         <specialization>Computer Science</specialization>
  58.       </degree>
  59.       <degree>
  60.         <date_awarded>2002-09-24</date_awarded>
  61.         <institution>school</institution>
  62.         <degree_type>Doctoral Degree</degree_type>
  63.         <specialization>Computer Science</specialization>
  64.       </degree>
  65.     </degrees>
  66.     <awards>
  67.       <award>
  68.         <name>bla</name>
  69.         <date_awarded>2002-09-24</date_awarded>
  70.       </award>
  71.       <award>
  72.         <name>bla</name>
  73.         <date_awarded>2002-09-24</date_awarded>
  74.       </award>
  75.     </awards>
  76.     <grants>
  77.       <grant>
  78.         <name>bla</name>
  79.         <amount>324234.93</amount>
  80.         <date_awarded>2002-09-24</date_awarded>
  81.         <awarded_by>blabla</awarded_by>
  82.       </grant>
  83.       <grant>
  84.         <name>bla</name>
  85.         <amount>324234</amount>
  86.         <date_awarded>2002-09-24</date_awarded>
  87.         <awarded_by>blabla</awarded_by>
  88.       </grant>
  89.       <grant>
  90.         <name>bla</name>
  91.         <amount>.34</amount>
  92.         <date_awarded>2002-09-24</date_awarded>
  93.         <awarded_by>blabla</awarded_by>
  94.       </grant>
  95.     </grants>
  96.     <patents>
  97.       <patent>
  98.         <patent_title>bla</patent_title>
  99.         <date_awarded>2002-09-24</date_awarded>
  100.         <patent_id>US12345678</patent_id>
  101.       </patent>
  102.       <patent>
  103.         <patent_title>bla</patent_title>
  104.         <date_awarded>2002-09-24</date_awarded>
  105.         <patent_id>US12345678</patent_id>
  106.       </patent>
  107.     </patents>
  108.     <previous_positions>
  109.       <previous_position>
  110.         <location>bla</location>
  111.         <start_date>2002-09-24</start_date>
  112.         <end_date>2002-09-24</end_date>
  113.         <position>bla</position>
  114.       </previous_position>
  115.       <previous_position>
  116.         <location>bla</location>
  117.         <start_date>2002-09-24</start_date>
  118.         <end_date>2002-09-24</end_date>
  119.         <position>bla</position>
  120.       </previous_position>
  121.     </previous_positions>
  122.     <office_hours>
  123.       <meeting_time_and_place>
  124.         <start_time>09:00:00</start_time>
  125.         <end_time>10:00:00</end_time>
  126.         <location>
  127.           <building>
  128.             <abbreviation>PAI</abbreviation>
  129.             <long_name>Painter</long_name>
  130.           </building>
  131.           <room>room</room>
  132.         </location>
  133.         <days>
  134.           <day>Monday</day>
  135.           <day>Wednesday</day>
  136.           <day>Friday</day>
  137.         </days>
  138.       </meeting_time_and_place>
  139.       <meeting_time_and_place>
  140.         <start_time>09:00:00</start_time>
  141.         <end_time>10:00:00</end_time>
  142.         <location>
  143.           <building>
  144.             <abbreviation>PAI</abbreviation>
  145.             <long_name>Painter</long_name>
  146.           </building>
  147.           <room>room</room>
  148.         </location>
  149.         <days>
  150.           <day>Monday</day>
  151.           <day>Wednesday</day>
  152.           <day>Friday</day>
  153.         </days>
  154.       </meeting_time_and_place>
  155.     </office_hours>
  156.     <classes>
  157.       <class>
  158.         <unique_number>12345</unique_number>
  159.         <name>Software Engineering</name>
  160.         <description>Introduction to current knowledge, techniques, and theories in large software system design and development. </description>
  161.         <course_number>
  162.           <field_of_study>CS</field_of_study>
  163.           <number>373</number>
  164.         </course_number>
  165.         <semester>fall</semester>
  166.         <year>2010</year>
  167.         <teaching_assistants>
  168.           <name>
  169.             <first_name>firstname</first_name>
  170.             <middle_name>middlename</middle_name>
  171.             <last_name>lastName</last_name>
  172.           </name>
  173.           <name>
  174.             <first_name>firstname</first_name>
  175.             <middle_name>middlename</middle_name>
  176.             <last_name>lastname</last_name>
  177.           </name>
  178.         </teaching_assistants>
  179.         <meeting_times_and_places>
  180.           <meeting_time_and_place>
  181.             <start_time>09:00:00</start_time>
  182.             <end_time>10:00:00</end_time>
  183.             <location>
  184.               <building>
  185.                 <abbreviation>PAI</abbreviation>
  186.                 <long_name>Painter</long_name>
  187.               </building>
  188.               <room>room</room>
  189.             </location>
  190.             <days>
  191.               <day>Monday</day>
  192.               <day>Wednesday</day>
  193.               <day>Friday</day>
  194.             </days>
  195.           </meeting_time_and_place>
  196.         </meeting_times_and_places>
  197.       </class>
  198.     </classes>
  199.     <published_books>
  200.       <book>
  201.         <ISBN>123456789X</ISBN>
  202.         <title>don't judge me by my title</title>
  203.         <publisher>pub</publisher>
  204.         <date_published>2002-09-24</date_published>
  205.         <other_authors>
  206.           <name>
  207.             <first_name>firstname</first_name>
  208.             <middle_name>middlename</middle_name>
  209.             <last_name>lastName</last_name>
  210.           </name>
  211.         </other_authors>
  212.       </book>
  213.     </published_books>
  214.     <journal_articles>
  215.       <article>
  216.         <journal>bla</journal>
  217.         <title>title</title>
  218.         <issue_date>2002-09-24</issue_date>
  219.         <other_authors>
  220.           <name>
  221.             <first_name>firstname</first_name>
  222.             <middle_name>middlename</middle_name>
  223.             <last_name>lastName</last_name>
  224.           </name>
  225.         </other_authors>
  226.       </article>
  227.     </journal_articles>
  228.     <conferences>
  229.       <conference>
  230.         <date>2002-09-24</date>
  231.         <name>bla</name>
  232.         <location>bla</location>
  233.         <presentation_title>bla</presentation_title>
  234.       </conference>
  235.     </conferences>
  236.     <grad_students>
  237.       <grad_student>
  238.         <name>
  239.           <first_name>john</first_name>
  240.           <last_name>doe</last_name>
  241.         </name>
  242.         <type>Master's Degree</type>
  243.         <writings>
  244.           <article>
  245.             <journal>narwhals</journal>
  246.             <title>horns</title>
  247.             <issue_date>2007-06-01</issue_date>
  248.             <other_authors>
  249.               <name>
  250.                 <first_name>steve</first_name>
  251.                 <last_name>smith</last_name>
  252.               </name>
  253.             </other_authors>
  254.           </article>
  255.         </writings>
  256.         <date>2008-04-21</date>
  257.       </grad_student>
  258.     </grad_students>
  259.   </faculty_member>
  260. </faculty_members>