function
Library: XML schema (OMXMLSCHEMA)
Import : omxmlschema.xmd |
Returns: an empty XML schema |
export xml-schema-type function empty-schema
Use empty-schema
to create a blank W3C XML schema specified in W3C
XML Schema specification, so that you may 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.