<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by Kevin Curry (private) -->
<xs:schema xmlns:a="Attribute" xmlns:n="Node" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="Node" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="Attribute" schemaLocation="../Attribute/Attribute.xsd"/>
	<xs:complexType name="NodeType" mixed="true">
		<xs:annotation>
			<xs:documentation>Defines an AttributeContainer that represents a element of a hierarchical graph</xs:documentation>
		</xs:annotation>
		<xs:complexContent mixed="true">
			<xs:extension base="a:AttributeContainerType">
				<xs:sequence minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="Node" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
				<xs:attribute name="enabled" type="xs:boolean" use="optional"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
