Overview The "Pressure" Element Table of
Contents

This element represents a wind pressure for all or part of an organ. It may appear more than once if the wind pressure has changed during the life of the organ.

  Parent Elements (that contain this element)

Chamber
Division
Keyboard The Pressure element may appear within a Keyboard element if there is no corresponding Chamber element.
Organ
Rank
Stop

  Child Elements (contained by this element)

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

  Attributes
builder
The ID of the Builder element describing the builder who established this pressure.
date
The date on which this Pressure was established (see date formats).
id
An identifier for referencing this element from within other elements.
units   (required)
The units of measurement for the "value" attribute. The value of this attribute must be either "mm" (millimeters) or "in" (inches).
value   (required)
A number, possibly containing a decimal point, which indicates the wind pressure as measured in the units specified by the "units" attributes. For example, "3.5".
  Example
<Pressure units="in" value="3.5"> </Pressure>
  DTD Fragment
<!ELEMENT Pressure (
	Remark
	)* >
<!ATTLIST Pressure
	builder IDREF #IMPLIED
	date CDATA ""
	id ID #IMPLIED
	units (in|mm) #REQUIRED
	value CDATA #REQUIRED
	>

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