nc:EntityType
complexType EntityType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a person, organization, or thing capable of bearing legal rights and responsibilities.
Diagram
XML Schema
<xs:complexType name="EntityType">
<xs:annotation>
<xs:documentation>
A data type for a person, organization, or thing capable of bearing legal rights and responsibilities.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:EntityRepresentation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EntityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>