<datacenterProfile>
<!-- 
  This simple profile provides basic metadata used by the 
  ADEC dataset resolver.  For more information, please see
    http://vo.ads.harvard.edu/dv/
  -->

  <!-- id is a unique string associated with the datacenter;
       it is recommeded that this look like a DNS entry to avoid
       namespace conflicts in the future -->
  <id>nasa.ads</id>

  <!-- name of the data center -->
  <name>NASA Astrophysics Data System</name>

  <!-- email address of the manager responsible for this profile -->
  <contact>aaccomazzi@cfa.harvard.edu</contact>

  <!-- here is the important stuff -->

  <!-- verifierURL is the URL for the verifier's SOAP proxy -->
  <verifierURL>http://ads.harvard.edu/ws/ITWG-DataVerifier-test</verifierURL>

  <!-- this is the list of facilities that the datacenter knows about;
       entries in this list _must_ be registered facilities listed in
       http://vo.ads.harvard.edu/dv/facilities.txt -->
  <facilities>
    <item>Sa.HST</item>
    <item>Sa.ROSAT</item>
    <item>Sa.IUE</item>
  </facilities>

</datacenterProfile>


