<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:element name="service">
		<xs:annotation>
			<xs:documentation source="ospi.label">Service</xs:documentation>
			<xs:documentation source="ospi.description">Service to the institution</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
<xs:element name="service_college" minOccurs="0" maxOccurs="unbounded">
	<xs:annotation>
		<xs:documentation source="ospi.label">Service to the College</xs:documentation>
		<xs:documentation source="ospi.description">Service to the College</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:maxLength value="255"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="service_community" minOccurs="0" maxOccurs="unbounded">
	<xs:annotation>
		<xs:documentation source="ospi.label">Service to the Community</xs:documentation>
		<xs:documentation source="ospi.description">Service to the Community</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:maxLength value="255"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="service_profession" minOccurs="0" maxOccurs="unbounded">
	<xs:annotation>
		<xs:documentation source="ospi.label">Service to the Profession</xs:documentation>
		<xs:documentation source="ospi.description">Service to the Profession</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:maxLength value="255"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
