HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vmi1674223.contaboserver.net 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: root (0)
PHP: 7.4.3-4ubuntu2.22
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/unitime/Documentation/Interfaces/StudentStatuses.dtd
<!-- 
 * Licensed to The Apereo Foundation under one or more contributor license
 * agreements. See the NOTICE file distributed with this work for
 * additional information regarding copyright ownership.
 *
 * The Apereo Foundation licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at:
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 -->
 
<!ELEMENT studentStatuses ( status+ ) >
<!ATTLIST studentStatuses created CDATA #IMPLIED >
<!ATTLIST studentStatuses dateFormat CDATA #IMPLIED >
<!ATTLIST studentStatuses timeFormat CDATA #IMPLIED >
<!ATTLIST studentStatuses incremental (true|false) "true">
 
<!ELEMENT status ( permissions, effective-dates?, message?, course*, fallback? ) >
<!ATTLIST status reference CDATA #REQUIRED >
<!ATTLIST status name CDATA #REQUIRED >
<!ATTLIST status session (true|false) "false">

<!ELEMENT permissions EMPTY >
<!ATTLIST permissions assistantEnabled (true|false) "false">
<!ATTLIST permissions assistantAdminEdit (true|false) "false">
<!ATTLIST permissions assistantAdvisorEdit (true|false) "false">
<!ATTLIST permissions assistantStudentEdit (true|false) "false">
<!ATTLIST permissions requestsEnabled (true|false) "false">
<!ATTLIST permissions requestsAdminEdit (true|false) "false">
<!ATTLIST permissions requestsAdvisorEdit (true|false) "false">
<!ATTLIST permissions requestsStudentEdit (true|false) "false">
<!ATTLIST permissions emaiNotifications (true|false) "false">
<!ATTLIST permissions doNotScheduleInBatch (true|false) "false">
<!ATTLIST permissions mustHaveCourseType (true|false) "false">
<!ATTLIST permissions waitListing (true|false) "false">
<!ATTLIST permissions advisorCanSetStatus (true|false) "false">

<!ELEMENT effective-dates EMPTY >
<!ATTLIST effective-dates startDate CDATA #IMPLIED >
<!ATTLIST effective-dates startPeriod CDATA #IMPLIED >
<!ATTLIST effective-dates stopDate CDATA #IMPLIED >
<!ATTLIST effective-dates stopPeriod CDATA #IMPLIED >

<!ELEMENT message (#PCDATA) >

<!ELEMENT course EMPTY >
<!ATTLIST course type CDATA #REQUIRED >

<!ELEMENT fallback EMPTY >
<!ATTLIST fallback reference CDATA #REQUIRED >