displayNotes Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
number int element 0/1 The number to order by.
text string element 0/1 Text of the note, in html.

Example

<displayNotes>
  <number>...</number>
  <text>...</text>
</displayNotes>