<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Dominic Seymour (Orbital Software) -->
<!--W3C Schema generated by XML Spy v3.5 NT (http://www.xmlspy.com)-->
<xsd:schema targetNamespace="urn:sopheon-com:sgm:webdoc:1" xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:wd="urn:sopheon-com:sgm:webdoc:1" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:element name="sub-value" type="xsd:string"/>
	<xsd:element name="type">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="leftDigits" minOccurs="0">
					<xsd:complexType>
						<xsd:annotation>
							<xsd:documentation>Facet which constrains the total number of decimal digits.</xsd:documentation>
						</xsd:annotation>
						<xsd:attribute name="value" type="xsd:int" use="required"/>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="rightDigits" minOccurs="0">
					<xsd:complexType>
						<xsd:annotation>
							<xsd:documentation>Facet which constrains the total number of fractional decimal digits.</xsd:documentation>
						</xsd:annotation>
						<xsd:attribute name="value" type="xsd:int" use="required"/>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="enumeration" minOccurs="0" maxOccurs="unbounded">
					<xsd:complexType>
						<xsd:annotation>
							<xsd:documentation>Facet describing a permitted member of an enumeration.</xsd:documentation>
						</xsd:annotation>
						<xsd:attribute name="value" type="xsd:string" use="required"/>
					</xsd:complexType>
				</xsd:element>
			</xsd:sequence>
			<xsd:attribute name="base" use="required">
				<xsd:simpleType>
					<xsd:restriction base="xsd:NMTOKEN">
						<xsd:enumeration value="string"/>
						<xsd:enumeration value="long-string"/>
						<xsd:enumeration value="number"/>
						<xsd:enumeration value="boolean"/>
						<xsd:enumeration value="date"/>
						<xsd:enumeration value="enum"/>
						<xsd:enumeration value="multi-enum"/>
						<xsd:enumeration value="unknown"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="value">
		<xsd:complexType mixed="true">
			<xsd:sequence maxOccurs="unbounded">
				<xsd:any namespace="##any"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="web-document">
		<xsd:complexType>
			<xsd:annotation>
				<xsd:documentation>
			The web-document element is the root of a web document. It carries
			attributes which are global to the document, such as its name and the
			date of its last update. It contains zero or more group elements,
			which are containers for entries.
		</xsd:documentation>
			</xsd:annotation>
			<xsd:sequence>
				<xsd:element name="group" minOccurs="0" maxOccurs="unbounded">
					<xsd:complexType>
						<xsd:annotation>
							<xsd:documentation>
			The group element groups a set of related web document entries
			together into a titled group. It is expected that each group in a web
			document will displayed as a separate grid.
		</xsd:documentation>
						</xsd:annotation>
						<xsd:sequence>
							<xsd:choice minOccurs="0" maxOccurs="unbounded">
								<xsd:element name="metric-entry">
									<xsd:complexType>
										<xsd:annotation>
											<xsd:documentation>
			The metric-entry element describes an entry which is linked to a project metric. 
		</xsd:documentation>
										</xsd:annotation>
										<xsd:sequence>
											<xsd:choice minOccurs="0" maxOccurs="unbounded">
												<xsd:element ref="wd:help-text" minOccurs="0"/>
												<xsd:element ref="wd:type" minOccurs="0"/>
												<xsd:element ref="wd:value" minOccurs="0"/>
											</xsd:choice>
										</xsd:sequence>
										<xsd:attribute name="name" type="xsd:ID" use="required">
											<xsd:annotation>
												<xsd:documentation>A name attribute for use on entries.</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="metricId"/>
										<xsd:attribute name="metricName"/>
										<xsd:attribute name="title">
											<xsd:annotation>
												<xsd:documentation>
			Human readable title supported by various elements.
			Supports interpolation syntax.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="isRequired">
											<xsd:annotation>
												<xsd:documentation>
			Indicates whether a value is required for an entry.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="isEditable">
											<xsd:annotation>
												<xsd:documentation>
			Indicates whether an entry can be edited by the user.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="inputControl">
											<xsd:annotation>
												<xsd:documentation>Describes what input control will be used for editing an entry.</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="xsd:NMTOKEN">
													<xsd:enumeration value="single-line-text-box"/>
													<xsd:enumeration value="number-box"/>
													<xsd:enumeration value="multi-line-text-box"/>
													<xsd:enumeration value="check-box"/>
													<xsd:enumeration value="radio-button-group"/>
													<xsd:enumeration value="single-select-list"/>
													<xsd:enumeration value="drop-down-list"/>
													<xsd:enumeration value="multi-select-list"/>
													<xsd:enumeration value="check-box-group"/>
													<xsd:enumeration value="date"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:attribute>
										<xsd:attribute name="displayFormat" type="xsd:integer">
											<xsd:annotation>
												<xsd:documentation>
			Describes how an entry should be displayed. Format depends on
			the type of the entry.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="isModified">
											<xsd:annotation>
												<xsd:documentation>True if the containg entry has been modified.</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="customClass">
											<xsd:annotation>
												<xsd:documentation>
			Reserved for future extensions.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="customType">
											<xsd:annotation>
												<xsd:documentation>
			Reserved for future extensions.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="interpolatedTitle"/>
										<xsd:attribute name="isInactive"/>
										<xsd:attribute name="isUnavailable"/>
									</xsd:complexType>
								</xsd:element>
								<xsd:element name="local-entry">
									<xsd:complexType>
										<xsd:annotation>
											<xsd:documentation>
			The local-entry element describes an entry which is local to a web document.
		</xsd:documentation>
										</xsd:annotation>
										<xsd:sequence>
											<xsd:choice minOccurs="0" maxOccurs="unbounded">
												<xsd:element ref="wd:help-text" minOccurs="0"/>
												<xsd:element ref="wd:type"/>
												<xsd:element ref="wd:value" minOccurs="0"/>
												<xsd:element name="initial-value" minOccurs="0">
													<xsd:complexType mixed="true">
														<xsd:sequence maxOccurs="unbounded">
															<xsd:any namespace="##any"/>
														</xsd:sequence>
													</xsd:complexType>
												</xsd:element>
											</xsd:choice>
										</xsd:sequence>
										<xsd:attribute name="name" type="xsd:ID" use="required">
											<xsd:annotation>
												<xsd:documentation>A name attribute for use on entries.</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="title">
											<xsd:annotation>
												<xsd:documentation>
			Human readable title supported by various elements.
			Supports interpolation syntax.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="interpolatedTitle"/>
										<xsd:attribute name="isRequired">
											<xsd:annotation>
												<xsd:documentation>
			Indicates whether a value is required for an entry.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="isEditable">
											<xsd:annotation>
												<xsd:documentation>
			Indicates whether an entry can be edited by the user.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="inputControl">
											<xsd:annotation>
												<xsd:documentation>Describes what input control will be used for editing an entry.</xsd:documentation>
											</xsd:annotation>
											<xsd:simpleType>
												<xsd:restriction base="xsd:NMTOKEN">
													<xsd:enumeration value="single-line-text-box"/>
													<xsd:enumeration value="number-box"/>
													<xsd:enumeration value="multi-line-text-box"/>
													<xsd:enumeration value="check-box"/>
													<xsd:enumeration value="radio-button-group"/>
													<xsd:enumeration value="single-select-list"/>
													<xsd:enumeration value="drop-down-list"/>
													<xsd:enumeration value="multi-select-list"/>
													<xsd:enumeration value="check-box-group"/>
												</xsd:restriction>
											</xsd:simpleType>
										</xsd:attribute>
										<xsd:attribute name="displayFormat" type="xsd:integer">
											<xsd:annotation>
												<xsd:documentation>
			Describes how an entry should be displayed. Format depends on
			the type of the entry.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="isModified"/>
										<xsd:attribute name="customClass">
											<xsd:annotation>
												<xsd:documentation>
			Reserved for future extensions.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
										<xsd:attribute name="customType">
											<xsd:annotation>
												<xsd:documentation>
			Reserved for future extensions.
		</xsd:documentation>
											</xsd:annotation>
										</xsd:attribute>
									</xsd:complexType>
								</xsd:element>
							</xsd:choice>
						</xsd:sequence>
						<xsd:attribute name="title">
							<xsd:annotation>
								<xsd:documentation>
			Human readable title supported by various elements.
			Supports interpolation syntax.
		</xsd:documentation>
							</xsd:annotation>
						</xsd:attribute>
						<xsd:attribute name="interpolatedTitle"/>
						<xsd:attribute name="isCollapsible"/>
						<xsd:attribute name="isCollapsed"/>
					</xsd:complexType>
				</xsd:element>
			</xsd:sequence>
			<xsd:attribute name="lastSaved"/>
			<xsd:attribute name="title"/>
			<xsd:attribute name="interpolatedTitle"/>
			<xsd:attribute name="schemaLocation"/>
			<xsd:attribute name="noNamespaceSchemaLocation"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="help-text">
		<xsd:complexType mixed="true">
			<xsd:sequence>
				<xsd:any namespace="##any"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>