<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp1 (http://www.altova.com) by igorskaya (EMBRACE) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:simpleType name="dMember">
		<xs:annotation>
			<xs:documentation>Участники электронного документооборота</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="abonent">
				<xs:annotation>
					<xs:documentation>Абонент системы ЭДО</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="organ">
				<xs:annotation>
					<xs:documentation>Учетный орган системы ЭДО</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="operator">
				<xs:annotation>
					<xs:documentation>Оператор системы ЭДО</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>Другой участник системы ЭДО</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
