<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by Kevin Curry (private) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:a="Attribute" targetNamespace="Attribute" elementFormDefault="unqualified" attributeFormDefault="unqualified">
	<xs:complexType name="AttributeType" abstract="true" mixed="false">
		<xs:annotation>
			<xs:documentation>Defines a property of a generic object that holds one or more values</xs:documentation>
		</xs:annotation>
	</xs:complexType>
	<xs:complexType name="AttributeContainerType" abstract="true" mixed="true">
		<xs:annotation>
			<xs:documentation>Defines an object that has Attributes pertaining to the object's type</xs:documentation>
		</xs:annotation>
		<xs:complexContent mixed="true">
			<xs:extension base="a:AttributeType">
				<xs:sequence minOccurs="0" maxOccurs="unbounded">
					<xs:any namespace="Attribute" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
				<xs:attribute name="name" type="xs:string" use="optional">
					<xs:annotation>
						<xs:documentation>Specifies the name of the attribute</xs:documentation>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AttributeCollectionType">
		<xs:annotation>
			<xs:documentation>Defines a linear data structure that holds Attributes, including AttributeContainers</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="a:AttributeContainerType">
				<xs:attribute name="size" type="xs:unsignedInt" use="optional" default="0"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AttributeConverterType">
		<xs:annotation>
			<xs:documentation>Defines a class of objects that transforms the values of a source AttributeType to the values of target AttributeType</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="a:AttributeContainerType"/>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="AttributeVectorType">
		<xs:annotation>
			<xs:documentation>Defines an AttributeCollection that wraps an stl::vector</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="a:AttributeCollectionType"/>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>

