note

Element Information

Model

Children: note-paragraph

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:string required

Used By

Source

<xs:element name="note">
  <xs:complexType mixed="false">
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="note-paragraph"/>
    </xs:sequence>
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="note"/>
          <xs:enumeration value="warning"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample