w3c.empty-schema

function

Library: XML schema (OMXMLSCHEMA)
Import : omxmlschema.xmd

Returns: an empty XML schema


Declaration
export xml-schema-type function
   empty-schema
    


Purpose

Use empty-schema to create a blank W3C XML schema as specified in W3C XML Schema specification, so that you can validate XML input against it. Since the schema contains no content model definitions, it can be applied only to an XML instance that specifies its schema using the xsi:schemaLocation or xsi:noNamespaceSchemaLocation attribute.

Other Library Functions