view etc/schema/xhtml-param.rnc @ 101282:986acdda4aac

* net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also IPv4 mapped IPv6 addresses.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 19 Jan 2009 06:51:55 +0000
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 }?