notes-and-warnings

Note Element. Notes are made up of note parts which can have note sub parts.
Each note sub part can have it's own note part forming a tree structure of notes.

Element Information

Model

Children: note

Attributes

QName Type Fixed Default Use Inheritable Annotation
date-revised xs:string optional

Used By

Source

<xs:element name="notes-and-warnings">
  <xs:annotation>
    <xs:documentation>Note Element. Notes are made up of note parts which can have note sub parts. Each note sub part can have it's own note part forming a tree structure of notes.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="note" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="date-revised" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample