<?xml version="1.0" encoding="UTF-8"?> 
<asset xmlns="http://nix2.larc.nasa.gov/XMLSchema/1.0" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://nix2.larc.nasa.gov/XMLSchema/1.0
                          http://nix2.larc.nasa.gov/XMLSchema/1.0/nasamm.xsd">
 <text> 
    <title>An artist's rendering of the Apollo Lunar Module landing on the moon's surface </title>
    <description>
An artist's rendering of the landing of the Lunar Module on the moon's surface, July 20, 1969. 
    </description>
    <date>1969-07-20</date>
    <id>APOLLOLM</id>
    <org>
      <name>NASA Kennedy Space Center</name>
      <acronym>NASA-KSC</acronym>
      <url>http://images.ksc.nasa.gov/</url>
    </org>
  </text>
  <image>
    <!-- Thumbnail image -->
    <thumbimage>
      <url>http://images.ksc.nasa.gov/photos/1969/thumb/APOLLOLM.gif</url>
      <format>GIF</format>
      <width>77</width>
      <height>100</height>
      <size>11721</size>
    </thumbimage>

    <!-- Screen image -->
    <screenimage>
      <url>http://images.ksc.nasa.gov/photos/1969/low/APOLLOLM.gif</url>
      <format>GIF</format>
      <width>185</width>
      <height>240</height>
      <size>63480</size>
      </screenimage>

    <!-- Other image -->
    <otherimage>
      <url>http://images.ksc.nasa.gov/photos/1969/medium/APOLLOLM.jpg</url>
      <format>JPEG</format>
      <width>593</width>
      <height>768</height>
      <size>108689</size>
      </otherimage>


    <!-- Other image -->
    <otherimage>
      <url>http://images.ksc.nasa.gov/photos/1969/high/APOLLOLM.jpg</url>
      <format>JPEG</format>
      <width>1761</width>
      <height>2279</height>
      <size>1464574</size>
      </otherimage>

  </image>
</asset>


