ndex:PersonSpeechCodeSimpleType
simpleType PersonSpeechCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
Definition
A data type for a code that identifies impediments that affect a person's speech or other speech characteristics that may help distinguish a person.
Diagram
Enumerations
| Value | Definition |
| ACCENT | ACCENT |
| DISGUISED | DISGUISED |
| FOREIGN | FOREIGN |
| HIGH_PITCH | HIGH PITCH |
| LISPS | LISPS |
| LOUD | LOUD |
| LOW_PITCH | LOW PITCH |
| MEDIUM | MEDIUM |
| MONOTONE | MONOTONE |
| MUMBLES | MUMBLES |
| NASAL | NASAL |
| NORMAL | NORMAL |
| OFFENSIVE | OFFENSIVE |
| QUIET | QUIET |
| RAPID | RAPID |
| RASPY | RASPY |
| SLOW | SLOW |
| SLURRED | SLURRED |
| SOFT-LOW | SOFT-LOW |
| STREET_TALK | STREET TALK |
| STUTTERS | STUTTERS |
| TALKATIVE | TALKATIVE |
| UNKNOWN | UNKNOWN |
| VULGAR-PROFANE | VULGAR-PROFANE |
XML Schema
<xs:simpleType name="PersonSpeechCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies impediments that affect a person's speech or other speech characteristics that may help distinguish a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ACCENT">
<xs:annotation>
<xs:documentation>
ACCENT</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DISGUISED">
<xs:annotation>
<xs:documentation>
DISGUISED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FOREIGN">
<xs:annotation>
<xs:documentation>
FOREIGN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HIGH_PITCH">
<xs:annotation>
<xs:documentation>
HIGH PITCH</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LISPS">
<xs:annotation>
<xs:documentation>
LISPS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOUD">
<xs:annotation>
<xs:documentation>
LOUD</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOW_PITCH">
<xs:annotation>
<xs:documentation>
LOW PITCH</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MEDIUM">
<xs:annotation>
<xs:documentation>
MEDIUM</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MONOTONE">
<xs:annotation>
<xs:documentation>
MONOTONE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MUMBLES">
<xs:annotation>
<xs:documentation>
MUMBLES</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NASAL">
<xs:annotation>
<xs:documentation>
NASAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NORMAL">
<xs:annotation>
<xs:documentation>
NORMAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OFFENSIVE">
<xs:annotation>
<xs:documentation>
OFFENSIVE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="QUIET">
<xs:annotation>
<xs:documentation>
QUIET</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RAPID">
<xs:annotation>
<xs:documentation>
RAPID</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RASPY">
<xs:annotation>
<xs:documentation>
RASPY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SLOW">
<xs:annotation>
<xs:documentation>
SLOW</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SLURRED">
<xs:annotation>
<xs:documentation>
SLURRED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SOFT-LOW">
<xs:annotation>
<xs:documentation>
SOFT-LOW</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STREET_TALK">
<xs:annotation>
<xs:documentation>
STREET TALK</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STUTTERS">
<xs:annotation>
<xs:documentation>
STUTTERS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TALKATIVE">
<xs:annotation>
<xs:documentation>
TALKATIVE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VULGAR-PROFANE">
<xs:annotation>
<xs:documentation>
VULGAR-PROFANE</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>