Definition Type: ComplexType
Name: PersonNameType
Namespace: http://niem.gov/niem/niem-core/2.0
Type: s:ComplexObjectType
Containing Schema: niem-core.xsd
Abstract
Documentation:
A data type for a combination of names and/or titles by which a person is known.
Collapse XSD Schema Diagram:
Drilldown into PersonFullName in schema niem-core_xsd Drilldown into PersonMaidenName in schema niem-core_xsd Drilldown into PersonNameSuffixText in schema niem-core_xsd Drilldown into PersonSurName in schema niem-core_xsd Drilldown into PersonMiddleName in schema niem-core_xsd Drilldown into PersonGivenName in schema niem-core_xsd Drilldown into PersonNamePrefixText in schema niem-core_xsd Drilldown into linkMetadata in schema structures_xsd Drilldown into metadata in schema structures_xsd Drilldown into id in schema structures_xsd Drilldown into ComplexObjectType in schema structures_xsd Drilldown into personNameCommentText in schema niem-core_xsdXSD Diagram of PersonNameType in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="PersonNameType">
    <xsd:annotation>
        <xsd:documentation>A data type for a combination of names and/or titles by which a person is known.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="s:ComplexObjectType">
            <xsd:sequence>
                <xsd:element ref="nc:PersonNamePrefixText" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonGivenName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonMiddleName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonSurName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonNameSuffixText" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonMaidenName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonFullName" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
            <xsd:attribute ref="nc:personNameCommentText" use="optional" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonNamePrefixText nc:PersonNamePrefixText 0 unbounded
PersonGivenName nc:PersonGivenName 0 unbounded
PersonMiddleName nc:PersonMiddleName 0 unbounded
PersonSurName nc:PersonSurName 0 unbounded
PersonNameSuffixText nc:PersonNameSuffixText 0 unbounded
PersonMaidenName nc:PersonMaidenName 0 unbounded
PersonFullName nc:PersonFullName 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id s:id (Optional)
metadata s:metadata (Optional)
linkMetadata s:linkMetadata (Optional)
personNameCommentText nc:personNameCommentText Optional
Collapse Derivation Tree:
Collapse References:
nc:PersonAlternateName, nc:PersonName