Overview The "Builder" Element Table of
Contents

This element represents one builder who was associated with the organ. It may appear more than once if more than one builder has been associated with the organ.

  Parent Elements (that contain this element)

Organ

  Child Elements (contained by this element)

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

  Attributes
city
The home city of the builder.
country
Either the fully spelled name of the builder's home 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.
id
An identifier for referencing this element from within other elements.
name   (required)
The name of the builder, e.g. "Arp Schnitger", "E. M. Skinner".
opus
The builder's opus number.
state
The fully spelled name of the home state, province or region of the builder. Do not use abbreviations; for example, use "District of Columbia", not "DC" or "D.C.".
  Examples
<Builder name="Arp Schnitger"> </Builder>
<Builder name="Austin" city="Hartford" state="Connecticut" country="us" opus="123"> </Builder>
  DTD Fragment
<!ELEMENT Builder (
	Remark
	)* >
<!ATTLIST Builder
	city CDATA ""
	country CDATA ""
	id ID #IMPLIED
	name CDATA #REQUIRED
	opus CDATA ""
	state CDATA ""
	>

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