scr:OrganizationStatusCategoryCodeSimpleType
simpleType OrganizationStatusCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type describing the kinds of status values associated with an organization
Diagram
Enumerations
Value | Definition |
Bankruptcy | Bankruptcy |
Foreclosure | Foreclosure |
IPO | IPO |
Suspended | Suspended |
XML Schema
<xs:simpleType name="OrganizationStatusCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the kinds of status values associated with an organization</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Bankruptcy">
<xs:annotation>
<xs:documentation>
Bankruptcy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Foreclosure">
<xs:annotation>
<xs:documentation>
Foreclosure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IPO">
<xs:annotation>
<xs:documentation>
IPO</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Suspended">
<xs:annotation>
<xs:documentation>
Suspended</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>