nc:AnomalyType

complexType AnomalyType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an out-of-the-ordinary occurrence.

Diagram

XML Schema

<xs:complexType name="AnomalyType">
<xs:annotation>
<xs:documentation>
A data type for an out-of-the-ordinary occurrence.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:AnomalyCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AnomalyContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AnomalyDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AnomalyDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AnomalyLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:AnomalyAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>