2.2.2.2.33 warning

The warning element MUST be ignored.

Parent Elements

warnings

Attributes:

hidden: This attribute MUST be ignored.

source: This attribute MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="warning">
   <xsd:complexType>
     <xsd:sequence/>
     <xsd:attribute name="source" type="xsd:string" use="required"/>
     <xsd:attribute name="hidden" type="xsf:xdYesNo" use="optional" default="no"/>
   </xsd:complexType>
 </xsd:element>