<?xml version="1.0" encoding="UTF-8"?>



<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ii="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\IdentificationInformation"
    xmlns:dqi="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\DataQualityInformation_IncomingAddress_Type"
    xmlns:sri="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\SpatialReferenceInformation"
    xmlns:eaai="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\EntityAndAttributeInformation"
     xmlns:mri="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\MetadataReferenceInformation" 
    >
   <!--
    
    
    
   
    xmlns:mtag="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\MiscTypesAndGroups"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb" -->
    
    <xs:import namespace="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\IdentificationInformation"
        schemaLocation="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\IdentificationInformation.xsd"/>
    <xs:import namespace="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\MiscTypesAndGroups" 
        schemaLocation="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\MiscTypesAndGroups.xsd"
    />
       <xs:import namespace="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\DataQualityInformation_IncomingAddress_Type"
         schemaLocation="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\DataQualityInformation_IncomingAddress.xsd"/>
     
        <xs:import namespace="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\SpatialReferenceInformation"
        schemaLocation="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\SpatialReferenceInformation.xsd"/>
        <xs:import namespace="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\EntityAndAttributeInformation"
        schemaLocation="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\EntityAndAttributeInformation.xsd"/>
        
        <xs:import namespace="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\MetadataReferenceInformation"
        schemaLocation="U:\Address_Standard\Optimal Source Reqs\SchemasAndStylesheetUsedtoValidate\CensusAddressWindowsSchemas\MetadataReferenceInformation.xsd"/>
       
    
    <xs:annotation>
        <xs:documentation xml:lang="en">
            Name:IncomingAddress.xsd
            Author:  Matthew J. McCready
            Date:  20080110
            Description: XML schema to validate MRF documents using the Edges Enhanced profile.
            Please reference the GPMS, Table 1.
            
            Modification History:
            Initial        Date        Change Request ID      Description
            MMC            20080110      N/A                   Copied from vector profile
            MMC            20080111      N/A                   Modified so that the edges profile
            is called when the schema goes to the
            Data_Quality_Information sheet. All the other
            sheets still call the vector profile since the                                                                  only difference between the 2 profiles is that
            the edges profile has the 
            Horizontal_Positional_Accuraccy_Report element                                                                  mandatory while the vector profile does not.
            MMC             20080118     N/A                   Copied from the edges profile and modifed 
            so that the edgesEnhanced is called when the 
            schema goes to the Data_Quality_Information 
            sheet. All the other sheets still call the 
            vector profile. The only difference between 
            the edges and edgesEnhanced profile is that 
            the edgesEnhanced profile has the Horizontal 
            Positional Accuracy Value and Horizontal 
            Positional Accuraccy Explanation elements
            as mandatory while the edges profile does not.
            MMC             20080616     N/A                   Xpaths modified to reflect the directory 
            structure on node104.
        </xs:documentation>
    </xs:annotation>
    
    <xs:element name="metadata">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="idinfo" type="ii:IncomingAddress_Type"/>
                
               <xs:element name="dataqual"  type="dqi:DataQualityInformation_IncomingAddress_Type"/>
                 
                
                     <xs:element name="spref" type="sri:IncomingAddress_Type"/>
                <xs:element name="eainfo" type="eaai:IncomingAddress_Type"/>
                    
                <xs:element name="metainfo" type="mri:IncomingAddress_Type"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    
</xs:schema>