<?xml version="1.0" encoding="UTF-8" standalone="yes"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" id="ZubehoerEndoprotheseBasis">	<xs:include schemaLocation="../Datentypen/IRD_DatenTypen.xsd"/>	<xs:annotation>		<xs:documentation>			Dieses Schema beschreibt die Elemente des Bausteins ZubehoerEndoprotheseBasis.			Es handelt sich um Endoprothesen-spezifische Angaben zum jeweiligen Zubehör.			Elemente: 			- ZEP_HerstellerSchluessel:Hersteller			- ZEP_HerstellerUnbekannt: Hersteller ist unbekannt			- ZEP_HerstellerSonstiger: Sonstiger Hersteller (Freitextangabe)			- ZEP_ZubehoerTypSchluessel: Zubehörtyp			- ZEP_Menge: Menge			- ZEP_EinheitSchluessel: Einheit der Menge		</xs:documentation>	</xs:annotation>	<xs:complexType name="ZubehoerEndoprotheseBasis">		<xs:sequence>			<xs:choice>				<xs:element name="ZEP_HerstellerSchluessel" type="enum_0230"/>				<xs:element name="ZEP_HerstellerUnbekannt" type="JaLeer"/>			</xs:choice>			<xs:element name="ZEP_HerstellerSonstiger" type="Freitext250" minOccurs="0"/>			<xs:element name="ZEP_ZubehoerTypSchluessel" type="enum_0291"/>			<xs:element name="ZEP_Menge" type="Zahl5"/>			<xs:element name="ZEP_EinheitSchluessel" type="enum_0062"/>		</xs:sequence>	</xs:complexType></xs:schema>