scr:OrganizationCategoryCodeSimpleType
simpleType OrganizationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type describing the kinds of organizations involved in screening activities
Diagram
Enumerations
Value | Definition |
Business | BUSINESS |
Community Group | COMMUNITY GROUP |
Federal Agency | FEDERAL AGENCY |
Gang | GANG |
Local Agency | LOCAL AGENCY |
Political Group | POLITICAL GROUP |
Religious Group | RELIGIOUS GROUP |
School | SCHOOL |
State Agency | STATE AGENCY |
Surety Company | SURETY COMPANY |
XML Schema
<xs:simpleType name="OrganizationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the kinds of organizations involved in screening activities</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Business">
<xs:annotation>
<xs:documentation>
BUSINESS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Community Group">
<xs:annotation>
<xs:documentation>
COMMUNITY GROUP</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Federal Agency">
<xs:annotation>
<xs:documentation>
FEDERAL AGENCY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gang">
<xs:annotation>
<xs:documentation>
GANG</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Local Agency">
<xs:annotation>
<xs:documentation>
LOCAL AGENCY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Political Group">
<xs:annotation>
<xs:documentation>
POLITICAL GROUP</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Religious Group">
<xs:annotation>
<xs:documentation>
RELIGIOUS GROUP</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="School">
<xs:annotation>
<xs:documentation>
SCHOOL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="State Agency">
<xs:annotation>
<xs:documentation>
STATE AGENCY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Surety Company">
<xs:annotation>
<xs:documentation>
SURETY COMPANY</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>