Previous Topic

Next Topic

Book Contents

Book Index

exportsitestandards arguments file rules

The following rules apply to the exportsitestandards argument file:

The exportsitestandards utility validates the XML rule file according to the following validation versions:

For an example of the two validation processes see emdef validation service error message example.

Parameter

Description

The first two lines of the arguments file specify the XML version, the text encoding format being used, and the location of the .dtd file.

TERMS

These tags indicate the start and end of the TERMS file. Only criteria that are located between the tags are considered to be part of the argument.

TERM

The TERM tags indicate the start and the end of a group of selection criteria used to specify a Site Standard or Site Standards that are to be exported. Only PARAM tags that are located between the TERM tags are considered to be part of the TERM argument.

REL

Relationship between terms. Optional. Valid values:

  • AND
  • OR

PARAM

Selection criteria parameter used to determine the job definitions that are to be exported. More than one PARAM can be specified. Mandatory.

PARAM VALUE="*" OP="LIKE" NAME="NAME"

NAME

String. Mandatory. The name of the site standard

 

OP

Relationship between the NAME and VALUE parameters of the TERM. Mandatory. Valid values:

  • EQ – equal
  • NEQ – not equal
  • LIKE – mask or pattern

VALUE

String. Mandatory. Value of the parameter specified in the NAME field.

EXAMPLE:

<?xml version="1.0"?>

-<TERMS>

-<TERM>

<PARAM VALUE="*" OP="LIKE" NAME="NAME"/>

<PARAM VALUE="MySiteStandard*" OP="LIKE" NAME="DESCRIPTION"/>

<PARAM VALUE="myUser*" OP="LIKE" NAME="CREATE_UID"/>

</TERM>

</TERMS>

Parent Topic

exportsitestandards