Previous Topic: Add a Class-of-Service Template to an Entry

Next Topic: View Class-of-Service Templates

Create Class-of-Service Templates

Templates can be stored in any directory. However, if there are many templates, you should store them in separate files in the DXHOME/config/settings directory.

The class-of-service templates use the following syntax:

<cosTemplate> 	::= set class-of-service <cosLabel> = { <operCos> };
<cosLabel> 	::= <string>
<operCos> 	::= object-class = <attrOid> cos-attr = <attrOid> cos-value = <value> attribute-values = { <cosTemplateList> }
<cosTemplateList>	::= <cosTemplate> | <cosTemplate>, <cosTemplateList>
<cosTemplate>	::= ( type = <attrOid> value = <cosValueList> disposition = <cosDisposition> )
<cosValueList>	::= value | value, <cosValueList>
<cosDisposition>	::= default | override

Note: The cos-attr used in a class-of-service template must be a single-valued attribute.