MEN XML Checker Plugin - Converters¶
From File to XSD¶
Category-Name : structured
What ?
This structured converter will convert a file type resource to a xsd type resource.
| CONVERT {resourceToConvert<Res:file>} TO xsd (structured) AS {converted<Res:xsd>} |
> Input :
resourceToConvert<Res:file>: The name of the resource to convert (filetype resource).
> Output :
converted<Res:xsd>: The name of the converted resource (xsdtype resource).
Example :
LOAD schema.xsd AS schema-resource.file CONVERT schema-resource.file TO xsd (structured) AS schema-resource.xsd |