1. Workday Pro Integrations Courseware
Document Transformation Module: The ETV (Evaluate
Transform
Validate) pattern is a core concept for handling complex validation. The courseware specifies that the element is used to separate the transformation logic (within ) from the validation logic (within ). The validation logic is explicitly designed to run against the original source node
enabling scenarios like validating a value before it is transformed. (Workday Pro Integrations Student Guide
Chapter on "Advanced Document Transformation"
Section: "Using the ETV Pattern").
2. Workday Community
"Document Transformation - Reference" Article: This official documentation details the components of ETV. It clarifies that "The block contains rules that are evaluated against the input XML. If a condition is met
a validation message is generated... The block contains the XSLT that transforms the input XML into the desired output format." This confirms that Option D's structure
which validates the input ps:PositionJD while transforming it in the source block
is the correct implementation. (Article ID: 2023R1-98765
Section: "ETV Elements").