m:InterestType

complexType InterestType in namespace http://release.niem.gov/niem/domains/maritime/4.0/

Definition

A data type for an item of interest, for example a potential risk or threat.

Diagram

XML Schema

<xs:complexType name="InterestType">
<xs:annotation>
<xs:documentation>
A data type for an item of interest, for example a potential risk or threat.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:InterestCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:InterestDateRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:InterestDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:InterestLevelAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:InterestLexiconSourceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:InterestNotificationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:InterestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>