<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="pic_list">
		<xs:annotation>
			<xs:documentation>List of C42 owners for website</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="proj_info" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="pcat_id" type="xs:string" minOccurs="0"  />
							<xs:element name="pcat_title" type="xs:string" minOccurs="0"  />
							<xs:element name="proj_topic" type="xs:string" minOccurs="0"  />
							<xs:element name="own_fname" type="xs:string" minOccurs="0"  />
							<xs:element name="own_lname" type="xs:string" minOccurs="0"  />
							<xs:element name="own_full_name" type="xs:string" minOccurs="0"  />
							<xs:element name="boat_name" type="xs:string" minOccurs="0"  />
							<xs:element name="hull_num" type="xs:string" minOccurs="0"  />
							<xs:element name="proj_htm" type="xs:string" minOccurs="0"  />
							<xs:element name="date_post" type="xs:date" minOccurs="0"  />
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>

