<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:sc="urn:us:net:exchangenetwork:sc:1:0" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:us:net:exchangenetwork:sc:1:0" version="1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:include schemaLocation="SC_SimpleContent_v1.0.xsd" />
    <xsd:annotation>
        <xsd:documentation>
        Schema Name  : SC_IndividualIdentity_v1.0.xsd
        Schema Identification : C.01
        Current Version Available At :  http://www.exchangenetwork.net/registry/SC
        Description   : 	The particular word(s) regularly connected with a person so that you can recognize, refer to, or address him or her.
        Application   :   Exchange Network Shared Schema Component
        Developed by  : 	 Core Reference Model (CRM) Workgroup
        Point of Contact :   Douglas Timms, enfoTech &amp; Consulting, Inc.
</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType name="IndividualIdentityDataType">
        <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" ref="sc:IndividualIdentifier" />
            <xsd:element minOccurs="0" maxOccurs="1" ref="sc:IndividualTitleText" />
            <xsd:element minOccurs="0" maxOccurs="1" ref="sc:NamePrefixText" />
            <xsd:choice minOccurs="0">
                <xsd:element minOccurs="0" maxOccurs="1" ref="sc:IndividualFullName" />
                <xsd:sequence minOccurs="0">
                    <xsd:element minOccurs="0" maxOccurs="1" ref="sc:FirstName" />
                    <xsd:element minOccurs="0" maxOccurs="1" ref="sc:MiddleName" />
                    <xsd:element minOccurs="0" maxOccurs="1" ref="sc:LastName" />
                </xsd:sequence>
            </xsd:choice>
            <xsd:element minOccurs="0" maxOccurs="1" ref="sc:NameSuffixText" />
        </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="IndividualIdentity" type="sc:IndividualIdentityDataType">
        <xsd:annotation>
            <xsd:documentation>The particular word(s) regularly connected with a person so that you can recognize, refer to, or address him or her.</xsd:documentation>
        </xsd:annotation>
    </xsd:element>
</xsd:schema>