<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Liquid XML Studio 1.0.8.0 (http://www.liquid-technologies.com) -->
<xs:schema elementFormDefault="qualified"
	targetNamespace="http://www.unifiedcompliance.com/NFI/XSDs" version="1.0" xml:lang="en"
	xmlns:ucf="http://www.unifiedcompliance.com/NFI/XSDs"
	xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="undefined">
	<xs:annotation id="copyrightInfo">
		<xs:documentation source="http://www.unifiedcompliance.com/NFI/XSDs/common.html" xml:lang="English">The UCF Common XML specification documentation is maintained online at the URL provided.</xs:documentation>
		<xs:documentation source="http://www.unifiedcompliance.com/NFI/XSDs/copyright.html">The UCF XML standards are copyright 2007-2008 The Unified Compliance Framework (UCF), Network Frontiers LLC, and Latham and Watkins LLP. All rights reserved.</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="UCF_ID_Type">
		<xs:annotation>
			<xs:documentation>Ids are restricted to 5 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="5"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="UCF_ID2_Type">
		<xs:annotation>
			<xs:documentation>Ids are restricted to 7 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="7"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="UCF_Text_Type">
		<xs:restriction base="xs:string">
			<xs:maxLength value="255"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="UCF_AD_Parent_Type">
		<xs:annotation>
			<xs:documentation source="http://www.unifiedcompliance.com/NFI/XSDs/the_ucf_authority_documents_xm.html#UCF_AD_Parent_Type">Within the UCF, we group authority documents into a two-stage hierarchy, with the parent category being just that, the top level. Every authority document must fit into one of the categories. If you wish to add additional categories to the list, please contact the UCF management team and we will submit the category to the framework team for consideration and inclusion.</xs:documentation>
			<xs:documentation>This is the current parent category list in use by the UCF, with the addition of "Organizational Guidance" that can should be used for all internal documentation.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="Sarbanes Oxley Guidance"/>
			<xs:enumeration value="Banking and Finance Guidance"/>
			<xs:enumeration value="NASD NYSE Guidance"/>
			<xs:enumeration value="Healthcare and Life Science Guidance"/>
			<xs:enumeration value="Energy Guidance"/>
			<xs:enumeration value="Payment Card Guidance"/>
			<xs:enumeration value="US Federal Security Guidance"/>
			<xs:enumeration value="US Internal Revenue Guidance"/>
			<xs:enumeration value="Records Management Guidance"/>
			<xs:enumeration value="NIST Guidance"/>
			<xs:enumeration value="General Guidance"/>
			<xs:enumeration value="US Federal Privacy Guidance"/>
			<xs:enumeration value="System Configuration Guidance"/>
			<xs:enumeration value="ISO Guidance"/>
			<xs:enumeration value="ITIL Guidance"/>
			<xs:enumeration value="EU Guidance"/>
			<xs:enumeration value="UK and Canadian Guidance"/>
			<xs:enumeration value="Latin American Guidance"/>
			<xs:enumeration value="Other European and African Guidance"/>
			<xs:enumeration value="Asia and Pacific Rim Guidance"/>
			<xs:enumeration value="Organizational Guidance"/>
			<xs:enumeration value="Other Configuration Guidance"/>
			<xs:enumeration value="Vendors"/>
			<xs:enumeration value="Deprecated"/>
			<xs:enumeration value="US State Laws and Protectorates Guidance"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="non-empty-string">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>

