Introduction
- The Parameter Reference is used for configuring YADE file transfer settings.
- The Parameter Reference is generated from the latest version of the XSD schema in YADE - Reference Documentation - XSD Schema Reference and includes additional explanations of configuration elements.
- The YADE - User Manual provides an overview of features, explains use cases and includes references to this documentation.
Status of Documentation
- The Parameter Reference explains the structure of configuration elements that is intended for future YADE releases.
- FEATURE AVAILABILITY STARTING FROM RELEASE 1.11
- YADE shifts from plain text configuration files (.ini format) to XML Configuration files.
- For releases 1.9 and 1.10 the plain text configuration files are maintained.
- For releases 1.11 and later XML Configuration will be available as documented.
- YADE releases correspond to the following XSD schema file versions:
- YADE releases 1.9 up to 1.11 use https://www.sos-berlin.com/schema/yade/YADE_configuration_v1.0.xsd
- YADE releases 1.12, 1.13, JS7 use https://www.sos-berlin.com/schema/yade/YADE_configuration_v1.12.xsd
- The Parameter Reference for releases 1.10 and older is available for reference.
- The Parameter Mapping is intended for users of YADE releases before 1.11 who want to benefit from the Parameter Reference documentation.
- Mapping tables assist to identify XML configuration elements and plain text configuration items (.ini format).
- The XML Editor is schema-aware and can be used to create valid XML configurations.
- The YADE - User Manual is available and under continuous extension.
Parameter Reference
Diagram
Explanations
The XML file transfer configuration that is introduced with version 1.11 of the YADE Client uses an XSD schema to define relationships between parameters and which parameters can be used together. The top two levels of the schema are shown in the diagram at the top of this page: The Configurations element is the top level element in the transfer configuration and has three child elements, representing three main branches of the configuration: In addition there are:
Note that both the SOCKS4Proxy and SOCKS5Proxy elements are themselves Reusable Elements.