nc:GenericEntityType

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

Definition

A data type for a basic set of information about a person or an organization.

Diagram

XML Schema

<xs:complexType name="GenericEntityType">
<xs:annotation>
<xs:documentation>
A data type for a basic set of information about a person or an organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:EntityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EntityContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EntityDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:GenericEntityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>