<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="Access" targetNamespace="http://tempuri.org/Access.xsd" elementFormDefault="qualified" attributeFormDefault="qualified" xmlns="http://tempuri.org/Access.xsd" xmlns:mstns="http://tempuri.org/Access.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
	<xs:element name="Access" msdata:IsDataSet="true">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="dataroot">
					<xs:complexType>
						<xs:choice maxOccurs="unbounded">
							<xs:element name="StripClubs">
								<xs:annotation>
									<xs: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" />
									</xs:appinfo>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="EntityID" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:integer" />
											</xs:simpleType>
										</xs:element>
										<xs:element name="Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="Street" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="City" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="OtherCity" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="SubDivision" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="PostalCode" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="CountryOrRegion" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="Latitude" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xs:double" xmlns:od="urn:schemas-microsoft-com:officedata" />
										<xs:element name="Longitude" minOccurs="0" od:jetType="double" od:sqlSType="float" type="xs:double" xmlns:od="urn:schemas-microsoft-com:officedata" />
										<xs:element name="PhoneNumber" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="WebSite" minOccurs="0" od:jetType="hyperlink" od:sqlSType="ntext" od:hyperlink="yes" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="536870910" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="Type" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="MatchCode" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="MatchedAddress" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="255" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
										<xs:element name="MatchedMethod" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar" xmlns:od="urn:schemas-microsoft-com:officedata">
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:maxLength value="50" />
												</xs:restriction>
											</xs:simpleType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:choice>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
	</xs:element>
</xs:schema>