<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:sgd="SgDirective" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:d="Directive" targetNamespace="SgDirective" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="Directive" schemaLocation="../Directive/Directive.xsd"/>
	<xs:complexType name="SGDirectiveType">
		<xs:complexContent>
			<xs:extension base="d:DirectiveType"/>
		</xs:complexContent>
	</xs:complexType>
	<xs:element name="BoundingBoxDirective" type="sgd:SGDirectiveType">
		<xs:annotation>
			<xs:documentation>Directive that traverses any part of a scene graph in order to find the minimum bounding box that contains everything in the directive's path.</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="RayPickDirective" type="sgd:SGDirectiveType">
		<xs:annotation>
			<xs:documentation>Directive that traverses any part of a scene graph in order to select particular objects from the directive's path</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="RenderDirective" type="sgd:SGDirectiveType">
		<xs:annotation>
			<xs:documentation>Directive that traverses any part of a scene graph in order to draw whatever is found in the directive's path</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ShadowDirective" type="sgd:SGDirectiveType"/>
</xs:schema>
