nc:ContactInformationType

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

Definition

A data type for how to contact a person or an organization.

Diagram

XML Schema

<xs:complexType name="ContactInformationType">
<xs:annotation>
<xs:documentation>
A data type for how to contact a person or an organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ContactMeansAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactEntityDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactResponder" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformationAvailabilityAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>