Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element Profile
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+Profile

References Notes

A Profile specifies the operation and the settings that are used for a file transfer. Multiple profiles can be included in a YADE configuration.

Profiles are distinguished by YADE based on their profile_id.

When invoking YADE the respective Profile for the file transfer operation is specified.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_Profile.tmp#Profile_profile_id YADE_configuration_v1_12_xsd_Element_Operation.tmp#Operation YADE_configuration_v1_12_xsd_Element_Client.tmp#Client YADE_configuration_v1_12_xsd_Element_JobScheduler.tmp#JobScheduler YADE_configuration_v1_12_xsd_Element_Logging.tmp#Logging YADE_configuration_v1_12_xsd_Element_NotificationTriggers.tmp#NotificationTriggers YADE_configuration_v1_12_xsd_Element_Notifications.tmp#Notifications YADE_configuration_v1_12_xsd_Element_Assertions.tmp#Assertions YADE_configuration_v1_12_xsd_Element_Documentation.tmp#Documentation YADE_configuration_v1_12_xsd_Element_SystemPropertyFiles.tmp#SystemPropertyFiles
Properties
content complex
Used by
Element Profiles
Model
Instance
<Profile profile_id="">
  <Operation>{1,1}</Operation>
  <Client>{0,1}</Client>
  <JobScheduler>{0,1}</JobScheduler>
  <Logging>{0,1}</Logging>
  <NotificationTriggers>{0,1}</NotificationTriggers>
  <Notifications>{0,1}</Notifications>
  <Assertions>{0,1}</Assertions>
  <Documentation>{0,1}</Documentation>
  <SystemPropertyFiles>{0,1}</SystemPropertyFiles>
</Profile>
Attributes
QName Type Use Annotation
profile_id xs:NMTOKEN required

A profile is identified by this attribute value that is specified when invoking YADE. As multiple profiles can be stored in a YADE configuration this value is a unique identifier for the settings that are grouped in a profile.

Attribute Profile / @profile_id
Annotations

A profile is identified by this attribute value that is specified when invoking YADE. As multiple profiles can be stored in a YADE configuration this value is a unique identifier for the settings that are grouped in a profile.

Type xs:NMTOKEN
Properties
use required
Used by
Element Profile