Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<AttributeTypeDescription> = <LPAREN> <WSP> <numericoid> <atparameters> <extensions> <WSP> <RPAREN>         

// Each parameters should not be seen more than once
<atparameters>  ::=
    <SP> "NAME" <SP> <qdescrs>      
    | <SP> "DESC" <SP> qdstring
    | <SP> "OBSOLETE"     
    | <SP> "SUP" <SP> <oid>         
    | <SP> "EQUALITY" <SP> <oid>      
    | <SP> "ORDERING" <SP> <oid>      
    | <SP> "SUBSTR" <SP> <oid>        
    | <SP> "SYNTAX" <SP> <noidlen>    
    | <SP> "SINGLE-VALUE"         
    | <SP> "COLLECTIVE"           
    | <SP> "NO-USER-MODIFICATION"
    | <SP> "USAGE" <SP> <usage>