<?xml version="1.0" encoding="UTF-8"?>
<!--W3C Schema generated by XML Spy v3.5 NT beta 4 build Jan 12 2001 (http://www.xmlspy.com)-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xsd:complexType name="aType">
		<xsd:choice maxOccurs="unbounded">
			<xsd:element name="p" type="pType"/>
			<xsd:element name="div" type="divType"/>
		</xsd:choice>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="gist" type="xsd:string"/>
		<!-- <xsd:attribute name="xml:lang" type="xsd:string"/> -->
	</xsd:complexType>
	<xsd:element name="address" type="xsd:string"/>
	<xsd:complexType name="althdrType">
		<xsd:sequence>
			<xsd:element name="type" type="typeType"/>
			<xsd:element name="content" type="contentType"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="schema" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="archiveType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="href" type="xsd:string" use="required"/>
				<xsd:attribute name="type" type="xsd:string"/>
				<xsd:attribute name="class" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="authorType">
		<xsd:sequence>
			<xsd:element name="logo" type="logoType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="name" type="nameType" maxOccurs="unbounded"/>
			<xsd:element name="email" type="emailType" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="bodyType">
		<xsd:choice>
			<xsd:element name="section" type="sectionType" maxOccurs="unbounded"/>
			<xsd:element name="qna" type="qnaType" maxOccurs="unbounded"/>
		</xsd:choice>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="autonum" default="no">
			<xsd:simpleType>
				<xsd:restriction base="xsd:NMTOKEN">
					<xsd:enumeration value="yes"/>
					<xsd:enumeration value="no"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:attribute>
		<!-- <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/> -->
	</xsd:complexType>
	<xsd:complexType name="contentType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="contributorType">
		<xsd:sequence>
			<xsd:element name="logo" type="logoType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="name" type="nameType"/>
			<xsd:element name="email" type="emailType" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="divType">
		<xsd:sequence maxOccurs="unbounded">
			<xsd:element name="p" type="pType"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<!--  <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/> -->
	</xsd:complexType>
	<xsd:complexType name="emailType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:element name="faq">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="head" type="headType"/>
				<xsd:element name="body" type="bodyType"/>
			</xsd:sequence>
			<xsd:attribute name="id" type="xsd:ID"/>
			<xsd:attribute name="class" type="xsd:string"/>
			<xsd:attribute name="date" type="xsd:string"/>
			<xsd:anyAttribute namespace="##any"/>
			<!-- <xsd:attribute name="xmlns:html" type="xsd:string" use="fixed" value="http://www.w3.org/TR/REC-html40"/> -->
			<!-- <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/> -->
		</xsd:complexType>
	</xsd:element>
	<xsd:complexType name="hdrType">
		<xsd:sequence>
			<xsd:element name="type" type="typeType"/>
			<xsd:element name="content" type="contentType"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="schema" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="headType">
		<xsd:sequence>
			<xsd:element name="title" type="titleType"/>
			<xsd:element ref="version" minOccurs="0"/>
			<xsd:element name="maintain" type="maintainType" maxOccurs="unbounded"/>
			<xsd:element name="hdr" type="hdrType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="althdr" type="althdrType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="archive" type="archiveType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="label" type="labelType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="link" type="linkType" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="labelType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="PICSversion" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="linkType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
				<xsd:attribute name="href" type="xsd:string" use="required"/>
				<xsd:attribute name="alt" type="xsd:string"/>
				<xsd:attribute name="role" type="xsd:string"/>
				<xsd:attribute name="title" type="xsd:string"/>
				<xsd:attribute name="show" default="new">
					<xsd:simpleType>
						<xsd:restriction base="xsd:NMTOKEN">
							<xsd:enumeration value="embed"/>
							<xsd:enumeration value="replace"/>
							<xsd:enumeration value="new"/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:attribute>
				<xsd:attribute name="actuate" default="user">
					<xsd:simpleType>
						<xsd:restriction base="xsd:NMTOKEN">
							<xsd:enumeration value="auto"/>
							<xsd:enumeration value="user"/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:attribute>
				<xsd:attribute name="behavior" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="logoType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
				<xsd:attribute name="alt" type="xsd:string"/>
				<xsd:attribute name="href" type="xsd:string" use="required"/>
				<xsd:attribute name="show" default="embed">
					<xsd:simpleType>
						<xsd:restriction base="xsd:NMTOKEN">
							<xsd:enumeration value="embed"/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:attribute>
				<xsd:attribute name="actuate" default="auto">
					<xsd:simpleType>
						<xsd:restriction base="xsd:NMTOKEN">
							<xsd:enumeration value="auto"/>
							<xsd:enumeration value="user"/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:attribute>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="maintainType">
		<xsd:sequence>
			<xsd:element name="logo" type="logoType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="name" type="nameType" maxOccurs="unbounded"/>
			<xsd:element name="email" type="emailType" maxOccurs="unbounded"/>
			<xsd:element ref="subject" minOccurs="0"/>
			<xsd:element ref="address" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="nameType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="pType" mixed="true">
		<xsd:choice minOccurs="0" maxOccurs="unbounded">
			<xsd:element name="link" type="linkType"/>
			<xsd:element name="span" type="spanType"/>
		</xsd:choice>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="title" type="xsd:string"/>
		<xsd:attribute name="alt" type="xsd:string"/>
		<xsd:attribute name="date" type="xsd:string"/>
		<!-- <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/> -->
		<!--
		<xsd:attribute name="xml:space">
			<xsd:simpleType>
				<xsd:restriction base="xsd:NMTOKEN">
					<xsd:enumeration value="default"/>
					<xsd:enumeration value="preserve"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:attribute>
		-->
	</xsd:complexType>
	<xsd:complexType name="qType" mixed="true">
		<xsd:choice minOccurs="0" maxOccurs="unbounded">
			<xsd:element name="link" type="linkType"/>
			<xsd:element name="span" type="spanType"/>
		</xsd:choice>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<!-- <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/> -->
	</xsd:complexType>
	<xsd:complexType name="qnaType">
		<xsd:sequence>
			<xsd:element name="logo" type="logoType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="q" type="qType"/>
			<xsd:sequence maxOccurs="unbounded">
				<xsd:element name="logo" type="logoType" minOccurs="0"/>
				<xsd:element name="topic" type="topicType" minOccurs="0"/>
				<xsd:element name="author" type="authorType" minOccurs="0"/>
				<xsd:element name="contributor" type="contributorType" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element name="a" type="aType"/>
			</xsd:sequence>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="date" type="xsd:string"/>
		<!-- <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/>-->
	</xsd:complexType>
	<xsd:complexType name="sectionType">
		<xsd:sequence>
			<xsd:element name="logo" type="logoType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="title" type="titleType"/>
			<xsd:choice>
				<xsd:element name="qna" type="qnaType" maxOccurs="unbounded"/>
				<xsd:element name="q" type="qType" maxOccurs="unbounded"/>
				<xsd:choice maxOccurs="unbounded">
					<xsd:element name="p" type="pType"/>
					<xsd:element name="div" type="divType"/>
					<xsd:element name="section" type="sectionType"/>
				</xsd:choice>
			</xsd:choice>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID"/>
		<xsd:attribute name="class" type="xsd:string"/>
		<xsd:attribute name="gist" type="xsd:string"/>
		<xsd:attribute name="autonum" default="no">
			<xsd:simpleType>
				<xsd:restriction base="xsd:NMTOKEN">
					<xsd:enumeration value="yes"/>
					<xsd:enumeration value="no"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:attribute>
		<!-- <xsd:attribute name="xml:lang" type="xsd:NMTOKEN"/> -->
	</xsd:complexType>
	<xsd:complexType name="spanType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
				<xsd:attribute name="title" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:element name="subject" type="xsd:string"/>
	<xsd:complexType name="titleType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="topicType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
				<xsd:attribute name="alt" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="typeType">
		<xsd:simpleContent>
			<xsd:restriction base="xsd:string">
				<xsd:attribute name="id" type="xsd:ID"/>
				<xsd:attribute name="class" type="xsd:string"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:element name="version" type="xsd:string"/>
</xsd:schema>
