<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <xsd:element name="dataroot">
            <xsd:complexType>
                <xsd:choice maxOccurs="unbounded">
                    <xsd:element ref="StripClubs" />
                </xsd:choice>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="StripClubs">
            <xsd:annotation>
                <xsd:appinfo>
                    <od:index index-name="PrimaryKey" index-key="EntityID " primary="yes" unique="yes" clustered="no" xmlns:od="urn:schemas-microsoft-com:officedata" />
                    <od:index index-name="EntityID" index-key="EntityID " primary="no" unique="no" clustered="no" xmlns:od="urn:schemas-microsoft-com:officedata" />
                    <od:index index-name="MatchCode" index-key="MatchCode " primary="no" unique="no" clustered="no" xmlns:od="urn:schemas-microsoft-com:officedata" />
                    <od:index index-name="PostalCode" index-key="PostalCode " primary="no" unique="no" clustered="no" xmlns:od="urn:schemas-microsoft-com:officedata" />
                </xsd:appinfo>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="EntityID" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:integer" />
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="Street" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="City" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="OtherCity" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="SubDivision" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="PostalCode" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="CountryOrRegion" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="Latitude" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double" xmlns:od="urn:schemas-microsoft-com:officedata" />
                    <xsd:element name="Longitude" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xsd:double" xmlns:od="urn:schemas-microsoft-com:officedata" />
                    <xsd:element name="PhoneNumber" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="WebSite" minOccurs="0" od:jetType="hyperlink" od:sqlSType="ntext" od:hyperlink="yes" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="536870910" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="Type" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="MatchCode" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="MatchedAddress" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="255" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="MatchedMethod" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
                        <xsd:simpleType>
                            <xsd:restriction base="xsd:string">
                                <xsd:maxLength value="50" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:schema>
    <dataroot xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
        <StripClubs>
            <EntityID><![CDATA[1]]></EntityID>
            <Name><![CDATA[Anthonys]]></Name>
            <Street><![CDATA[4740 Baum Blvd]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15213]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.4541691844202]]></Latitude>
            <Longitude><![CDATA[-79.949222142292]]></Longitude>
            <PhoneNumber><![CDATA[412-687-1905]]></PhoneNumber>
            <Type><![CDATA[Pastie]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[Baum Blvd, Pittsburgh, PA 15213]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[2]]></EntityID>
            <Name><![CDATA[Bare Elegance]]></Name>
            <Street><![CDATA[3100 Liberty Ave]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15201]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.4592498850736]]></Latitude>
            <Longitude><![CDATA[-79.9702872324164]]></Longitude>
            <PhoneNumber><![CDATA[412-232-3211]]></PhoneNumber>
            <WebSite><![CDATA[www.bareelegancepgh.com#http://www.bareelegancepgh.com#]]></WebSite>
            <Type><![CDATA[Pastie]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[3100 Liberty Ave, Pittsburgh, PA 15201]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[3]]></EntityID>
            <Name><![CDATA[Bottom's Up]]></Name>
            <Street><![CDATA[1885 Saw Mill Run Blvd]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15210]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.3850568348282]]></Latitude>
            <Longitude><![CDATA[-79.9946440263971]]></Longitude>
            <PhoneNumber><![CDATA[412-882-2568]]></PhoneNumber>
            <Type><![CDATA[Bikini]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[Saw Mill Run Blvd, Pittsburgh, PA 15210]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[4]]></EntityID>
            <Name><![CDATA[Club Elite]]></Name>
            <Street><![CDATA[135 9th St]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15222]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.444682049266]]></Latitude>
            <Longitude><![CDATA[-79.998507273456]]></Longitude>
            <PhoneNumber><![CDATA[412-281-7703]]></PhoneNumber>
            <WebSite><![CDATA[www.clube.com#http://www.clube.com#]]></WebSite>
            <Type><![CDATA[Pastie]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[135 9th St, Pittsburgh, PA 15222]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[5]]></EntityID>
            <Name><![CDATA[Cricket Lounge]]></Name>
            <Street><![CDATA[280 Morewood Ave]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15213]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.4549860202672]]></Latitude>
            <Longitude><![CDATA[-79.9449496475893]]></Longitude>
            <PhoneNumber><![CDATA[412-683-9000]]></PhoneNumber>
            <Type><![CDATA[Pastie]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[280 Morewood Ave, Pittsburgh, PA 15213]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[6]]></EntityID>
            <Name><![CDATA[Curry Hotel]]></Name>
            <Street><![CDATA[3101 Brownsville Rd]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15236]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.3630420933743]]></Latitude>
            <Longitude><![CDATA[-79.9846271333416]]></Longitude>
            <PhoneNumber><![CDATA[412-655-1913]]></PhoneNumber>
            <Type><![CDATA[Pastie]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[Brownsville Rd, Pittsburgh, PA 15236]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[9]]></EntityID>
            <Name><![CDATA[Showgirls Gentlemens Club]]></Name>
            <Street><![CDATA[3115 Babcock Blvd]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15237]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.5190622917609]]></Latitude>
            <Longitude><![CDATA[-80.0137487962134]]></Longitude>
            <PhoneNumber><![CDATA[412-931-0900]]></PhoneNumber>
            <Type><![CDATA[Nude]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[3115 Babcock Blvd, Pittsburgh, PA 15237]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[11]]></EntityID>
            <Name><![CDATA[Wall Hotel]]></Name>
            <Street><![CDATA[473 Wall Ave.]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15148]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.3939302134344]]></Latitude>
            <Longitude><![CDATA[-79.7871009648228]]></Longitude>
            <PhoneNumber><![CDATA[412-823-6866]]></PhoneNumber>
            <Type><![CDATA[Bikini]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[473 Wall Ave, Wilmerding, PA 15148]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[12]]></EntityID>
            <Name><![CDATA[Curry Hotel]]></Name>
            <Street><![CDATA[3101 Brownsville Rd.]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15227]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.3801296776272]]></Latitude>
            <Longitude><![CDATA[-79.9755603722619]]></Longitude>
            <PhoneNumber><![CDATA[412-655-1913]]></PhoneNumber>
            <Type><![CDATA[Pastie]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[3101 Brownsville Rd, Pittsburgh, PA 15227]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[13]]></EntityID>
            <Name><![CDATA[Chez Kimberly]]></Name>
            <Street><![CDATA[966 Liberty Ave.]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15222]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.4435467344485]]></Latitude>
            <Longitude><![CDATA[-79.9954735230296]]></Longitude>
            <PhoneNumber><![CDATA[412-566-7879]]></PhoneNumber>
            <Type><![CDATA[Go-Go]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[966 Liberty Ave, Pittsburgh, PA 15222]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[14]]></EntityID>
            <Name><![CDATA[Good 'N Plenty]]></Name>
            <Street><![CDATA[1107 Island Ave.]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15212]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.4635185092219]]></Latitude>
            <Longitude><![CDATA[-80.0239574247952]]></Longitude>
            <PhoneNumber><![CDATA[412-331-4068]]></PhoneNumber>
            <Type><![CDATA[Nude]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[1107 Island Ave, Pittsburgh, PA 15212]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
        <StripClubs>
            <EntityID><![CDATA[15]]></EntityID>
            <Name><![CDATA[Evergreen Hotel]]></Name>
            <Street><![CDATA[1937 Babcock Blvd.]]></Street>
            <City><![CDATA[Pittsburgh]]></City>
            <SubDivision><![CDATA[PA]]></SubDivision>
            <PostalCode><![CDATA[15209]]></PostalCode>
            <CountryOrRegion><![CDATA[USA]]></CountryOrRegion>
            <Latitude><![CDATA[40.5054695968095]]></Latitude>
            <Longitude><![CDATA[-79.9902642659391]]></Longitude>
            <PhoneNumber><![CDATA[412-821-1101]]></PhoneNumber>
            <Type><![CDATA[Go-Go]]></Type>
            <MatchCode><![CDATA[Good]]></MatchCode>
            <MatchedAddress><![CDATA[1937 Babcock Blvd, Pittsburgh, PA 15209]]></MatchedAddress>
            <MatchedMethod><![CDATA[Address]]></MatchedMethod>
        </StripClubs>
    </dataroot>
</root>
<!--root xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata"-->
