<xs:element name="AdvisoryInfo" minOccurs="0" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">Advisory information that applies to all the rule information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FreeTextType">
<xs:attribute name="AdvisoryCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the type of advisory information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|