hs:ReportingOrganizationClassCodeSimpleType
simpleType ReportingOrganizationClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a class of an organization reporting information.
Diagram
Enumerations
Value | Definition |
City Government | City Government |
County Government | County Government |
Federal Government | Federal Government |
Foreign Non-Profit Organization | Foreign Non-Profit Organization |
Foreign Profit Organization | Foreign Profit Organization |
International | International (U.S. and Foreign) |
Interstate Government Affiliated Organizations | Interstate Government Affiliated Organizations |
Non-Profit Private Non-Government Organizations | Non-Profit Private Non-Government Organizations |
Non-Profit Public Non-Government Organizations | Non-Profit Public Non-Government Organizations |
Other | Other (Towns, Villages, American Indian Tribes) |
Private Profit (Large Business) Organizations | Private Profit (Large Business) Organizations |
Private Profit (Small Business) Organizations | Private Profit (Small Business) Organizations |
Special Unit of Government | Special Unit of Government |
Sponsored Organizations | Sponsored Organizations |
State Government | State Government |
Unknown | Unknown |
XML Schema
<xs:simpleType name="ReportingOrganizationClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a class of an organization reporting information.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="City Government">
<xs:annotation>
<xs:documentation>
City Government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="County Government">
<xs:annotation>
<xs:documentation>
County Government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Federal Government">
<xs:annotation>
<xs:documentation>
Federal Government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Foreign Non-Profit Organization">
<xs:annotation>
<xs:documentation>
Foreign Non-Profit Organization</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Foreign Profit Organization">
<xs:annotation>
<xs:documentation>
Foreign Profit Organization</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="International">
<xs:annotation>
<xs:documentation>
International (U.S. and Foreign)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Interstate Government Affiliated Organizations">
<xs:annotation>
<xs:documentation>
Interstate Government Affiliated Organizations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Non-Profit Private Non-Government Organizations">
<xs:annotation>
<xs:documentation>
Non-Profit Private Non-Government Organizations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Non-Profit Public Non-Government Organizations">
<xs:annotation>
<xs:documentation>
Non-Profit Public Non-Government Organizations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other (Towns, Villages, American Indian Tribes)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Private Profit (Large Business) Organizations">
<xs:annotation>
<xs:documentation>
Private Profit (Large Business) Organizations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Private Profit (Small Business) Organizations">
<xs:annotation>
<xs:documentation>
Private Profit (Small Business) Organizations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Special Unit of Government">
<xs:annotation>
<xs:documentation>
Special Unit of Government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Sponsored Organizations">
<xs:annotation>
<xs:documentation>
Sponsored Organizations</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="State Government">
<xs:annotation>
<xs:documentation>
State Government</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>