# XML tools By Workato - Generate XML document from XSD
IMPROVED XML CAPABILITIES
XML tools by Workato replaces the XML parser by Workato connector and includes an enhanced feature set.
The Generate XML document from XSD action generates an XML document that follows the structure and data types defined in an XML Schema Definition (XSD) file. This action reads the provided XSD, builds a dynamic input schema, and returns an XML document that matches the XSD.
You can use this action to ensure the generated XML document is structurally accurate and complete for downstream systems.
# Setup
This connector doesn't require a connection.
# Input
Input field | Description |
---|---|
XSD document | Upload the XML Schema Definition (XSD) file. The action uses this file to generate the structure of the XML document. |
XSD references | Optional. Provide referenced XSDs if the main XSD includes import or include elements. Include the file names and their values. |
Additional input fields are generated based on the XSD documents you provide.
# Output
Output field | Description |
---|---|
Generated XML | The generated XML document, structured according to the provided XSD. |
Last updated: 7/30/2025, 3:39:15 PM