class-def

Specifies a class definition for the originating schema.

Definition

  <!ELEMENT class-def        (attr-def)* >
  <!ATTLIST class-def
            class-name       CDATA            #REQUIRED
            asn1id           CDATA            #IMPLIED
            container        (%Boolean;)      "false">
  
  
  

Attributes

class-name
Specifies the class definition name used in the originating schema. This name is mapped between the application and eDirectory through the schema mapping rules so that eDirectory sees the class name in its name space and the external application sees the class name in its name space.
asn1id
Specifies the object ID (OID) for the class (optional).

Elements

attr-def
Specifies an attribute definition for the class specified in the <class-def> element.

Parent

schema-def