<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:DCIS="http://dcis.psc.gov/DCIS" targetNamespace="http://dcis.psc.gov/DCIS" elementFormDefault="qualified" version="1.2">
	<annotation>
		<documentation>
			<history version="1.2">
				* Created new version 1.2 03/19/2008
				* Now uses 1.2 version of Common.xsd 
		       </history>
		</documentation>
	</annotation>
	<include schemaLocation="@schema_location@/common/1.2/Common.xsd"/>
	<simpleType name="offerorsProposalNumberType">
		<restriction base="string">
			<maxLength value="18"/>
		</restriction>
	</simpleType>
	<simpleType name="PRNumberType">
		<restriction base="long">
			<totalDigits value="12"/>
		</restriction>
	</simpleType>
	<simpleType name="procurementPlacementCodeType">
		<restriction base="string">
			<maxLength value="2"/>
		</restriction>
	</simpleType>
	<simpleType name="contractAdministrationDelegatedType">
		<restriction base="string">
			<maxLength value="1"/>
		</restriction>
	</simpleType>
	<simpleType name="managementReportingRequirementsType">
		<restriction base="string">
			<maxLength value="1"/>
		</restriction>
	</simpleType>
	<simpleType name="accountingInstallationNumberType">
		<restriction base="string">
			<maxLength value="2"/>
		</restriction>
	</simpleType>
	<simpleType name="administratorCodeType">
		<restriction base="string">
			<maxLength value="3"/>
		</restriction>
	</simpleType>
	<simpleType name="contractingOfficerCodeType">
		<restriction base="string">
			<maxLength value="3"/>
		</restriction>
	</simpleType>
	<simpleType name="negotiatorCodeType">
		<restriction base="string">
			<maxLength value="3"/>
		</restriction>
	</simpleType>
	<simpleType name="organizationCodeType">
		<restriction base="string">
			<maxLength value="5"/>
		</restriction>
	</simpleType>
	<simpleType name="COTRNameType">
		<restriction base="string">
			<maxLength value="15"/>
		</restriction>
	</simpleType>
	<simpleType name="contractFundCodeType">
		<restriction base="string">
			<maxLength value="1"/>
		</restriction>
	</simpleType>
	<simpleType name="installationUniqueType">
		<restriction base="string">
			<maxLength value="9"/>
		</restriction>
	</simpleType>
	<simpleType name="fieldOfScienceOrEngineeringType">
		<restriction base="string">
			<maxLength value="2"/>
		</restriction>
	</simpleType>
	<simpleType name="accessionNumberType">
		<restriction base="string">
			<maxLength value="21"/>
		</restriction>
	</simpleType>
	<complexType name="listOfContractAdministrationsDelegatedType">
		<sequence>
			<element name="contractAdministrationDelegated" type="DCIS:contractAdministrationDelegatedType" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
</schema>
