Differences

This shows you the differences between two versions of the page.

Link to this comparison view

defaultdescriptor [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <defaultDescriptor> Element =====
 +==== Definition and Usage ====
 +
 +The [[defaultdescriptor|<defaultDescriptor>]] element identifies the default child
 +[[descriptor|<descriptor>]] element of the [[descriptorswitch|<descriptorSwitch>]] element that must
 +be selected if all rules are evaluated as false.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[defaultdescriptor|<defaultDescriptor>]] | __//descriptor//__ | -- | [[descriptorswitch|<descriptorSwitch>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //descriptor// | IDREF. | The //descriptor// attribute refers to a [[descriptor|<descriptor>]] element. |
 +
 +
 +
  
Back to top