<?xml version="1.0" encoding="utf-8"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" version="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:include schemaLocation="SC_SimpleContent_v2.0.xsd" />
    <xsd:annotation>
        <xsd:documentation>
        Schema Name  : SC_SICIdentity_v2.0.xsd
        Schema Identification : F.05
        Current Version Available At :  http://www.exchangenetwork.net/schema/SC
        Description   : 	The SIC code set used to classify the economic activities of most of the industries or kinds of business establishments in our economy. The SIC classification system defines economic activity into 10 divisions. These are further broken down into numeric codes that define major groups, industrial groups, and industries. Descriptive text is also available to define industrial subdivisions.
        Application   :   Exchange Network Shared Schema Component
        Developed by  : 	 Core Reference Model (CRM) Workgroup
        Point of Contact :   Douglas Timms, enfoTech &amp; Consulting, Inc.
        Last Modified by :   Ross &amp; Associates - April 17, 2006 (from SSCv1.1: targetNamespace declaration removed, to conform with Exchange Network namespace decision v1.11)
</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType name="SICIdentityDataType">
        <xsd:sequence>
            <xsd:element minOccurs="0" ref="SICCode" />
            <xsd:element minOccurs="0" ref="SICGroupCode" />
            <xsd:element minOccurs="0" ref="SICMajorGroupCode" />
            <xsd:element minOccurs="0" ref="SICDivisionCode" />
            <xsd:element minOccurs="0" ref="SICSubdivisionText" />
        </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="SICIdentity" type="SICIdentityDataType">
        <xsd:annotation>
            <xsd:documentation>The SIC code set used to classify the economic activities of most of the industries or kinds of business establishments in our economy. The SIC classification system defines economic activity into 10 divisions. These are further broken down into numeric codes that define major groups, industrial groups, and industries. Descriptive text is also available to define industrial subdivisions.</xsd:documentation>
        </xsd:annotation>
    </xsd:element>
</xsd:schema>