scr:PersonNameDesignationCategoryCodeSimpleType
simpleType PersonNameDesignationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type describing the kinds of words or phrase that represents a professional title of an individual.
Diagram
Enumerations
Value | Definition |
CPA | CPA |
J.D. | J.D. |
M.D | M.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:restriction base="xs:token">
<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>