diff --git a/UX-Guide-Metadata/draft/techniques/onix-metadata/index.html b/UX-Guide-Metadata/draft/techniques/onix-metadata/index.html index 629f5bba..541d8ea9 100644 --- a/UX-Guide-Metadata/draft/techniques/onix-metadata/index.html +++ b/UX-Guide-Metadata/draft/techniques/onix-metadata/index.html @@ -388,7 +388,75 @@
This technique relates to Navigation key information.
- +This algorithm takes the onix_record_as_text argument: a UTF-8 string representing the ONIX record.
+If true it indicates that the code 11 of codelist 196 (Table of contents navigation) is present in the ONIX record, otherwise if false it means that the metadata is not present.
+This means that there is a Table of Contents in the publication that allows direct (eg hyperlinked) access to all levels of text organization above individual paragraphs (eg to all sections and subsections) and to all tables, figures, illustrations etc.
+If true it indicates that the code 12 of codelist 196 (Index navigation) is present in the ONIX record, otherwise if false it means that the metadata is not present.
+This means that there is an index that provides direct (eg hyperlinked) access to uses of the index terms in the document body.
+If true it indicates that the code 19 of codelist 196 (Print-equivalent page numbering) is present in the ONIX record, otherwise if false it means that the metadata is not present.
+This means that in the publication contains references to the page numbering of an equivalent printed product.
+If true it indicates that the code 29 of codelist 196 (Next / Previous structural navigation) is present in the ONIX record, otherwise if false it means that the metadata is not present.
+This means that all levels of heading and other structural elements of the content are correctly marked up and (if applicable) numbered, to enable fast next heading / previous heading, next chapter / previous chapter navigation without returning to the table of contents.
+/ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "11"]
./ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "12"]
./ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "19"]
./ONIXMessage/Product/DescriptiveDetail/ProductFormFeature[ProductFormFeatureType = "09" and ProductFormFeatureValue = "29"]
."table of contents"
to navigation.
+ "index"
to navigation.
+ "page list"
to navigation.
+ "structural navigation"
to navigation.
+ ", "
", "
with " and "
"Navigation by "
to the beginning of the string."No information about navigation"
.
+ This key information can be hidden if metadata is missing.
+