scr:PersonNameDesignationCategoryCodeSimpleType

simpleType PersonNameDesignationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type describing the kinds of words or phrase that represents a professional title of an individual.

Diagram

Enumerations

ValueDefinition
CPACPA
J.D.J.D.
M.DM.D
Ph.D.Ph.D.

XML Schema

<xs:simpleType name="PersonNameDesignationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the kinds of words or phrase that represents a professional title of an individual.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="CPA">
<xs:annotation>
<xs:documentation>
CPA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J.D.">
<xs:annotation>
<xs:documentation>
J.D.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M.D">
<xs:annotation>
<xs:documentation>
M.D
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ph.D.">
<xs:annotation>
<xs:documentation>
Ph.D.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>