Overview The "Location" Element Table of
Contents

This element epresents a single location at which the organ is or was installed. It may appear more than once if the organ has been relocated.

  Parent Elements (that contain this element)

Organ

  Child Elements (contained by this element)

NameHow ManyDescription
Remark (zero or more)   remarks about this Location.

  Attributes
address
The street address of the location.
city   (required)
The name of the town or city.
country   (required)
Either the fully spelled name of the country, or the two-letter ISO country code. For older instruments, this should be the name of the country at the time of the installation, not the name of the country at the time the specification was prepared.
dateInstalled
The date on which the organ was installed at this location (see date formats).
dateRemoved
The date on which the organ was removed from this location (see date formats).
id
An identifier for referencing this element from within other elements.
installedBy
The ID of the Builder element describing the builder who installed the instrument at this location.
name   (required)
The name of the location, e.g. "First Congregational Church", "Woolsey Hall, Yale University".
installedBy
The ID of the Builder element describing the builder who removed the instrument from this location.
state
The fully spelled name of the state, province or region, not an abbreviation; for example "District of Columbia", not "DC" or "D.C.".
type   (required)
The type of location. The value of this attribute must be one of the following:
church A church, temple, synagogue, or other religious institution.
concert A concert, opera, or recital hall.
museum A museum.
        other Some other location not covered by the other types.
practice A practice room; for example, in a university.
residence   A private residence.
theatre A movie theatre.
  Examples
<Location name="St. John's Episcopal Church" type="church"
    city="Waterbury" state="Connecticut" country="us"> </Location>
  DTD Fragment
<!ELEMENT Location (
	Remark
	)* >
<!ATTLIST Location
	address CDATA ""
	city CDATA #REQUIRED
	country CDATA #REQUIRED
	dateInstalled CDATA ""
	dateRemoved CDATA ""
	id ID #IMPLIED
	installedBy IDREF #IMPLIED
	name CDATA #REQUIRED
	removedBy IDREF #IMPLIED
	state CDATA ""
    type (church|concert|museum|other|practice|residence|theatre) #REQUIRED
	>

Copyright © Institute for Pipe Organ Research And Education, Inc. 2002