nc:InstantMessengerType
complexType InstantMessengerType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a user account for an instant messaging program by which a person or organization may be contacted.
Diagram
XML Schema
<xs:complexType name="InstantMessengerType">
<xs:annotation>
<xs:documentation>
A data type for a user account for an instant messaging program by which a person or organization may be contacted.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:InstantMessengerServiceName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InstantMessengerScreenID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InstantMessengerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>