[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Feature discovery (Was: RFC 2596 questions)



I am hesitant to put language elements into the schema for two (so far)
reasons.
1.  If a particular language is not advertised in the schema, it would imply
that I cannot add an element with that language.
2.  It would greatly expand the number of schema elements.

--the walrus

bjarvis@internap.com

-----Original Message-----
From: Jim Sermersheim [mailto:JIMSE@novell.com]
Sent: Friday, September 15, 2000 3:29 PM
To: ietf-ldapext@netscape.com; kgdaniec@us.ibm.com
Subject: Re: Feature discovery (Was: RFC 2596 questions)


You mean advertised in the schema, right? I would say yes, I think there
should be another schema element called something like attributeTypeOptions,
the syntax would look something like this (ala 2252 nomenclature):
 
AttributeTypeOptionDescription = "(
   numericoid whsp ; Attribute Type Option Identifier
   [ "NAME" qdescrs ]
   [ "DESC" qdescrs ]
   [ "OBSOLETE" whsp ]
   "APPLIES TO" whsp "ALL" | (("SYNTAX" | "ATTRIBUTE") oids) ; list of
syntaxes or attributes that this ATO applies to.
   whsp ")"

 
Jim