Skip to content

Latest commit

 

History

History

schema

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MML Schema Definition

@mml-io/schema

npm version

This directory contains the schema definition for the MML format. The schema for element definitions is written in XML Schema Definition Language (XSD) as this enables validation of the source XHTML format of MML Documents.

This is a work-in-progress even for v0.1 of the MML format.

The schema definition is potentially difficult to visually parse as it makes use of attribute groups that allow attribute definition re-use across elements.

This package contains:

  • mml.xsd - The MML Schema in XSD format
  • events.d.ts - The event types used by elements in the MML Schema