<?xml version="1.0" encoding="UTF-8"?>
<!--
********************************************************
HL7v3 Abstract Data Type Specification - ANSI/HL7 V3 DT, R1-2004 3/19/2012
Original file comes from: ftp://ftp.ihe.net/TF_Implementation_Material/ITI/schema/IHE/APPC/ihe-appc-xacml-hl7-datatypes-base-1.0.xsd

History:
2017-02-15: First edition

********************************************************
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:hl7-org:v3" targetNamespace="urn:hl7-org:v3" elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>XML Schema Reimplementation of a subset of the Abstract Data Type Specification of HL7v3 (ANSI/HL7 V3 DT,
			R1-2004; HL7 Version 3 Standard: Data Types - Abstract Specification, Release 1 - 11/29/2004) by
			InterComponentWare AG. Limited to the data types needed to express a patient's privacy consent directive using XACML,
			as specified in the IHE Advanced Patient Privacy Consent (APPC) Profile. The standard v3 XML schemas are to complex for easy
			integration, therefore we created this subset.
		</xs:documentation>
	</xs:annotation>

	<xs:include schemaLocation="../../HL7/V3/NE2008/coreschemas/datatypes.xsd"/>

	<!-- elment name definitions -->
	<xs:element name="CodedValue" type="CV"/>
	<xs:element name="InstanceIdentifier" type="II"/>
</xs:schema>
