nc:MessageType

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

Definition

A data type for an electronic form of communication that can be exchanged asynchronously.

Diagram

XML Schema

<xs:complexType name="MessageType">
<xs:annotation>
<xs:documentation>
A data type for an electronic form of communication that can be exchanged asynchronously.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:MessageID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageRecipientAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageRecipientAddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageSenderAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageSenderAddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageSentDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageSubjectText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageAttachmentAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageReferenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageFATCAUsageRestrictionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MessageAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>