2.2.2.2.32 warnings

The warnings element MUST be ignored.

Parent Elements

solutionDefinition

Child Elements

warning

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

 <xsd:element name="warnings">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:warning" maxOccurs="unbounded" minOccurs="0"/>
     </xsd:sequence>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>