<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE DetectorSchema SYSTEM "Detector.dtd"
[

<!ENTITY    %   wcsbits                 SYSTEM  "wcsbits.xml"           >
%wcsbits;

<!ENTITY        ccdgeomlist             SYSTEM  "CCDgeomList.xml"       >
<!ENTITY        ccdtypelist             SYSTEM  "CCDtypeList.xml"       >

<!ENTITY        mitllamptypes           SYSTEM  "MITLLampTypes.xml"     >


<!ENTITY        ccdlist                 SYSTEM  "CCDlist.xml"           >

<!ENTITY        hiresccdlocs            SYSTEM  "HiresCCDlocs.xml"      >
<!ENTITY        hiresamplocs            SYSTEM  "HiresAmpLocs.xml"      >

<!ENTITY        hiresampwire            SYSTEM  "HiresAmpWire.xml"      >

<!ENTITY        himosaicdesign          SYSTEM  "HiresMosDesigns.xml"   >

<!--
begin external (parsed) general entity declarations hiresengmos hiresscimos
can be used to refer to content of HiresEngMos.xml HiresSciMos.xml
-->
<!ENTITY        hiresengmos             SYSTEM  "HiresEngMos.xml"       >
<!ENTITY        hiresscimos             SYSTEM  "HiresSciMos.xml"       >
<!--
end external general entity declaration hiresengmos hiresscimos
-->

]>

<DetectorSchema>

<!--
general entity reference
inserts list of all designed geometries of CCDs
-->
&ccdgeomlist;

<!--
general entity reference
inserts list of all types of CCDs
-->
&ccdtypelist;

<!--
general entity reference
inserts list of all types of amplifiers on CCDs
-->
&mitllamptypes;



<!--
general entity reference
inserts list of all CCDs inserted into mosaics
-->
&ccdlist;

<!--
general entity reference
inserts list of all mosaic designs
-->
&himosaicdesign;

<!--
general entity reference
inserts list of all mosaic wirings
-->
&hiresampwire;

&hiresengmos;
&hiresscimos;


<!--
########################################################################
-->

<!-- HIRES Engineering Mosaic -->

<Controller
	Name            = "HIRES Engineering mosaic"
	Macro           = "HIRES_ENGINEERING_MOSAIC"
	MacroValue      = "1001"
	BuiltMosaicId   = "hires_eng_mosaic"
	AmpWiringId     = "hires_wiring"
	NumAmp          = "6"
/>

<!--
########################################################################
-->

<!-- HIRES Science Mosaic -->

<Controller
	Name            = "HIRES Science mosaic"
	Macro           = "HIRES_SCIENCE_MOSAIC"
	MacroValue      = "1002"
	BuiltMosaicId   = "hires_sci_mosaic"
	AmpWiringId     = "hires_wiring"
	NumAmp          = "6"
/>

<!--
########################################################################
-->

</DetectorSchema>
