Changes between Version 8 and Version 9 of schema
- Timestamp:
- Feb 21, 2011, 11:17:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
schema
v8 v9 1 1 = Schema support = 2 2 3 The MPDL document storing and querying system supports the document schemas Archimedes and Echo. In the near future also a subset of TEI-Lite will be supported. Also a subset of [/wiki/schema/xpointerXPointer] will be supported.3 The MPDL document storing and querying system supports the document schemas [#archimedes Archimedes] and [#echo Echo]. In the near future also a subset of [#tei TEI-Lite] and for URI's [/wiki/schema/xpointer a subset of XPointer] will be supported. 4 4 5 5 The element "pb" (page break) and "s" (sentence) are supported especially: a special fast method is used to retrieve a certain page (the fragment between two "pb" elements) in a document. And all fulltext queries within documents are executed against the element "s" and result in hits which each contains the position in the document (page number and sentence number). 6 6 7 [=#archimedes ] 7 8 == Archimedes == 8 9 … … 53 54 }}} 54 55 56 [=#echo ] 55 57 == Echo == 56 58 … … 123 125 }}} 124 126 127 [=#tei ] 125 128 == TEI Lite == 126 129 … … 132 135 [http://www.tei-c.org/Guidelines/Customization/Lite/ here]. 133 136 134 A description of pointers could be found [/wiki/schema/tei-pointers here].137 A description of TEI pointers and links could be found [/wiki/schema/tei-pointers here]. 135 138 136 139 === Example ===