variable schemaimport { schema } from "https://deno.land/x/xml@4.0.0/utils/types.ts"; Schema type{ comment: string; text: string; stylesheets: string; attribute: { prefix: string; }; property: { prefix: string; }; space: { name: string; preserve: string; }; }