Generated: Monday, December 19, 2005, 14:19:29 A SchemeDoc Manual

Recipes

Kurt Nørmark

The Manual DTD, documented on this page, is taken from Anders Møller and Michael Schwartzbachs forthcoming book on Internet technology.

Alphabetic index:
collection A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
comment A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
date A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
ingredient A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
nutrition A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
preparation A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
recipe A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
related A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
step A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
title A Scheme mirror function of an XML element, as defined in the recipes XML DTD.

collection
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model ( description , recipe * )
XML attributes
Required: *
Default values: red
xmlns CDATA           ( http://www.brics.dk/ixwt/recipes ) -

description
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model (#PCDATA)
See also enclosing element collection

recipe
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model ( title , date , ingredient * , preparation , comment ? , nutrition , related * )
XML attributes
Required: *
Default values: red
id ID -
See also enclosing element collection

title
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model (#PCDATA)
See also enclosing element recipe

date
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model (#PCDATA)
See also enclosing element recipe

ingredient
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model ( ingredient * , preparation ) ?
XML attributes
Required: *
Default values: red
name * CDATA -
amount CDATA -
unit CDATA -
See also enclosing elements recipe ingredient

preparation
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model ( step * )
See also enclosing elements recipe ingredient

step
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model (#PCDATA)
See also enclosing element preparation

comment
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model (#PCDATA)
See also enclosing element recipe

nutrition
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
calories * CDATA -
carbohydrates * CDATA -
fat * CDATA -
protein * CDATA -
alcohol CDATA -
See also enclosing element recipe

related
Description A Scheme mirror function of an XML element, as defined in the recipes XML DTD.
XML content model (#PCDATA)
XML attributes
Required: *
Default values: red
ref * IDREF -
See also enclosing element recipe


Mirror Information Appendix.
Mirror name: recipes
Automatic loading of common XML-in-LAML library? No
List of action elements (collection)
Generation of named mirror functions: Yes
Mirror name prefix: None
Transliteration of CDATA? Yes
List of elements for which transliteration does not apply: '()
List of elements for which all white spacing is preserved: '()
Name of HTML character transformation table: html-char-transformation-table
Are default DTD attributes passed explicitly? No
Are attributes only allowed to be text strings? Yes
Is extended textual contents allowed? No
Is white space represented by this mirror? Yes
How are duplicated XML attributes handled: 'keep-all


Generated: Monday, December 19, 2005, 14:19:29
Generated by LAML SchemeDoc using LAML Version 30.2 (December 10, 2005, full)