SessionNotification.dtd revision 7349a98e2da846b02bd1dbcef7db67fe9cd69a1a
0N/A<!--
157N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
0N/A
0N/A The contents of this file are subject to the terms
157N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
157N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A opensso/legal/CDDLv1.0.txt
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL
0N/A Header Notice in each file and include the License file
0N/A at opensso/legal/CDDLv1.0.txt.
0N/A If applicable, add the following below the CDDL Header,
157N/A with the fields enclosed by brackets [] replaced by
157N/A your own identifying information:
157N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A
0N/A $Id: SessionNotification.dtd,v 1.2 2008/06/25 05:45:34 qcheng Exp $
0N/A
0N/A-->
0N/A
0N/A<?xml version="1.0">
0N/A<!DOCTYPE SessionNotification [
0N/A<!ELEMENT SessionNotification (Session, Type, Time)>
0N/A<!ATTLIST SessionNotification
0N/A vers CDATA #REQUIRED
0N/A notid CDATA #REQUIRED
0N/A>
0N/A<!ELEMENT Session (Property)*>
0N/A<!ATTLIST Session
0N/A sid CDATA #REQUIRED
0N/A stype (user|application) "user"
0N/A cid CDATA #REQUIRED
0N/A cdomain CDATA #REQUIRED
0N/A maxtime CDATA #REQUIRED
0N/A maxidle CDATA #REQUIRED
0N/A maxcaching CDATA #REQUIRED
0N/A timeleft CDATA #REQUIRED
0N/A timeidle CDATA #REQUIRED
0N/A state (invalid|valid|inactive|destroyed) "invalid"
0N/A>
0N/A<!ELEMENT Property>
0N/A<!ATTLIST Property
0N/A name CDATA #REQUIRED
0N/A value CDATA #REQUIRED
0N/A>
0N/A<!ELEMENT Type (#PCDATA)>
0N/A<!ELEMENT Time (#PCDATA)>
0N/A]>
0N/A