[GET] - Industries List

  • Updated

Note: this functionality will be available after May 16th 2015

 

Use the Industries List endpoint to fetch the list of industries and sub-industries.

Endpoint

GET https://api.insideview.com/api/v1/reference/industries

Request

HTTP Headers

Header Name Type Required Description
accessToken String Yes

Valid access token.
See Authentication and Authorization Overview for more details.

Accept String No Selects the response's content type.  
Valid values are application/json and application/xml (default)
Accept-Language String No Select the response's language and locale.
Default value: en-en
See Internationalization Support for more details.

Responses

HTTP 200

Returns either a JSON or XML data structure depending on the request Accept header. 

Name type Description
industries Array  Array of industries
companies  industry Object  
companies  industry  industryId String Industry ID
companies  industry industryName String Localized industry name
companies  industry subIndustries Array Array of sub-industries
companies  industry subIndustries industryId String Industry ID
companies  industry subIndustries industryName String Localized industry name

Type: application/json

Schema

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "/",
  "type": "object",
  "properties": {
    "industries": {
      "id": "industries",
      "type": "array",
      "items": {
        "id": "0",
        "type": "object",
        "properties": {
          "industry": {
            "id": "industry",
            "type": "object",
            "properties": {
              "industryId": {
                    "id": "industryId",
                    "type": "string"
                },
                "industryName": {
                    "id": "industryName",
                    "type": "string"
                }
            }
          },
          "subIndustries": {
            "id": "subIndustries",
            "type": "array",
            "items": {
              "id": "0",
              "type": "object",
              "properties": {
                "industryId": {
                    "id": "industryId",
                    "type": "string"
                },
                "industryName": {
                    "id": "industryName",
                    "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}

Example

{
  "industries": [
    {
      "industry": {
        "industryId": "1",
        "industryName": "Aerospace and Defense"
      },
      "subIndustries": [
        {
          "industryId": "1_1",
          "industryName": null
        },
        {
          "industryId": "1_2",
          "industryName": "Aerospace Products and Parts"
        },
        {
          "industryId": "1_3",
          "industryName": "Aircraft Leasing"
        },
        {
          "industryId": "1_4",
          "industryName": "Aircraft Manufacturing"
        },
        {
          "industryId": "1_5",
          "industryName": "Space Vehicles, Satellites and Related"
        },
        {
          "industryId": "1_6",
          "industryName": null
        },
        {
          "industryId": "1_7",
          "industryName": "Ordnance, Missiles, Weaponry and Related"
        }
      ]
    },
    {
      "industry": {
        "industryId": "2",
        "industryName": "Automotive"
      },
      "subIndustries": [
        {
          "industryId": "2_1",
          "industryName": null
        },
        {
          "industryId": "2_10",
          "industryName": "Truck, Bus and Other Vehicle Manufacturing"
        },
        {
          "industryId": "2_2",
          "industryName": "Motor Vehicle Parking and Garages"
        },
        {
          "industryId": "2_3",
          "industryName": "Motor Vehicle Manufacturing"
        },
        {
          "industryId": "2_4",
          "industryName": null
        },
        {
          "industryId": "2_5",
          "industryName": "Motor Vehicle Parts Suppliers"
        },
        {
          "industryId": "2_6",
          "industryName": "Automobile Parts Manufacturing"
        },
        {
          "industryId": "2_7",
          "industryName": null
        },
        {
          "industryId": "2_8",
          "industryName": null
        },
        {
          "industryId": "2_9",
          "industryName": "Truck and Bus Parts Manufacturing"
        }
      ]
    },
    {
      "industry": {
        "industryId": "3",
        "industryName": "Banks"
      },
      "subIndustries": [
        {
          "industryId": "3_1",
          "industryName": "Central Banks"
        },
        {
          "industryId": "3_2",
          "industryName": "Commercial Banking "
        },
        {
          "industryId": "3_3",
          "industryName": "Credit Unions"
        },
        {
          "industryId": "3_4",
          "industryName": "Credit Agencies"
        },
        {
          "industryId": "3_5",
          "industryName": "Regional Banks"
        },
        {
          "industryId": "3_6",
          "industryName": "Savings Institutions"
        },
        {
          "industryId": "3_7",
          "industryName": "Banking Transaction Processing"
        },
        {
          "industryId": "3_8",
          "industryName": "Short-Term Business Loans and Credit"
        }
      ]
    },
    {
      "industry": {
        "industryId": "4",
        "industryName": "Civic, Non-Profit and Membership Groups"
      },
      "subIndustries": [
        {
          "industryId": "4_1",
          "industryName": null
        },
        {
          "industryId": "4_10",
          "industryName": "Social Services Institutions"
        },
        {
          "industryId": "4_2",
          "industryName": "Business Associations"
        },
        {
          "industryId": "4_3",
          "industryName": "Charities"
        },
        {
          "industryId": "4_4",
          "industryName": "Environmental and Wildlife Organizations"
        },
        {
          "industryId": "4_5",
          "industryName": null
        },
        {
          "industryId": "4_6",
          "industryName": "Labor Unions"
        },
        {
          "industryId": "4_7",
          "industryName": "Political Organizations"
        },
        {
          "industryId": "4_8",
          "industryName": "Public Policy Research and Advocacy"
        },
        {
          "industryId": "4_9",
          "industryName": "Religious Organizations"
        }
      ]
    },
    {
      "industry": {
        "industryId": "5",
        "industryName": "Chemicals"
      },
      "subIndustries": [
        {
          "industryId": "5_1",
          "industryName": "Agricultural Chemicals"
        },
        {
          "industryId": "5_10",
          "industryName": "Sealants and Adhesives"
        },
        {
          "industryId": "5_2",
          "industryName": "Asphalt and Roofing Materials"
        },
        {
          "industryId": "5_3",
          "industryName": null
        },
        {
          "industryId": "5_4",
          "industryName": "Commodity Chemicals"
        },
        {
          "industryId": "5_5",
          "industryName": "Diversified Chemicals"
        },
        {
          "industryId": "5_6",
          "industryName": "Specialty Chemicals"
        },
        {
          "industryId": "5_7",
          "industryName": "Medicinal Chemicals and Botanicals"
        },
        {
          "industryId": "5_8",
          "industryName": "Paints, Dyes, Varnishes and Lacquers"
        },
        {
          "industryId": "5_9",
          "industryName": "Plastic and Fiber Manufacturing"
        }
      ]
    },
    {
      "industry": {
        "industryId": "6",
        "industryName": "Computer Hardware"
      },
      "subIndustries": [
        {
          "industryId": "6_1",
          "industryName": "ATMs and Self-Service Terminals"
        },
        {
          "industryId": "6_10",
          "industryName": "Optical, Magnetic and Mass Storage"
        },
        {
          "industryId": "6_11",
          "industryName": "Peripherals, Computers and Accessories"
        },
        {
          "industryId": "6_12",
          "industryName": "Personal Storage Drives and Media"
        },
        {
          "industryId": "6_13",
          "industryName": "POS and Electronic Retail Systems"
        },
        {
          "industryId": "6_14",
          "industryName": "Printing and Imaging Equipment"
        },
        {
          "industryId": "6_15",
          "industryName": "Routing and Switching"
        },
        {
          "industryId": "6_16",
          "industryName": "Semiconductor Equipment and Testing"
        },
        {
          "industryId": "6_17",
          "industryName": "Semiconductors"
        },
        {
          "industryId": "6_18",
          "industryName": "Servers and Mainframes"
        },
        {
          "industryId": "6_19",
          "industryName": "Storage Networking"
        },
        {
          "industryId": "6_2",
          "industryName": "Computer Communications Equipment"
        },
        {
          "industryId": "6_20",
          "industryName": "Wireless Networking"
        },
        {
          "industryId": "6_3",
          "industryName": "Computer Display Units and Projectors"
        },
        {
          "industryId": "6_4",
          "industryName": "Computer Input Devices and Speakers"
        },
        {
          "industryId": "6_5",
          "industryName": "Computer Networking Equipment"
        },
        {
          "industryId": "6_6",
          "industryName": "Computer Storage Devices"
        },
        {
          "industryId": "6_7",
          "industryName": "Network Security Devices"
        },
        {
          "industryId": "6_8",
          "industryName": "Office Equipment"
        },
        {
          "industryId": "6_9",
          "industryName": "Office Supplies"
        }
      ]
    },
    {
      "industry": {
        "industryId": "7",
        "industryName": "Computer Software"
      },
      "subIndustries": [
        {
          "industryId": "7_1",
          "industryName": "Accounting and Tax Software"
        },
        {
          "industryId": "7_10",
          "industryName": "Casino Management Software"
        },
        {
          "industryId": "7_11",
          "industryName": "Catalog Management Software"
        },
        {
          "industryId": "7_12",
          "industryName": "Channel Partner Management Software"
        },
        {
          "industryId": "7_13",
          "industryName": "Collaborative Software"
        },
        {
          "industryId": "7_14",
          "industryName": "Construction and Architecture Software"
        },
        {
          "industryId": "7_15",
          "industryName": "Content Management Software"
        },
        {
          "industryId": "7_16",
          "industryName": "Customer Relationship Management"
        },
        {
          "industryId": "7_17",
          "industryName": "Data Warehousing"
        },
        {
          "industryId": "7_18",
          "industryName": "Database Management Software"
        },
        {
          "industryId": "7_19",
          "industryName": "Development Tools and Utilities Software"
        },
        {
          "industryId": "7_2",
          "industryName": "Agriculture Industry Software"
        },
        {
          "industryId": "7_20",
          "industryName": "Distribution Software"
        },
        {
          "industryId": "7_21",
          "industryName": "Advertising Industry Software"
        },
        {
          "industryId": "7_22",
          "industryName": "E-Commerce Software"
        },
        {
          "industryId": "7_23",
          "industryName": "Education and Training Software"
        },
        {
          "industryId": "7_24",
          "industryName": "Engineering, Scientific and CAD Software"
        },
        {
          "industryId": "7_25",
          "industryName": "Enterprise Application Integration (EAI)"
        },
        {
          "industryId": "7_26",
          "industryName": "Enterprise Resource Planning Software"
        },
        {
          "industryId": "7_27",
          "industryName": "Event Planning Industry Software"
        },
        {
          "industryId": "7_28",
          "industryName": "Food and Beverage Industry Software"
        },
        {
          "industryId": "7_29",
          "industryName": "Video Game Software"
        },
        {
          "industryId": "7_3",
          "industryName": "Web Hosting Services"
        },
        {
          "industryId": "7_30",
          "industryName": "Health Care Management Software"
        },
        {
          "industryId": "7_31",
          "industryName": null
        },
        {
          "industryId": "7_32",
          "industryName": "Hotel Management Industry Software"
        },
        {
          "industryId": "7_33",
          "industryName": "Human Resources Software"
        },
        {
          "industryId": "7_34",
          "industryName": "Insurance Industry Software"
        },
        {
          "industryId": "7_35",
          "industryName": null
        },
        {
          "industryId": "7_36",
          "industryName": "Retail Management Software"
        },
        {
          "industryId": "7_37",
          "industryName": "Law Enforcement Industry Software"
        },
        {
          "industryId": "7_38",
          "industryName": "Legal Industry Software"
        },
        {
          "industryId": "7_39",
          "industryName": "Manufacturing and Industrial Software"
        },
        {
          "industryId": "7_4",
          "industryName": "Application Service Providers (ASPs)"
        },
        {
          "industryId": "7_40",
          "industryName": "Marketing Automation Software"
        },
        {
          "industryId": "7_41",
          "industryName": "Message, Conference and Communications"
        },
        {
          "industryId": "7_42",
          "industryName": "Multimedia and Graphics Software"
        },
        {
          "industryId": "7_43",
          "industryName": "Networking and Connectivity Software"
        },
        {
          "industryId": "7_44",
          "industryName": "Order Management Software"
        },
        {
          "industryId": "7_45",
          "industryName": "Procurement Software"
        },
        {
          "industryId": "7_46",
          "industryName": "Programming and Data Processing Services"
        },
        {
          "industryId": "7_47",
          "industryName": "Project Management Software"
        },
        {
          "industryId": "7_48",
          "industryName": "Purchasing Software"
        },
        {
          "industryId": "7_49",
          "industryName": "Quality Assurance Software"
        },
        {
          "industryId": "7_5",
          "industryName": "Financial Services Software"
        },
        {
          "industryId": "7_50",
          "industryName": "Real Estate Industry Software"
        },
        {
          "industryId": "7_51",
          "industryName": "Restaurant Industry Software"
        },
        {
          "industryId": "7_52",
          "industryName": "Sales Force Automation Software"
        },
        {
          "industryId": "7_53",
          "industryName": "Sales Intelligence Software"
        },
        {
          "industryId": "7_54",
          "industryName": "Security Software"
        },
        {
          "industryId": "7_55",
          "industryName": "Service Industry Software"
        },
        {
          "industryId": "7_56",
          "industryName": null
        },
        {
          "industryId": "7_57",
          "industryName": "Storage and Systems Management Software"
        },
        {
          "industryId": "7_58",
          "industryName": "Supply Chain and Logistics Software"
        },
        {
          "industryId": "7_59",
          "industryName": "Textiles Industry Software"
        },
        {
          "industryId": "7_6",
          "industryName": "Automotive Industry Software"
        },
        {
          "industryId": "7_60",
          "industryName": "Tourism Industry Software"
        },
        {
          "industryId": "7_61",
          "industryName": "Trading and Order Management Software"
        },
        {
          "industryId": "7_62",
          "industryName": "Warehousing Software"
        },
        {
          "industryId": "7_63",
          "industryName": "Transportation Industry Software"
        },
        {
          "industryId": "7_64",
          "industryName": "Wireless Communication Software"
        },
        {
          "industryId": "7_7",
          "industryName": "Billing and Service Provision Software"
        },
        {
          "industryId": "7_8",
          "industryName": "Budgeting and Forecasting Software"
        },
        {
          "industryId": "7_9",
          "industryName": "Business Intelligence Software"
        }
      ]
    },
    {
      "industry": {
        "industryId": "8",
        "industryName": "Construction and Building Materials"
      },
      "subIndustries": [
        {
          "industryId": "8_1",
          "industryName": "Aggregates, Concrete and Cement"
        },
        {
          "industryId": "8_10",
          "industryName": "Electrical Work"
        },
        {
          "industryId": "8_11",
          "industryName": "Engineering Services"
        },
        {
          "industryId": "8_12",
          "industryName": "General Contractors - Non-Residential"
        },
        {
          "industryId": "8_13",
          "industryName": "General Contractors - Residential"
        },
        {
          "industryId": "8_14",
          "industryName": "Hardware Wholesalers"
        },
        {
          "industryId": "8_15",
          "industryName": "Heavy Construction"
        },
        {
          "industryId": "8_16",
          "industryName": "Plumbing and HVAC Equipment "
        },
        {
          "industryId": "8_17",
          "industryName": "Plywood, Veneer and Particle Board"
        },
        {
          "industryId": "8_18",
          "industryName": "Prefabricated Buildings"
        },
        {
          "industryId": "8_19",
          "industryName": "Sawmills and Other Mill Operations"
        },
        {
          "industryId": "8_2",
          "industryName": "Apartment and Condominium Construction"
        },
        {
          "industryId": "8_20",
          "industryName": "Single-Family Housing Builders"
        },
        {
          "industryId": "8_21",
          "industryName": "Specialty Construction"
        },
        {
          "industryId": "8_22",
          "industryName": "Water, Sewer and Power Line"
        },
        {
          "industryId": "8_23",
          "industryName": "Wood Production and Timber Operations"
        },
        {
          "industryId": "8_24",
          "industryName": "Wood Products"
        },
        {
          "industryId": "8_25",
          "industryName": "Wood Window and Door Manufacturing"
        },
        {
          "industryId": "8_3",
          "industryName": "Architecture and Engineering Services"
        },
        {
          "industryId": "8_4",
          "industryName": "Carpentry and Floor Work"
        },
        {
          "industryId": "8_5",
          "industryName": "Ceramic, Tile, Roofing and Clay Products"
        },
        {
          "industryId": "8_6",
          "industryName": "Construction and Engineering"
        },
        {
          "industryId": "8_7",
          "industryName": "Construction and Mining Equipment Sales"
        },
        {
          "industryId": "8_8",
          "industryName": "Construction Equipment"
        },
        {
          "industryId": "8_9",
          "industryName": "Construction Materials"
        }
      ]
    },
    {
      "industry": {
        "industryId": "9",
        "industryName": "Consumer Products"
      },
      "subIndustries": [
        {
          "industryId": "9_1",
          "industryName": "Accessories"
        },
        {
          "industryId": "9_10",
          "industryName": "Cutlery and Handtools"
        },
        {
          "industryId": "9_11",
          "industryName": "Dinnerware, Cookware and Cutlery"
        },
        {
          "industryId": "9_12",
          "industryName": "Electrical Housewares"
        },
        {
          "industryId": "9_13",
          "industryName": "Eyewear Manufacturers"
        },
        {
          "industryId": "9_14",
          "industryName": "Footwear"
        },
        {
          "industryId": "9_15",
          "industryName": "Garden Equipment, Mowers and Tractors "
        },
        {
          "industryId": "9_16",
          "industryName": "Gold and Silverware"
        },
        {
          "industryId": "9_17",
          "industryName": "Hand and Power Tools"
        },
        {
          "industryId": "9_18",
          "industryName": "Home Furnishings"
        },
        {
          "industryId": "9_19",
          "industryName": "Household Furniture"
        },
        {
          "industryId": "9_2",
          "industryName": "Apparel"
        },
        {
          "industryId": "9_20",
          "industryName": "Household Products"
        },
        {
          "industryId": "9_21",
          "industryName": "Housewares and Home Storage Products"
        },
        {
          "industryId": "9_22",
          "industryName": "Jewelry and Gemstones"
        },
        {
          "industryId": "9_23",
          "industryName": "Knitting Mills"
        },
        {
          "industryId": "9_24",
          "industryName": "Lighting and Wiring Equipment"
        },
        {
          "industryId": "9_25",
          "industryName": "Linens"
        },
        {
          "industryId": "9_26",
          "industryName": "Major Appliances"
        },
        {
          "industryId": "9_27",
          "industryName": "Man-Made Fiber and Silk Mills"
        },
        {
          "industryId": "9_28",
          "industryName": "Mattresses and Bed Manufacturers"
        },
        {
          "industryId": "9_29",
          "industryName": "Men's Clothing"
        },
        {
          "industryId": "9_3",
          "industryName": "Baby Supplies and Accessories"
        },
        {
          "industryId": "9_30",
          "industryName": "Miscellaneous Durable Goods"
        },
        {
          "industryId": "9_31",
          "industryName": "Miscellaneous Non-Durable Goods"
        },
        {
          "industryId": "9_32",
          "industryName": "Office Furniture and Fixtures"
        },
        {
          "industryId": "9_33",
          "industryName": "Paper and Paper Products"
        },
        {
          "industryId": "9_34",
          "industryName": "Perfumes, Cosmetics and Toiletries"
        },
        {
          "industryId": "9_35",
          "industryName": "Pet Products"
        },
        {
          "industryId": "9_36",
          "industryName": "Photographic Equipment and Supplies"
        },
        {
          "industryId": "9_37",
          "industryName": "Pottery"
        },
        {
          "industryId": "9_38",
          "industryName": "Shelving, Partitions and Fixtures"
        },
        {
          "industryId": "9_39",
          "industryName": "Soaps and Detergents"
        },
        {
          "industryId": "9_4",
          "industryName": "Biological Products"
        },
        {
          "industryId": "9_40",
          "industryName": "Specialty Cleaning Products"
        },
        {
          "industryId": "9_41",
          "industryName": "Textile Products"
        },
        {
          "industryId": "9_42",
          "industryName": "Textiles and Leather Goods"
        },
        {
          "industryId": "9_43",
          "industryName": "Tobacco Products and Distributors"
        },
        {
          "industryId": "9_44",
          "industryName": "Watches, Clocks and Clockwork Devices"
        },
        {
          "industryId": "9_45",
          "industryName": "Window Coverings and Wall Coverings"
        },
        {
          "industryId": "9_46",
          "industryName": "Women's Clothing"
        },
        {
          "industryId": "9_47",
          "industryName": "Wood Furniture"
        },
        {
          "industryId": "9_5",
          "industryName": "Carpets, Rugs and Floor Coverings"
        },
        {
          "industryId": "9_6",
          "industryName": "Children's Clothing"
        },
        {
          "industryId": "9_7",
          "industryName": "Collectibles and Giftware Products"
        },
        {
          "industryId": "9_8",
          "industryName": "Costume Jewelry"
        },
        {
          "industryId": "9_9",
          "industryName": "Cotton Fabric Mills"
        }
      ]
    },
    {
      "industry": {
        "industryId": "10",
        "industryName": "Consumer Services"
      },
      "subIndustries": [
        {
          "industryId": "10_1",
          "industryName": "Motor Vehicle Repair and Servicing"
        },
        {
          "industryId": "10_10",
          "industryName": "Personal Services"
        },
        {
          "industryId": "10_11",
          "industryName": "Photographic Services"
        },
        {
          "industryId": "10_12",
          "industryName": "Spas and Fitness Services"
        },
        {
          "industryId": "10_13",
          "industryName": "Travel Agencies and Services"
        },
        {
          "industryId": "10_14",
          "industryName": "Veterinary Care"
        },
        {
          "industryId": "10_15",
          "industryName": "Weight and Health Management"
        },
        {
          "industryId": "10_2",
          "industryName": "Motor Vehicle Rental and Leasing"
        },
        {
          "industryId": "10_3",
          "industryName": "Child Care Services"
        },
        {
          "industryId": "10_4",
          "industryName": "Coffee and Water Beverage Services"
        },
        {
          "industryId": "10_5",
          "industryName": "Death Care Products and Services"
        },
        {
          "industryId": "10_6",
          "industryName": "Hair Salons and Beauty Treatments "
        },
        {
          "industryId": "10_7",
          "industryName": "Laundry and Dry Cleaning Services"
        },
        {
          "industryId": "10_8",
          "industryName": "Optical Services"
        },
        {
          "industryId": "10_9",
          "industryName": "Personal Products"
        }
      ]
    },
    {
      "industry": {
        "industryId": "11",
        "industryName": "Corporate Services"
      },
      "subIndustries": [
        {
          "industryId": "11_1",
          "industryName": "Advertising Agencies"
        },
        {
          "industryId": "11_10",
          "industryName": "Consumer Credit Reporting"
        },
        {
          "industryId": "11_11",
          "industryName": "Detective and Other Security Services"
        },
        {
          "industryId": "11_12",
          "industryName": "Direct Marketing"
        },
        {
          "industryId": "11_13",
          "industryName": "Executive Search"
        },
        {
          "industryId": "11_14",
          "industryName": "Facilities Support"
        },
        {
          "industryId": "11_15",
          "industryName": "General Rental Center"
        },
        {
          "industryId": "11_16",
          "industryName": "Human Resources and Staffing"
        },
        {
          "industryId": "11_17",
          "industryName": "Artists, Writers and Performers"
        },
        {
          "industryId": "11_18",
          "industryName": "Integrated Computer Systems Design"
        },
        {
          "industryId": "11_19",
          "industryName": "IT Services and Consulting"
        },
        {
          "industryId": "11_2",
          "industryName": "Arbitration Services"
        },
        {
          "industryId": "11_20",
          "industryName": "Law Firms"
        },
        {
          "industryId": "11_21",
          "industryName": null
        },
        {
          "industryId": "11_22",
          "industryName": "Legal Services"
        },
        {
          "industryId": "11_23",
          "industryName": "Mailing and Commercial Art Services"
        },
        {
          "industryId": "11_24",
          "industryName": "Management Consulting"
        },
        {
          "industryId": "11_25",
          "industryName": "Management Services"
        },
        {
          "industryId": "11_26",
          "industryName": "Market Research Services"
        },
        {
          "industryId": "11_27",
          "industryName": "Marketing and Advertising"
        },
        {
          "industryId": "11_28",
          "industryName": "Media Representatives"
        },
        {
          "industryId": "11_29",
          "industryName": "Miscellaneous"
        },
        {
          "industryId": "11_3",
          "industryName": "Auctions and Internet Auctions"
        },
        {
          "industryId": "11_30",
          "industryName": "Miscellaneous Computer Related Services"
        },
        {
          "industryId": "11_31",
          "industryName": "Other Equipment Rental and Leasing"
        },
        {
          "industryId": "11_32",
          "industryName": "Miscellaneous Repair Services"
        },
        {
          "industryId": "11_33",
          "industryName": "Miscellaneous Services"
        },
        {
          "industryId": "11_34",
          "industryName": "Networking Services"
        },
        {
          "industryId": "11_35",
          "industryName": "Online Staffing and Recruitment Services"
        },
        {
          "industryId": "11_36",
          "industryName": "Outsourced Human Resources Services"
        },
        {
          "industryId": "11_37",
          "industryName": null
        },
        {
          "industryId": "11_38",
          "industryName": "Photo Labs"
        },
        {
          "industryId": "11_39",
          "industryName": "Public Relations"
        },
        {
          "industryId": "11_4",
          "industryName": "Billboards and Outdoor Advertising"
        },
        {
          "industryId": "11_40",
          "industryName": "Records Management Services"
        },
        {
          "industryId": "11_41",
          "industryName": "Sales Promotion and Targeted Marketing"
        },
        {
          "industryId": "11_42",
          "industryName": "Services for the Printing Trade"
        },
        {
          "industryId": "11_43",
          "industryName": "Talent and Modeling Agencies"
        },
        {
          "industryId": "11_44",
          "industryName": "Technology"
        },
        {
          "industryId": "11_45",
          "industryName": "Testing Lab and Scientific Research "
        },
        {
          "industryId": "11_46",
          "industryName": "Trade Show, Event Planning and Support"
        },
        {
          "industryId": "11_47",
          "industryName": "Uniform Supplies"
        },
        {
          "industryId": "11_5",
          "industryName": "Business Services"
        },
        {
          "industryId": "11_6",
          "industryName": "Cleaning and Facilities Management"
        },
        {
          "industryId": "11_7",
          "industryName": "Commercial Printing Services"
        },
        {
          "industryId": "11_8",
          "industryName": "Computer Facilities "
        },
        {
          "industryId": "11_9",
          "industryName": "Computer Processing and Data Services"
        }
      ]
    },
    {
      "industry": {
        "industryId": "12",
        "industryName": "Agriculture and Forestry"
      },
      "subIndustries": [
        {
          "industryId": "12_1",
          "industryName": "Agricultural Machinery and Equipment"
        },
        {
          "industryId": "12_2",
          "industryName": "Agriculture Services"
        },
        {
          "industryId": "12_3",
          "industryName": null
        },
        {
          "industryId": "12_4",
          "industryName": "Farming Materials and Supplies"
        },
        {
          "industryId": "12_5",
          "industryName": "Fishing and Aquaculture"
        },
        {
          "industryId": "12_6",
          "industryName": "Forestry and Logging"
        },
        {
          "industryId": "12_7",
          "industryName": "Fruits and Vegetables Farming"
        },
        {
          "industryId": "12_8",
          "industryName": "Grains Farming"
        },
        {
          "industryId": "12_9",
          "industryName": "Livestock and Husbandry"
        }
      ]
    },
    {
      "industry": {
        "industryId": "13",
        "industryName": "Electronics"
      },
      "subIndustries": [
        {
          "industryId": "13_1",
          "industryName": "Appliances and Tools and Housewares"
        },
        {
          "industryId": "13_10",
          "industryName": "Magnetic and Optical Recording"
        },
        {
          "industryId": "13_11",
          "industryName": "Miscellaneous Electrical Equipment"
        },
        {
          "industryId": "13_12",
          "industryName": "Printed Circuit Boards"
        },
        {
          "industryId": "13_13",
          "industryName": "Sound and Lighting Equipment"
        },
        {
          "industryId": "13_2",
          "industryName": "Consumer Electronics"
        },
        {
          "industryId": "13_3",
          "industryName": "Electric Testing Equipment"
        },
        {
          "industryId": "13_4",
          "industryName": "Electronic Coils and Transformers"
        },
        {
          "industryId": "13_5",
          "industryName": "Electronic Components and Accessories"
        },
        {
          "industryId": "13_6",
          "industryName": "Electronic Connectors"
        },
        {
          "industryId": "13_7",
          "industryName": "Electronic Gaming Products"
        },
        {
          "industryId": "13_8",
          "industryName": "Electronic Parts and Equipment"
        },
        {
          "industryId": "13_9",
          "industryName": "Heavy Electrical Equipment"
        }
      ]
    },
    {
      "industry": {
        "industryId": "14",
        "industryName": "Energy and Environmental"
      },
      "subIndustries": [
        {
          "industryId": "14_1",
          "industryName": "Alternative Energy Sources"
        },
        {
          "industryId": "14_10",
          "industryName": "Electricity, Gas and Sanitation Services"
        },
        {
          "industryId": "14_11",
          "industryName": "Energy Equipment and Services"
        },
        {
          "industryId": "14_12",
          "industryName": "Energy Exchanges"
        },
        {
          "industryId": "14_13",
          "industryName": "Environmental Services"
        },
        {
          "industryId": "14_14",
          "industryName": "Fossil Fuel Power Generation"
        },
        {
          "industryId": "14_15",
          "industryName": "Fuel Oil Dealers"
        },
        {
          "industryId": "14_16",
          "industryName": "Gasoline Retailers"
        },
        {
          "industryId": "14_17",
          "industryName": "Hazardous Waste Management"
        },
        {
          "industryId": "14_18",
          "industryName": "Hydroelectric Power Generation"
        },
        {
          "industryId": "14_19",
          "industryName": "Independent/Merchant Power Production"
        },
        {
          "industryId": "14_2",
          "industryName": "Cogeneration and Small Power Producers"
        },
        {
          "industryId": "14_20",
          "industryName": "Integrated Oil and Gas"
        },
        {
          "industryId": "14_21",
          "industryName": "Liquefied Petroleum Gas Dealers"
        },
        {
          "industryId": "14_22",
          "industryName": "Natural Gas Gathering and Processing "
        },
        {
          "industryId": "14_23",
          "industryName": "Natural Gas Pipelines"
        },
        {
          "industryId": "14_24",
          "industryName": "Natural Gas Transmission"
        },
        {
          "industryId": "14_25",
          "industryName": "Natural Gas Utilities"
        },
        {
          "industryId": "14_26",
          "industryName": "Nuclear Power Generation"
        },
        {
          "industryId": "14_27",
          "industryName": "Oil and Gas - Field Services"
        },
        {
          "industryId": "14_28",
          "industryName": "Oil and Gas - Production and Exploration"
        },
        {
          "industryId": "14_29",
          "industryName": "Oil and Gas - Transportation and Storage"
        },
        {
          "industryId": "14_3",
          "industryName": "Combined Electric and Gas Utilities"
        },
        {
          "industryId": "14_30",
          "industryName": "Oil and Gas - Marketing and Refining"
        },
        {
          "industryId": "14_31",
          "industryName": "Oil Drilling and Gas Wells"
        },
        {
          "industryId": "14_32",
          "industryName": "Oil Related Equipment and Services"
        },
        {
          "industryId": "14_33",
          "industryName": "Other Utilities "
        },
        {
          "industryId": "14_34",
          "industryName": "Petroleum Pipelines"
        },
        {
          "industryId": "14_35",
          "industryName": "Refined Petroleum Pipelines"
        },
        {
          "industryId": "14_36",
          "industryName": "Refuse Systems"
        },
        {
          "industryId": "14_37",
          "industryName": "Remediation and Environmental Cleanup "
        },
        {
          "industryId": "14_38",
          "industryName": "Retail Energy Marketing"
        },
        {
          "industryId": "14_39",
          "industryName": "Sanitation Services"
        },
        {
          "industryId": "14_4",
          "industryName": "Crude Petroleum and Natural Gas"
        },
        {
          "industryId": "14_40",
          "industryName": "Solid Waste Services and Recycling"
        },
        {
          "industryId": "14_41",
          "industryName": "Trusts"
        },
        {
          "industryId": "14_42",
          "industryName": "Utilities - Multiline"
        },
        {
          "industryId": "14_43",
          "industryName": "Wastewater Treatment"
        },
        {
          "industryId": "14_44",
          "industryName": "Water Distribution"
        },
        {
          "industryId": "14_45",
          "industryName": "Water Supply and Utilities"
        },
        {
          "industryId": "14_46",
          "industryName": "Wholesale Energy Trading and Marketing"
        },
        {
          "industryId": "14_47",
          "industryName": "Wholesale Petroleum and Related Products"
        },
        {
          "industryId": "14_48",
          "industryName": "Wholesale Petroleum Bulk Stations"
        },
        {
          "industryId": "14_5",
          "industryName": "Crude Petroleum Pipelines"
        },
        {
          "industryId": "14_6",
          "industryName": "Electric Power Distribution"
        },
        {
          "industryId": "14_7",
          "industryName": "Electric Power Transmission"
        },
        {
          "industryId": "14_8",
          "industryName": "Electric Utilities"
        },
        {
          "industryId": "14_9",
          "industryName": "Electricity Transmission"
        }
      ]
    },
    {
      "industry": {
        "industryId": "15",
        "industryName": "Financial Services"
      },
      "subIndustries": [
        {
          "industryId": "15_1",
          "industryName": "Accounting, Tax, Bookkeeping and Payroll"
        },
        {
          "industryId": "15_10",
          "industryName": "Currency and Forex Brokers"
        },
        {
          "industryId": "15_11",
          "industryName": "Electronic Communications Networks"
        },
        {
          "industryId": "15_12",
          "industryName": "Electronic Payment Systems"
        },
        {
          "industryId": "15_13",
          "industryName": "Diversified Financial Services"
        },
        {
          "industryId": "15_14",
          "industryName": "Specialty Financial Services"
        },
        {
          "industryId": "15_15",
          "industryName": null
        },
        {
          "industryId": "15_16",
          "industryName": "Forfeiting and Factoring"
        },
        {
          "industryId": "15_17",
          "industryName": "Pension and Retirement Funds"
        },
        {
          "industryId": "15_18",
          "industryName": null
        },
        {
          "industryId": "15_19",
          "industryName": "Investment Banking"
        },
        {
          "industryId": "15_2",
          "industryName": "Asset Management"
        },
        {
          "industryId": "15_20",
          "industryName": "Investment Management and Fund Operators"
        },
        {
          "industryId": "15_21",
          "industryName": "Investment Services and Advice"
        },
        {
          "industryId": "15_22",
          "industryName": "Investment Trusts "
        },
        {
          "industryId": "15_23",
          "industryName": "Market Makers and Trade Clearing"
        },
        {
          "industryId": "15_24",
          "industryName": "Miscellaneous Investment Firms"
        },
        {
          "industryId": "15_25",
          "industryName": null
        },
        {
          "industryId": "15_26",
          "industryName": "Patent Owners and Lessors"
        },
        {
          "industryId": "15_27",
          "industryName": null
        },
        {
          "industryId": "15_28",
          "industryName": "Securities Brokers and Traders "
        },
        {
          "industryId": "15_29",
          "industryName": "Stock Exchanges"
        },
        {
          "industryId": "15_3",
          "industryName": "Blank Check Companies"
        },
        {
          "industryId": "15_30",
          "industryName": "Mortgage Banking"
        },
        {
          "industryId": "15_31",
          "industryName": "Trade Facilitation"
        },
        {
          "industryId": "15_32",
          "industryName": "Financial Transaction Settlement"
        },
        {
          "industryId": "15_33",
          "industryName": "Venture Capital"
        },
        {
          "industryId": "15_4",
          "industryName": "Claims Administration and Processing"
        },
        {
          "industryId": "15_5",
          "industryName": "Currency, Commodity & Futures Trading"
        },
        {
          "industryId": "15_6",
          "industryName": "Credit and Collection Services"
        },
        {
          "industryId": "15_7",
          "industryName": "Credit Cards"
        },
        {
          "industryId": "15_8",
          "industryName": "Consumer Credit Reporting"
        },
        {
          "industryId": "15_9",
          "industryName": "Diversified Lending"
        }
      ]
    },
    {
      "industry": {
        "industryId": "16",
        "industryName": "Food and Beverage"
      },
      "subIndustries": [
        {
          "industryId": "16_1",
          "industryName": "Bakery and Bakery Products"
        },
        {
          "industryId": "16_10",
          "industryName": "Flours and Baked Goods"
        },
        {
          "industryId": "16_11",
          "industryName": "Food Oils"
        },
        {
          "industryId": "16_12",
          "industryName": "Food Processing"
        },
        {
          "industryId": "16_13",
          "industryName": "Food Products"
        },
        {
          "industryId": "16_14",
          "industryName": "Food Wholesale Distributors"
        },
        {
          "industryId": "16_15",
          "industryName": "Fresh and Frozen Seafood"
        },
        {
          "industryId": "16_16",
          "industryName": "Meat Packing and Meat Products"
        },
        {
          "industryId": "16_17",
          "industryName": "Pastas and Cereals"
        },
        {
          "industryId": "16_18",
          "industryName": "Poultry"
        },
        {
          "industryId": "16_19",
          "industryName": "Sausages and Other Prepared Meats"
        },
        {
          "industryId": "16_2",
          "industryName": "Beverages - Brewers"
        },
        {
          "industryId": "16_3",
          "industryName": "Beverages - Distillers and Wineries"
        },
        {
          "industryId": "16_4",
          "industryName": "Beverages - Non-Alcoholic"
        },
        {
          "industryId": "16_5",
          "industryName": "Bottling and Distribution"
        },
        {
          "industryId": "16_6",
          "industryName": "Candy and Confections"
        },
        {
          "industryId": "16_7",
          "industryName": "Canned and Frozen Fruits and Vegetables"
        },
        {
          "industryId": "16_8",
          "industryName": "Dairy Products"
        },
        {
          "industryId": "16_9",
          "industryName": "Flavorings, Spices and Other Ingredients"
        }
      ]
    },
    {
      "industry": {
        "industryId": "17",
        "industryName": "Government"
      },
      "subIndustries": [
        {
          "industryId": "17_1",
          "industryName": "Executive Government Offices"
        },
        {
          "industryId": "17_2",
          "industryName": "Federal Government Agencies"
        },
        {
          "industryId": "17_3",
          "industryName": "International Government Agencies"
        },
        {
          "industryId": "17_4",
          "industryName": null
        },
        {
          "industryId": "17_5",
          "industryName": "Legislatures"
        },
        {
          "industryId": "17_6",
          "industryName": "National Security"
        },
        {
          "industryId": "17_7",
          "industryName": null
        },
        {
          "industryId": "17_8",
          "industryName": null
        },
        {
          "industryId": "17_9",
          "industryName": "State, Provincial or Regional Government"
        }
      ]
    },
    {
      "industry": {
        "industryId": "18",
        "industryName": "Holding Companies "
      },
      "subIndustries": [
        {
          "industryId": "18_1",
          "industryName": "Industrial Conglomerates"
        }
      ]
    },
    {
      "industry": {
        "industryId": "19",
        "industryName": "Hospitals and Healthcare"
      },
      "subIndustries": [
        {
          "industryId": "19_1",
          "industryName": "Ambulance Services"
        },
        {
          "industryId": "19_10",
          "industryName": null
        },
        {
          "industryId": "19_11",
          "industryName": null
        },
        {
          "industryId": "19_12",
          "industryName": "Home Healthcare"
        },
        {
          "industryId": "19_13",
          "industryName": "Integrated Healthcare Networks"
        },
        {
          "industryId": "19_14",
          "industryName": null
        },
        {
          "industryId": "19_15",
          "industryName": null
        },
        {
          "industryId": "19_16",
          "industryName": "Medical and Dental Laboratories"
        },
        {
          "industryId": "19_17",
          "industryName": "Medical Practice Management and Services"
        },
        {
          "industryId": "19_18",
          "industryName": null
        },
        {
          "industryId": "19_19",
          "industryName": "Medical Schools"
        },
        {
          "industryId": "19_2",
          "industryName": "Children's Hospitals"
        },
        {
          "industryId": "19_20",
          "industryName": null
        },
        {
          "industryId": "19_21",
          "industryName": "Nursing Homes and Extended Care"
        },
        {
          "industryId": "19_22",
          "industryName": null
        },
        {
          "industryId": "19_23",
          "industryName": "Ophthalmic Equipment"
        },
        {
          "industryId": "19_24",
          "industryName": "Orthopedic and Prosthetic Equipment"
        },
        {
          "industryId": "19_25",
          "industryName": "Psychiatric Hospitals"
        },
        {
          "industryId": "19_26",
          "industryName": "Substance Abuse Rehabilitation Centers"
        },
        {
          "industryId": "19_27",
          "industryName": "Other Specialty Hospitals"
        },
        {
          "industryId": "19_28",
          "industryName": null
        },
        {
          "industryId": "19_29",
          "industryName": "Specialty Surgical Hospitals"
        },
        {
          "industryId": "19_3",
          "industryName": "Dental Equipment and Supplies"
        },
        {
          "industryId": "19_30",
          "industryName": "Surgical and Medical Devices"
        },
        {
          "industryId": "19_31",
          "industryName": "X-Ray Equipment"
        },
        {
          "industryId": "19_4",
          "industryName": "Dentists"
        },
        {
          "industryId": "19_5",
          "industryName": "General Physicians and Clinics"
        },
        {
          "industryId": "19_6",
          "industryName": "Emergency Medical Services"
        },
        {
          "industryId": "19_7",
          "industryName": null
        },
        {
          "industryId": "19_8",
          "industryName": "General Healthcare Equipment"
        },
        {
          "industryId": "19_9",
          "industryName": "General Medical and Surgical Hospitals"
        }
      ]
    },
    {
      "industry": {
        "industryId": "20",
        "industryName": "Industrial Manufacturing and Services"
      },
      "subIndustries": [
        {
          "industryId": "20_1",
          "industryName": "Advanced Medical Equipment"
        },
        {
          "industryId": "20_10",
          "industryName": "Electromedical Devices and Equipment"
        },
        {
          "industryId": "20_11",
          "industryName": "Engines and Turbines"
        },
        {
          "industryId": "20_12",
          "industryName": "Envelopes"
        },
        {
          "industryId": "20_13",
          "industryName": "Fabricated Rubber Products"
        },
        {
          "industryId": "20_14",
          "industryName": "Farm Equipment"
        },
        {
          "industryId": "20_15",
          "industryName": "Flat Glass"
        },
        {
          "industryId": "20_16",
          "industryName": "Gaskets and Sealing Devices"
        },
        {
          "industryId": "20_17",
          "industryName": "Glass, Glass Containers and Glassware"
        },
        {
          "industryId": "20_18",
          "industryName": "Heating Equipment"
        },
        {
          "industryId": "20_19",
          "industryName": "Industrial Equipment and Machinery"
        },
        {
          "industryId": "20_2",
          "industryName": "Air and Gas Compressors"
        },
        {
          "industryId": "20_20",
          "industryName": "Industrial Fans"
        },
        {
          "industryId": "20_21",
          "industryName": "Industrial Furnaces and Ovens"
        },
        {
          "industryId": "20_22",
          "industryName": "Industrial Machinery Distribution"
        },
        {
          "industryId": "20_23",
          "industryName": "Industrial Measurement Devices"
        },
        {
          "industryId": "20_24",
          "industryName": "Laboratory Equipment"
        },
        {
          "industryId": "20_25",
          "industryName": "Manifold Business Forms"
        },
        {
          "industryId": "20_26",
          "industryName": "Measuring Devices and Controllers"
        },
        {
          "industryId": "20_27",
          "industryName": "Metalworking Machinery"
        },
        {
          "industryId": "20_28",
          "industryName": "Miscellaneous Fabricated Wire Products"
        },
        {
          "industryId": "20_29",
          "industryName": "Miscellaneous Manufacturing"
        },
        {
          "industryId": "20_3",
          "industryName": "Automated Climate Controls"
        },
        {
          "industryId": "20_30",
          "industryName": "Miscellaneous Petroleum Products"
        },
        {
          "industryId": "20_31",
          "industryName": "Miscellaneous Plastics"
        },
        {
          "industryId": "20_32",
          "industryName": "Motors and Generators"
        },
        {
          "industryId": "20_33",
          "industryName": "Paper Board and Paper Products"
        },
        {
          "industryId": "20_34",
          "industryName": "Paper Containers and Packaging"
        },
        {
          "industryId": "20_35",
          "industryName": "Paper Mills"
        },
        {
          "industryId": "20_36",
          "industryName": "Paperboard Mills"
        },
        {
          "industryId": "20_37",
          "industryName": "Plastic Materials and Synthetic Resins"
        },
        {
          "industryId": "20_38",
          "industryName": "Plastics, Foil and Coated Paper Bags"
        },
        {
          "industryId": "20_39",
          "industryName": "Power Distribution and Transformers"
        },
        {
          "industryId": "20_4",
          "industryName": "Ball Bearings and Roller Bearing"
        },
        {
          "industryId": "20_40",
          "industryName": "Printing Press Machinery"
        },
        {
          "industryId": "20_41",
          "industryName": "Pulp Mills"
        },
        {
          "industryId": "20_42",
          "industryName": "Pumping Equipment"
        },
        {
          "industryId": "20_43",
          "industryName": "Relays and Industrial Controls"
        },
        {
          "industryId": "20_44",
          "industryName": "Screw Machines"
        },
        {
          "industryId": "20_45",
          "industryName": "Specialty Industrial Machinery"
        },
        {
          "industryId": "20_46",
          "industryName": "Stationery and Related Products"
        },
        {
          "industryId": "20_47",
          "industryName": "Switching and Switchboard Equipment"
        },
        {
          "industryId": "20_48",
          "industryName": "Tires and Inner Tubes"
        },
        {
          "industryId": "20_49",
          "industryName": "Totalizing Fluid Meters"
        },
        {
          "industryId": "20_5",
          "industryName": "Bolts, Nuts, Screws, Rivets and Washers"
        },
        {
          "industryId": "20_6",
          "industryName": "Building Climate Control and HVAC"
        },
        {
          "industryId": "20_7",
          "industryName": "Commercial Equipment and Supplies"
        },
        {
          "industryId": "20_8",
          "industryName": "Converted Paper Products"
        },
        {
          "industryId": "20_9",
          "industryName": "Electric Lighting and Wiring"
        }
      ]
    },
    {
      "industry": {
        "industryId": "21",
        "industryName": "Insurance"
      },
      "subIndustries": [
        {
          "industryId": "21_1",
          "industryName": "Automobile Insurance"
        },
        {
          "industryId": "21_10",
          "industryName": "Liability Insurance"
        },
        {
          "industryId": "21_11",
          "industryName": "Specialty Insurance"
        },
        {
          "industryId": "21_12",
          "industryName": "Mortgage Insurance"
        },
        {
          "industryId": "21_13",
          "industryName": "Property and Casualty Insurance"
        },
        {
          "industryId": "21_14",
          "industryName": "Reinsurance"
        },
        {
          "industryId": "21_15",
          "industryName": "Risk Management"
        },
        {
          "industryId": "21_16",
          "industryName": "Surety Insurance"
        },
        {
          "industryId": "21_17",
          "industryName": "Workers' Compensation"
        },
        {
          "industryId": "21_2",
          "industryName": "Commercial Insurance"
        },
        {
          "industryId": "21_3",
          "industryName": "Credit Insurance"
        },
        {
          "industryId": "21_4",
          "industryName": "Fire and Marine Insurance"
        },
        {
          "industryId": "21_5",
          "industryName": "Homeowners and Title Insurance"
        },
        {
          "industryId": "21_6",
          "industryName": "Health Insurance"
        },
        {
          "industryId": "21_7",
          "industryName": "Life Insurance"
        },
        {
          "industryId": "21_8",
          "industryName": "Multiline Insurance"
        },
        {
          "industryId": "21_9",
          "industryName": "Insurance Agents and Brokers"
        }
      ]
    },
    {
      "industry": {
        "industryId": "22",
        "industryName": "Leisure, Sports and Recreation"
      },
      "subIndustries": [
        {
          "industryId": "22_1",
          "industryName": "Accommodation"
        },
        {
          "industryId": "22_10",
          "industryName": "Golf Equipment "
        },
        {
          "industryId": "22_11",
          "industryName": "Hotels and Motels"
        },
        {
          "industryId": "22_12",
          "industryName": "Leisure Products"
        },
        {
          "industryId": "22_13",
          "industryName": "Motion Picture Distribution"
        },
        {
          "industryId": "22_14",
          "industryName": "Museums and Art Galleries"
        },
        {
          "industryId": "22_15",
          "industryName": "Musical Instruments"
        },
        {
          "industryId": "22_16",
          "industryName": "Professional Sports Teams"
        },
        {
          "industryId": "22_17",
          "industryName": "Racetracks"
        },
        {
          "industryId": "22_18",
          "industryName": "Sporting Goods, Outdoor Gear and Apparel "
        },
        {
          "industryId": "22_19",
          "industryName": "Sports and Recreations Clubs"
        },
        {
          "industryId": "22_2",
          "industryName": "Amusement and Recreation"
        },
        {
          "industryId": "22_20",
          "industryName": "Sports Equipment "
        },
        {
          "industryId": "22_3",
          "industryName": "Art Supplies"
        },
        {
          "industryId": "22_4",
          "industryName": "Athletic Facilities"
        },
        {
          "industryId": "22_5",
          "industryName": "Bicycles and Accessories "
        },
        {
          "industryId": "22_6",
          "industryName": "Casinos and Gambling"
        },
        {
          "industryId": "22_7",
          "industryName": "Dolls and Stuffed Toys"
        },
        {
          "industryId": "22_8",
          "industryName": "Entertainment Services"
        },
        {
          "industryId": "22_9",
          "industryName": "Games and Toys"
        }
      ]
    },
    {
      "industry": {
        "industryId": "23",
        "industryName": "Media"
      },
      "subIndustries": [
        {
          "industryId": "23_1",
          "industryName": "Audiovisual Equipment Sales and Services"
        },
        {
          "industryId": "23_10",
          "industryName": "Diversified Media"
        },
        {
          "industryId": "23_11",
          "industryName": "Film and Video"
        },
        {
          "industryId": "23_12",
          "industryName": "Greeting Cards"
        },
        {
          "industryId": "23_13",
          "industryName": "Internet Content Providers"
        },
        {
          "industryId": "23_14",
          "industryName": "Internet Information Services"
        },
        {
          "industryId": "23_15",
          "industryName": "Internet Search and Navigation Services"
        },
        {
          "industryId": "23_16",
          "industryName": "Motion Picture and Video Production"
        },
        {
          "industryId": "23_17",
          "industryName": "Motion Picture Equipment"
        },
        {
          "industryId": "23_18",
          "industryName": "Motion Picture Theaters"
        },
        {
          "industryId": "23_19",
          "industryName": "Music Recording and Distribution"
        },
        {
          "industryId": "23_2",
          "industryName": "Book Publishers"
        },
        {
          "industryId": "23_20",
          "industryName": "Newspaper Publishers"
        },
        {
          "industryId": "23_21",
          "industryName": "Newspapers and Online News Organizations"
        },
        {
          "industryId": "23_22",
          "industryName": "Periodical and Magazine Publishers"
        },
        {
          "industryId": "23_23",
          "industryName": "Publishing"
        },
        {
          "industryId": "23_24",
          "industryName": "Radio Broadcasting"
        },
        {
          "industryId": "23_25",
          "industryName": "Television Broadcasting"
        },
        {
          "industryId": "23_26",
          "industryName": "Trading Cards and Comic Books"
        },
        {
          "industryId": "23_3",
          "industryName": "Broadcasting"
        },
        {
          "industryId": "23_4",
          "industryName": "Broadcasting Equipment"
        },
        {
          "industryId": "23_5",
          "industryName": "Cable and Satellite Services"
        },
        {
          "industryId": "23_6",
          "industryName": "Cable Networks and Program Distribution "
        },
        {
          "industryId": "23_7",
          "industryName": "Cable TV System Operators"
        },
        {
          "industryId": "23_8",
          "industryName": "CD and DVD Manufacturing and Supply"
        },
        {
          "industryId": "23_9",
          "industryName": "Directories and Yellow Pages Publishers"
        }
      ]
    },
    {
      "industry": {
        "industryId": "24",
        "industryName": "Mining and Metals"
      },
      "subIndustries": [
        {
          "industryId": "24_1",
          "industryName": "Other Non Metallic Mineral Products"
        },
        {
          "industryId": "24_10",
          "industryName": "Metal Cans"
        },
        {
          "industryId": "24_11",
          "industryName": "Metal Forgings"
        },
        {
          "industryId": "24_12",
          "industryName": "Metals and Minerals Distribution"
        },
        {
          "industryId": "24_13",
          "industryName": "Mining Machinery"
        },
        {
          "industryId": "24_14",
          "industryName": "Miscellaneous Fabricated Metal Products"
        },
        {
          "industryId": "24_15",
          "industryName": "Miscellaneous Metal Mining"
        },
        {
          "industryId": "24_16",
          "industryName": "Miscellaneous Metal Products"
        },
        {
          "industryId": "24_17",
          "industryName": "Non-Metallic Mining and Quarrying"
        },
        {
          "industryId": "24_18",
          "industryName": "Non-Ferrous Foundries"
        },
        {
          "industryId": "24_19",
          "industryName": "Precious Metals and Minerals"
        },
        {
          "industryId": "24_2",
          "industryName": "Aluminum Producers"
        },
        {
          "industryId": "24_20",
          "industryName": "Prefabricated Metal Buildings"
        },
        {
          "industryId": "24_21",
          "industryName": "Rolling and Extruding Non-Ferrous Metals"
        },
        {
          "industryId": "24_22",
          "industryName": "Sheet Metal"
        },
        {
          "industryId": "24_23",
          "industryName": "Shipping Barrels, Drums, Kegs and Pails"
        },
        {
          "industryId": "24_24",
          "industryName": "Smelting and Refining Non-Ferrous Metals"
        },
        {
          "industryId": "24_25",
          "industryName": "Specialty Mining and Metals"
        },
        {
          "industryId": "24_26",
          "industryName": "Steel Pipes and Tubes"
        },
        {
          "industryId": "24_27",
          "industryName": "Steel Works and Coke Ovens"
        },
        {
          "industryId": "24_28",
          "industryName": "Stone Products"
        },
        {
          "industryId": "24_3",
          "industryName": "Coal Mining"
        },
        {
          "industryId": "24_4",
          "industryName": "Coating and Engravings"
        },
        {
          "industryId": "24_5",
          "industryName": "Concrete and Gypsum"
        },
        {
          "industryId": "24_6",
          "industryName": "Fabricated Structural Metal"
        },
        {
          "industryId": "24_7",
          "industryName": "Gold and Silver Mining"
        },
        {
          "industryId": "24_8",
          "industryName": "Iron and Steel Foundries"
        },
        {
          "industryId": "24_9",
          "industryName": "Machine Tools and Metal Equipment "
        }
      ]
    },
    {
      "industry": {
        "industryId": "25",
        "industryName": "Pharmaceuticals and Biotech"
      },
      "subIndustries": [
        {
          "industryId": "25_1",
          "industryName": "Biopharmaceuticals and Biotherapeutics"
        },
        {
          "industryId": "25_10",
          "industryName": "Pharmaceuticals - Generic and Specialty"
        },
        {
          "industryId": "25_11",
          "industryName": "Pharmaceuticals Wholesale"
        },
        {
          "industryId": "25_12",
          "industryName": "Vitamin, Nutritional and Health Products"
        },
        {
          "industryId": "25_13",
          "industryName": "Wholesale Drugs and Pharmacy Supplies"
        },
        {
          "industryId": "25_2",
          "industryName": "Biotechnology"
        },
        {
          "industryId": "25_3",
          "industryName": "Biotechnology Research Equipment"
        },
        {
          "industryId": "25_4",
          "industryName": "Biotechnology Research Services"
        },
        {
          "industryId": "25_5",
          "industryName": "Commercial Scientific Research Services"
        },
        {
          "industryId": "25_6",
          "industryName": "Diagnostic Substances"
        },
        {
          "industryId": "25_7",
          "industryName": "Drug Delivery Systems"
        },
        {
          "industryId": "25_8",
          "industryName": "Over-the-Counter Medications"
        },
        {
          "industryId": "25_9",
          "industryName": "Pharmaceuticals - Diversified"
        }
      ]
    },
    {
      "industry": {
        "industryId": "26",
        "industryName": "Real Estate Services"
      },
      "subIndustries": [
        {
          "industryId": "26_1",
          "industryName": "Building Operators"
        },
        {
          "industryId": "26_10",
          "industryName": "Other Real Estate Investors"
        },
        {
          "industryId": "26_11",
          "industryName": "Real Estate Appraisers"
        },
        {
          "industryId": "26_12",
          "industryName": "Real Estate Brokers"
        },
        {
          "industryId": "26_13",
          "industryName": "Real Estate Development"
        },
        {
          "industryId": "26_14",
          "industryName": "Real Estate Investment Trusts (REITs)"
        },
        {
          "industryId": "26_15",
          "industryName": "Real Estate Leasing"
        },
        {
          "industryId": "26_16",
          "industryName": "Real Estate Operators"
        },
        {
          "industryId": "26_17",
          "industryName": "Real Estate Property Management"
        },
        {
          "industryId": "26_18",
          "industryName": "REIT - Residential and Commercial"
        },
        {
          "industryId": "26_19",
          "industryName": "Retail REITs"
        },
        {
          "industryId": "26_2",
          "industryName": "Health Care REITs"
        },
        {
          "industryId": "26_20",
          "industryName": "Title Abstract Offices"
        },
        {
          "industryId": "26_3",
          "industryName": "Hotel and Motel REITs"
        },
        {
          "industryId": "26_4",
          "industryName": "Industrial REITs"
        },
        {
          "industryId": "26_5",
          "industryName": "Land REITs"
        },
        {
          "industryId": "26_6",
          "industryName": "Leisure and Entertainment REITs"
        },
        {
          "industryId": "26_7",
          "industryName": "Mobile Homes"
        },
        {
          "industryId": "26_8",
          "industryName": "Mortgage and Investment REITs"
        },
        {
          "industryId": "26_9",
          "industryName": "Office REITs"
        }
      ]
    },
    {
      "industry": {
        "industryId": "27",
        "industryName": "Retail"
      },
      "subIndustries": [
        {
          "industryId": "27_1",
          "industryName": "Arts, Gifts and Novelties Retail"
        },
        {
          "industryId": "27_10",
          "industryName": "Footwear Retailers"
        },
        {
          "industryId": "27_11",
          "industryName": "Furniture Retailers"
        },
        {
          "industryId": "27_12",
          "industryName": "Gasoline Stations"
        },
        {
          "industryId": "27_13",
          "industryName": "Grocery and Food Stores"
        },
        {
          "industryId": "27_14",
          "industryName": "Hardware and Garden stores"
        },
        {
          "industryId": "27_15",
          "industryName": "Hobby, Toy and Game Stores"
        },
        {
          "industryId": "27_16",
          "industryName": "Home Furnishings and Improvement Retail"
        },
        {
          "industryId": "27_17",
          "industryName": "Home Improvement and Hardware Retail "
        },
        {
          "industryId": "27_18",
          "industryName": "Hyper and Supermarkets"
        },
        {
          "industryId": "27_19",
          "industryName": "Jewelry and Gemstone Retail"
        },
        {
          "industryId": "27_2",
          "industryName": "Motor Vehicle Dealers"
        },
        {
          "industryId": "27_20",
          "industryName": "Lumber Retailers"
        },
        {
          "industryId": "27_21",
          "industryName": "Mail-Order Retailers"
        },
        {
          "industryId": "27_22",
          "industryName": "Miscellaneous General Retailers"
        },
        {
          "industryId": "27_23",
          "industryName": "Mobile Home Dealers"
        },
        {
          "industryId": "27_24",
          "industryName": "Music, Video and Book Retail"
        },
        {
          "industryId": "27_25",
          "industryName": "Musical Equipment Retail"
        },
        {
          "industryId": "27_26",
          "industryName": "Party and Holiday Accessories Retail "
        },
        {
          "industryId": "27_27",
          "industryName": "Boat Retail"
        },
        {
          "industryId": "27_28",
          "industryName": "Restaurants, Bars and Eateries"
        },
        {
          "industryId": "27_29",
          "industryName": "Retail - Apparel and Accessories"
        },
        {
          "industryId": "27_3",
          "industryName": "Building Materials Retailers"
        },
        {
          "industryId": "27_30",
          "industryName": "Retail - Department Stores"
        },
        {
          "industryId": "27_31",
          "industryName": "Retail - Discount and Variety Stores"
        },
        {
          "industryId": "27_32",
          "industryName": "Retail - Drugs"
        },
        {
          "industryId": "27_33",
          "industryName": "Retail - Electronics Products"
        },
        {
          "industryId": "27_34",
          "industryName": "Retail - Internet and Catalog Order"
        },
        {
          "industryId": "27_35",
          "industryName": "Specialty Retailers"
        },
        {
          "industryId": "27_36",
          "industryName": "Sports and Recreational Equipment Retail"
        },
        {
          "industryId": "27_37",
          "industryName": "Warehouse Clubs and Superstores"
        },
        {
          "industryId": "27_38",
          "industryName": "Women's Clothing Stores"
        },
        {
          "industryId": "27_4",
          "industryName": "Clock parts and Watch Retailers"
        },
        {
          "industryId": "27_5",
          "industryName": "Computer and Software Retail"
        },
        {
          "industryId": "27_6",
          "industryName": "Convenience Stores"
        },
        {
          "industryId": "27_7",
          "industryName": "Cosmetics and Perfume Retail"
        },
        {
          "industryId": "27_8",
          "industryName": "Family and Children's Products Stores"
        },
        {
          "industryId": "27_9",
          "industryName": "Floral and Florists"
        }
      ]
    },
    {
      "industry": {
        "industryId": "28",
        "industryName": "Schools and Education"
      },
      "subIndustries": [
        {
          "industryId": "28_1",
          "industryName": "Colleges and Universities"
        },
        {
          "industryId": "28_2",
          "industryName": "Educational Services"
        },
        {
          "industryId": "28_3",
          "industryName": "Elementary and Secondary Schools"
        },
        {
          "industryId": "28_4",
          "industryName": "Internet Educational Services"
        },
        {
          "industryId": "28_5",
          "industryName": "Libraries"
        },
        {
          "industryId": "28_6",
          "industryName": "Training Institutions and Services"
        },
        {
          "industryId": "28_7",
          "industryName": "Vocational and Technical Schools"
        }
      ]
    },
    {
      "industry": {
        "industryId": "29",
        "industryName": "Telecommunications"
      },
      "subIndustries": [
        {
          "industryId": "29_1",
          "industryName": "Data Network Operators"
        },
        {
          "industryId": "29_10",
          "industryName": "Miscellaneous Communications Services"
        },
        {
          "industryId": "29_11",
          "industryName": "Miscellaneous Telecommunications "
        },
        {
          "industryId": "29_12",
          "industryName": "Optical Switching and Transmission"
        },
        {
          "industryId": "29_13",
          "industryName": "Satellite and Broadcasting Equipment"
        },
        {
          "industryId": "29_14",
          "industryName": "Satellite System Operators"
        },
        {
          "industryId": "29_15",
          "industryName": "Telecommunications Equipment"
        },
        {
          "industryId": "29_16",
          "industryName": "Telecom Equipment and Services"
        },
        {
          "industryId": "29_17",
          "industryName": "Telecommunications Infra Development"
        },
        {
          "industryId": "29_18",
          "industryName": "Telecommunications Resellers"
        },
        {
          "industryId": "29_19",
          "industryName": "Telecommunications Services"
        },
        {
          "industryId": "29_2",
          "industryName": "Data Services"
        },
        {
          "industryId": "29_20",
          "industryName": "Teleconferencing Services Providers"
        },
        {
          "industryId": "29_21",
          "industryName": "Telemetry and Telematics Services"
        },
        {
          "industryId": "29_22",
          "industryName": "TV and Radio Broadcasting Equipment"
        },
        {
          "industryId": "29_23",
          "industryName": "Videoconferencing Equipment"
        },
        {
          "industryId": "29_24",
          "industryName": "Wire Switching and Transmission"
        },
        {
          "industryId": "29_25",
          "industryName": "Wired Telecommunications Carriers"
        },
        {
          "industryId": "29_26",
          "industryName": "Wireless Broadband Service Equipment"
        },
        {
          "industryId": "29_27",
          "industryName": "Wireless Network Operators"
        },
        {
          "industryId": "29_28",
          "industryName": "Wireless Switching and Transmission"
        },
        {
          "industryId": "29_29",
          "industryName": "Wireless Telecommunications Equipment"
        },
        {
          "industryId": "29_3",
          "industryName": "Enterprise Telecommunications Equipment"
        },
        {
          "industryId": "29_30",
          "industryName": "Wireless Telecommunications Resellers"
        },
        {
          "industryId": "29_31",
          "industryName": "Wireless Telecommunications Services"
        },
        {
          "industryId": "29_32",
          "industryName": "Wireless Telephone Handsets"
        },
        {
          "industryId": "29_33",
          "industryName": "Wireline Telecommunications Equipment"
        },
        {
          "industryId": "29_4",
          "industryName": "Fixed-Line Voice Services Providers"
        },
        {
          "industryId": "29_5",
          "industryName": "Internet and Online Services Providers"
        },
        {
          "industryId": "29_6",
          "industryName": "Local Exchange Carriers"
        },
        {
          "industryId": "29_7",
          "industryName": "Long-Distance Carriers"
        },
        {
          "industryId": "29_8",
          "industryName": "Managed Network Services"
        },
        {
          "industryId": "29_9",
          "industryName": "Messaging Services Providers"
        }
      ]
    },
    {
      "industry": {
        "industryId": "30",
        "industryName": "Transportation"
      },
      "subIndustries": [
        {
          "industryId": "30_1",
          "industryName": "Non-Scheduled and Charter Air Transport"
        },
        {
          "industryId": "30_10",
          "industryName": null
        },
        {
          "industryId": "30_11",
          "industryName": null
        },
        {
          "industryId": "30_12",
          "industryName": "Marine Shipping"
        },
        {
          "industryId": "30_13",
          "industryName": null
        },
        {
          "industryId": "30_14",
          "industryName": null
        },
        {
          "industryId": "30_15",
          "industryName": "Terminal Facilities For Motor Vehicles"
        },
        {
          "industryId": "30_16",
          "industryName": "Moving Services"
        },
        {
          "industryId": "30_17",
          "industryName": "Ports, Harbors and Marinas"
        },
        {
          "industryId": "30_18",
          "industryName": "Postal Services"
        },
        {
          "industryId": "30_19",
          "industryName": "Railroad Equipment Manufacturing"
        },
        {
          "industryId": "30_2",
          "industryName": "Airlines and Scheduled Air Transport"
        },
        {
          "industryId": "30_20",
          "industryName": null
        },
        {
          "industryId": "30_21",
          "industryName": "Freight Railroads"
        },
        {
          "industryId": "30_22",
          "industryName": "Passenger Railroads"
        },
        {
          "industryId": "30_23",
          "industryName": "Ship and Boat Manufacturing"
        },
        {
          "industryId": "30_24",
          "industryName": "Ship and Boat Repair"
        },
        {
          "industryId": "30_25",
          "industryName": "Taxi and Limousine Services"
        },
        {
          "industryId": "30_26",
          "industryName": "Railroad Terminal Management"
        },
        {
          "industryId": "30_27",
          "industryName": "Highways and Toll Road Management"
        },
        {
          "industryId": "30_28",
          "industryName": "Truck Transportation and Services"
        },
        {
          "industryId": "30_29",
          "industryName": "Truck Rental and Leasing"
        },
        {
          "industryId": "30_3",
          "industryName": "Airport and Terminal Management"
        },
        {
          "industryId": "30_30",
          "industryName": "Storage and Warehousing"
        },
        {
          "industryId": "30_31",
          "industryName": "Ferries and Water Transport"
        },
        {
          "industryId": "30_4",
          "industryName": "Bus Services"
        },
        {
          "industryId": "30_5",
          "industryName": "Container Leasing"
        },
        {
          "industryId": "30_6",
          "industryName": "Air Freight Transportation"
        },
        {
          "industryId": "30_7",
          "industryName": "Courier, Messenger and Delivery Services"
        },
        {
          "industryId": "30_8",
          "industryName": "Helicopter Services"
        },
        {
          "industryId": "30_9",
          "industryName": null
        }
      ]
    }
  ]
}

Type: application/xml

Schema

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

	<xs:element name="referenceIndustries" type="referenceIndustriesDTO" />
	<xs:complexType name="referenceIndustriesDTO">
		<xs:sequence>
			<xs:element name="industries">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="industryDetail" maxOccurs="unbounded">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="industry" maxOccurs="1">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="industry" type="xs:string" />
												<xs:element name="industryName" type="xs:string" />
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="subIndustries" maxOccurs="1">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="subIndustry" maxOccurs="unbounded">
													<xs:complexType>
														<xs:sequence>
															<xs:element name="industry" type="xs:string" />
															<xs:element name="industryName" type="xs:string" />
														</xs:sequence>
													</xs:complexType>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>

Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<referenceIndustries>
    <industries>
        <industryDetail>
            <industry>
                <industry>1</industry>
                <industryName>Aerospace and Defense</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>1_1</industry>
                </subIndustry>
                <subIndustry>
                    <industry>1_2</industry>
                    <industryName>Aerospace Products and Parts</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>1_3</industry>
                    <industryName>Aircraft Leasing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>1_4</industry>
                    <industryName>Aircraft Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>1_5</industry>
                    <industryName>Space Vehicles, Satellites and Related</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>1_6</industry>
                </subIndustry>
                <subIndustry>
                    <industry>1_7</industry>
                    <industryName>Ordnance, Missiles, Weaponry and Related</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>2</industry>
                <industryName>Automotive</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>2_1</industry>
                </subIndustry>
                <subIndustry>
                    <industry>2_10</industry>
                    <industryName>Truck, Bus and Other Vehicle Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>2_2</industry>
                    <industryName>Motor Vehicle Parking and Garages</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>2_3</industry>
                    <industryName>Motor Vehicle Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>2_4</industry>
                </subIndustry>
                <subIndustry>
                    <industry>2_5</industry>
                    <industryName>Motor Vehicle Parts Suppliers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>2_6</industry>
                    <industryName>Automobile Parts Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>2_7</industry>
                </subIndustry>
                <subIndustry>
                    <industry>2_8</industry>
                </subIndustry>
                <subIndustry>
                    <industry>2_9</industry>
                    <industryName>Truck and Bus Parts Manufacturing</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>3</industry>
                <industryName>Banks</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>3_1</industry>
                    <industryName>Central Banks</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_2</industry>
                    <industryName>Commercial Banking </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_3</industry>
                    <industryName>Credit Unions</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_4</industry>
                    <industryName>Credit Agencies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_5</industry>
                    <industryName>Regional Banks</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_6</industry>
                    <industryName>Savings Institutions</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_7</industry>
                    <industryName>Banking Transaction Processing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>3_8</industry>
                    <industryName>Short-Term Business Loans and Credit</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>4</industry>
                <industryName>Civic, Non-Profit and Membership Groups</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>4_1</industry>
                </subIndustry>
                <subIndustry>
                    <industry>4_10</industry>
                    <industryName>Social Services Institutions</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_2</industry>
                    <industryName>Business Associations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_3</industry>
                    <industryName>Charities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_4</industry>
                    <industryName>Environmental and Wildlife Organizations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_5</industry>
                </subIndustry>
                <subIndustry>
                    <industry>4_6</industry>
                    <industryName>Labor Unions</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_7</industry>
                    <industryName>Political Organizations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_8</industry>
                    <industryName>Public Policy Research and Advocacy</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>4_9</industry>
                    <industryName>Religious Organizations</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>5</industry>
                <industryName>Chemicals</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>5_1</industry>
                    <industryName>Agricultural Chemicals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_10</industry>
                    <industryName>Sealants and Adhesives</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_2</industry>
                    <industryName>Asphalt and Roofing Materials</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_3</industry>
                </subIndustry>
                <subIndustry>
                    <industry>5_4</industry>
                    <industryName>Commodity Chemicals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_5</industry>
                    <industryName>Diversified Chemicals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_6</industry>
                    <industryName>Specialty Chemicals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_7</industry>
                    <industryName>Medicinal Chemicals and Botanicals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_8</industry>
                    <industryName>Paints, Dyes, Varnishes and Lacquers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>5_9</industry>
                    <industryName>Plastic and Fiber Manufacturing</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>6</industry>
                <industryName>Computer Hardware</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>6_1</industry>
                    <industryName>ATMs and Self-Service Terminals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_10</industry>
                    <industryName>Optical, Magnetic and Mass Storage</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_11</industry>
                    <industryName>Peripherals, Computers and Accessories</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_12</industry>
                    <industryName>Personal Storage Drives and Media</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_13</industry>
                    <industryName>POS and Electronic Retail Systems</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_14</industry>
                    <industryName>Printing and Imaging Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_15</industry>
                    <industryName>Routing and Switching</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_16</industry>
                    <industryName>Semiconductor Equipment and Testing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_17</industry>
                    <industryName>Semiconductors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_18</industry>
                    <industryName>Servers and Mainframes</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_19</industry>
                    <industryName>Storage Networking</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_2</industry>
                    <industryName>Computer Communications Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_20</industry>
                    <industryName>Wireless Networking</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_3</industry>
                    <industryName>Computer Display Units and Projectors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_4</industry>
                    <industryName>Computer Input Devices and Speakers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_5</industry>
                    <industryName>Computer Networking Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_6</industry>
                    <industryName>Computer Storage Devices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_7</industry>
                    <industryName>Network Security Devices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_8</industry>
                    <industryName>Office Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>6_9</industry>
                    <industryName>Office Supplies</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>7</industry>
                <industryName>Computer Software</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>7_1</industry>
                    <industryName>Accounting and Tax Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_10</industry>
                    <industryName>Casino Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_11</industry>
                    <industryName>Catalog Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_12</industry>
                    <industryName>Channel Partner Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_13</industry>
                    <industryName>Collaborative Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_14</industry>
                    <industryName>Construction and Architecture Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_15</industry>
                    <industryName>Content Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_16</industry>
                    <industryName>Customer Relationship Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_17</industry>
                    <industryName>Data Warehousing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_18</industry>
                    <industryName>Database Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_19</industry>
                    <industryName>Development Tools and Utilities Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_2</industry>
                    <industryName>Agriculture Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_20</industry>
                    <industryName>Distribution Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_21</industry>
                    <industryName>Advertising Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_22</industry>
                    <industryName>E-Commerce Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_23</industry>
                    <industryName>Education and Training Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_24</industry>
                    <industryName>Engineering, Scientific and CAD Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_25</industry>
                    <industryName>Enterprise Application Integration (EAI)</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_26</industry>
                    <industryName>Enterprise Resource Planning Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_27</industry>
                    <industryName>Event Planning Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_28</industry>
                    <industryName>Food and Beverage Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_29</industry>
                    <industryName>Video Game Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_3</industry>
                    <industryName>Web Hosting Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_30</industry>
                    <industryName>Health Care Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_31</industry>
                </subIndustry>
                <subIndustry>
                    <industry>7_32</industry>
                    <industryName>Hotel Management Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_33</industry>
                    <industryName>Human Resources Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_34</industry>
                    <industryName>Insurance Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_35</industry>
                </subIndustry>
                <subIndustry>
                    <industry>7_36</industry>
                    <industryName>Retail Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_37</industry>
                    <industryName>Law Enforcement Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_38</industry>
                    <industryName>Legal Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_39</industry>
                    <industryName>Manufacturing and Industrial Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_4</industry>
                    <industryName>Application Service Providers (ASPs)</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_40</industry>
                    <industryName>Marketing Automation Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_41</industry>
                    <industryName>Message, Conference and Communications</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_42</industry>
                    <industryName>Multimedia and Graphics Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_43</industry>
                    <industryName>Networking and Connectivity Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_44</industry>
                    <industryName>Order Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_45</industry>
                    <industryName>Procurement Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_46</industry>
                    <industryName>Programming and Data Processing Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_47</industry>
                    <industryName>Project Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_48</industry>
                    <industryName>Purchasing Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_49</industry>
                    <industryName>Quality Assurance Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_5</industry>
                    <industryName>Financial Services Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_50</industry>
                    <industryName>Real Estate Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_51</industry>
                    <industryName>Restaurant Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_52</industry>
                    <industryName>Sales Force Automation Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_53</industry>
                    <industryName>Sales Intelligence Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_54</industry>
                    <industryName>Security Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_55</industry>
                    <industryName>Service Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_56</industry>
                </subIndustry>
                <subIndustry>
                    <industry>7_57</industry>
                    <industryName>Storage and Systems Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_58</industry>
                    <industryName>Supply Chain and Logistics Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_59</industry>
                    <industryName>Textiles Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_6</industry>
                    <industryName>Automotive Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_60</industry>
                    <industryName>Tourism Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_61</industry>
                    <industryName>Trading and Order Management Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_62</industry>
                    <industryName>Warehousing Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_63</industry>
                    <industryName>Transportation Industry Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_64</industry>
                    <industryName>Wireless Communication Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_7</industry>
                    <industryName>Billing and Service Provision Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_8</industry>
                    <industryName>Budgeting and Forecasting Software</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>7_9</industry>
                    <industryName>Business Intelligence Software</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>8</industry>
                <industryName>Construction and Building Materials</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>8_1</industry>
                    <industryName>Aggregates, Concrete and Cement</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_10</industry>
                    <industryName>Electrical Work</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_11</industry>
                    <industryName>Engineering Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_12</industry>
                    <industryName>General Contractors - Non-Residential</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_13</industry>
                    <industryName>General Contractors - Residential</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_14</industry>
                    <industryName>Hardware Wholesalers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_15</industry>
                    <industryName>Heavy Construction</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_16</industry>
                    <industryName>Plumbing and HVAC Equipment </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_17</industry>
                    <industryName>Plywood, Veneer and Particle Board</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_18</industry>
                    <industryName>Prefabricated Buildings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_19</industry>
                    <industryName>Sawmills and Other Mill Operations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_2</industry>
                    <industryName>Apartment and Condominium Construction</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_20</industry>
                    <industryName>Single-Family Housing Builders</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_21</industry>
                    <industryName>Specialty Construction</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_22</industry>
                    <industryName>Water, Sewer and Power Line</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_23</industry>
                    <industryName>Wood Production and Timber Operations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_24</industry>
                    <industryName>Wood Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_25</industry>
                    <industryName>Wood Window and Door Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_3</industry>
                    <industryName>Architecture and Engineering Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_4</industry>
                    <industryName>Carpentry and Floor Work</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_5</industry>
                    <industryName>Ceramic, Tile, Roofing and Clay Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_6</industry>
                    <industryName>Construction and Engineering</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_7</industry>
                    <industryName>Construction and Mining Equipment Sales</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_8</industry>
                    <industryName>Construction Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>8_9</industry>
                    <industryName>Construction Materials</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>9</industry>
                <industryName>Consumer Products</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>9_1</industry>
                    <industryName>Accessories</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_10</industry>
                    <industryName>Cutlery and Handtools</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_11</industry>
                    <industryName>Dinnerware, Cookware and Cutlery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_12</industry>
                    <industryName>Electrical Housewares</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_13</industry>
                    <industryName>Eyewear Manufacturers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_14</industry>
                    <industryName>Footwear</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_15</industry>
                    <industryName>Garden Equipment, Mowers and Tractors </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_16</industry>
                    <industryName>Gold and Silverware</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_17</industry>
                    <industryName>Hand and Power Tools</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_18</industry>
                    <industryName>Home Furnishings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_19</industry>
                    <industryName>Household Furniture</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_2</industry>
                    <industryName>Apparel</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_20</industry>
                    <industryName>Household Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_21</industry>
                    <industryName>Housewares and Home Storage Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_22</industry>
                    <industryName>Jewelry and Gemstones</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_23</industry>
                    <industryName>Knitting Mills</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_24</industry>
                    <industryName>Lighting and Wiring Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_25</industry>
                    <industryName>Linens</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_26</industry>
                    <industryName>Major Appliances</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_27</industry>
                    <industryName>Man-Made Fiber and Silk Mills</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_28</industry>
                    <industryName>Mattresses and Bed Manufacturers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_29</industry>
                    <industryName>Men's Clothing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_3</industry>
                    <industryName>Baby Supplies and Accessories</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_30</industry>
                    <industryName>Miscellaneous Durable Goods</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_31</industry>
                    <industryName>Miscellaneous Non-Durable Goods</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_32</industry>
                    <industryName>Office Furniture and Fixtures</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_33</industry>
                    <industryName>Paper and Paper Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_34</industry>
                    <industryName>Perfumes, Cosmetics and Toiletries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_35</industry>
                    <industryName>Pet Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_36</industry>
                    <industryName>Photographic Equipment and Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_37</industry>
                    <industryName>Pottery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_38</industry>
                    <industryName>Shelving, Partitions and Fixtures</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_39</industry>
                    <industryName>Soaps and Detergents</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_4</industry>
                    <industryName>Biological Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_40</industry>
                    <industryName>Specialty Cleaning Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_41</industry>
                    <industryName>Textile Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_42</industry>
                    <industryName>Textiles and Leather Goods</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_43</industry>
                    <industryName>Tobacco Products and Distributors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_44</industry>
                    <industryName>Watches, Clocks and Clockwork Devices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_45</industry>
                    <industryName>Window Coverings and Wall Coverings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_46</industry>
                    <industryName>Women's Clothing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_47</industry>
                    <industryName>Wood Furniture</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_5</industry>
                    <industryName>Carpets, Rugs and Floor Coverings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_6</industry>
                    <industryName>Children's Clothing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_7</industry>
                    <industryName>Collectibles and Giftware Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_8</industry>
                    <industryName>Costume Jewelry</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>9_9</industry>
                    <industryName>Cotton Fabric Mills</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>10</industry>
                <industryName>Consumer Services</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>10_1</industry>
                    <industryName>Motor Vehicle Repair and Servicing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_10</industry>
                    <industryName>Personal Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_11</industry>
                    <industryName>Photographic Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_12</industry>
                    <industryName>Spas and Fitness Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_13</industry>
                    <industryName>Travel Agencies and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_14</industry>
                    <industryName>Veterinary Care</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_15</industry>
                    <industryName>Weight and Health Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_2</industry>
                    <industryName>Motor Vehicle Rental and Leasing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_3</industry>
                    <industryName>Child Care Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_4</industry>
                    <industryName>Coffee and Water Beverage Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_5</industry>
                    <industryName>Death Care Products and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_6</industry>
                    <industryName>Hair Salons and Beauty Treatments </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_7</industry>
                    <industryName>Laundry and Dry Cleaning Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_8</industry>
                    <industryName>Optical Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>10_9</industry>
                    <industryName>Personal Products</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>11</industry>
                <industryName>Corporate Services</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>11_1</industry>
                    <industryName>Advertising Agencies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_10</industry>
                    <industryName>Consumer Credit Reporting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_11</industry>
                    <industryName>Detective and Other Security Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_12</industry>
                    <industryName>Direct Marketing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_13</industry>
                    <industryName>Executive Search</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_14</industry>
                    <industryName>Facilities Support</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_15</industry>
                    <industryName>General Rental Center</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_16</industry>
                    <industryName>Human Resources and Staffing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_17</industry>
                    <industryName>Artists, Writers and Performers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_18</industry>
                    <industryName>Integrated Computer Systems Design</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_19</industry>
                    <industryName>IT Services and Consulting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_2</industry>
                    <industryName>Arbitration Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_20</industry>
                    <industryName>Law Firms</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_21</industry>
                </subIndustry>
                <subIndustry>
                    <industry>11_22</industry>
                    <industryName>Legal Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_23</industry>
                    <industryName>Mailing and Commercial Art Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_24</industry>
                    <industryName>Management Consulting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_25</industry>
                    <industryName>Management Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_26</industry>
                    <industryName>Market Research Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_27</industry>
                    <industryName>Marketing and Advertising</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_28</industry>
                    <industryName>Media Representatives</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_29</industry>
                    <industryName>Miscellaneous</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_3</industry>
                    <industryName>Auctions and Internet Auctions</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_30</industry>
                    <industryName>Miscellaneous Computer Related Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_31</industry>
                    <industryName>Other Equipment Rental and Leasing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_32</industry>
                    <industryName>Miscellaneous Repair Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_33</industry>
                    <industryName>Miscellaneous Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_34</industry>
                    <industryName>Networking Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_35</industry>
                    <industryName>Online Staffing and Recruitment Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_36</industry>
                    <industryName>Outsourced Human Resources Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_37</industry>
                </subIndustry>
                <subIndustry>
                    <industry>11_38</industry>
                    <industryName>Photo Labs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_39</industry>
                    <industryName>Public Relations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_4</industry>
                    <industryName>Billboards and Outdoor Advertising</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_40</industry>
                    <industryName>Records Management Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_41</industry>
                    <industryName>Sales Promotion and Targeted Marketing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_42</industry>
                    <industryName>Services for the Printing Trade</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_43</industry>
                    <industryName>Talent and Modeling Agencies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_44</industry>
                    <industryName>Technology</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_45</industry>
                    <industryName>Testing Lab and Scientific Research </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_46</industry>
                    <industryName>Trade Show, Event Planning and Support</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_47</industry>
                    <industryName>Uniform Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_5</industry>
                    <industryName>Business Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_6</industry>
                    <industryName>Cleaning and Facilities Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_7</industry>
                    <industryName>Commercial Printing Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_8</industry>
                    <industryName>Computer Facilities </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>11_9</industry>
                    <industryName>Computer Processing and Data Services</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>12</industry>
                <industryName>Agriculture and Forestry</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>12_1</industry>
                    <industryName>Agricultural Machinery and Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_2</industry>
                    <industryName>Agriculture Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_3</industry>
                </subIndustry>
                <subIndustry>
                    <industry>12_4</industry>
                    <industryName>Farming Materials and Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_5</industry>
                    <industryName>Fishing and Aquaculture</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_6</industry>
                    <industryName>Forestry and Logging</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_7</industry>
                    <industryName>Fruits and Vegetables Farming</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_8</industry>
                    <industryName>Grains Farming</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>12_9</industry>
                    <industryName>Livestock and Husbandry</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>13</industry>
                <industryName>Electronics</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>13_1</industry>
                    <industryName>Appliances and Tools and Housewares</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_10</industry>
                    <industryName>Magnetic and Optical Recording</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_11</industry>
                    <industryName>Miscellaneous Electrical Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_12</industry>
                    <industryName>Printed Circuit Boards</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_13</industry>
                    <industryName>Sound and Lighting Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_2</industry>
                    <industryName>Consumer Electronics</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_3</industry>
                    <industryName>Electric Testing Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_4</industry>
                    <industryName>Electronic Coils and Transformers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_5</industry>
                    <industryName>Electronic Components and Accessories</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_6</industry>
                    <industryName>Electronic Connectors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_7</industry>
                    <industryName>Electronic Gaming Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_8</industry>
                    <industryName>Electronic Parts and Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>13_9</industry>
                    <industryName>Heavy Electrical Equipment</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>14</industry>
                <industryName>Energy and Environmental</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>14_1</industry>
                    <industryName>Alternative Energy Sources</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_10</industry>
                    <industryName>Electricity, Gas and Sanitation Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_11</industry>
                    <industryName>Energy Equipment and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_12</industry>
                    <industryName>Energy Exchanges</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_13</industry>
                    <industryName>Environmental Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_14</industry>
                    <industryName>Fossil Fuel Power Generation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_15</industry>
                    <industryName>Fuel Oil Dealers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_16</industry>
                    <industryName>Gasoline Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_17</industry>
                    <industryName>Hazardous Waste Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_18</industry>
                    <industryName>Hydroelectric Power Generation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_19</industry>
                    <industryName>Independent/Merchant Power Production</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_2</industry>
                    <industryName>Cogeneration and Small Power Producers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_20</industry>
                    <industryName>Integrated Oil and Gas</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_21</industry>
                    <industryName>Liquefied Petroleum Gas Dealers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_22</industry>
                    <industryName>Natural Gas Gathering and Processing </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_23</industry>
                    <industryName>Natural Gas Pipelines</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_24</industry>
                    <industryName>Natural Gas Transmission</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_25</industry>
                    <industryName>Natural Gas Utilities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_26</industry>
                    <industryName>Nuclear Power Generation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_27</industry>
                    <industryName>Oil and Gas - Field Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_28</industry>
                    <industryName>Oil and Gas - Production and Exploration</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_29</industry>
                    <industryName>Oil and Gas - Transportation and Storage</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_3</industry>
                    <industryName>Combined Electric and Gas Utilities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_30</industry>
                    <industryName>Oil and Gas - Marketing and Refining</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_31</industry>
                    <industryName>Oil Drilling and Gas Wells</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_32</industry>
                    <industryName>Oil Related Equipment and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_33</industry>
                    <industryName>Other Utilities </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_34</industry>
                    <industryName>Petroleum Pipelines</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_35</industry>
                    <industryName>Refined Petroleum Pipelines</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_36</industry>
                    <industryName>Refuse Systems</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_37</industry>
                    <industryName>Remediation and Environmental Cleanup </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_38</industry>
                    <industryName>Retail Energy Marketing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_39</industry>
                    <industryName>Sanitation Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_4</industry>
                    <industryName>Crude Petroleum and Natural Gas</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_40</industry>
                    <industryName>Solid Waste Services and Recycling</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_41</industry>
                    <industryName>Trusts</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_42</industry>
                    <industryName>Utilities - Multiline</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_43</industry>
                    <industryName>Wastewater Treatment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_44</industry>
                    <industryName>Water Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_45</industry>
                    <industryName>Water Supply and Utilities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_46</industry>
                    <industryName>Wholesale Energy Trading and Marketing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_47</industry>
                    <industryName>Wholesale Petroleum and Related Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_48</industry>
                    <industryName>Wholesale Petroleum Bulk Stations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_5</industry>
                    <industryName>Crude Petroleum Pipelines</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_6</industry>
                    <industryName>Electric Power Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_7</industry>
                    <industryName>Electric Power Transmission</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_8</industry>
                    <industryName>Electric Utilities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>14_9</industry>
                    <industryName>Electricity Transmission</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>15</industry>
                <industryName>Financial Services</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>15_1</industry>
                    <industryName>Accounting, Tax, Bookkeeping and Payroll</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_10</industry>
                    <industryName>Currency and Forex Brokers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_11</industry>
                    <industryName>Electronic Communications Networks</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_12</industry>
                    <industryName>Electronic Payment Systems</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_13</industry>
                    <industryName>Diversified Financial Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_14</industry>
                    <industryName>Specialty Financial Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_15</industry>
                </subIndustry>
                <subIndustry>
                    <industry>15_16</industry>
                    <industryName>Forfeiting and Factoring</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_17</industry>
                    <industryName>Pension and Retirement Funds</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_18</industry>
                </subIndustry>
                <subIndustry>
                    <industry>15_19</industry>
                    <industryName>Investment Banking</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_2</industry>
                    <industryName>Asset Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_20</industry>
                    <industryName>Investment Management and Fund Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_21</industry>
                    <industryName>Investment Services and Advice</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_22</industry>
                    <industryName>Investment Trusts </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_23</industry>
                    <industryName>Market Makers and Trade Clearing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_24</industry>
                    <industryName>Miscellaneous Investment Firms</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_25</industry>
                </subIndustry>
                <subIndustry>
                    <industry>15_26</industry>
                    <industryName>Patent Owners and Lessors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_27</industry>
                </subIndustry>
                <subIndustry>
                    <industry>15_28</industry>
                    <industryName>Securities Brokers and Traders </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_29</industry>
                    <industryName>Stock Exchanges</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_3</industry>
                    <industryName>Blank Check Companies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_30</industry>
                    <industryName>Mortgage Banking</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_31</industry>
                    <industryName>Trade Facilitation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_32</industry>
                    <industryName>Financial Transaction Settlement</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_33</industry>
                    <industryName>Venture Capital</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_4</industry>
                    <industryName>Claims Administration and Processing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_5</industry>
                    <industryName>Currency, Commodity &amp; Futures Trading</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_6</industry>
                    <industryName>Credit and Collection Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_7</industry>
                    <industryName>Credit Cards</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_8</industry>
                    <industryName>Consumer Credit Reporting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>15_9</industry>
                    <industryName>Diversified Lending</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>16</industry>
                <industryName>Food and Beverage</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>16_1</industry>
                    <industryName>Bakery and Bakery Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_10</industry>
                    <industryName>Flours and Baked Goods</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_11</industry>
                    <industryName>Food Oils</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_12</industry>
                    <industryName>Food Processing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_13</industry>
                    <industryName>Food Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_14</industry>
                    <industryName>Food Wholesale Distributors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_15</industry>
                    <industryName>Fresh and Frozen Seafood</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_16</industry>
                    <industryName>Meat Packing and Meat Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_17</industry>
                    <industryName>Pastas and Cereals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_18</industry>
                    <industryName>Poultry</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_19</industry>
                    <industryName>Sausages and Other Prepared Meats</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_2</industry>
                    <industryName>Beverages - Brewers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_3</industry>
                    <industryName>Beverages - Distillers and Wineries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_4</industry>
                    <industryName>Beverages - Non-Alcoholic</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_5</industry>
                    <industryName>Bottling and Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_6</industry>
                    <industryName>Candy and Confections</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_7</industry>
                    <industryName>Canned and Frozen Fruits and Vegetables</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_8</industry>
                    <industryName>Dairy Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>16_9</industry>
                    <industryName>Flavorings, Spices and Other Ingredients</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>17</industry>
                <industryName>Government</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>17_1</industry>
                    <industryName>Executive Government Offices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>17_2</industry>
                    <industryName>Federal Government Agencies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>17_3</industry>
                    <industryName>International Government Agencies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>17_4</industry>
                </subIndustry>
                <subIndustry>
                    <industry>17_5</industry>
                    <industryName>Legislatures</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>17_6</industry>
                    <industryName>National Security</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>17_7</industry>
                </subIndustry>
                <subIndustry>
                    <industry>17_8</industry>
                </subIndustry>
                <subIndustry>
                    <industry>17_9</industry>
                    <industryName>State, Provincial or Regional Government</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>18</industry>
                <industryName>Holding Companies </industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>18_1</industry>
                    <industryName>Industrial Conglomerates</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>19</industry>
                <industryName>Hospitals and Healthcare</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>19_1</industry>
                    <industryName>Ambulance Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_10</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_11</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_12</industry>
                    <industryName>Home Healthcare</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_13</industry>
                    <industryName>Integrated Healthcare Networks</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_14</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_15</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_16</industry>
                    <industryName>Medical and Dental Laboratories</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_17</industry>
                    <industryName>Medical Practice Management and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_18</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_19</industry>
                    <industryName>Medical Schools</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_2</industry>
                    <industryName>Children's Hospitals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_20</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_21</industry>
                    <industryName>Nursing Homes and Extended Care</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_22</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_23</industry>
                    <industryName>Ophthalmic Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_24</industry>
                    <industryName>Orthopedic and Prosthetic Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_25</industry>
                    <industryName>Psychiatric Hospitals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_26</industry>
                    <industryName>Substance Abuse Rehabilitation Centers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_27</industry>
                    <industryName>Other Specialty Hospitals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_28</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_29</industry>
                    <industryName>Specialty Surgical Hospitals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_3</industry>
                    <industryName>Dental Equipment and Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_30</industry>
                    <industryName>Surgical and Medical Devices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_31</industry>
                    <industryName>X-Ray Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_4</industry>
                    <industryName>Dentists</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_5</industry>
                    <industryName>General Physicians and Clinics</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_6</industry>
                    <industryName>Emergency Medical Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_7</industry>
                </subIndustry>
                <subIndustry>
                    <industry>19_8</industry>
                    <industryName>General Healthcare Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>19_9</industry>
                    <industryName>General Medical and Surgical Hospitals</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>20</industry>
                <industryName>Industrial Manufacturing and Services</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>20_1</industry>
                    <industryName>Advanced Medical Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_10</industry>
                    <industryName>Electromedical Devices and Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_11</industry>
                    <industryName>Engines and Turbines</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_12</industry>
                    <industryName>Envelopes</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_13</industry>
                    <industryName>Fabricated Rubber Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_14</industry>
                    <industryName>Farm Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_15</industry>
                    <industryName>Flat Glass</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_16</industry>
                    <industryName>Gaskets and Sealing Devices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_17</industry>
                    <industryName>Glass, Glass Containers and Glassware</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_18</industry>
                    <industryName>Heating Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_19</industry>
                    <industryName>Industrial Equipment and Machinery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_2</industry>
                    <industryName>Air and Gas Compressors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_20</industry>
                    <industryName>Industrial Fans</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_21</industry>
                    <industryName>Industrial Furnaces and Ovens</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_22</industry>
                    <industryName>Industrial Machinery Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_23</industry>
                    <industryName>Industrial Measurement Devices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_24</industry>
                    <industryName>Laboratory Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_25</industry>
                    <industryName>Manifold Business Forms</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_26</industry>
                    <industryName>Measuring Devices and Controllers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_27</industry>
                    <industryName>Metalworking Machinery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_28</industry>
                    <industryName>Miscellaneous Fabricated Wire Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_29</industry>
                    <industryName>Miscellaneous Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_3</industry>
                    <industryName>Automated Climate Controls</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_30</industry>
                    <industryName>Miscellaneous Petroleum Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_31</industry>
                    <industryName>Miscellaneous Plastics</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_32</industry>
                    <industryName>Motors and Generators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_33</industry>
                    <industryName>Paper Board and Paper Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_34</industry>
                    <industryName>Paper Containers and Packaging</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_35</industry>
                    <industryName>Paper Mills</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_36</industry>
                    <industryName>Paperboard Mills</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_37</industry>
                    <industryName>Plastic Materials and Synthetic Resins</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_38</industry>
                    <industryName>Plastics, Foil and Coated Paper Bags</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_39</industry>
                    <industryName>Power Distribution and Transformers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_4</industry>
                    <industryName>Ball Bearings and Roller Bearing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_40</industry>
                    <industryName>Printing Press Machinery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_41</industry>
                    <industryName>Pulp Mills</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_42</industry>
                    <industryName>Pumping Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_43</industry>
                    <industryName>Relays and Industrial Controls</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_44</industry>
                    <industryName>Screw Machines</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_45</industry>
                    <industryName>Specialty Industrial Machinery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_46</industry>
                    <industryName>Stationery and Related Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_47</industry>
                    <industryName>Switching and Switchboard Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_48</industry>
                    <industryName>Tires and Inner Tubes</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_49</industry>
                    <industryName>Totalizing Fluid Meters</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_5</industry>
                    <industryName>Bolts, Nuts, Screws, Rivets and Washers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_6</industry>
                    <industryName>Building Climate Control and HVAC</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_7</industry>
                    <industryName>Commercial Equipment and Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_8</industry>
                    <industryName>Converted Paper Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>20_9</industry>
                    <industryName>Electric Lighting and Wiring</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>21</industry>
                <industryName>Insurance</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>21_1</industry>
                    <industryName>Automobile Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_10</industry>
                    <industryName>Liability Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_11</industry>
                    <industryName>Specialty Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_12</industry>
                    <industryName>Mortgage Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_13</industry>
                    <industryName>Property and Casualty Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_14</industry>
                    <industryName>Reinsurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_15</industry>
                    <industryName>Risk Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_16</industry>
                    <industryName>Surety Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_17</industry>
                    <industryName>Workers' Compensation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_2</industry>
                    <industryName>Commercial Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_3</industry>
                    <industryName>Credit Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_4</industry>
                    <industryName>Fire and Marine Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_5</industry>
                    <industryName>Homeowners and Title Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_6</industry>
                    <industryName>Health Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_7</industry>
                    <industryName>Life Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_8</industry>
                    <industryName>Multiline Insurance</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>21_9</industry>
                    <industryName>Insurance Agents and Brokers</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>22</industry>
                <industryName>Leisure, Sports and Recreation</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>22_1</industry>
                    <industryName>Accommodation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_10</industry>
                    <industryName>Golf Equipment </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_11</industry>
                    <industryName>Hotels and Motels</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_12</industry>
                    <industryName>Leisure Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_13</industry>
                    <industryName>Motion Picture Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_14</industry>
                    <industryName>Museums and Art Galleries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_15</industry>
                    <industryName>Musical Instruments</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_16</industry>
                    <industryName>Professional Sports Teams</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_17</industry>
                    <industryName>Racetracks</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_18</industry>
                    <industryName>Sporting Goods, Outdoor Gear and Apparel </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_19</industry>
                    <industryName>Sports and Recreations Clubs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_2</industry>
                    <industryName>Amusement and Recreation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_20</industry>
                    <industryName>Sports Equipment </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_3</industry>
                    <industryName>Art Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_4</industry>
                    <industryName>Athletic Facilities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_5</industry>
                    <industryName>Bicycles and Accessories </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_6</industry>
                    <industryName>Casinos and Gambling</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_7</industry>
                    <industryName>Dolls and Stuffed Toys</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_8</industry>
                    <industryName>Entertainment Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>22_9</industry>
                    <industryName>Games and Toys</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>23</industry>
                <industryName>Media</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>23_1</industry>
                    <industryName>Audiovisual Equipment Sales and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_10</industry>
                    <industryName>Diversified Media</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_11</industry>
                    <industryName>Film and Video</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_12</industry>
                    <industryName>Greeting Cards</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_13</industry>
                    <industryName>Internet Content Providers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_14</industry>
                    <industryName>Internet Information Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_15</industry>
                    <industryName>Internet Search and Navigation Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_16</industry>
                    <industryName>Motion Picture and Video Production</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_17</industry>
                    <industryName>Motion Picture Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_18</industry>
                    <industryName>Motion Picture Theaters</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_19</industry>
                    <industryName>Music Recording and Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_2</industry>
                    <industryName>Book Publishers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_20</industry>
                    <industryName>Newspaper Publishers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_21</industry>
                    <industryName>Newspapers and Online News Organizations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_22</industry>
                    <industryName>Periodical and Magazine Publishers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_23</industry>
                    <industryName>Publishing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_24</industry>
                    <industryName>Radio Broadcasting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_25</industry>
                    <industryName>Television Broadcasting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_26</industry>
                    <industryName>Trading Cards and Comic Books</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_3</industry>
                    <industryName>Broadcasting</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_4</industry>
                    <industryName>Broadcasting Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_5</industry>
                    <industryName>Cable and Satellite Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_6</industry>
                    <industryName>Cable Networks and Program Distribution </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_7</industry>
                    <industryName>Cable TV System Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_8</industry>
                    <industryName>CD and DVD Manufacturing and Supply</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>23_9</industry>
                    <industryName>Directories and Yellow Pages Publishers</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>24</industry>
                <industryName>Mining and Metals</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>24_1</industry>
                    <industryName>Other Non Metallic Mineral Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_10</industry>
                    <industryName>Metal Cans</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_11</industry>
                    <industryName>Metal Forgings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_12</industry>
                    <industryName>Metals and Minerals Distribution</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_13</industry>
                    <industryName>Mining Machinery</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_14</industry>
                    <industryName>Miscellaneous Fabricated Metal Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_15</industry>
                    <industryName>Miscellaneous Metal Mining</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_16</industry>
                    <industryName>Miscellaneous Metal Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_17</industry>
                    <industryName>Non-Metallic Mining and Quarrying</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_18</industry>
                    <industryName>Non-Ferrous Foundries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_19</industry>
                    <industryName>Precious Metals and Minerals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_2</industry>
                    <industryName>Aluminum Producers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_20</industry>
                    <industryName>Prefabricated Metal Buildings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_21</industry>
                    <industryName>Rolling and Extruding Non-Ferrous Metals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_22</industry>
                    <industryName>Sheet Metal</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_23</industry>
                    <industryName>Shipping Barrels, Drums, Kegs and Pails</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_24</industry>
                    <industryName>Smelting and Refining Non-Ferrous Metals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_25</industry>
                    <industryName>Specialty Mining and Metals</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_26</industry>
                    <industryName>Steel Pipes and Tubes</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_27</industry>
                    <industryName>Steel Works and Coke Ovens</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_28</industry>
                    <industryName>Stone Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_3</industry>
                    <industryName>Coal Mining</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_4</industry>
                    <industryName>Coating and Engravings</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_5</industry>
                    <industryName>Concrete and Gypsum</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_6</industry>
                    <industryName>Fabricated Structural Metal</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_7</industry>
                    <industryName>Gold and Silver Mining</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_8</industry>
                    <industryName>Iron and Steel Foundries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>24_9</industry>
                    <industryName>Machine Tools and Metal Equipment </industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>25</industry>
                <industryName>Pharmaceuticals and Biotech</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>25_1</industry>
                    <industryName>Biopharmaceuticals and Biotherapeutics</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_10</industry>
                    <industryName>Pharmaceuticals - Generic and Specialty</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_11</industry>
                    <industryName>Pharmaceuticals Wholesale</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_12</industry>
                    <industryName>Vitamin, Nutritional and Health Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_13</industry>
                    <industryName>Wholesale Drugs and Pharmacy Supplies</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_2</industry>
                    <industryName>Biotechnology</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_3</industry>
                    <industryName>Biotechnology Research Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_4</industry>
                    <industryName>Biotechnology Research Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_5</industry>
                    <industryName>Commercial Scientific Research Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_6</industry>
                    <industryName>Diagnostic Substances</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_7</industry>
                    <industryName>Drug Delivery Systems</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_8</industry>
                    <industryName>Over-the-Counter Medications</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>25_9</industry>
                    <industryName>Pharmaceuticals - Diversified</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>26</industry>
                <industryName>Real Estate Services</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>26_1</industry>
                    <industryName>Building Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_10</industry>
                    <industryName>Other Real Estate Investors</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_11</industry>
                    <industryName>Real Estate Appraisers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_12</industry>
                    <industryName>Real Estate Brokers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_13</industry>
                    <industryName>Real Estate Development</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_14</industry>
                    <industryName>Real Estate Investment Trusts (REITs)</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_15</industry>
                    <industryName>Real Estate Leasing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_16</industry>
                    <industryName>Real Estate Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_17</industry>
                    <industryName>Real Estate Property Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_18</industry>
                    <industryName>REIT - Residential and Commercial</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_19</industry>
                    <industryName>Retail REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_2</industry>
                    <industryName>Health Care REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_20</industry>
                    <industryName>Title Abstract Offices</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_3</industry>
                    <industryName>Hotel and Motel REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_4</industry>
                    <industryName>Industrial REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_5</industry>
                    <industryName>Land REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_6</industry>
                    <industryName>Leisure and Entertainment REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_7</industry>
                    <industryName>Mobile Homes</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_8</industry>
                    <industryName>Mortgage and Investment REITs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>26_9</industry>
                    <industryName>Office REITs</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>27</industry>
                <industryName>Retail</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>27_1</industry>
                    <industryName>Arts, Gifts and Novelties Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_10</industry>
                    <industryName>Footwear Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_11</industry>
                    <industryName>Furniture Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_12</industry>
                    <industryName>Gasoline Stations</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_13</industry>
                    <industryName>Grocery and Food Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_14</industry>
                    <industryName>Hardware and Garden stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_15</industry>
                    <industryName>Hobby, Toy and Game Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_16</industry>
                    <industryName>Home Furnishings and Improvement Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_17</industry>
                    <industryName>Home Improvement and Hardware Retail </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_18</industry>
                    <industryName>Hyper and Supermarkets</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_19</industry>
                    <industryName>Jewelry and Gemstone Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_2</industry>
                    <industryName>Motor Vehicle Dealers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_20</industry>
                    <industryName>Lumber Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_21</industry>
                    <industryName>Mail-Order Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_22</industry>
                    <industryName>Miscellaneous General Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_23</industry>
                    <industryName>Mobile Home Dealers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_24</industry>
                    <industryName>Music, Video and Book Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_25</industry>
                    <industryName>Musical Equipment Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_26</industry>
                    <industryName>Party and Holiday Accessories Retail </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_27</industry>
                    <industryName>Boat Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_28</industry>
                    <industryName>Restaurants, Bars and Eateries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_29</industry>
                    <industryName>Retail - Apparel and Accessories</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_3</industry>
                    <industryName>Building Materials Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_30</industry>
                    <industryName>Retail - Department Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_31</industry>
                    <industryName>Retail - Discount and Variety Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_32</industry>
                    <industryName>Retail - Drugs</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_33</industry>
                    <industryName>Retail - Electronics Products</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_34</industry>
                    <industryName>Retail - Internet and Catalog Order</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_35</industry>
                    <industryName>Specialty Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_36</industry>
                    <industryName>Sports and Recreational Equipment Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_37</industry>
                    <industryName>Warehouse Clubs and Superstores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_38</industry>
                    <industryName>Women's Clothing Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_4</industry>
                    <industryName>Clock parts and Watch Retailers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_5</industry>
                    <industryName>Computer and Software Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_6</industry>
                    <industryName>Convenience Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_7</industry>
                    <industryName>Cosmetics and Perfume Retail</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_8</industry>
                    <industryName>Family and Children's Products Stores</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>27_9</industry>
                    <industryName>Floral and Florists</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>28</industry>
                <industryName>Schools and Education</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>28_1</industry>
                    <industryName>Colleges and Universities</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>28_2</industry>
                    <industryName>Educational Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>28_3</industry>
                    <industryName>Elementary and Secondary Schools</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>28_4</industry>
                    <industryName>Internet Educational Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>28_5</industry>
                    <industryName>Libraries</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>28_6</industry>
                    <industryName>Training Institutions and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>28_7</industry>
                    <industryName>Vocational and Technical Schools</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>29</industry>
                <industryName>Telecommunications</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>29_1</industry>
                    <industryName>Data Network Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_10</industry>
                    <industryName>Miscellaneous Communications Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_11</industry>
                    <industryName>Miscellaneous Telecommunications </industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_12</industry>
                    <industryName>Optical Switching and Transmission</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_13</industry>
                    <industryName>Satellite and Broadcasting Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_14</industry>
                    <industryName>Satellite System Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_15</industry>
                    <industryName>Telecommunications Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_16</industry>
                    <industryName>Telecom Equipment and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_17</industry>
                    <industryName>Telecommunications Infra Development</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_18</industry>
                    <industryName>Telecommunications Resellers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_19</industry>
                    <industryName>Telecommunications Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_2</industry>
                    <industryName>Data Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_20</industry>
                    <industryName>Teleconferencing Services Providers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_21</industry>
                    <industryName>Telemetry and Telematics Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_22</industry>
                    <industryName>TV and Radio Broadcasting Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_23</industry>
                    <industryName>Videoconferencing Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_24</industry>
                    <industryName>Wire Switching and Transmission</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_25</industry>
                    <industryName>Wired Telecommunications Carriers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_26</industry>
                    <industryName>Wireless Broadband Service Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_27</industry>
                    <industryName>Wireless Network Operators</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_28</industry>
                    <industryName>Wireless Switching and Transmission</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_29</industry>
                    <industryName>Wireless Telecommunications Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_3</industry>
                    <industryName>Enterprise Telecommunications Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_30</industry>
                    <industryName>Wireless Telecommunications Resellers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_31</industry>
                    <industryName>Wireless Telecommunications Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_32</industry>
                    <industryName>Wireless Telephone Handsets</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_33</industry>
                    <industryName>Wireline Telecommunications Equipment</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_4</industry>
                    <industryName>Fixed-Line Voice Services Providers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_5</industry>
                    <industryName>Internet and Online Services Providers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_6</industry>
                    <industryName>Local Exchange Carriers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_7</industry>
                    <industryName>Long-Distance Carriers</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_8</industry>
                    <industryName>Managed Network Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>29_9</industry>
                    <industryName>Messaging Services Providers</industryName>
                </subIndustry>
            </subIndustries>
        </industryDetail>
        <industryDetail>
            <industry>
                <industry>30</industry>
                <industryName>Transportation</industryName>
            </industry>
            <subIndustries>
                <subIndustry>
                    <industry>30_1</industry>
                    <industryName>Non-Scheduled and Charter Air Transport</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_10</industry>
                </subIndustry>
                <subIndustry>
                    <industry>30_11</industry>
                </subIndustry>
                <subIndustry>
                    <industry>30_12</industry>
                    <industryName>Marine Shipping</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_13</industry>
                </subIndustry>
                <subIndustry>
                    <industry>30_14</industry>
                </subIndustry>
                <subIndustry>
                    <industry>30_15</industry>
                    <industryName>Terminal Facilities For Motor Vehicles</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_16</industry>
                    <industryName>Moving Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_17</industry>
                    <industryName>Ports, Harbors and Marinas</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_18</industry>
                    <industryName>Postal Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_19</industry>
                    <industryName>Railroad Equipment Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_2</industry>
                    <industryName>Airlines and Scheduled Air Transport</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_20</industry>
                </subIndustry>
                <subIndustry>
                    <industry>30_21</industry>
                    <industryName>Freight Railroads</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_22</industry>
                    <industryName>Passenger Railroads</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_23</industry>
                    <industryName>Ship and Boat Manufacturing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_24</industry>
                    <industryName>Ship and Boat Repair</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_25</industry>
                    <industryName>Taxi and Limousine Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_26</industry>
                    <industryName>Railroad Terminal Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_27</industry>
                    <industryName>Highways and Toll Road Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_28</industry>
                    <industryName>Truck Transportation and Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_29</industry>
                    <industryName>Truck Rental and Leasing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_3</industry>
                    <industryName>Airport and Terminal Management</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_30</industry>
                    <industryName>Storage and Warehousing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_31</industry>
                    <industryName>Ferries and Water Transport</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_4</industry>
                    <industryName>Bus Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_5</industry>
                    <industryName>Container Leasing</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_6</industry>
                    <industryName>Air Freight Transportation</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_7</industry>
                    <industryName>Courier, Messenger and Delivery Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_8</industry>
                    <industryName>Helicopter Services</industryName>
                </subIndustry>
                <subIndustry>
                    <industry>30_9</industry>
                </subIndustry>
            </subIndustries>
        </industryDetail>
    </industries>
</referenceIndustries>

HTTP 401

Unauthorized Error - Cannot use API's without setting a valid accessToken in header.

HTTP 405

Method Not Allowed - Your are not allowed to access this API.

HTTP 429

Request is throttled.