PHP Classes

File: queries/query.dtd

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   queries/query.dtd   Download  
File: queries/query.dtd
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 1,028 bytes
 

Contents

Class file image Download
<!-- ========================================================================== This is the DTD for phpLDAPAdmin Queries. Copyright (c) 2011 Temporary URI for the DTD: http://phpldapadmin.sf.net/release/templates/query.dtd Validate your templates here: http://www.xmlvalidation.com ========================================================================== --> <!-- Query Definition --> <!ELEMENT query (title,bases,filter,description,icon?,scope,visible?,attributes)> <!-- Bases Definition --> <!ELEMENT bases (base*)> <!-- Attributes Definition --> <!ELEMENT attributes (attribute*)> <!ELEMENT attribute (display?,order?,ordersort?)?> <!ATTLIST attribute id CDATA #REQUIRED> <!-- Header Parameters --> <!ELEMENT base (#PCDATA)> <!ELEMENT title (#PCDATA)> <!ELEMENT filter (#PCDATA)> <!ELEMENT description (#PCDATA)> <!ELEMENT icon (#PCDATA)> <!ELEMENT scope (#PCDATA)> <!ELEMENT visible (#PCDATA)> <!-- Attribute Parameters --> <!ELEMENT display (#PCDATA)> <!ELEMENT order (#PCDATA)> <!ELEMENT ordersort (#PCDATA)>