<PITCH> : Increment

ROLE

The increment defines how much is increased or decreased the value of the field when a progression is made. This mechanism is used inside the graphical user interface, when the user selects the up or down arrows located near the field. The type of the value should be the same as the one defined for this field.

ATTRIBUTES

<!ATTLIST PITCH
	  value NMTOKEN #REQUIRED>
Attribute Mand. Description Default
value yes Increment value. The value must be a number value.  

SAMPLE

<PITCH value='1'/>

<PITCH value='0.05'/>