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