<?xml version="1.0" encoding="UTF-8" ?> 
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="CTSU_RESPONSE">
<xs:complexType>
<xs:sequence>
<xs:element ref="MESSAGE_HEADER" /> 
<xs:element ref="MESSAGE_PAYLOAD" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DAYS_UNTIL_PWD_EXPIRES">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="DAYS_UNTIL_REG_EXPIRES">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="ERROR_CODE">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="ERROR_MESSAGE">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="FIRST_NAME">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="Funding_Type" type="xs:string" /> 
<xs:element name="Group_Code">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="Institution_Code">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="Institution_Name">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="Institution_Role">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="LAST_NAME">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="MESSAGE_HEADER">
<xs:complexType>
<xs:sequence>
<xs:element ref="REQUEST_ID" /> 
<xs:element ref="REQUEST_TYPE" /> 
<xs:element ref="REQUEST_BY" /> 
<xs:element ref="RESPONSE_DATE" /> 
<xs:element ref="RESPONSE_BY" /> 
<xs:element ref="RESPONSE_STATUS" /> 
<xs:element ref="RESPONSE_STATUS_TEXT" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MESSAGE_PAYLOAD">
<xs:complexType>
<xs:sequence>
<xs:element ref="PERSON_CTEP_ID" /> 
<xs:element ref="LAST_NAME" /> 
<xs:element ref="FIRST_NAME" /> 
<xs:element ref="ERROR_CODE" /> 
<xs:element ref="ERROR_MESSAGE" /> 
<xs:element ref="DAYS_UNTIL_REG_EXPIRES" /> 
<xs:element ref="DAYS_UNTIL_PWD_EXPIRES" /> 
<xs:element ref="PERSON_ROSTER" maxOccurs="unbounded" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PERSON_CTEP_ID">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="PERSON_ROSTER">
<xs:complexType>
<xs:sequence>
<xs:element ref="Group_Code" /> 
<xs:element ref="Roster_Status" /> 
<xs:element ref="Roster_Status_Date" /> 
<xs:element ref="Institution_Code" /> 
<xs:element ref="Institution_Name" /> 
<xs:element ref="Institution_Role" /> 
<xs:element ref="Study_Type" /> 
<xs:element ref="Funding_Type" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="REQUEST_BY">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="REQUEST_ID">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="REQUEST_TYPE">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_BY">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_DATE">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_STATUS">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_STATUS_TEXT" type="xs:string" /> 
<xs:element name="Roster_Status">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="Roster_Status_Date">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="Study_Type">
<xs:complexType mixed="true" /> 
</xs:element>
</xs:schema>