<?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>1</EntityID>
            <Name>Anthonys</Name>
            <Street>4740 Baum Blvd</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15213</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-687-1905</PhoneNumber>
            <Type>Pastie</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>2</EntityID>
            <Name>Bare Elegance</Name>
            <Street>3100 Liberty Ave</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15201</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-232-3211</PhoneNumber>
            <WebSite>www.bareelegancepgh.com#http://www.bareelegancepgh.com#</WebSite>
            <Type>Pastie</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>3</EntityID>
            <Name><![CDATA[Bottom's Up]]></Name>
            <Street>1885 Saw Mill Run Blvd</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15210</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-882-2568</PhoneNumber>
            <Type>Bikini</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>4</EntityID>
            <Name>Club Elite</Name>
            <Street>135 9th St</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15222</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-281-7703</PhoneNumber>
            <WebSite>www.clube.com#http://www.clube.com#</WebSite>
            <Type>Pastie</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>5</EntityID>
            <Name>Cricket Lounge</Name>
            <Street>280 Morewood Ave</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15213</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-683-9000</PhoneNumber>
            <Type>Pastie</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>6</EntityID>
            <Name>Curry Hotel</Name>
            <Street>3101 Brownsville Rd</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15236</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-655-1913</PhoneNumber>
            <Type>Pastie</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>9</EntityID>
            <Name>Showgirls Gentlemens Club</Name>
            <Street>3115 Babcock Blvd</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15237</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-931-0900</PhoneNumber>
            <Type>Nude</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>11</EntityID>
            <Name>Wall Hotel</Name>
            <Street>473 Wall Ave.</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15148</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-823-6866</PhoneNumber>
            <Type>Bikini</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>12</EntityID>
            <Name>Curry Hotel</Name>
            <Street>3101 Brownsville Rd.</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15227</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-655-1913</PhoneNumber>
            <Type>Pastie</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>13</EntityID>
            <Name>Chez Kimberly</Name>
            <Street>966 Liberty Ave.</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15222</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-566-7879</PhoneNumber>
            <Type>Go-Go</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>14</EntityID>
            <Name><![CDATA[Good 'N Plenty]]></Name>
            <Street>1107 Island Ave.</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15212</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-331-4068</PhoneNumber>
            <Type>Nude</Type>
        </StripClubs>
        <StripClubs>
            <EntityID>15</EntityID>
            <Name>Evergreen Hotel</Name>
            <Street>1937 Babcock Blvd.</Street>
            <City>Pittsburgh</City>
            <SubDivision>PA</SubDivision>
            <PostalCode>15209</PostalCode>
            <CountryOrRegion>USA</CountryOrRegion>
            <Latitude>0</Latitude>
            <Longitude>0</Longitude>
            <PhoneNumber>412-821-1101</PhoneNumber>
            <Type>Go-Go</Type>
        </StripClubs>
    </dataroot>
</root>
<!--root xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata"-->