TYPE MGT_TYPE

TYPE MGT_TYPE : (* Content type for MGT_REQ, MGT_RSP *)
   (EMPTY, (* An empty string *)
    FB, (* fb_instance_name:fb_type_name *)
    Connection, (* connection_start_point>connection_end_point *)
    FBType,
    AdapterType,
    DataType,
    Parameter, (* parameter_reference=parameter_value *)
    NameList, (* Comma-separated list of names *)
    FBList, (* Comma-separated list of hierarchical FB names *)
    EndpointList, (* Comma-separated list of connection endpoints *)
    FBStatus, (* IDLE|RUNNING|STOPPED|KILLED *)
    ConnectionList) (* Comma-separated list of connection_definition *)
     ;
END_TYPE

This Data Type enumerates the types of objects that may be incorporated into the Request and Response elements defined in the FBMGT DTD and subclause 6.4 of the Compliance Profile for Feasibility Demonstrations. The syntax of the corresponding CONTENTS field of the MGT_REQ and MGT_RSP structures is indicated in the comments corresponding to each enumerated value.