<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">	<xs:include schemaLocation="metadata20031107.xsd"/>	<xs:element name="ControlledList">		<xs:annotation>			<xs:documentation>Generic list format</xs:documentation>		</xs:annotation>		<xs:complexType>			<xs:sequence>				<xs:element ref="Metadata">					<xs:annotation>						<xs:documentation>Conforming to a standard LAWs metadata schema</xs:documentation>					</xs:annotation>				</xs:element>				<xs:element name="Item" maxOccurs="unbounded">					<xs:complexType>						<xs:sequence>							<xs:element name="Name"/>							<xs:element name="ScopeNotes"/>							<xs:element name="HistoryNotes"/>							<xs:element name="Attributes" type="xs:anyType" minOccurs="0">								<xs:annotation>									<xs:documentation>For preferred items, to hold elements conforming to a schema which is specific to the List type</xs:documentation>								</xs:annotation>							</xs:element>							<xs:element name="UseItem" minOccurs="0">								<xs:annotation>									<xs:documentation>For non-preferred items only</xs:documentation>								</xs:annotation>								<xs:complexType>									<xs:attribute name="Id" type="xs:integer"/>								</xs:complexType>							</xs:element>						</xs:sequence>						<xs:attribute name="Id" type="xs:integer" use="required"/>						<xs:attribute name="Preferred" type="xs:boolean" use="required"/>						<xs:attribute name="AddedInVersion" type="xs:string" use="required"/>						<xs:attribute name="LastUpdatedInVersion" type="xs:string" use="required"/>						<xs:attribute name="DepricatedInVersion" type="xs:string" use="optional"/>					</xs:complexType>				</xs:element>			</xs:sequence>			<xs:attribute name="Version" type="xs:string" use="required"/>			<xs:attribute name="VersionDate" type="xs:date" use="required"/>			<xs:attribute name="ListName" type="xs:string" use="required"/>			<xs:attribute name="ListAbbreviatedName" type="xs:string" use="optional"/>			<xs:attribute name="ItemName" type="xs:string" use="required"/>		</xs:complexType>	</xs:element></xs:schema>