<xsd:complexType name="NoticeBaseType">
<xsd:annotation>
<xsd:documentation>
<xhtml:p ism:ownerProducer="USA" ism:classification="U">Base type for Notices. Does not include any attributes.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element ref="NoticeText" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|