Generated: June 7, 2005, 22:25:30 | A SchemeDoc Manual |
bike | A description of a single bike |
bikes | A description of a number of bikes in terms of a number of bike clauses |
brake | A description of a bike's brake |
frame | A description of the frame of a bike |
lock | A description of a bike's lock |
wheel | A description of a bike's wheel |
bikes | |||
Description | A description of a number of bikes in terms of a number of bike clauses | ||
XML content model | ( bike ) * | ||
bike | |||
Description | A description of a single bike | ||
XML content model | ( frame , wheel + , brake * , lock * ) | ||
XML attributes Required: * Default values: red | kind | ( mountain-bike, racer-bike, tourist-bike, other ) | Describes the kind or type of the bike |
See also | enclosing element | bikes | |
frame | |||
Description | A description of the frame of a bike | ||
XML content model | EMPTY | ||
XML attributes Required: * Default values: red | frame-number * | CDATA | Describes a unique frame number |
See also | enclosing element | bike | |
wheel | |||
Description | A description of a bike's wheel | ||
XML content model | EMPTY | ||
XML attributes Required: * Default values: red | size * | CDATA | The size of a wheel - a number of inches |
tube-kind | CDATA | The kind of the tube of this wheel | |
See also | enclosing element | bike | |
brake | |||
Description | A description of a bike's brake | ||
XML content model | EMPTY | ||
XML attributes Required: * Default values: red | kind | CDATA | The kind of brake |
brand | CDATA | The vendor which makes the brake | |
See also | enclosing element | bike | |
lock | |||
Description | A description of a bike's lock | ||
XML content model | EMPTY | ||
XML attributes Required: * Default values: red | brand | CDATA | The vendor which makes the lock |
insurance-approved * | ( true | false ) | Is this lock approved by the insurance companies | |
See also | enclosing element | bike | |