# Presentation layout: empty elements for scripts

# 
# RELAX NG Schema on MathML 2.0
# 
# See COPYING for the status of this software.
# Yutaka Furubayashi (Poka-Poka Dream Factory) <info@yupotan.sppd.ne.jp>
# Modified by Henri Sivonen <hsivonen@iki.fi>
#

mml.pscreschema = mml.mprescripts.qname | mml.none.qname
mml.mprescripts.qname = element mprescripts { empty }
mml.none.qname = element none { empty }
