view etc/schema/xhtml-param.rnc @ 111652:9b9426ae2633

* src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
author Ken Brown <kbrown@cornell.edu>
date Sat, 20 Nov 2010 10:23:49 -0500
parents 38f93f3d00a2
children
line wrap: on
line source

# Param Module

param = element param { param.attlist }
param.attlist =
  id.attrib,
  attribute name { text },
  attribute value { text }?,
  attribute valuetype { "data" | "ref" | "object" }?,
  attribute type { ContentType.datatype }?