| 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 | |
| Mirror name: | bike-management |
| Automatic loading of common XML-in-LAML library? | No |
| List of action elements | (bikes) |
| 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 |