diff --git a/app.py b/app.py
new file mode 100644
index 0000000000000000000000000000000000000000..b4b294f7a0c58176ed0756ea975b3fbe1794d62a
--- /dev/null
+++ b/app.py
@@ -0,0 +1,90 @@
+import streamlit as st
+import clip
+import torch
+import numpy as np
+import os
+import glob
+from pathlib import Path
+from PIL import Image
+import chromadb
+import boto3
+import botocore
+from io import BytesIO
+
+st.set_page_config(
+ page_title="Поиск изображений Google Open Images по текстовому запросу",
+ page_icon="🤖",
+ layout="wide",
+ initial_sidebar_state="expanded"
+)
+
+BUCKET_NAME = 'open-images-dataset'
+DOWNLOAD_FOLDER='ds_download'
+SPLIT='validation'
+
+device = "cuda" if torch.cuda.is_available() else "cpu"
+model= None
+preprocess = None
+try:
+ model, preprocess = clip.load("ViT-B/32", device=device)
+except:
+ st.write("Exception loading model")
+
+collection_path = "image_embeddings_collection.chroma"
+chroma_client = chromadb.PersistentClient(path=collection_path)
+image_collection= None
+try:
+ image_collection = chroma_client.get_or_create_collection("image" , metadata={"hnsw:space": "cosine"})
+except:
+ st.write("Exception loading collection")
+
+#if os.path.isdir(DOWNLOAD_FOLDER)==False:
+ #os.mkdir(DOWNLOAD_FOLDER)
+
+num_embeddings = image_collection.count()
+
+# Main page heading
+st.title("Поиск изображений Google Open Images по текстовому запросу")
+
+# Sidebar
+st.sidebar.header("Настройки поиска")
+
+
+st.sidebar.write(f"Количество изображений в БД: {num_embeddings}")
+text_input = st.sidebar.text_input(label='Введите запрос:', value='kite in the sky')
+search_files_cnt = int(st.sidebar.slider(label="Количество изображений", min_value=1, max_value=10, value=2))
+searchStarted = st.sidebar.button('Искать')
+
+col1, col2 = st.columns(2)
+if searchStarted==True:
+ text_embedding = clip.tokenize(text_input).to(device)
+ text_features = model.encode_text(text_embedding).detach().cpu().numpy()
+ result = image_collection.query(text_features, n_results=search_files_cnt)
+ bucket = boto3.resource('s3',
+ config=botocore.config.Config(
+ signature_version=botocore.UNSIGNED)).Bucket(BUCKET_NAME)
+ cnt=0
+ for i in result['metadatas'][0]:
+ try:
+ filename= Path(i['name'])
+ image_id= filename.with_suffix('')
+ filepath= i['path']
+ #down_file_path= os.path.join(DOWNLOAD_FOLDER, f'{image_id}.jpg')
+ #bucket.download_file(f'{SPLIT}/{image_id}.jpg', down_file_path)
+ #img = Image.open(down_file_path)
+ object_key= f'{SPLIT}/{image_id}.jpg'
+ image_data = BytesIO()
+ bucket.download_fileobj(object_key, image_data)
+ image_data.seek(0)
+ img = Image.open(image_data)
+ col_ref= col1
+ if ((cnt+1) % 2) == 0:
+ col_ref= col2
+ with col_ref:
+ st.write('image_id:', image_id)
+ st.write('distance:', result['distances'][0][cnt])
+ st.image(img, use_column_width=True)
+ except botocore.exceptions.ClientError as exception:
+ st.write(str(exception))
+ cnt=cnt+1
+
diff --git a/publications/Bike Data Set for Release number 5.0/DDN-S1000DBIKE-B6865-B6865-2019-00001.XML b/publications/Bike Data Set for Release number 5.0/DDN-S1000DBIKE-B6865-B6865-2019-00001.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ba104aacea556ea42033191f5467279fc7a8c7dc
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DDN-S1000DBIKE-B6865-B6865-2019-00001.XML
@@ -0,0 +1,244 @@
+
+
+
+ ASD
+
+
+ 10, Rue Montoyer
+ B-1000
+ Brussels
+ Belgium
+
+
+
+
+
+ AIA
+
+
+ 1000 Wilson Boulevard, Suite 1700
+ VA 22209-3928
+ Arlington
+ USA
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+TPSMG
+
+
+
+
+
+
+
+DMC-BRAKE-AAA-D00-00-00-00AA-00WA-D_003-00_EN-US.XML
+DMC-BRAKE-AAA-DA1-00-00-00AA-041A-A_003-00_EN-US.XML
+DMC-BRAKE-AAA-DA1-00-00-00AA-341A-A_003-00_EN-US.XML
+DMC-BRAKE-AAA-DA1-10-00-00AA-251A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-001A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-002A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-009A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-00PA-D_007-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-00QA-D_007-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-00WA-D_008-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-00XA-A_004-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-022A-D_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-024A-D_002-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-041A-A_011-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-042A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-043A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-0A3A-D_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-121A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-130A-A_005-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-131A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-151A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-200A-T-T36D_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-258A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-258B-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-330A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-663A-A_011-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-00AA-952A-T-H31A_004-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AA-341A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AA-520A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AA-720A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AA-930A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AA-933A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AA-93AA-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D00-00-01-00AB-720A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D05-10-00-00AA-000A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D05-20-00-00AA-000A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D05-40-00-00AA-000A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-D05-80-00-00AA-916A-A_002-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-T-T61E_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-10-10-00AA-921A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-10-20-00AA-215A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-10-20-00AA-362B-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-10-20-00AA-400A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-10-20-00AA-520A-T-T4JC_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-10-20-00AA-921A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-20-00-00AA-412A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-20-00-00AA-520A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-30-00-00AA-520A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA0-30-00-00AA-720A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA1-00-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA1-00-00-00AA-341A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA1-10-00-00AA-251A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA1-20-00-00AA-520A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA1-20-00-00AA-720A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-00-00-00AA-041A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-10-00-00AA-041A-T-T62E_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-10-00-00AA-520A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-10-00-00AA-720A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-20-00-00AA-520A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-20-00-00AA-720A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-30-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-30-00-00AA-520A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-30-00-00AA-720A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA2-40-00-00AA-720A-A_003-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA3-00-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA3-10-00-00AA-411A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA3-10-00-00AA-921A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA4-00-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA4-10-00-00AA-241A-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA4-10-00-00AA-251B-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA4-10-00-00AA-414A-A_007-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA5-00-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA5-10-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA5-20-00-00AA-251C-A_010-00_EN-US.XML
+DMC-S1000DBIKE-AAA-DA5-30-00-00AA-041A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00EA-D_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00GA-D_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00HA-D_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00NA-D_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-029A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-040A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-056A-A_010-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-057A-A_010-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-058A-A_010-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A1A-D_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A2A-D_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-341A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-413A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-700A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-921A-A_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-012A-A_003-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML
+DMC-S1000DLIGHTING-AAA-D00-00-00-02AA-012A-A_003-00_EN-US.XML
+DML-S1000DBIKE-B6865-S-2019-00001_001-00.XML
+ICN-07GB6-BIKECI0001-001-01.CGM
+ICN-81205-S1000D0400-001-01.PNG
+ICN-C0419-S1000D0358-001-01.CGM
+ICN-C0419-S1000D0359-001-01.CGM
+ICN-C0419-S1000D0360-001-01.CGM
+ICN-C0419-S1000D0360-001-01.PNG
+ICN-C0419-S1000D0361-001-01.CGM
+ICN-C0419-S1000D0362-001-01.CGM
+ICN-C0419-S1000D0363-001-01.JPG
+ICN-C0419-S1000D0364-001-01.JPG
+ICN-C0419-S1000D0365-001-01.CGM
+ICN-C0419-S1000D0366-001-01.CGM
+ICN-C0419-S1000D0367-001-01.CGM
+ICN-C0419-S1000D0368-001-01.CGM
+ICN-C0419-S1000D0369-001-01.CGM
+ICN-C0419-S1000D0370-001-01.SWF
+ICN-C0419-S1000D0371-001-01.JPG
+ICN-C0419-S1000D0372-001-01.JPG
+ICN-C0419-S1000D0373-001-01.JPG
+ICN-C0419-S1000D0374-001-01.JPG
+ICN-C0419-S1000D0375-001-01.CGM
+ICN-C0419-S1000D0376-001-01.CGM
+ICN-C0419-S1000D0377-001-01.CGM
+ICN-C0419-S1000D0378-001-01.CGM
+ICN-C0419-S1000D0379-001-01.CGM
+ICN-C0419-S1000D0380-001-01.CGM
+ICN-C0419-S1000D0381-001-01.CGM
+ICN-C0419-S1000D0382-001-01.CGM
+ICN-C0419-S1000D0383-001-01.CGM
+ICN-C0419-S1000D0384-001-01.SWF
+ICN-C0419-S1000D0385-001-01.CGM
+ICN-C0419-S1000D0386-001-01.CGM
+ICN-C0419-S1000D0387-001-01.CGM
+ICN-C0419-S1000D0388-001-01.CGM
+ICN-C0419-S1000D0389-001-01.CGM
+ICN-C0419-S1000D0390-001-01.CGM
+ICN-C0419-S1000D0391-001-01.CGM
+ICN-C0419-S1000D0392-001-01.CGM
+ICN-C0419-S1000D0393-001-01.CGM
+ICN-C0419-S1000D0394-001-01.CGM
+ICN-C0419-S1000D0395-001-01.CGM
+ICN-C0419-S1000D0396-001-01.CGM
+ICN-C0419-S1000D0397-001-01.CGM
+ICN-C0419-S1000D0398-001-01.CGM
+ICN-C0419-S1000D0399-001-01.CGM
+ICN-C0419-S1000D0400-001-01.CGM
+ICN-C0419-S1000D0401-001-01.CGM
+ICN-C0419-S1000D0402-001-01.CGM
+ICN-C0419-S1000D0403-001-01.CGM
+ICN-C0419-S1000D0404-001-01.CGM
+ICN-C0419-S1000D0405-001-01.CGM
+ICN-S3627-S1000D0619-001-01.PNG
+PMC-BRAKE-B6865-EPWG1-00_004-00_SX-US.XML
+PMC-S1000DBIKE-B6865-EPWG1-00_004-00_SX-US.XML
+PMC-S1000DBIKE-B6865-LOAP1-00_004-00_SX-US.XML
+PMC-S1000DLIGHTING-B6865-EPWG1-00_004-00_SX-US.XML
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-D00-00-00-00AA-00WA-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-D00-00-00-00AA-00WA-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..0d4d290c3858d3ba56f789cfa6e178b147df02dd
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-D00-00-00-00AA-00WA-D_003-00_EN-US.XML
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Brake serial number
+ B/SN
+ Serial number by brake
+
+
+ Model
+
+ The model of the brake
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-00-00-00AA-041A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-00-00-00AA-041A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..e7ad9d0a1df4d60af03646820e788551306926c2
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-00-00-00AA-041A-A_003-00_EN-US.XML
@@ -0,0 +1,179 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY13
+
+ S1000D upissued
+
+
+
+
+
+
+ Brake system
+ The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.
+ There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ).
+
+ Cantilever brake
+ The brake system (refer to ) has these primary components:
+
+ the brake lever (refer to )
+
+
+ the brake cable
+
+
+ the brake arm
+
+
+ the brake clamp (also known as callipers)
+
+
+ the brake pads (refer to )
+
+
+
+
+ Cantilever brake with straddle cable
+
+
+ A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.
+
+
+ Brake pads
+ There are four brake pads (refer to ) on the bicycle. Two are found on the front wheel and two on the rear wheel. The brake pads are made out of hard wearing rubber. The pads press against the rim of the wheel to cause friction when the you operate the brake levers.
+
+ Exploded diagram of a brake
+
+
+
+
+ Brake lever
+ The brake levers (refer to ) are easily damaged. The lever is installed in the mount. A clamp bolt holds the mount. This bolt is not visible because it is found in the mount. The lever turns on a lever pivot bolt. The adjuster lock nut holds the brake cable. This lock nut adjusts the tension of the cable.
+
+ Typical components of a mountain bicycle lever
+
+
+ The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-00-00-00AA-341A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-00-00-00AA-341A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..a481bbfd437da54057d3ac8101d5c4792fc81d6a
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-00-00-00AA-341A-A_003-00_EN-US.XML
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY13
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Put the bicycle in a vertical position.
+
+
+ Hold the handle bars and push the bicycle forwards.
+
+
+ Apply the brakes.
+
+
+ Make sure that the wheels lock and the bicycle stops.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-10-00-00AA-251A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-10-00-00AA-251A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..dc38f8e78d57b81b1b15c18ffb23b88af113bfd6
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-BRAKE-AAA-DA1-10-00-00AA-251A-A_003-00_EN-US.XML
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY131
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+ Rubbing alcohol
+
+ KZ222
+
+ LL-002
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Do a visual inspection of the brakes as given in the pre-ride checks (refer to
+
+
+
+ ).
+
+
+ Clean the brake pads.
+
+ Find each of the brake pads.
+
+
+ Apply a thin layer of the on each of the brake pads.
+
+
+ Rub the surface until you have applied the to the complete surface of the pad.
+
+
+ Remove the unwanted alcohol.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-001A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-001A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..18355e1317592be5bc5e4d1bcdfc7b800ecd6dc6
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-001A-A_003-00_EN-US.XML
@@ -0,0 +1,234 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Title page
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+ S1000D Sample Publication
+
+ Mountain bicycle manual
+ BIKE
+
+
+
+
+
+ Mountain bicycle
+
+
+
+ Mountain storm Mk1
+
+
+
+
+ Brook trekker Mk9
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ CORENA
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-002A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-002A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b2e4c5f97aee98a8456a3076a7e27886871e9dc8
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-002A-A_003-00_EN-US.XML
@@ -0,0 +1,1239 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ List of effective data modules
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of function
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description attributed to crew
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table catalog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Pre-operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Riding a bicycle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Normal operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Post-operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Attention
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Prerequisite concept review
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Place on test stand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Standard repair procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Illustrated Parts Data - IPD
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Time limits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance lists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance checks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheel
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheels
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Inner tube
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Fill with air
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Check pressure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Fault reports and isolation procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures: Interactive content - Procedure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Detected fault
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Frame
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Isolated fault
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drivetrain
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Oil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Clean with chain cleaning fluid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drive train
+ Correlated fault
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gears
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mechs
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hubs
+ Clean with degreasing agent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shifters
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-009A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-009A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..518d1a42d2915f08e22d60053d6f002c839aebb3
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-009A-A_003-00_EN-US.XML
@@ -0,0 +1,1288 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Table of contents
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of function
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description attributed to crew
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table catalog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Pre-operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Riding a bicycle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Normal operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Post-operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Attention
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Prerequisite concept review
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Place on test stand
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Standard repair procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Illustrated Parts Data - IPD
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Time limits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance lists
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance checks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheel
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheels
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Inner tube
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Fill with air
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Check pressure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Fault reports and isolation procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures: Interactive content - Procedure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Detected fault
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Frame
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Isolated fault
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drivetrain
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Oil
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Clean with chain cleaning fluid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drive train
+ Correlated fault
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gears
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mechs
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hubs
+ Clean with degreasing agent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shifters
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00PA-D_007-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00PA-D_007-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..4b3789e4489c9552de3524637299bf3cf7a6a425
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00PA-D_007-00_EN-US.XML
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Products cross-reference table
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00QA-D_007-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00QA-D_007-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..528d43d78b99930d506f59f53501a540b56dee7e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00QA-D_007-00_EN-US.XML
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Conditions cross-reference table
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+ SB 1
+
+
+
+
+
+ POST SB 1 AND PRE SB 9
+
+
+
+
+
+
+
+
+
+
+ Service bulletin
+ Generic service bulletin type
+
+
+
+
+
+ generic Boolean condition
+ Boolean condition
+
+
+
+
+
+ Service bulletin S001 - Chain guard
+ Service bulletin S001 for the installation of the chain guard
+
+
+
+
+
+
+
+
+
+
+
+
+ tour finished
+ finished tour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00WA-D_008-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00WA-D_008-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..2c7667ee662f6b156623d4c886ecfffe451d4669
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00WA-D_008-00_EN-US.XML
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Serial number
+ SN
+ Serial number (etched on the frame)
+
+ Serial Number (locate under the bottom bracket where the two
+ pedal cranks meet
+
+
+
+ Type
+
+ Type of bike
+
+
+ Model
+
+ Model of the bike
+
+
+
+ Version
+
+ Version of the bike
+
+
+
+ Version rank
+ series
+ Version rank
+
+
+
+ Brake Serial number
+ BSN
+ Serial number on the brake
+
+
+ Brake model - The model of the brake in a bike
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00XA-A_004-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00XA-A_004-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..8f23479c319e4b2dd473a07a57c5add331790d51
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-00XA-A_004-00_EN-US.XML
@@ -0,0 +1,153 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Controls and Indicators
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+ Introduction
+ The following table(s) and illustration(s) provide the description and use of the controls and indicators pertaining to the mountain bicycle(s). Some controls and indicators may differ depending on the model.
+
+
+
+ Bicycle Controls and Indicators
+
+
+
+
+
+
+ 1
+ LED Taillight
+
+ Lights illuminate automatically when brakes are engaged.
+
+
+
+ 2
+ Chrome Bell
+
+ Press to sound bell. Normally used to signal a need for attention.
+
+
+
+ 3
+ LED Headlight
+
+ Push button to turn light on or off.
+
+
+
+ 4
+ Platform Pedals
+
+ Control the acceleration of the bicycle.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-022A-D_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-022A-D_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..6a513e698acbb95d2518fae24827b5aaf6b82b65
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-022A-D_010-00_EN-US.XML
@@ -0,0 +1,599 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Business rules exchange
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New information names for 022A and 024A
+
+
+
+
+
+ Introduction to the Bike BREX DM
+ The Bike BREX data module has primarily been developed to
+
+ serve as an example of how a BREX data module is meant to be used
+
+
+ to control and guide the continuous development of the Bike data set
+
+
+
+ The Bike BREX will be subject of continuous enhancements to ensure that each new specification issue is appropriately represented in the BREX module.
+
+
+
+
+
+ //dmAddress/dmIdent/dmCode/@modelIdentCode
+ Bike model identification
+ S1000D Bike platform
+ S1000D Bike light system
+ S1000D Brake system
+
+
+
+ //dmAddress/dmIdent/dmCode/@systemCode
+ Systems (Bike specific SNS)
+
+
+
+
+
+ //dmAddress/dmIdent/dmCode/@subSystemCode
+ Subsystems (Bike specific SNS)
+
+
+
+
+ //dmAddress/dmIdent/dmCode/@subSubystemCode
+ Subsubsystems
+
+
+
+
+ //dmAddress/dmIdent/dmCode/@assyCode
+ Units or assembly
+
+
+
+
+ //dmAddress/dmIdent/dmCode/@infoCode
+ Bike information codes
+ Function, data for plans and description
+ Title page
+ List of pages or data modules See also code 00R and code 00S
+ Table of contents
+ Functional item numbers common information repository
+ Parts common information repository
+ Zones common information repository
+ Support equipment common information repository
+ Product Cross-reference Table (PCT)
+ Conditions Cross-reference Table (CCT)
+ Applicability Cross-reference Table (ACT)
+ Controls and indicators common information repository
+ Functional and/or physical areas repository
+ Applicability repository
+ Applicability cross reference catalog
+ General warnings and cautions and related safety data
+ Introduction
+ Business rules
+ Business rules document
+ General
+ Data structure
+ Description
+ Description of how it is made
+ Description of function
+ Description of function attributed to crew (functional breakdown)
+ Equipment list
+ Wire list
+ Harness list
+ Operation
+ Pre-operation procedure
+ Normal operation
+ Normal operation procedure
+ Post-operation procedure
+ Servicing
+ Fill with air
+ Oil
+ Clean with chemical agent
+ Other procedure to clean
+ Visual examination
+ Test preparation
+ Manual test
+ Pressure check
+ Fault reports and isolation procedures
+ Isolated fault
+ Detected fault
+ Observed fault
+ Correlated fault
+ Remove procedure
+ Standard repair procedure
+ Assemble, install and connect procedures
+ Install procedure
+ General maintenance procedure
+ Maintenance allocation
+ Change = Remove and install
+ Change = Remove and install a new item
+ Service Bulletin
+ Accomplishment instruction
+ Modification procedures
+ Illustrated parts data
+ Generic learning content
+
+
+
+ //descendant-or-self::orderedList[not(ancestor-or-self::description)]
+ Sequential (numbered) lists not allowed unless in descriptive data modules
+
+
+
+ //note[ancestor-or-self::warning]
+ Notes are not allowed in Warnings
+
+
+
+ //warning/orderedList
+ Ordered lists are not allowed in Warnings
+
+
+
+ //warning/definitionList
+ Definition lists are not allowed in Warnings
+
+
+
+ //warning/randomList/listItem/randomList
+ Random lists must not be nested within Warnings
+
+
+
+ //warning/randomList/title
+ Random list titles are not allowed in Warnings
+
+
+
+ //note[ancestor-or-self::caution]
+ Notes are not allowed in Cautions
+
+
+
+ //caution/orderedList
+ Ordered lists are not allowed in Cautions
+
+
+
+ //caution/definitionList
+ Definition lists are not allowed in Cautions
+
+
+
+ //caution/randomList/listItem/randomList
+ Random lists must not be nested within Cautions
+
+
+
+ //caution/randomList/title
+ Random list titles are not allowed in Cautions
+
+
+
+ //@accessPointTypeValue
+ Type of access point
+ Access is a door
+ Access is a panel
+ Access is an electrical panel
+
+
+
+ //acronym/@acronymtype
+ Type of acronym or abbreviation
+ Acronym (Candidate for list of abbreviations) - Default value
+ Term (Candidate for list of terms)
+ Symbol (Candidate for list of symbols)
+ Spec (Candidate for list of applicable specs)
+
+
+
+ //dialog/@cancelCaption
+ Caption for dialog cancel function
+ Sets the caption to "CANCEL"
+ Sets the caption to "ABORT"
+ Sets the caption to "NO"
+ Sets the caption to "END"
+ Sets the caption to "QUIT"
+
+
+
+ //security/@securityClassification
+ Security classification
+ 1 (lowest level of security classification, eg Unclassified)
+
+
+
+ //security/@commercialClassification
+ Commercial security classification
+ Open
+
+
+
+ //caption/@color
+ Caption color
+ None
+ Green
+ Amber
+ Yellow
+ Red
+ White
+ Grey
+ Clear - Default value
+ Blue (used on Bike Computer Display)
+
+
+
+
+
+ //commentPriority[not(attribute::commentPriorityCode)]
+ Priority level of a comment required
+
+
+
+ //@commentPriorityCode
+ Priority level of a comment
+ Routine
+ Emergency
+ Safety critical
+
+
+
+
+
+ //crewMember[not(attribute::crewMemberType)]
+ Type of crew member required for drill or procedural step
+
+
+
+
+ //@crewMembertype
+ Type of crew member
+ All
+ Bike rider
+ Bike technician
+
+
+
+
+ //crewDrill/@drillType
+ Types of aircrew drills do not apply to the Bike DMs
+
+
+
+
+ //emphasis/@emphasisType
+ Type of emphasis
+ Bold - Default value
+ Italic (only for legacy data, see Chap 3.9.1)
+ Underline (only for legacy data, see Chap 3.9.1)
+ Overline (only for marking vectors)
+ Strikethrough (not to be used to mark deleted text)
+
+
+
+
+ //installationLocation/@installationLocationType
+ Type of install location
+
+
+ Section
+ Station
+ Water line
+ Buttock line
+ Frame
+
+
+
+
+ //maintLevel/@maintLevelCode
+ Maintenance level
+ Level 1 (home)
+ Level 2 (authorized workshop)
+
+
+
+
+ //@itemOriginator
+ Origin of equipment/harness/wire
+ Manufacturer
+ Vendor
+ Partner
+
+
+
+
+ //randomList/@listItemPrefix
+ Prefix of 'randomList' items, limited to three variants
+ Simple (No prefix, only indent)
+ Unorder (Depending on list level, prefix with short dash for first level, bullet for second, and short dash for third level - ISOpub: bull, dash) - Default value
+ Dash (short dash - ISOpub: dash)
+
+
+
+
+ //inlineSignificantData/@significantParaDataType
+ Paragraph significant data type
+ Ammunition
+ Instruction disposition
+ Lubricant
+ Maintenance level
+ Manufacturer code
+ Manufacturers recommendation
+ Modification code
+ Qualification code
+ Training level
+ Control or Indicator value
+
+
+
+
+ //quantity/@quantityType
+ Quantity data type
+ Length
+ Price
+ Temperature
+ Time
+ Torque value
+ Voltage
+ Volume
+ Mass
+
+
+
+
+ //dialog/@resetCaption
+ Caption for dialog reset caption
+ Sets the caption to "RESET"
+ Sets the caption to "CLEAR"
+
+
+
+
+ //commentResponse/@responseType
+ Type of response to a comment
+ Accepted
+ Pending
+ Partially accepted
+ Rejected
+
+
+
+
+ //@skillLevelCode
+ Personnel skill level
+ Basic
+ Intermediate
+ Advanced
+
+
+
+
+
+ //@submitCaption
+ Caption for dialog submit function
+ Sets the caption to "OK"
+ Sets the caption to "SUBMIT"
+ Sets the caption to "YES"
+ Sets the caption to "CONTINUE"
+ Sets the caption to "EXIT"
+
+
+
+
+ //supervisorLevel/@supervisorLevelCode
+ Supervisor level
+ Low
+ Low intermediate
+ High intermediate
+ High
+
+
+
+
+ //@taskCode
+ Task code
+ Detailed inspection (DET)
+ Discard (DIS)
+ Functional Check (FNC)
+ General visual inspection (GVI)
+ Lubrication (LUB)
+ Operational check (OPC)
+ Restoration (RST)
+ Servicing (SVC)
+ Visual check (VCK)
+
+
+
+ //limitType/@limitUnitType
+ Limit type
+ Time between overhaul
+ Hard time
+ Since last maintenance
+ Out time limit
+ On condition
+ Check maintenance
+ Functional check
+
+
+
+ //threshold/@thresholdUnitOfMeasure
+ Unit of measurement for the threshold interval
+ Months
+ Weeks
+ Years
+ Days
+ Shop visits
+ Auxiliary power unit change
+ Wheel change
+ kilometer
+
+
+
+
+ //sourceType/@sourceTypeCode
+ indicates the type of source
+ fec
+ sample
+
+
+
+
+ //sourceType/@sourceCriticality
+ indicates the impact of not complying with the requirement
+ Evident, Safety
+ Evident, operational
+ Evident, Economic
+ Hidden, Safety
+ Hidden, Non-Safety
+
+
+
+
+ //verbatimText/@verbatimStyle
+ Verbatim style
+ Generic verbatim
+ Filename
+ XML/SGML markup
+ XML/SGML element name
+ XML/SGML attribute name
+ XML/SGML attribute value
+ XML/SGML entity name
+ XML/SGML processing instruction
+ Program prompt
+ User input
+ Computer output
+ Program listing
+ Program variable name
+ Program variable value
+ Constant
+ Class name
+ Parameter name
+
+
+
+ //@quantityUnitOfMeasure
+ Quantity data unit of measure - for further information refer to Chap 3.9.6.2 and the corresponding xml table
+
+
+
+
+
+
+ Bike data modules must be reviewed and approved by EPWG before publishing.
+
+
+
+ The Bike data set must contain examples of how to apply constructs and principles representing various levels of concept sophistication.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-024A-D_002-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-024A-D_002-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..a47c1260d784a0bfef2dfa1257e5af26f24c2b18
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-024A-D_002-00_EN-US.XML
@@ -0,0 +1,34278 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000DBIKE
+ Business rules document
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the
+ residence of organizations that are users of S1000D is permitted.
+ Storage of this data module is to be at the discretion of the
+ organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own
+ local procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016by each of the following
+ organizations:
+
+ AeroSpace and Defence Industries Associations of Europe -
+ ASD.
+
+
+ Ministries of Defence of the member countries of
+ ASD.
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any
+ person who has contributed to the creation, revision or
+ maintenance of the material makes any representations or
+ warranties, express or implied, including but not limited
+ to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the
+ creation, revision or maintenance of this material shall be
+ liable for any direct, indirect, special or consequential
+ damages or any other liability arising from any use of this
+ material.
+
+
+ Revisions to this document may occur after its issuance.
+ The user is responsible for determining if revisions to the
+ material contained in this document have occurred and are
+ applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee
+ TOR
+ There are no known conditions that would change the data restrictions
+ for, or security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+ para, note and notePara added as descendants of
+ brDecisionPointText
+
+
+ New information names for 022A and 024A
+
+
+ BRDP-S1-00051 removed, content merged with BRDP-S1-00052
+
+
+ new DM supporting CPF_2009-133IGBRTT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BIKE BR for S1000D specific BRDPs
+
+
+
+
+
+
+
+
+
+ How to use the specification
+
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of "I" and "O"
+
+ Decide whether and when to use the alpha characters "I" and
+ "O".
+
+
+
+
+
+
+
+
+
+ The alpha characters "I" and "O" must not be used in any SDC,
+ SNS, or DC/DCV.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ How to use the specification
+
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ List of permitted CAGE codes and/or names of the originator companies
+ to be used for the technical publications
+
+ Create a list of permitted CAGE codes and/or names of the
+ originator companies.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+
+
+ Issue of S1000D to be used
+
+ Decide which issue or issues of S1000D to be used.
+
+
+
+ S1000D 4.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Information sets to be used
+
+ Decide which information sets, given in S1000D and/or project
+ specific, to be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Publications to be produced
+
+ Decide which publications to be produced.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+
+
+
+ Schemas to be used
+
+ Decide which Schemas to be used and in which information set they
+ are to be used.
+
+
+
+ ACT
+
+
+ BREX
+
+
+
+
+ CIR
+
+
+ CCT
+
+
+
+
+ Data Dispatch Note
+
+
+ Descriptive
+
+
+ Data Module List
+
+
+
+ Front matter
+
+
+ IPD
+
+
+
+ Publication Module
+
+
+
+ Procedural
+
+
+
+ Service Bulletin
+
+
+
+
+
+ CIR Update
+
+
+ Wiring Diagram
+
+
+ Wiring Fields
+
+
+
+
+
+
+ ACT
+
+
+ BREX
+
+
+
+
+ CIR
+
+
+ CCT
+
+
+
+
+ Data Dispatch Note
+
+
+ Descriptive
+
+
+ Data Module List
+
+
+
+ Front matter
+
+
+ IPD
+
+
+
+ Publication Module
+
+
+
+ Procedural
+
+
+
+ Service Bulletin
+
+
+
+
+
+ CIR Update
+
+
+ Wiring Diagram
+
+
+ Wiring Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of optional elements and attributes
+
+ Decide whether and how to use each optional element and attribute
+ in its structural context.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Possible deliverables
+
+ Decide on the possible deliverables, such as: S1000D objects (eg,
+ data modules, publication modules, illustration sheets and
+ multimedia objects, data management lists) using file based
+ transfer. Page-oriented publications and/or interactive electronic
+ technical publications.
+
+
+
+
+
+ All S1000D CSDB objects (XML and multimedia) must be
+ delivered.
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules
+ Categories and layers
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Frequency of data exchanges
+
+ Decide on the frequency of data exchanges.
+
+
+
+
+
+ Data exchanges must occur for each official specification
+ release.
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Zoning and access
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Zone and access point identification system
+
+ Decide whether to use a zoning and access identification
+ system.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Zoning and access
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Method for zoning and identifying access points
+
+ Decide which method to use for zoning and identifying access
+ points.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Security and data restrictions
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+
+
+ Define security classification values and terms (attribute
+ securityClassification)
+
+ Decide which values to use for the attribute
+ securityClassification and allocate suitable definitions.
+
+
+
+ 1 (lowest level of security classification, eg
+ Unclassified)
+
+
+ 2 (next higher level of security classification, eg
+ Restricted)
+
+
+ 3 (next higher level of security classification, eg
+ Confidential)
+
+
+ 4 (next higher level of security classification, eg
+ Secret)
+
+
+ 5 (next higher level of security classification, eg Top
+ secret)
+
+
+ 6 (another level of security classification)
+
+
+ 7 (another level of security classification)
+
+
+ 8 (another level of security classification)
+
+
+ 9 (another level of security classification)
+
+
+ 51-99 Available for projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Security and data restrictions
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+
+
+ Use and markings of security classifications (attribute
+ securityClassification)
+
+ Determine how the security classifications will be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Security and data restrictions
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+
+
+ Application of caveats
+
+ Determine if the policies that apply to security marking,
+ instructions, etc, and how those markings are required to be applied
+ within the given project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Security and data restrictions
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+
+ Retention of security classifications
+
+ Decide on the retention of security classifications.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Security and data restrictions
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+
+ Presentation of security classifications
+
+ Decide on how the security classifications will be marked and/or
+ indicated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Quality assurance
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Rules for QA
+
+ Decide on the rules for QA of data modules and
+ deliverables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Quality assurance
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Rules for first and second verification
+
+ Decide on the rules for first and second verification. For
+ example, such a rule might be that all data modules that have a
+ safety related procedure must have first verification carried out
+ "On object".
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information generation
+ Quality assurance
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+ Review cycle process
+
+ Decide on the review cycle processes and procedures.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Specify the language
+
+ Decide which language to use for producing data modules.
+
+
+
+ Abkhazian
+
+
+ Afrikaans
+
+
+ Akan
+
+
+ Albanian
+
+
+ Amharic
+
+
+ Arabic
+
+
+ Aragonese
+
+
+ Armenian
+
+
+ Assamese
+
+
+ Avaric
+
+
+ Avestan
+
+
+ Aymara
+
+
+ Azerbaijani
+
+
+ Bashkir
+
+
+ Bambara
+
+
+ Basque
+
+
+ Belarusian
+
+
+ Bengali
+
+
+ Bihari languages
+
+
+ Bislama
+
+
+ Tibetan
+
+
+ Bosnian
+
+
+ Breton
+
+
+ Bulgarian
+
+
+ Burmese
+
+
+ Catalan; Valencian
+
+
+ Chamorro
+
+
+ Chechen
+
+
+ Chinese
+
+
+ Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian;
+ Old Church Slavonic
+
+
+ Chuvash
+
+
+ Cornish
+
+
+ Corsican
+
+
+ Cree
+
+
+ Welsh
+
+
+ Czech
+
+
+ Danish
+
+
+ German
+
+
+ Divehi; Dhivehi; Maldivian
+
+
+ Dutch; Flemish
+
+
+ Dzongkha
+
+
+ Greek, Modern
+
+
+ English
+
+
+ Esperanto
+
+
+ Estonian
+
+
+ Basque
+
+
+ Ewe
+
+
+ Faroese
+
+
+ Persian
+
+
+ Fijian
+
+
+ Finnish
+
+
+ French
+
+
+ Western Frisian
+
+
+ Fulah
+
+
+ Georgian
+
+
+ Gaelic; Scottish Gaelic
+
+
+ Irish
+
+
+ Galician
+
+
+ Manx
+
+
+ Greek, Modern
+
+
+ Guarani
+
+
+ Gujarati
+
+
+ Haitian; Haitian Creole
+
+
+ Hausa
+
+
+ Hebrew
+
+
+ Herero
+
+
+ Hindi
+
+
+ Hiri Motu
+
+
+ Croatian
+
+
+ Hungarian
+
+
+ Armenian
+
+
+ Igbo
+
+
+ Icelandic
+
+
+ Ido
+
+
+ Sichuan Yi; Nuosu
+
+
+ Inuktitut
+
+
+ Interlingue; Occidental
+
+
+ Interlingua (International Auxiliary Language
+ Association)
+
+
+ Indonesian
+
+
+ Inupiaq
+
+
+ Italian
+
+
+ Javanese
+
+
+ Japanese
+
+
+ Kalaallisut; Greenlandic
+
+
+ Kannada
+
+
+ Kashmiri
+
+
+ Georgian
+
+
+ Kanuri
+
+
+ Kazakh
+
+
+ Central Khmer
+
+
+ Kikuyu; Gikuyu
+
+
+ Kinyarwanda
+
+
+ Kirghiz; Kyrgyz
+
+
+ Komi
+
+
+ Kongo
+
+
+ Korean
+
+
+ Kuanyama; Kwanyama
+
+
+ Kurdish
+
+
+ Lao
+
+
+ Latin
+
+
+ Latvian
+
+
+ Limburgan; Limburger; Limburgish
+
+
+ Lingala
+
+
+ Lithuanian
+
+
+ Luxembourgish; Letzeburgesch
+
+
+ Luba-Katanga
+
+
+ Ganda
+
+
+ Macedonian
+
+
+ Marshallese
+
+
+ Malayalam
+
+
+ Maori
+
+
+ Marathi
+
+
+ Malay
+
+
+ Macedonian
+
+
+ Malagasy
+
+
+ Maltese
+
+
+ Mongolian
+
+
+ Burmese
+
+
+ Nauru
+
+
+ Navajo; Navaho
+
+
+ Ndebele, South; South Ndebele
+
+
+ Ndebele, North; North Ndebele
+
+
+ Ndonga
+
+
+ Nepali
+
+
+ Norwegian Nynorsk; Nynorsk, Norwegian
+
+
+ Bokmål, Norwegian; Norwegian Bokmål
+
+
+ Norwegian
+
+
+ Chichewa; Chewa; Nyanja
+
+
+ Occitan (post 1500); Provençal
+
+
+ Ojibwa
+
+
+ Oriya
+
+
+ Oromo
+
+
+ Ossetian; Ossetic
+
+
+ Panjabi; Punjabi
+
+
+ Persian
+
+
+ Pali
+
+
+ Polish
+
+
+ Portuguese
+
+
+ Pushto; Pashto
+
+
+ Quechua
+
+
+ Romansh
+
+
+ Romanian; Moldavian; Moldovan
+
+
+ Rundi
+
+
+ Russian
+
+
+ Sango
+
+
+ Sanskrit
+
+
+ Sinhala; Sinhalese
+
+
+ Slovak
+
+
+ Slovenian
+
+
+ Northern Sami
+
+
+ Samoan
+
+
+ Shona
+
+
+ Sindhi
+
+
+ Somali
+
+
+ Sotho, Southern
+
+
+ Spanish; Castilian
+
+
+ Sardinian
+
+
+ Serbian
+
+
+ Swati
+
+
+ Sundanese
+
+
+ Swahili
+
+
+ Swedish
+
+
+ Tahitian
+
+
+ Tamil
+
+
+ Tatar
+
+
+ Telugu
+
+
+ Tajik
+
+
+ Tagalog
+
+
+ Thai
+
+
+ Tibetan
+
+
+ Tigrinya
+
+
+ Tonga (Tonga Islands)
+
+
+ Tswana
+
+
+ Tsonga
+
+
+ Turkmen
+
+
+ Turkish
+
+
+ Twi
+
+
+ Uighur; Uyghur
+
+
+ Ukrainian
+
+
+ Urdu
+
+
+ Uzbek
+
+
+ Venda
+
+
+ Vietnamese
+
+
+ Volapük
+
+
+ Welsh
+
+
+ Walloon
+
+
+ Wolof
+
+
+ Xhosa
+
+
+ Yiddish
+
+
+ Yoruba
+
+
+ Zhuang; Chuang
+
+
+ Zulu
+
+
+ Simplified Technical English
+
+
+
+
+
+
+ English
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of ASD Simplified Technical English
+
+ Decide whether to use ASD-STE100® when producing data modules in
+ English.
+
+
+
+
+
+
+
+
+
+ ASD-STE100 must not be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Standard dictionary
+
+ Decide which standard dictionary to use for producing data
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of a terminology database or glossary
+
+ Decide whether to use a terminology database or a glossary. If
+ used, agree on its content and management.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of a standard list of abbreviations
+
+ Decide whether to use a standard list of abbreviations. If used,
+ agree on its content and management.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Units of measurement
+
+ Decide what unit of measurement to use for primary and secondary
+ units.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ General writing rules
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Highlighting text
+
+ Decide on which method to be used to emphasize text.
+
+
+
+ em01 - Bold
+
+
+ em02 - Italic (only for legacy data, see Chap 3.9.1)
+
+
+ em03 - Underline (only for legacy data, see Chap 3.9.1)
+
+
+ em04 - Overline (only for marking vectors)
+
+
+ em05 - Strikethrough (not to be used to mark deleted
+ text)
+
+
+ em51-em99 Available for projects
+
+
+
+
+
+
+ Emphasis must be indicated using the element <emphasis>.
+ Only the S1000D-defined values em01 thru em05 are
+ allowed.
+
+
+ Emphasis must be indicated using the element <emphasis>.
+ Only the S1000D-defined values em01 thru em05 are
+ allowed.
+
+
+ Emphasis must be indicated using the element <emphasis>.
+ Only the S1000D-defined values em01 thru em05 are
+ allowed.
+
+
+ Emphasis must be indicated using the element <emphasis>.
+ Only the S1000D-defined values em01 thru em05 are
+ allowed.
+
+
+ Emphasis must be indicated using the element <emphasis>.
+ Only the S1000D-defined values em01 thru em05 are
+ allowed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Illustration rules and multimedia
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Need of printable data
+
+ Decide which parts of the documentation (data modules and
+ publications including IETP) need to be printable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Illustration rules and multimedia
+ Illustrations, General
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Engineering numbers and revision status within the illustration
+ reproduction area
+
+ Decide if schematics derived from engineering drawings include the
+ original drawing number and revision status within the illustration
+ reproduction area.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Illustration rules and multimedia
+ Illustrations, General
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+
+
+ Use of color in the final deliverable
+
+ Decide whether to use color in the final deliverable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Warnings, cautions and notes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of general warnings, cautions and notes as separate data
+ modules
+
+ Decide whether to produce general warnings, cautions and notes in
+ separate descriptive data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Warnings, cautions and notes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of warning and/or caution collections
+
+ Decide whether to use warning and/or caution collections, internal
+ or external.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Warnings, cautions and notes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute vitalWarningFlag
+
+ Decide whether and how to use the attribute
+ vitalWarningFlag.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Warnings, cautions and notes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute warningType
+
+ Decide whether and how to use the attribute warningType.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Warnings, cautions and notes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute cautionType
+
+ Decide whether and how to use the attribute cautionType.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Warnings, cautions and notes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute noteType
+
+ Decide whether and how to use the attribute noteType.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of the issue number and the inwork number on the title
+ page
+
+ Decide whether to present the issue number with or without the
+ inwork number on the title page.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+
+
+
+ Use of LOEP or LOEDM
+
+ Decide whether the use of LOEP or LOEDM.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation the of issue date or the issue number in the
+ LOEP
+
+ Decide whether to present the issue date or the issue number (with
+ or without inwork number) for the LOEP entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of applicability information in the LOEP
+
+ Decide whether to present the applicability information for the
+ LOEP entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of the issue date or the issue number in the
+ LOEDM
+
+ Decide whether to present the issue date or the issue number (with
+ or without inwork number) for the LOEDM entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of applicability information in the LOEDM
+
+ Decide whether to present the applicability information for the
+ LOEDM entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of Highlights with updating instructions
+
+ Decide whether to use Highlights with updating instructions or
+ not.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of issue the date or the issue number in the
+ Highlights
+
+ Decide whether to present the issue date or the issue number (with
+ or without inwork number) for the Highlights entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of applicability information for the Highlights
+
+ Decide whether to present the applicability information for the
+ Highlights entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Presentation of issue the date and the issue number in the
+ TOC
+
+ Decide whether to present the issue date and/or the issue number
+ (with or without inwork number) that apply to the TOC
+ entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of linear or hierarchically subdivided TOC
+
+ Decide whether to use a linear or a hierarchically subdivided
+ TOC.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Country and language codes
+
+ Decide on the country and language codes to use, and apply them
+ consistently across the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Exchange of draft data modules
+
+ Decide whether the project will allow the exchange of draft data
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Definition of the issue date
+
+ Decide on the definition of the issue date. This can be, for
+ example, the input date (ie, the release to CSDB date), or the
+ cut-off date for the delivery, etc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Source of the technical names
+
+ Decide on the source of the technical names and use them
+ consistently across the project. In all cases, the technical name
+ must reflect the item represented by the SNS.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Allocation of the information codes and the information names
+
+ Decide which information codes and associated information names
+ will be used.
+
+
+
+ A list mapping each information codes with an associated
+ information name and Schema.
+
+
+
+
+ Rules for the information names
+
+ The following information codes are applicable to the project
+ "S1000DBIKE"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ All schemas must be used as needed, including: pm, update, dml,
+ ddn, appliccrossreftable, descript, proced, frontmatter,
+ prdcrossreftable, condcrossreftable, comrep, brex, crew, process,
+ learning, ipd, sb, schedul, fault, wrngflds, wrngdata.
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Data module change/revised ratio
+
+ Decide on the threshold that a data module is considered revised
+ rather than changed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use and definitions of the attributes commercialClassification and
+ caveat
+
+ Decide on the use and definitions of the attributes
+ commercialClassification and caveat.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+
+ Priorities and relationships of the security attributes
+ securityClassification, commercialClassification and caveat
+
+ Decide on the priorities and relationships between the attributes
+ securityClassification, commercialClassification and caveat if they
+ are used.
+
+
+
+
+
+
+ When applicable, the attribute caveat (value cv51, unknown)
+ must be included. When applicable, the attribute
+ commercialClassification (value cc51, open) must be
+ included.
+
+
+
+
+
+
+ Open
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <dataRestrictions>
+
+ Decide whether to include data restriction information.
+
+
+
+
+
+
+
+
+
+ Data restrictions must be included for all module
+ types.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the attribute applicability in the element
+ <dataRestrictions>
+
+ Decide whether to differentiate data restrictions information
+ based on Product configuration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <restrictionInstructions>
+
+ Decide whether to include export controls, handling, destruction
+ notices and disclosure instructions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <dataDistribution>
+
+ Decide on the distribution information contained in the element
+ <dataDistribution>.
+
+
+
+
+
+
+
+
+
+ Distribution for all module types must include, "To be made
+ available to all S1000D users.".
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <dataHandling>
+
+ Decide whether and how to use the element <dataHandling>.
+ For example, the handling requirements and procedures that must be
+ applied to a data module.
+
+
+
+
+
+
+
+
+
+ Data handling for all module types must include, "There are no
+ specific handling instructions for this data module."
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <dataDestruction>
+
+ Decide whether to use the element <dataDestruction> and how
+ to use it. For example, the appropriate extent of destruction
+ instructions that must be applied to a data module.
+
+
+
+
+
+
+
+
+
+ Data destruction for all module types must include, "Users may
+ destroy this data module in accordance with their own local
+ procedures."
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <dataDisclosure>
+
+ Decide whether and how to use the element <dataDisclosure>.
+ For example, the requirements that must be applied to a data module
+ with regard to disclosure instructions.
+
+
+
+
+
+
+
+
+
+ Data disclosure for all module types must include, "There are
+ no dissemination limitations that apply to this data
+ module."
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <supersedure>
+
+ Decide whether to use the element <supersedure> and how to
+ use it. For example, the requirements that must be applied to a data
+ module with regard to supersedure notices.
+
+
+
+
+
+
+
+
+
+ The use of the element <supersedure> is
+ prohibited.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <restrictionInfo>
+
+ Decide whether and how to use the element <restrictionInfo>.
+ For example, the content and extent of restriction information to
+ include in a data module.
+
+
+
+
+
+
+
+
+
+ The use of the element <restrictionInfo> is required for
+ all module types.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <copyright> and source of copyright
+ information
+
+ Decide whether and how to use the element <copyright>. Any
+ copyright information must be obtained from the relevant
+ authority.
+
+
+
+
+
+
+
+
+
+ The element <copyright> must be used for all module
+ types. Population is based on the requirements of the
+ responsible partner company.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Method of populating copyright information (in each data module or in
+ a consolidated data module)
+
+ Decide whether to populate copyright information in each data
+ module or whether to cross-reference to a copyright data
+ module.
+
+ While choosing the population method, assess the impact of
+ changes to copyright information on updating of data
+ modules.
+
+
+
+
+
+
+ Copyright information must be populated in each module and not
+ cross-referenced.
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <policyStatement>
+
+ Decide whether to use the element <policyStatement>.
+
+
+
+
+
+
+
+
+
+ Policy statements for all module types must include, "TPSMG
+ TOR 001."
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <dataConds>
+
+ Decide whether to use the element <dataConds>.
+
+
+
+
+
+
+
+
+
+ Data conditions for all module types must include, "There are
+ no known conditions that would change the data restrictions for,
+ or security classification of, this data module."
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <logo>
+
+ Decide whether to use the element <logo>and how it should be
+ used at presentation.
+
+
+
+
+
+
+
+
+
+ The use of the element <logo> is prohibited.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <enterpriseName> and/or the attribute
+ enterpriseCode for the responsible partner company
+
+ Decide whether to use the element <enterpriseName> and/or
+ the attribute enterpriseCode to capture the name and CAGE code
+ respectively, of the responsible partner company. If the name is
+ used it must be done consistently and be mandatory for the
+ project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <enterpriseName> and/or the attribute
+ enterpriseCode for the responsible originator
+
+ Decide whether to use the element <enterpriseName> and/or
+ the attribute enterpriseCode to capture the name and CAGE code
+ respectively, of the originator. If the name is used it must be done
+ consistently and be mandatory for the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <techStandard>
+
+ Decide whether to use the element <techStandard>.
+
+
+
+
+
+
+
+
+
+ The element <techStandard> must be used as
+ applicable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <authorityInfo>
+
+ Decide whether and how to use the element
+ <authorityInfo>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <techPubBase>
+
+ Decide whether and how to use the element <techPubBase>. If
+ used, agree on acceptable values for the publication baseline and
+ where they are derived from.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <authorityNotes>
+
+ Decide how to use the element <authorityNotes>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Use of the attribute applicRefid of the element
+ <qualityAssurance>
+
+ Decide whether to use attribute applicRefid on QA
+ information.
+
+
+
+
+
+
+
+
+
+ The attribute applicRefId is prohibited on QA
+ information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Exchange of draft data modules
+
+ Decide whether the project will allow the exchange of draft data
+ modules.
+
+
+
+
+
+
+
+
+
+ The exchange of draft data modules is allowed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <systemBreakdownCode>
+
+ Decide whether to use the element <systemBreakdownCode>. If
+ used, its use must be consistent across the project.
+
+
+
+
+
+
+
+
+
+ The use of element <systemBreakdownCode> is
+ required.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <functionalItemCode>
+
+ Decide whether to use element <functionalItemCode>. If used,
+ its use must be consistent across the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <functionalItemRef>
+
+ Decide whether to use the element <functionalItemRef>. If
+ used, its use must be consistent across the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the attribute functionalItemNumber of the element
+ <functionalItemRef>
+
+ Decide how to populate the attribute functionalItemNumber of the
+ element <functionalItemRef> when this element is used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the attribute manufacturerCodeValue of the element
+ <functionalItemRef>
+
+ Decide whether and how to use the attribute manufacturerCodeValue
+ of the element <functionalItemRef>. If used, the element must
+ be populated consistently across the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <productSafety>
+
+ Decide whether to use the element <productSafety> and under
+ what circumstances.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Values for the attribute safetyLabel
+
+ Define the values to use for the attribute safetyLabel.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the element <remarks> in the element
+ <dmStatus>
+
+ Decide whether to use the element <remarks>. If used, its
+ use must be defined in the project business rules and guidance
+ given.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Identification and status section
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+
+ Use of the attribute applicRefId of the element <remarks>
+ within the element <dmStatus>
+
+ Decide whether and how to use the attribute applicRefId of the
+ element <remarks> in the element <dmStatus>. The element
+ <remarks>can contain remarks, which can be differentiated
+ based on Product configuration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Identification and status section
+ Export control
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+ Use of export control
+
+ Decide whether export control regulations apply.
+
+
+
+
+
+
+
+
+
+ Export control regulations apply.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Identification and status section
+ Export control
+
+
+
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+ Content of export control details
+
+ Decide on the requirements and procedures that must be applied to
+ a data module regarding export controls.
+
+
+
+
+
+
+ Export control statements must be included for all module
+ types and include, "Export of this data module to all countries
+ that are the residence of organizations that are users of S1000D
+ is permitted. Storage of this data module is to be at the
+ discretion of the organization."
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Change marking
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Standard wording for reasons for update
+
+ Decide standard reason for update sentences to be used. Reason for
+ update can be used to automatically generate a highlights data
+ module. Normally, a project will mandate its use from issue "002"
+ upwards. Examples are: Revised to incorporate modification XYZ
+ Deleted. Data module no longer required
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Change marking
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of reason for update in conjunction with the production
+ process
+
+ Decide whether the element <reasonForUpdate> is used during
+ the production process.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Change marking
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of applicability information
+
+ Decide whether it is permissible to differentiate reasons for
+ update based on Product configuration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Change marking
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of change marks for tables
+
+ Decide whether and how to use change marks for tables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Change marking
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of change marks for figures
+
+ Decide whether and how to use change marks for figures.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Extent of cross-referencing
+
+ Decide on the extent of cross-referencing within data modules and
+ the methods used for populating the various attributes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <internalRef> in titles
+
+ Use of the element <internalRef> in titles is strongly
+ discouraged. However, decide whether to use cross-references in
+ titles.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute targetTitle
+
+ Decide whether to use the attribute targetTitle. When used
+ (populated), it is a tooltip in a viewer application.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Presentation of the target titles in cross-references
+
+ Decide whether to present the target titles given in the element
+ <title>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the textual content of the element <internalRef> in
+ cross-references
+
+ Decide whether to use the textual content of the element
+ <internalRef>. When used (populated), it must be
+ presented.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the "identifiers" given in the elements
+ <reqSupportEquips>, <reqSupplies>, <reqSpares> or
+ <workLocation>
+
+ Decide whether to use any of the "identifiers" given in the
+ elements <reqSupportEquips>, <reqSupplies>,
+ <reqSpares> or <workLocation> as the presented link
+ (textual content of the element <internalRef>), or as a
+ tooltip in a viewer application (value of the attribute
+ targetTitle).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute internalRefTargetType
+
+ Decide whether to use the attribute internalRefTargetType, which
+ values to use and allocate suitable definitions to the values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Define the format of the cross-reference attributes id and
+ internalRefId
+
+ Decide whether the values of the cross-reference attributes id and
+ internalRefId must be prefixed by alpha characters that identify the
+ type of the target element.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use and format of the attribute referredFragment of the element
+ <dmRef>
+
+ Decide whether to use the attribute referredFragment and, if used,
+ list the precautions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of issue information and language in data module
+ references
+
+ Decide whether to use issue and in-work numbers, as well as
+ language and country codes of the destination data module in data
+ module references. In making this decision, the project or
+ organization must be aware of the implications of using the items
+ when referenced data modules are updated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of title and issue date in data module references
+
+ Decide whether to use the title and the issue date of the
+ destination data module in data module references.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of issue information and language in publication module
+ references
+
+ Decide whether to use issue and in-work numbers, as well as
+ language and country codes of the destination publication module in
+ publication module references. In making this decision, the project
+ or organization must be aware of the implications of using the items
+ when referenced publication modules are updated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Population of the element <refs>
+
+ Decide if and how the element <refs> is populated. If
+ populated, the order of items in the list must be specified.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Referencing
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Define the words before and after the reference elements
+
+ Define the words before and after the elements <dmRef>,
+ <pmRef> and <externalPubRef>. This is important as it
+ has implications on the stylesheets used. Example: For one
+ implementation, the stylesheet can automatically generate the words
+ "Refer to data module: " when it recognizes the element
+ <dmRef>. This will cause problems if the author has written
+ "Refer to " within the paragraph before the element
+ <dmRef>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Lists
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of titles for lists
+
+ Decide whether to use titles for each of the sequential, random
+ and definition lists.
+
+
+
+
+
+ Random list titles are not allowed in Warnings
+
+
+
+
+ Random list titles are not allowed in Cautions
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Lists
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute listItemPrefix
+
+ Decide whether to use the attribute listItemPrefix, which values
+ to use and allocate suitable definitions to the values.
+
+
+
+
+
+
+ Simple (No prefix, only indent)
+
+
+ Unorder (Depending on list level, prefix with short dash for
+ first level, bullet for second, and short dash for third level -
+ ISOpub: bull, dash) - Default value
+
+
+ Dash (short dash - ISOpub: dash)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Lists
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of definition list headers
+
+ Decide whether to use definition list headers.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of applicability information on various caption group child
+ elements
+
+ Decide whether and how to use the attribute applicRefId of various
+ <captionGroup> child elements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of color for Tables of contents - attribute tableOfContentType in
+ the element <captionGroup>
+
+ Decide whether to use the attribute tableOfContentType, (eg, for
+ Table of contents in Flight reference cards).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attributes rowsep and colsep in the element
+ <captionEntry>
+
+ Decide whether the attributes rowsep and colsep rules between
+ <captionEntry> elements are required.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the local use of spans within the element
+ <captionEntry>
+
+ Decide whether the element <captionEntry> spans are to be
+ defined locally or by the element <spanspec>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute color in the element <caption>
+
+ Decide whether to use the attribute color, which values to use and
+ allocate suitable definitions to the values
+
+
+
+
+
+
+ None
+
+
+ Green
+
+
+ Amber
+
+
+ Yellow
+
+
+ Red
+
+
+ White
+
+
+ Grey
+
+
+ Clear - Default value
+
+
+ Blue (used on Bike Computer Display)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of attribute systemIdentCode in captions
+
+ Decide whether and how to use the attribute
+ systemIdentCode.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Caption groups
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Inline use of captions
+
+ Decide whether inline captions affect the text line spacing and
+ how this is defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Titles
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <title>
+
+ Decide whether and how to use the element <title>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Titles
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of cross-references from titles
+
+ Decide whether to allow cross-referencing from titles.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Titles
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of titles for the elements <brLevelledPara> and
+ <proceduralStep> from sublevel six thru eight for legacy
+ data
+
+ Decide whether titles can be included for the elements
+ <brLevelledPara> and <proceduralStep> from sublevel six
+ thru eight when converting legacy data to S1000D.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Tables
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of standard table types
+
+ Decide if a list of standard table types applies to the project
+ (eg, inspection, examination) and define what the business rules are
+ for these types in terms of their presentation requirements and
+ certain textual values (eg, titles and heading row values). Each of
+ these standard types must have a defined value that can be applied
+ to the table’s attribute tabstyle.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Tables
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of tables as graphics
+
+ Decide if tables represented as graphics are allowed, and if they
+ are, in what situations they can be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Tables
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of applicability information of various table child elements -
+ attribute applicRefId of the element <table>
+
+ Decide whether and how to use the attribute applicRefId of various
+ <table> child elements. The child elements can be
+ differentiated based on Product configuration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of applicability information for complete figures and
+ illustration sheets - attribute applicRefId of the element
+ <figure>
+
+ Decide whether and how to use the attribute applicRefId of various
+ <figure> child elements. The child elements can be
+ differentiated based on Product configuration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of hotspots
+
+ Decide whether to use hotspots.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of legends
+
+ Decide whether to use legends.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of leading zeros in the element <listItemTerm>
+
+ Decide whether the element <listItemTerm> is to contain a
+ leading zero when using callout/item numbers. The default is no
+ leading zero.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Types of legends
+
+ Decide on the strategy for legends. Legends can appear as part of
+ the illustration or as text using the element <legend>. The
+ advantage of making the legend part of the text is that: the same
+ illustration can have different legends wherever it appears (eg, in
+ multi-language projects) the text of the element <legend> can
+ be searched (this might not be the case if the legend is part of the
+ illustration) items in the illustration can be linked to the legend
+ by the use of hotspots the legend in the text can save space on the
+ illustration (particularly when the legends are long)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Suitability of multimedia use
+
+ Decide whether using multimedia is suitable for the environment in
+ which the project will operate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Permitted types of multimedia
+
+ Decide what types of multimedia objects are permitted.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Figures, multimedia and foldouts
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of foldouts
+
+ Decide whether to use the element <foldout> in which
+ information sets it is allowed.
+
+ It is only used for page-oriented publications, as it will
+ not have an effect in the screen view of an IETP.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Hotspots
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of hotspots
+
+ Decide whether and how to use hotspots. If hotspots are to be used
+ decide whether hotspots can be used to link to graphical objects
+ from local text If hotspots are to be used decide whether hotspots
+ can be used to link from graphical objects to other graphical
+ objects or local text If hotspots are to be used decide whether
+ hotspots can be used to link from graphical objects to other data
+ modules
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Hotspots
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <parameter>
+
+ Decide whether to use the element <parameter> and how to use
+ it. If used, specify the attributes to be used within the
+ project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <preliminaryRqmts>
+
+ Decide whether to use the element <preliminaryRqmts> in
+ maintenance planning, fault isolation, maintenance checklist and/or
+ process data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <workAreaLocationGroup>> in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the element
+ <workAreaLocationGroup>. The possibility of duplication and
+ mismatch of data given in the maintenance planning information must
+ be taken into account.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <workLocation> in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the element <workLocation>. If
+ used, decide which data module types it will be used with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <workArea> in the element
+ <preliminaryRqmts> and the element <checkListItem>
+
+ Decide whether and how to use the element <workArea>. If
+ used, decide which data module types to use it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <installationLocation> in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the element
+ <installationLocation>. If used, decide which data module
+ types to use it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <productItem> in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the element <productItem>. If
+ used, decide which data module types to use it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute productItemName in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the attribute
+ productItemName.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute productItemType in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the attribute
+ productItemType.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <taskDuration> in the element
+ <preliminaryRqmts> and the element <checkListItem>
+
+ Decide whether and how to use the element <taskDuration>.
+ The possibility of duplication and mismatch of data given in the
+ maintenance planning information must be taken into account.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Include a circuit breaker list as part of the preliminary conditions
+ - (element <reqCondCircuitBreaker>)
+
+ Decide if a circuit breaker list is to be considered as part of
+ preliminary conditions and thus the use of the element, or if the
+ circuit breaker settings are part of the steps. In this latter case
+ the element <circuitBreakerDescrGroup> in steps content can be
+ used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <reqPersons> in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the element <reqPersons>. For
+ example, use either the element <personnel> or <person>
+ or use both elements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Values for the attribute personCategoryCode in the element
+ <preliminaryRqmts>
+
+ Define a list of categories (eg, Electrician, Propulsion engineer,
+ Maintainer).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Values for the attribute <trade> in the element
+ <preliminaryRqmts>
+
+ Define a list of trades/trade codes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <reqTechInfoGroup> in the element
+ <preliminaryRqmts>
+
+ Decide whether and how to use the element
+ <reqTechInfoGroup>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute reqTechInfoCategory in the element
+ <reqTechInfoGroup>
+
+ Decide whether to use the attribute reqTechInfoCategory, which
+ values to use and allocate suitable definitions to the
+ values.
+
+ Technical information needed, can be presented in Required
+ technical information (using the element
+ <reqTechInfoGroup>) and/or in the Reference table (using
+ the element <refs> in the element
+ <content>).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Listing of standard tools in Preliminary requirements
+
+ Decide what types of standard tools or toolkits to be identified
+ and listed in the table "Support equipment".
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute id on the element <supportEquipDescr> in
+ the element <preliminaryRqmts>
+
+ Decide whether to use the attribute id to create cross-references
+ from the procedure to the support equipment listed in Preliminary
+ requirements. The attribute id on element <supportEquipDescr>
+ is used to establish the link between the two and will guarantee
+ consistent use of identification throughout the procedure. The use
+ of cross-references is encouraged.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute materialUsage in the element
+ <supportEquipDescr>, the element <supplyDescr> and the
+ element <spareDescr> context
+
+ Decide whether to use the attribute materialUsage in the elements
+ <supportEquipDescr>, <supplyDescr> and
+ <spareDescr> context and what values to be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of identification elements in the element
+ <supportEquipDescr>, the element <supplyDescr> and the
+ element <spareDescr> context
+
+ Decide which elements <catalogSeqNumberRef>
+ <natoStockNumber>, <identNumber>, <toolRef> and
+ <materialSetRef> to use for identification and how to populate
+ these elements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <natoStockNumber> in the element
+ <supportEquipDescr>, the element <supplyDescr> and the
+ element <spareDescr> context
+
+ Decide whether and how to use the element
+ <natoStockNumber>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <materialSetRef> in the elements
+ <supportEquipDescr>, <supplyDescr> and <spareDescr>
+ context within the element <preliminaryRqmts>
+
+ Decide whether and how to use the element <materialSetRef>
+ in the elements <supportEquipDescr>, <supplyDescr> and
+ <spareDescr> context.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute id on the element <supplyDescr> in the
+ element <preliminaryRqmts>
+
+ Decide whether to use the attribute id to create cross-references
+ from the procedure to the supplies listed in Preliminary
+ requirements. The attribute id on element <supplyDescr> is
+ used to establish the link between the two and will guarantee
+ consistent use of identification throughout the procedure. The use
+ of cross-references is encouraged.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute id on element <sparesDescr> in the element
+ <preliminaryRqmts>
+
+ Decide whether to use the attribute id to create cross-references
+ from the procedure to the spares listed in Preliminary requirements.
+ The attribute id on element <sparesDescr> is used to establish
+ the link between the two and will guarantee consistent use
+ identification throughout the procedure. The use of cross-references
+ is encouraged.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Preliminary requirements and requirements after
+ job completion
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <closeRqmts> in the process data
+ modules
+
+ Decide whether to use the element <closeRqmts> in the
+ process data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute circuitBreakerAction in text element
+ <circuitBreakerRef>
+
+ Decide whether to use the attribute circuitBreakerAction. If used,
+ establish writing rules to ensure that authors will be consistent in
+ the paragraph text and the value of the attribute itself.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute checkSum in text element
+ <circuitBreakerRef>
+
+ Decide whether to use and how to populate the attribute
+ checkSum.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Types of inline significant data to markup using the attribute
+ significantParaDataType in the text element
+ <inlineSignificantData>
+
+ Decide whether to use the attribute significantParaDataType and
+ which types of data to mark up and in what contexts. It must also be
+ considered that data modules can be less portable if the paragraph
+ significant data types are extended in the BREX file past the
+ standard types.
+
+
+
+
+
+
+ Ammunition
+
+
+ Instruction disposition
+
+
+ Lubricant
+
+
+ Maintenance level
+
+
+ Manufacturer code
+
+
+ Manufacturers recommendation
+
+
+ Modification code
+
+
+ Qualification code
+
+
+ Training level
+
+
+ Control or Indicator value
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the text element <quantity>
+
+ Decide whether to use quantity data markup and to what extent. The
+ quantity data markup can be used with or without value and tolerance
+ decomposition.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Types of quantity data to markup using the attribute quantityType in
+ the text element <quantity>
+
+ Decide whether to use the attribute quantityType, which values to
+ use in what context and allocate suitable definitions to the
+ values.
+
+ The project or the organization must also consider that
+ data modules can be less portable if the quantity data types are
+ extended in the BREX file past the standard types.
+
+
+
+
+
+
+
+ Length
+
+
+ Price
+
+
+ Temperature
+
+
+ Time
+
+
+ Torque value
+
+
+ Voltage
+
+
+ Volume
+
+
+ Mass
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the value (element <quantityValue>) and tolerance
+ (element <quantityTolerance>) decomposition in the text element
+ <quantity>
+
+ Decide whether and how to use to use the element
+ <quantityValue> and the element <quantityTolerance>
+ decomposition.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Unit of measure to be used
+
+ If using the value and tolerance decomposition, decide at which
+ level of the markup the attribute quantityUnitOfMeasure is to be
+ included. Allowable locations are on the parent element
+ <quantityGroup> which applies to all child elements or on the
+ individual child elements <quantityValue> and
+ <quantityTolerance>. A consistent usage of the attribute
+ quantityUnitOfMeasure is required to produce a consistent display or
+ printout to the user.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of attribute quantityUnitOfMeasure
+
+ Decide whether to use the attribute quantityUnitOfMeasure, which
+ values to use and allocate suitable definitions to the
+ values.
+
+ Due to the large number of units of measure, it is
+ expected that a project will only use a small subset of the
+ available units of measure. It must also be considered that data
+ modules can be less portable if the units of measure types are
+ extended by the BREX mechanism past the standard
+ types.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the element <zoneRef>
+
+ Decide whether to use the element <zoneRef>, and how to use
+ it. Consideration for duplication and mismatch of data given in the
+ maintenance planning information has to be taken.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the element <accessPointRef>
+
+ Decide whether to use the element <accessPointRef> and how
+ to use it. Consideration for duplication and mismatch of data given
+ in the maintenance planning information has to be taken.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+
+ Use of the attribute accessPointTypeValue in the text element
+ <accessPointRef>
+
+ Decide whether to use the attribute accessPointTypeValue, which
+ values to use and allocate suitable definitions to the values
+
+
+
+
+
+
+ Access is a door
+
+
+ Access is a panel
+
+
+ Access is an electrical panel
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the text element <indexFlag>
+
+ Decide whether an index is required and to what level.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute emphasisType in the text element
+ <emphasis>
+
+ Decide whether to use the attribute emphasisType, which values to
+ use and allocate suitable definitions to the values.
+
+
+
+
+
+
+ Bold - Default value
+
+
+ Italic (only for legacy data, see Chap 3.9.1)
+
+
+ Underline (only for legacy data, see Chap 3.9.1)
+
+
+ Overline (only for marking vectors)
+
+
+ Strikethrough (not to be used to mark deleted text)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the symbols
+
+ Decide whether and how to use symbols using the text element
+ <symbol>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of footnotes
+
+ Decide whether and how to use the text element <footnote>
+ and when used, decide whether their use is limited to regular text
+ and titles (inline) and/or to tables (table footnotes).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Types of footnote markers
+
+ Decide on the types of footnote markers (attribute footnoteMark)
+ to use. It is recommended to use: only one type of footnote marker
+ for each of the table footnotes and the inline footnotes throughout
+ a project superscripted numbers for both.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Markup of acronyms
+
+ Decide whether and how to mark up acronyms by the use of the text
+ elements <acronym> and <acroterm>. If used, decide
+ whether to use the attribute acronymType, which values to use and
+ allocate suitable definitions to the values.
+
+
+
+
+
+
+ Acronym (Candidate for list of abbreviations) - Default
+ value
+
+
+ Term (Candidate for list of terms)
+
+
+ Symbol (Candidate for list of symbols)
+
+
+ Spec (Candidate for list of applicable specs)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Text elements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute verbatimStyle
+
+ Decide whether to use the attribute verbatimStyle, which values to
+ use and allocate suitable definitions to the values.
+
+
+
+
+
+
+ Generic verbatim
+
+
+ Filename
+
+
+ XML/SGML markup
+
+
+ XML/SGML element name
+
+
+ XML/SGML attribute name
+
+
+ XML/SGML attribute value
+
+
+ XML/SGML entity name
+
+
+ XML/SGML processing instruction
+
+
+ Program prompt
+
+
+ User input
+
+
+ Computer output
+
+
+ Program listing
+
+
+ Program variable name
+
+
+ Program variable value
+
+
+ Constant
+
+
+ Class name
+
+
+ Parameter name
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Controlled content
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+ Presentation of controlled content
+
+ Decide the method of presentation for controlled content recorded
+ by the attributes authorityName and authorityDocument.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Common information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of common information
+
+ Decide whether to use the element <commonInfo> in
+ procedural, maintenance planning, common repositories, and/or fault
+ data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common constructs
+ Common information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Markup method for common information text
+
+ Decide which markup method to use for common information text: the
+ method containing <note>, <para> and
+ <commonInfoDescrPara> or the method containing only
+ <commonInfoDescrPara>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Descriptive information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Granularity of data in descriptive data modules
+
+ Decide on the level of granularity of the descriptive data
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Descriptive information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Level of depth of descriptive data modules
+
+ Decide whether to exceed 5 levels of depth for new data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Descriptive information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Minimum para occurrences
+
+ Decide whether to impose a minimum of two occurrences of child
+ elements <brLevelledPara> and/or
+ <levelledParaAlts>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the optional element <commonInfo>
+
+ Decide whether to use the element <commonInfo>, when to use
+ the element, and give guidance and rules that will make sure it is
+ consistently used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of the optional attribute skillLevelCode
+
+ The element <mainProcedure> and the element
+ <proceduralStep> can contain an indication of the skill level
+ required for the whole procedure and/or for individual
+ steps/substeps using the attribute skillLevelCode. Decide whether
+ and how to use the attribute skillLevelCode.
+
+
+
+
+
+
+ Basic
+
+
+ Intermediate
+
+
+ Advanced
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of attribute supervisorLevelCode
+
+ Decide whether to use the attribute supervisorLevelCode, which
+ values to use and allocate suitable definitions to the
+ values.
+
+
+
+
+
+
+ Low
+
+
+ Low intermediate
+
+
+ High intermediate
+
+
+ High
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of element <timeLimitCategory>
+
+ Decide whether to use of the element <timeLimitCategory> and
+ define the values for the attribute timeLimitCategoryValue.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <crewRefCard>
+
+ Decide whether to use the element <crewRefCard>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <descrCrew>
+
+ Decide whether to use the element <descrCrew>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute independentCheck in the element
+ <crewDrill>
+
+ Decide whether to use the attribute independentCheck, which values
+ to use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute drillType
+
+ Decide whether to use the attribute drillType, which values to use
+ and allocate suitable definitions
+
+
+
+
+
+ Types of aircrew drills do not apply to the BikeDMs
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of the attribute skillLevelCode in crew/operator
+ information
+
+ Decide whether to use the attribute skillLevelCode, which values
+ to use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute crewStepCondition
+
+ Decide whether to use the attribute crewStepCondition, which
+ values to use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+
+ Use of the attribute crewMemberType
+
+ Decide which values to use for the attribute crewMemberType and
+ allocate suitable definitions.
+
+
+
+
+
+
+ All
+
+
+ Bike rider
+
+
+ Bike technician
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Crew/Operator information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute keepWithNext in the element
+ <crewDrillStep>
+
+ Decide whether to use the attribute keepWithNext in the element
+ <crewDrillStep>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute initialProvisioningProjectNumber (IPPN)
+
+ Decide whether to use the attribute
+ initialProvisioningProjectNumber (IPPN). The codes must not be
+ duplicated within a project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <natoStockNumber> (NATO stock
+ number)
+
+ Decide whether and how to use the NATO Stock Number, split it into
+ its three fields using the attributes natoSupplyClass,
+ natoCodificationBureau and natoItemIdentNumberCore or to fill it as
+ a whole in the child element <fullNatoStockNumber>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of hotspots in IPD data modules
+
+ Decide whether to use the generic hotspot mechanism in IPD data
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute partStatus in the element
+ <itemSeqNumber>
+
+ Decide whether to use the attribute partStatus in the element
+ <itemSeqNumber>, which values to use and allocate suitable
+ definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <partSegment> in the element
+ <itemSeqNumber>
+
+ Decide whether to use the element <partSegment> to store the
+ part data in the IPD data module each time the part is listed or
+ whether to store the part data once externally in the part CIR data
+ module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <partKeyword> in the element
+ <itemSeqNumber>
+
+ Decide whether and how to use the element
+ <partKeyword>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <physicalSecurityPilferageCode> in the
+ element <techData> within the element
+ <itemSeqNumber>
+
+ Decide whether to use the element
+ <physicalSecurityPilferageCode> and define a list of values.
+ When S2000M is used, the list must be as stated in the data element
+ definition for the S2000M element PSC.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ - Use of the attribute unitOfMeasure in the element
+ <unitOfIssueQualificationSegment> within the element
+ <itemSeqNumber>
+
+ Decide on the range and definitions of the values for the
+ attribute unitOfMeasure.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <optionalPart> in the element
+ <partRefGroup> within the element <itemSeqNumber>
+
+ Decide on the method of identification of the optional
+ part.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <preferredSparePart> in the element
+ <partRefGroup> within the element <itemSeqNumber>
+
+ Decide on the method of identification of the preferred spare
+ part.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <alteredFromPart> in the element
+ <partRefGroup> within the element <itemSeqNumber>
+
+ Decide on the method of identification of the altered from
+ part.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <localFabricationMaterial>
+
+ Decide on the method of identification of the local fabrication
+ material.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <selectOrManufactureFromIdent> in the
+ element <partLocationSegment> within the element
+ <itemSeqNumber>
+
+ Decide whether to use the element
+ <selectOrManufactureFromIdent>. If used, decide on its range
+ and the definition of the values to be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of restricted operation notes
+
+ Decide whether to use the element
+ <restrictedOperationNote>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <usableOnCodeEquip> in the element
+ <applicabilitySegment> within the element
+ <itemSeqNumber>
+
+ Decide whether and how to use the element
+ <usableOnCodeEquip>. If used, decide on its range and the
+ definition of the values to be used. When S2000M is used, the list
+ must be as stated in the data element definition for the S2000M
+ element UCE.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <usableOnCodeAssy> in the element
+ <applicabilitySegment> within the element
+ <itemSeqNumber>
+
+ Decide whether and how to use the element
+ <usableOnCodeAssy>. If used, decide on its range and the
+ definition of the values to be used. When S2000M is used, the list
+ must be as stated in the data element definition for the S2000M
+ element UCA.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <interchangeability> in the element
+ <applicabilitySegment> within the element
+ <itemSeqNumber>
+
+ Decide whether and how to use the element
+ <interchangeability>. If used, decide on its range and the
+ definition of the values to be used. When S2000M is used, the list
+ must be as stated in the data element definition for the S2000M
+ element ICY.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <service> in the element
+ <locationRcmdSegment> within the element
+ <itemSeqNumber>
+
+ Decide on the range and definitions of the values for the third
+ character of the element <service>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <sourceMaintRecoverability> in the element
+ <locationRcmdSegment> within the element
+ <itemSeqNumber>
+
+ Decide which values to use for the sixth character of the element
+ <sourceMaintRecoverability> and allocate suitable definitions
+ for the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <modelVersion> in the element
+ <locationRcmdSegment> within the element
+ <itemSeqNumber>
+
+ Decide whether and how to use the element <modelVersion>. If
+ used, decide on its range and the definition of the values to be
+ used. When S2000M is used, the list must be as stated in the data
+ element definition for the S2000M element MOV.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <effectivity> in the element
+ <locationRcmdSegment> within the element
+ <itemSeqNumber>
+
+ Decide whether and how to use the element <effectivity>. If
+ used, decide on its range and the definition of the values to be
+ used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attributes condNumber, manufacturerCodeValue and condType
+ in the element <changeAuthorityData> within the element
+ <itemSeqNumber>
+
+ Decide whether to use the attributes condNumber,
+ manufacturerCodeValue and condType.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Parts information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the BREX to define the non S2000M elements
+
+ Decide whether to use the BREX for the definition of the non
+ S2000M elements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Wiring data
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of wiring data description data modules
+
+ Decide whether to produce wiring data description data modules in
+ order to reflect all decisions concerning elements and attributes of
+ the wiring data Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring data
+ Wire
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <wireType>
+
+ Decide on the definition of wire type content/codes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring data
+ Wire
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <wireSeqNumber>
+
+ Decide whether and how to use the wire sequential number.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring data
+ Electrical equipment
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <electricalEquipConnection>
+
+ Decide whether and how to use electrical equipment connection
+ information, in particular define the values of attribute
+ connectionType consistently.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Content
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute independentCheck in the element <dmSeq> in
+ process data modules
+
+ Decide whether to use the attribute independentCheck, which values
+ to use and allocate suitable definitions to the values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Content
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of the attribute skillLevelCode in process data modules
+
+ Decide whether to use the attribute skillLevelCode, which values
+ to use and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Content
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of applicability for variables in process data modules
+
+ Decide on the level of applicability filtering. This is
+ established based on viewer capability and portability of the
+ data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Content
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <dmLoop> in process data modules
+
+ Decide whether and how to use the element <dmLoop>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Dialogs
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of use of dialogs to declare unassigned variables in process data
+ modules
+
+ Decide whether to use a dialog to assign values to an unassigned
+ variable.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Dialogs
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of default values in a dialog in process data modules
+
+ Decide whether a variable default value will be displayed in a
+ dialog.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Expressions, variables and external
+ applications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute variableName in the element <variable> in
+ process data modules
+
+ Decide on naming conventions to be used in setting variable
+ names.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Process data module
+ Expressions, variables and external
+ applications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute variableType in the element <variable> in
+ process data modules
+
+ Decide whether to use the attribute variableType and the rules for
+ selection of the defined values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Common information repository
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <commonInfo> in CIR
+
+ Decide whether and how to use the element <commonInfo> in
+ CIR.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Functional items
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute altNumber in the functional items CIR
+
+ Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Circuit breakers
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute altNumber in the circuit breakers CIR
+
+ Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Zones
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute zoneRefType
+
+ Decide which values (eg, subzones) to use for the attribute
+ zoneRefType and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Zones
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute altNumber in the zones CIR
+
+ Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Access points
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute accessPointRefType
+
+ Decide which values (eg, subaccess points) to use for the
+ attribute accessPointRefTypeand allocate suitable
+ definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance checklists and inspections
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <checkListIntervals>
+
+ Decide whether to use the element
+ <checkListIntervals>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance checklists and inspections
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <checkListProcedure>
+
+ Decide whether and how to use the element
+ <checkListProcedure> and its subelements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance checklists and inspections
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <equipmentNotAvailable>
+
+ Decide whether to use the element
+ <equipmentNotAvailable>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance checklists and inspections
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Define maximum number of steps levels in
+ <checkListProcedure>
+
+ Projects must decide the maximum number of step levels
+ allowed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Service bulletin data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbTopicType in the element
+ <sbRevisionInfo>
+
+ Decide which topic type values are mandatory, which are optional
+ and the sequence in which they must be delivered in the element
+ <sbRevisionInfo>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Service bulletin data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbTopicType in the element
+ <sbSummary>
+
+ Decide which topic type values are mandatory, which are optional
+ and the sequence in which they must be delivered in the element
+ <sbSummary>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Service bulletin data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbTopicType in the element
+ <sbPlanningInfo>
+
+ Decide which topic values are mandatory, which are optional and
+ the sequence in which they must be delivered in the element
+ <sbPlanningInfo>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Service bulletin data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbTopicType in the element
+ <sbAdditionalInfo>
+
+ Decide which topic type values are mandatory, which are optional
+ and the sequence in which they must be delivered in the element
+ <sbAdditionalInfo>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Management information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbModificationClassification
+
+ Decide whether to use the attribute sbModificationClassification,
+ which values to use and allocate suitable definitions to the
+ values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Management information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute genericPropertyType in the element
+ <genericPropertyGroup> in the element
+ <sbManagementInfo>
+
+ Decide whether to use the attribute genericPropertyType, which
+ values to use and allocate suitable definitions to the
+ values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Use of the attribute sbMaterialType
+
+ Decide whether to use the attribute sbMaterialType, which values
+ to use and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <sbProcurementInfo>
+
+ Decide whether the use of the element <sbProcurementInfo> is
+ allowed directly within the element <sbMaterialSet> is allowed
+ only within definitions of individual material sets or is allowed
+ only directly within definitions of individual spares, supplies and
+ support equipment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <sbIndustrySupport>
+
+ Decide whether the use of the element <sbIndustrySupport> is
+ allowed directly within <sbMaterialSet> is allowed only within
+ definitions of individual material sets or is allowed only directly
+ within definitions of individual spares, supplies and support
+ equipment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbMaterialIdent
+
+ Decide whether to use the attribute sbMaterialIdent.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbMaterialIssue
+
+ Decide whether to use the attribute sbMaterialIssue.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute genericPropertyType in the element
+ <genericPropertyGroup> within the element
+ <sbIndividualRemovedSpare>
+
+ Decide whether to use the attribute genericPropertyType, which
+ values to use and allocate suitable definitions to the values. The
+ predefined values are "gpt10" and "gpt11".
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute materialUsage in the element
+ <sbRemovedSpareDescr>
+
+ Decide whether to use the attribute genericPropertyType, which
+ values to use and allocate suitable definitions to the values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Service bulletin data module
+ Material information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute sbReplacementType
+
+ Decide whether to use the attribute sbReplacementType.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Content of the element <productIntroName>
+
+ Decide whether to use the element <productIntroName>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <productAndModel>
+
+ Decide whether and how to use the element <productAndModel>
+ and its child elements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <dataRestrictions> in the element
+ <frontMatterTitlePage>
+
+ Decide whether and how to use the element <dataRestrictions>
+ and its child elements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <enterpriseSpec> in the element
+ <frontMatterTitlePage>
+
+ Decide whether and how to use the element
+ <enterpriseSpec>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <enterpriseLogo>
+
+ Decide whether to use the element <enterpriseLogo> and if it
+ is populated from the element <logo> given in the
+ Identification and status section.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Method of populating the element <publisherLogo>
+
+ Decide whether and how to use the element <logo> in the
+ Identification and status section to populate the element
+ <publisherLogo>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute barCodeSymbology
+
+ Decide whether to use the attribute barCodeSymbology and which
+ barcode symbology to be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <frontMatterInfo>
+
+ Decide whether and how to use the element <frontMatterInfo>
+ including the allowed values of attribute frontMatterInfoType and
+ their interpretation as titles at presentation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <title> in the element
+ <frontMatterInfo>
+
+ Decide whether to use the content of the element <title> or
+ the interpretation of the value of the attribute frontMatterInfoType
+ as the title of the Front matter information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use the element <reducedPara> in the element
+ <frontMatterTableOfContent>
+
+ Decide whether to use the introductory paragraph and on the
+ wording of any standard phrase.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of hierarchical Table of contents
+
+ Decide whether to use a hierarchical Table of contents and on the
+ number of levels.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <pmRef> in the element
+ <tocEntry>
+
+ Decide whether publications have to be listed by the publication
+ only or also by its individual data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of issue number and/or issue date in the Table of
+ contents
+
+ Decide whether to use and present the issue number
+ (<issueInfo>/<externalPubIssueInfo>) and/or the issue
+ date (<issueDate>/<externalPubIssueDate>) for the
+ entries in the Table of contents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <numberOfPages> in the element
+ <tocList>
+
+ Decide whether to use the element <numberOfPages> and if the
+ number of pages are to be presented.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of HIGH with updating instruction
+
+ Decide whether to use HIGH with updating instruction.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use the element <reducedPara> in the element
+ <frontMatterLists>
+
+ Decide whether to use the introductory paragraph and on the
+ wording of any standard phrase for each of the front matter
+ list.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ How to store total number of pages for S1000D publications
+
+ Decide on the use of <footnoteRemarks> to store the total
+ number of pages for a complete S1000D publication (PM).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ How to store total number of pages for non-S1000D
+ publications
+
+ Decide on the use of <footnoteRemarks> to store the total
+ number of pages for a complete non-S1000D publication.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ SCO content data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the attribute scoEntryType
+
+ Decide whether to use the attribute scoEntryType, which values to
+ use and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ SCO content data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the element <contentDescription> in the element
+ <scoContent>
+
+ Decide whether and how to use the element
+ <contentDescription> (eg, to add information about the
+ training resource).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ SCO content data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the element <contentDescription> in the element
+ <trainingStep>
+
+ Decide whether and how to use the element
+ <contentDescription> (eg, to add information about the content
+ defined in the training step).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ SCO content data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the element <contentDescription>
+
+ Decide whether the optional element <contentDescription>
+ must be used to add information about the content defined in the
+ training step.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the element <applic> in the data module status and
+ content
+
+ Decide how to use the element <applic> and to populate its
+ child elements and attributes across the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the element <displayText> in the element
+ <applic>
+
+ Decide whether the element <displayText> is populated by the
+ technical author or generated from the computable branch or some
+ other source when using the human readable branch of
+ applicability.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the attribute applicDisplayClass within the element
+ <applic>
+
+ Decide whether to use the attribute applicDisplayClass, when using
+ the computable applicability annotation branch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data modules
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of textual applicability annotations in the element
+ <assert> in the element <evaluate>
+
+ Decide if textual applicability annotations are allowed in the
+ element <assert> when using the computable applicability
+ annotation branch or if every element <assert> should
+ reference a declared product attribute or condition.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the attribute valuePattern and the element <enumeration>
+ or to use open text when using ACT
+
+ Decide whether to specify the allowable values for a product
+ attribute achieved by using both the attribute valuePattern and the
+ element <enumeration> or to allow open text without using the
+ attribute valuePattern and the element <enumeration>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the element <displayName> in the element
+ <productAttribute> when using ACT
+
+ Decide whether to use the element <displayName>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Method of defining multiple values or ranges for the element
+ <enumeration> in the ACT
+
+ Decide whether to use a single element <enumeration>
+ containing the entire set or to use multiple elements
+ <enumeration> where each contains only one value or
+ range.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Conditions cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the attribute valuePattern and the element <enumeration>
+ or to use open text when using CCT
+
+ Decide whether to specify the allowable values for a product
+ attribute achieved by using both the attribute valuePattern and the
+ element <enumeration> or to allow open text without using the
+ attribute valuePattern and the element <enumeration>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Conditions cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Method of defining multiple values or ranges for the element
+ <enumeration> in the CCT
+
+ Decide whether to use a single element <enumeration>
+ containing the entire set or to use multiple elements
+ <enumeration> which each contain only one value or
+ range.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Conditions cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the element <displayName> in the element
+ <productAttribute> when using CCT
+
+ Decide whether to use the element <displayName>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Conditions cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Constraining conditions by use of the element <dependency> in
+ the element <cond> in the CCT
+
+ Decide whether to constrain allowable conditions based on other
+ condition values by use of the element <dependency>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Products cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Product attributes and conditions to include in the PCT
+
+ Decide which product attributes and conditions to include in the
+ PCT. Conditions that represent operational or environmental
+ properties will usually not be included in the PCT as they are not
+ associated with a product instance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authoring
+ Attributes
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Translation of the "S1000D interpretation" of configurable attribute
+ values
+
+ Decide whether to translate and use the "S1000D interpretation" of
+ configurable attribute values in the languages adopted by the
+ project.
+
+
+
+
+
+ Caption for dialog cancel function
+
+
+
+ Sets the caption to "CANCEL"
+
+
+ Sets the caption to "ABORT"
+
+
+ Sets the caption to "NO"
+
+
+ Sets the caption to "END"
+
+
+ Sets the caption to "QUIT"
+
+
+
+
+
+ Caption for dialog reset caption
+
+
+
+ Sets the caption to "RESET"
+
+
+ Sets the caption to "CLEAR"
+
+
+
+
+
+ Caption for dialog submit function
+
+
+
+ Sets the caption to "OK"
+
+
+ Sets the caption to "SUBMIT"
+
+
+ Sets the caption to "YES"
+
+
+ Sets the caption to "CONTINUE"
+
+
+ Sets the caption to "EXIT"
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Attributes
+ Project configurable values
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Application of project specific values for configurable
+ attributes
+
+ Decide whether to use any project specific attribute values, which
+ values to use and allocate suitable definitions and
+ interpretations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the optional attribute independentCheck
+
+ The element <mainProcedure> and the element
+ <proceduralStep> can contain a check using the attribute
+ independentCheck to indicate that the whole procedure and/or
+ individual steps/substeps must be checked by a supervisor with a
+ given qualification. Decide whether and how to use the attribute
+ independentCheck.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the alternates concept within the element
+ <mainProcedure>
+
+ Decide whether to use the alternates concept for steps, figures
+ and multimedia within the element <mainProcedure>. This
+ concerns the child elements <proceduralStepAlts>,
+ <figureAlts> and <multimediaAlts>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Decide on the maximum number of step levels in a procedure
+
+ Decide on the maximum number of step levels allowed in a
+ procedure. Exceeding five levels of depth is strongly discouraged in
+ development of new data. It is recommended that additional levels
+ are only used in a conversion effort where the existing data is
+ authored to this depth (maximum eight levels) and restructuring of
+ data is not feasible.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Decide on the minimum number of substeps in a step
+
+ Decide whether to allow for a single substep, or to insist on a
+ minimum of two substeps in a step.
+
+ The Schema allows for a single substep.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the optional attribute keepWithNext
+
+ Decide whether to use the attribute keepWithNext.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the optional attribute itemCharacteristic
+
+ Decide whether and how to use the attribute
+ itemCharacteristic.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the optional attribute altsName
+
+ Decide whether to use the attribute altsName for the element
+ <proceduralStepAlts> for steps.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Procedural information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of titles for procedural steps
+
+ Decide whether and how to use the element <title> for
+ steps.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Fault information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of correlation fault concept
+
+ Decide whether to use the correlated fault concept.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Fault information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of correlated fault messages and warnings
+
+ Decide how to populate element <warningMalfunction>, element
+ <assocWarningMalfunction> and element <bitMessage> when
+ using the correlated fault concept.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Fault information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of detection and description information elements
+
+ Decide whether the repetition of the detection and description
+ information for the basic fault which has been correlated (element
+ <faultDescr> and element <detectionInfo>) is used.
+ Projects can consider that the detection and description information
+ can for example be populated during IETP generation by picking up
+ the information in the detected fault list data module describing
+ the basic faults.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Fault information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute independentCheck in the element
+ <isolationProcedure>, <isolationStep> and
+ <isolationProcedureEnd>
+
+ Decide whether to use the attribute independentCheck, which values
+ to use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Fault information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of titles in fault isolation steps
+
+ Decide whether to use the element <title> in fault isolation
+ steps.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Values for the attribute inspectionTypeCategory
+
+ Decide which values to use for the attribute
+ inspectionTypeCategoryand allocate suitable definitions. .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Methodology of assigning tasks into the element
+ <taskGroup>
+
+ Decide on a methodology of assigning tasks to groups.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute markerType
+
+ Decide whether to use the attribute markerType, which values to
+ use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute worthinessLimit
+
+ Decide whether to use the attribute worthinessLimit, which values
+ to use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute reducedMaint
+
+ Decide whether to use the attribute reducedMaint, which values to
+ use and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Values for the attribute sourceOfRqmt
+
+ Decide which values to use for the attribute sourceOfRqmt allocate
+ suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute approval
+
+ Decide whether to use the attribute approval, which values to use
+ and allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance planning information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the element <preliminaryRqmts> in the element
+ <taskDefinition>
+
+ Decide whether to use the element <preliminaryRqmts>.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Access points
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute altNumber in the access points CIR
+
+ Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Supplies
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute lowestLevel in the supplies CIR
+
+ Decide which values to use for the attribute lowestLevel and
+ allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Supplies, requirements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the supply requirement CIR data module or not
+
+ Decide whether to implement supply requirement CIR data
+ module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Supplies, requirements
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of a single or multiple supply requirement CIR data
+ module
+
+ Decide whether there is one single supply requirement CIR data
+ module or several depending on the SNS. The application of the SNS
+ determines the granularity of these data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Tools
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute toolRefType in the tools CIR
+
+ Decide which values to use for the attribute toolRefType and
+ allocate suitable definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Tools
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute altNumber in the tools CIR
+
+ Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Tools
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute taskCategoryCode in the tools CIR
+
+ Decide which values (eg, servicing, maintenance, overhaul, repair)
+ to use for the attribute taskCategoryCode and allocate suitable
+ definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Functional and/or physical areas
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute systemDiffCode in the element
+ <functionalPhysicalAreaIdent>
+
+ Decide whether to manage the system difference code in the
+ functional and/or physical areas CIR data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information repository
+ Functional and/or physical areas
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attributes disassyCode and disassyCodeVariant in the
+ element <functionalPhysicalAreaIdent>
+
+ Decide whether to manage the disassembly code and disassembly
+ variant code in the functional and/or physical areas CIR data
+ module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Container data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the container data module
+
+ Decide whether to use the container data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Container data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of applicability within container data module content
+
+ Decide whether applicability annotations are duplicated from the
+ referenced data modules to the container data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning data module
+ Learning plan information type
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Conducting a performance analysis
+
+ Decide whether to conduct a performance analysis to determine
+ factors that can affect performance and gaps in job performance or a
+ training needs analysis to determine training requirements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning data module
+ Learning plan information type
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Developing learning objectives
+
+ Decide whether to develop learning objectives in accordance with
+ task analysis items. Learning objectives ought to be developed in
+ accordance with task analysis items that support system maintenance
+ and operational procedures. Aligning learning objectives with task
+ analysis items in the early content preplanning stages will foster
+ reusable data and content alignment. Refer to Chap 3.9.7 for content
+ preplanning discussions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning data module
+ Learning plan information type
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Packaging lesson plans in SCORM content packages
+
+ Decide whether to package lesson plans in SCORM content
+ packages.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning data module
+ Learning plan information type
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Define life cycle need for performance analysis data
+
+ Define life cycle need for analysis information and requirements
+ resulting from a Performance Analysis for the client organization
+ and human performance system affected by the product.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning data module
+ Learning plan information type
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Define life cycle need for training needs analysis data
+
+ Define life cycle need for analysis information and requirements
+ resulting from a Training Needs Analysis for a training
+ intervention.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning data module
+ Learning plan information type
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of element <dmRef> to link content data to learning
+ objective items
+
+ Decide whether to use of the element <dmRef> to establish
+ references to content data supporting learning objective
+ items.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Learning assessment information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the attribute weightingFactor
+
+ Decide whether to assign weighted values to individual
+ interactions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Learning assessment information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the attribute attempts
+
+ Decide whether to allow multiple response attempts for interaction
+ items.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Content section
+ Maintenance checklists and inspections
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the attribute checkListCategory
+
+ Decide whether to use the attribute checkListCategory, which
+ values to use and allocate suitable definitions to the values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Attributes
+ Fixed values
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+
+ Application of project specific values for the attribute
+ quantityUnitOfMeasure
+
+ Decide if any project specific attribute values are needed for the
+ attribute quantityUnitOfMeasure. If needed, decide which project
+ specific values to use for the attribute quantityUnitOfMeasure and
+ allocate suitable definitions.
+
+
+
+
+
+ Quantity data unit of measure - for further information refer to
+ Chap 3.9.6.2 and the corresponding xml table
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data module code
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Data module coding strategy
+
+ Decide on the data module coding strategy to use for the Product
+ and/or the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Model identification code
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Allocation of Product model identification code
+
+ Decide which model identification codes to use for the
+ Product.
+
+
+
+
+
+
+ S1000D Bike platform
+
+
+ S1000D Bike light system
+
+
+ S1000D Brake system
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Model identification code
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Allow the use of one or several model identification codes
+
+ Decide whether to allow the use of one or several model
+ identification codes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ System difference code
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Allocation of system difference code
+
+ Decide which system difference code values to be used for the
+ Product.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ System difference code
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ UOC as system difference code
+
+ Decide whether to use UOC as the system difference code.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Standard numbering system
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Product SNS structure
+
+ Decide which SNS structure to use for the Product.
+
+
+
+
+
+
+ Systems (Bike specific SNS)
+
+
+ Systems (Bike specific SNS)
+
+
+
+
+
+
+ Subsystems (Bike specific SNS)
+
+
+
+
+
+
+ Subsubsystems
+
+
+
+
+
+
+ Units or assembly
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Standard numbering system
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of material item category code
+
+ Decide on the use of the material item category code.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Standard numbering system
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Number of characters in assembly code
+
+ Decide whether to use two or four characters for unit or
+ assembly.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Standard numbering system
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Responsible partner company codes for non-chapterized illustrated
+ parts data modules
+
+ Decide which responsible partner company codes to use for
+ non-chapterized illustrated parts data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Standard numbering system
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Responsible partner company codes for non-chapterized, non-S2000M
+ illustrated parts data modules
+
+ Decide which responsible partner company codes to use for
+ non-chapterized, non-S2000M illustrated parts data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Standard numbering system
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Unique identifier for non-chapterized, non-S2000M illustrated parts
+ data modules
+
+ Decide which unique identifiers to use for non-chapterized,
+ non-S2000M illustrated parts data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Disassembly code variant
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of the disassembly code variant
+
+ Decide whether to use one, two or three characters for the
+ disassembly code variant and how to populate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data module code
+ Information code variant
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of numeric values in the information code variant
+
+ Decide whether to use numeric values in addition to alphabetic
+ values in the information code variant.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Information control number
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Use of CAGE code and/or model identification code based ICN
+
+ Decide which method to be used for the ICN.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Information control number
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Presentation of ICN within the illustration reproduction area
+
+ Decide whether the ICN is presented within the illustration
+ reproduction area.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Information control number
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Security classifications to be used for CAGE code based ICN
+
+ Decide whether to use the project´s or the originator's
+ classification rules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Information control number
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Structure and rules for ICN for model identification code based
+ ICN
+
+ Decide which structure to use for the ICN (eg, only numerical,
+ fixed length, use of character set).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Information control number
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Allocation of responsible partner company codes for model
+ identification code based ICN
+
+ Decide which values on responsible partner company codes to be
+ used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Information control number
+
+
+
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Security classifications to be used for model identification based
+ ICN
+
+ Decided which security classifications to use.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data management lists
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Use of data management requirement list
+
+ Decide whether to use the data management requirement list for
+ specification and exchange of CSDB planning information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data management lists
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Object types to be listed in the data management requirement
+ list
+
+ Decide whether to list publication modules and/or IPD
+ illustrations in the data management requirement list.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data management lists
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Use of CSDB status list
+
+ Decide whether to use the CSDB status list for exchange of CSDB
+ status information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data management lists
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Objects types to be tracked by the CSDB status list
+
+ Decide what CSDB objects types are to be tracked in the CSDB
+ status list, and at a minimum these must be data modules,
+ illustrations/multimedia objects and publication modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data management lists
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ CSDB object issues to be included in the CSDB status list
+
+ Decide whether to include only the latest issues of CSDB objects
+ or all issues in the CSDB status list.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Data management lists
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Data management requirement list issue date
+
+ Decide whether the issue date of a data management requirement
+ list must be the input date (the release to CSDB date), the cut-off
+ date for the information, the planning date or some other more
+ appropriate date.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Comment
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+ Use of the comment form
+
+ Decide whether to use the comment form.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comment
+ Identification section
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Use of attribute commentPriority
+
+ Decide which values to use for the attribute commentPriority and
+ allocate suitable definitions.
+
+
+
+
+
+
+ Routine
+
+
+ Emergency
+
+
+ Safety critical
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comment
+ Identification section
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+
+ Use of the attribute responseType in the element
+ <commentResponse>
+
+ Decide which values to use for the attribute responseType and
+ allocate suitable definitions.
+
+
+
+
+
+
+ Accepted
+
+
+ Pending
+
+
+ Partially accepted
+
+
+ Rejected
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comment
+ Content section
+
+
+
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+ Allowed file types for attachments to comment forms
+
+ Decide which file types are allowed for attachments to comment
+ forms.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Interchange of data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Raster graphic resolution
+
+ Decide which resolution to use for raster graphics.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Interchange of data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Illustrations and
+ multimedia
+
+ Illustration and multimedia creation business rules cover
+ the creation of illustrations and multimedia objects. They
+ are divided into style, detail and data format.
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Use of photographs
+
+ Decide whether photographs will be used. If used, for what
+ purposes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Publication management
+ Publication module
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of logotypes in the publication module
+
+ Decide whether logotypes are used in the publication module and
+ the usage in front matter data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Publication management
+ Publication module
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the element <systemBreakdownCode> in the publication
+ module status information
+
+ Decide whether to use the element <systemBreakdownCode>. If
+ used, define the content of the element consistent across the
+ project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Publication management
+ Publication module
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the element <remarks> in the publication module status
+ information
+
+ Decide whether to use the element <remarks>. If used, its
+ use must be defined in the project business rules and guidance
+ given.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Publication management
+ Coding publication modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the attribute pmIssuer
+
+ Decide on the use of the attribute pmIssuer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Business rules exchange
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of a project specific BREX data module
+
+ Decide whether to develop and use a project specific BREX data
+ module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Business rules exchange
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of layered BREX data modules
+
+ Decide whether to apply a layered BREX data module structure. This
+ decision is related to, but not entirely dependent on, whether a
+ layered business rules structure applies.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules exchange
+ Coding the BREX data modules
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Applicable sets of business rules
+
+ Decide which set or sets of business rules are allowed within the
+ given project or the organization. Accordingly, decide which BREX
+ data modules will be used to reflect those business rules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business rules exchange
+ BREX data module
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the BREX data module to exchange SNS
+
+ Decide whether to use the BREX data module for exchange of
+ information on the applied SNS.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BREX data module
+ Context related rules
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Include restrictions in using various illustration, multimedia object
+ or other data information formats
+
+ Decide whether to use the BREX data module to impose any
+ restrictions in the use of various formats for illustrations,
+ multimedia objects or other data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Process data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+
+
+ Use of the process data module
+
+ Decide whether to use the process data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Process data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the generic IC 951 for identification of process data
+ modules
+
+ Decide whether to use IC 951 for identification of process data
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Multiple instances of CSDB objects
+
+
+
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of multiple instances of CSDB object
+
+ Decide whether to generate multiple instances of CSDB objects to
+ generate several customized instances of any one object issue. If
+ so, decide how the attributes extensionProducer and extensionCode
+ must be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of the CIR concept (internal databases for common
+ information)
+
+ Decide whether to use the CIR concept.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of CIR data modules
+
+ Decide whether to produce CIR data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Internal/External use of CIR data modules
+
+ Decide whether the CIR data modules are to be used only internally
+ to the manufacturer or integrator, as part of the
+ production/integration environment ("internal repositories") or if
+ the CIR data modules are also a deliverable to the customer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Types of CIR data modules to be used
+
+ Decide which CIR data module types to be used. In order to avoid
+ any redundancy and inconsistency, care must be paid on some types,
+ depending on other project specific decisions, for example tailoring
+ of the S2000M (IPD data modules vs Part CIR data module).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Delivery of CIR-dependent data module
+
+ Decide whether CIR-dependent data modules are delivered to
+ customer, as it implies a specific process to retrieve the
+ self-standing data modules from the CIR-dependent data module and
+ the CIR data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Publishing of CIR data modules
+
+ Decide whether and which CIR data module types to be
+ published.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of one or several data modules for a CIR type
+
+ Decide whether there is one single or several data modules for a
+ dedicated type of CIR data module within a Project or for a specific
+ model identification code.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Common information repository concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Use of implicit or explicit reference method to CIR data
+ module
+
+ Decide whether to use implicit or explicit references, or both
+ between content specific data elements and the CIR data
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Alternates concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+ Use of alternates groups in data module content
+
+ Decide whether to use alternates group elements. If used, which
+ groups and in which data modules types.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Alternates concept
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+ Mix of alternates groups and elements
+
+ Decide whether alternates groups and elements can be mixed in a
+ given structure.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Container data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+
+
+ Use of container data modules
+
+ Decide whether to use container data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Container data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Identification of container data module
+
+ Decide which identification method to use for container data
+ modules. The chosen method must be used systematically.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Optimizing and reuse
+ Container data module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of applicability within container data module content
+
+ Decide whether applicability annotations are duplicated from the
+ referenced data modules to the container data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Use of applicability
+
+ Decide if the project will use applicability.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Applicability functionality
+
+ Define the required functionality for applicability.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of applicability data module types (ACT, CCT, and PCT)
+
+ If functionality is limited to print and static display, decide if
+ applicability data module types (ACT, CCT, and PCT) will be
+ used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Product attribute and conditions naming and identification
+ scheme
+
+ Define a consistent naming and identification scheme for product
+ attributes and conditions, when ACT and CCT data modules are
+ implemented.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Presentation of content that is not applicable
+
+ Specify the method that content is presented which is not valid
+ for the current maintenance context. The content can be removed,
+ hidden or de-emphasized in some manner.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Providing the human readable part of applicability
+
+ Decide whether to also provide the human readable part of
+ applicability or rely on the viewer to build the human readable
+ part, when providing the computer processing part of
+ applicability.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Number of ACT, CCT and PCT data module instances
+
+ Decide whether to provide one instance of each data module types
+ (ACT, CCT and PCT) or to segregate the project into multiple
+ instances of each data module type, and the method for
+ segregation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Classifying product attributes and conditions an ACT data
+ module
+
+ Decide how to divide the properties of the Product into product
+ attributes or condition types.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Configuration management of product attributes an ACT data
+ module
+
+ Decide on the extent of configuration management and editing
+ access to be applied to product attributes within an ACT data
+ module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Applicability
+ Conditions crossreference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of the incorporation status list in a CCT data module
+
+ Decide whether to use the incorporation status list in the CCT
+ data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ApplicabiIity
+ Products cross
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Scope of the product instances in a PCT data module
+
+ Decide which product instances are contained in a PCT data module.
+ Options include listing all product instances in service or listing
+ only the product instances within an organization.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ApplicabiIity
+ Products cross
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of a published or a transient PCT data module
+
+ Decide whether to publish a static issue of the PCT data module or
+ use the data module as a transient transfer mechanism between an
+ external system and a viewer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ApplicabiIity
+ Products cross
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Management of the product instance configurations in PCT data
+ modules
+
+ Decide how to maintain the list of product instance configuration
+ specifications and the associated values for product attributes and
+ conditions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ApplicabiIity
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of the ACT catalog data module
+
+ Decide whether to use the ACT catalog data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ApplicabiIity
+ Applicability cross-reference table
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Internal or external definition of supplier applicability
+ attributes
+
+ Decide whether the supplier applicability attributes are defined
+ in the ACT data module or if the supplier definition is used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Learning information
+ SCORM content package module
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Use of attribute scoEntryType
+
+ Decide whether to use the attribute scoEntryType to indicate the
+ required resource type.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information management
+ Content specific data
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Technical information object properties to be included in the data
+ module at delivery
+
+ Decide which properties associated to the technical information
+ objects (eg, names, short names) to store within the data module
+ when delivered.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Maintenance information
+ Maintenance procedures
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Determine applicable systems for land and sea products
+
+ Decide the applicable systems for land and sea products.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ How to use the element field descriptions in the wiring data
+ description Schema
+
+ Decide how to use the element field descriptions of the wiring
+ data description Schema in an interactive wiring publication.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of introduction data modules for wiring publications
+
+ Decide whether to produce introduction data modules for wiring
+ publications. If required, the scope of these introduction data
+ modules must be defined.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Optional descriptive information for connection units
+
+ Decide whether to produce descriptive information for connection
+ units including illustrations and tables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Optional descriptive information for wires and harnesses
+
+ Decide whether to produce descriptive information for wires and
+ harnesses including illustrations and tables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Wiring standard practices data modules
+
+ Define source and scope of wiring standard practices data modules.
+ Decide whether to prepare standard wiring practice information as
+ procedural or descriptive data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Wiring diagrams in an interactive wiring publication
+
+ Decide whether to produce wiring diagrams for an interactive
+ wiring publication.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Harness routing drawings
+
+ Decide whether harness routing drawings are to be simplified and
+ how their layout must look like.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Coding of harness installation drawing data modules
+
+ Decide whether to code harness installation drawing data modules
+ by using zone information. If decided to use zone information for
+ the coding, the structure of the data module code is possibly not
+ appropriate. In this case, it must be decided on changes of the
+ proposed structure for the Product (eg, population of the zone
+ information in the unit or assembly group of the SNS instead of in
+ the subsystem/sub-subsystem group).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Harness installation information
+
+ Decide whether to prepare harness installation information for
+ each major area in list form in addition to or instead of harness
+ installation and routing drawings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Coding of harness routing drawing data modules
+
+ Decide whether to code harness routing drawing data modules by
+ using zone information. If decided to use zone information for the
+ coding, the structure of the data module code is possibly not
+ appropriate. In this case, it must be decided on changes of the
+ proposed structure for the Product (eg, population of the zone
+ information in the unit or assembly group of the SNS instead of in
+ the subsystem/sub-subsystem group).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Equipment and panel location drawings
+
+ Decide whether to produce separate data modules containing
+ equipment and panel location illustrations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Production of electrical standard parts data
+
+ Decide whether to produce data modules containing electrical
+ standard parts data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Definition of required electrical equipment information
+
+ Define the required information for each electrical or electronic
+ item of equipment that has electrical connections.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Coding of electrical equipment information data modules
+
+ Decide whether to code electrical equipment information data
+ modules by using zone information. If decided to use zone
+ information for the coding, the structure of the data module code is
+ possibly not appropriate. In this case, it must be decided on
+ changes of the proposed structure for the Product (eg, population of
+ the zone information in the unit or assembly group of the SNS
+ instead of in the subsystem/sub-subsystem group).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Coding of harness data modules
+
+ Decide whether to code harness data modules by using zone
+ information. If decided to use zone information for the coding, the
+ structure of the data module code is possibly not appropriate. In
+ this case, it must be decided on changes of the proposed structure
+ for the Product (eg, population of the zone information in the unit
+ or assembly group of the SNS instead of in the
+ subsystem/sub-subsystem group).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Generation of harness wire list data modules
+
+ Decide whether and how to generate harness wire list data modules
+ for a page-oriented or an interactive wiring publication from the
+ wiring data modules that are based on the wiring Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Generation of connection list data modules
+
+ Decide whether and how to generate connection list data modules
+ for a page-oriented or an interactive wiring publication from the
+ wiring data modules that are based on the wiring Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Generation of plug and receptacle list data modules
+
+ Decide whether and how to generate harness plug and receptacle
+ list data modules for a page-oriented or an interactive wiring
+ publication from the wiring data modules that are based on the
+ wiring Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Generation of terminal list data modules
+
+ Decide whether and how to generate terminal list data modules for
+ a page-oriented or an interactive wiring publication from the wiring
+ data modules that are based on the wiring Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Generation of splice list data modules
+
+ Decide whether and how to generate splice list data modules for a
+ page-oriented or an interactive wiring publication from the wiring
+ data modules that are based on the wiring Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Wiring data
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Generation of earth point list data modules
+
+ Decide whether and how to generate earth point list data modules
+ for a page-oriented or an interactive wiring publication from the
+ wiring data modules that are based on the wiring Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of separate modules or the consolidated Front matter Schema for
+ Equipment information sets
+
+ Decide if front matter is to be authored as separate modules or
+ use the consolidated Front matter Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Level of detail to be provided in the technical descriptions in
+ Equipment information sets
+
+ Decide what level of detail to provide in the functional and
+ technical descriptions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of wiring Schema in Equipment information sets
+
+ Decide whether the Wiring data Schema and the Wiring data
+ description Schema are to be used or not. Interactive wiring
+ publication functionalities are only to be made available if the
+ Wiring Schema is used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Level of detail to be provided in the maintenance and servicing data
+ modules in Equipment information sets
+
+ Decide what level of detail to provide in the maintenance and
+ servicing data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of lists in Equipment information sets
+
+ Decide how to implement the lists of consumables, materials,
+ expendables, standard SE, special SE and tools.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of equivalent substitutes in Equipment information sets
+
+ Decide whether to use equivalent substitutes for consumables,
+ materials, expendables equipment and tools.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Equipment information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Level of detail to be provided in the IPD data modules in Equipment
+ information sets
+
+ Decide what the level of detail to provide in the IPD
+ modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Battle damage assessment and repair
+ information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Separation of product frame and engine BDAR information
+
+ Decide whether to separate the BDARP into product frame and engine
+ BDAR information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Battle damage assessment and repair
+ information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Separate data modules for utilization degradation in BDAR information
+ sets
+
+ Decide whether to prepare separate data modules for degradation
+ information, or to include this information in the damage assessment
+ data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Battle damage assessment and repair
+ information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Interactive BDARP
+
+ Decide whether to produce an interactive BDARP and define the
+ required functionalities.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of external material information in service bulletins
+
+ Decide whether material information must be a part of the "core"
+ SB data module or if it can (depending on the volume) be presented
+ in one or more referenced separate SB data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Treatment of alert and standard service bulletins
+
+ Decide whether or not to allow classifying service bulletins as
+ Alert.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Service bulletin compliance categories
+
+ Decide whether to use the four compliance categories or to define
+ others.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Minimum impact on weight in service bulletins
+
+ Decide the threshold for minimum impact on weight that must be
+ reported in a SB.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Minimum impact on balance in service bulletins
+
+ Decide the threshold for minimum impact on balance that must be
+ reported in a SB.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Minimum impact on electrical load to be reported in service
+ bulletins
+
+ Decide the threshold for minimum impact on electrical load that
+ must be reported in a SB.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Service bulletins
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Definitions and use of maintenance and operational publications in
+ service bulletins
+
+ Decide on the precise definitions of "maintenance publications"
+ and "operational publications" and whether to separate them into
+ different listings in the Impact on publications.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Training
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Scope and depth of planning information data modules for training
+ information sets
+
+ Agree on the scope and depth of the planning information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ Training
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Scope and depth of training information data modules for training
+ information sets
+
+ Agree on scope and depth of the training information.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of a full set of data modules or a publication module for the
+ LOAP
+
+ Decide whether to use a full set of data modules or a publication
+ module to carry the listing of the applicable publications and other
+ documents including individual data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Schema to use for the publication list data modules of the
+ LOAP
+
+ Decide whether to use the Front matter Schema or the Descriptive
+ Schema for the publication list data modules.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ One consolidated or several separate publication list data modules
+ for the LOAP
+
+ Decide whether to deliver the publications and documents listed in
+ one data module/publication module (with one or more lists presented
+ as tables) or as separate data modules/publication modules (eg, by
+ operational publications or maintenance publications).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Inclusion of unpublished publications and documents in the
+ LOAP
+
+ Decide whether to include publications and documents that are not
+ published.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Markup of the publication entry as a link in the LOAP
+
+ Decide whether to markup the publication entry as a link when
+ using the Descriptive Schema.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Include the manufacturer’s part No. or reference No. in the
+ LOAP
+
+ Decide whether to include and present the manufacturer’s part No.
+ or reference No.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common information sets
+ List of applicable publications
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of language in the LOAP
+
+ Decide whether to include and present the language of the
+ publication or document in the entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Engine maintenance information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Additional information in parts lists for engine maintenance
+ information sets
+
+ Decide whether to indicate additional information under the
+ heading of the parts list "Remarks" (eg, modification number
+ applicable to the item).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Aircrew information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Standards of performance data in aircrew information
+
+ Decide on the standards of performance to be used in the
+ calculation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Aircrew information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Conditions or phases in aircrew information
+
+ Decide whether the conditions or phases of flight listing can be
+ supplemented by projects conditions or phases.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Aircrew information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Select model for checklist for structures in aircrew
+ information
+
+ Decide which of the two models are used to structure
+ checklists.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Aircrew information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Order of drills in aircrew information
+
+ Decide whether the order of drills will be project specific.
+ Limitations and operating data required by the project must be
+ included.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Aircrew information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Supplementing the order of drills in aircrew information
+
+ Decide whether to supplement the order of drills checklist
+ listing.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Air specific information sets
+ Aircrew information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Numbering of checks within drills in aircrew information
+
+ Decide on the numbering of checks within each drill.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Land/sea specific information sets
+ Crew/Operator descriptive information
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Description types for land/sea Products for the
+ crew/operators
+
+ Decide on the above description types to be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common requirements
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Front matter to be included in page-oriented publications and IETP,
+ respectively
+
+ Decide which front matter is to be included (mandatory or
+ optional) in each of the page-oriented publications and in the IETP.
+ The decisions must be based on the rules given in Chap 3.9.4.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common requirements
+ Front matter
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+
+
+ Information codes
+
+ Decide which information codes to be used, the basic (eg, 00R) or
+ the alternative (eg, 002).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common requirements
+ Illustrated parts data
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ IPD as a standalone publication
+
+ Decide if the IPD is produced as a standalone publication or as a
+ part of for example an equipment maintenance publication.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common requirements
+ Illustrated parts data
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Optional parts data elements in IPD
+
+ Decide which of the optional data from the parts data must be
+ included and which optional elements must be displayed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of task sets in the CMP
+
+ Decide whether to use task sets in the CMP.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of placeholder data modules in the CMP
+
+ Decide whether "placeholder" data modules are required for those
+ topics where data is not required or necessary.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Front matter to be used in the CMP
+
+ Decide what front matter data modules to be used and their
+ content.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Use of access illustration for component maintenance IETP
+
+ Decide whether to include access illustration and its format for
+ IETP.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Incorporating service bulletins into the CMP
+
+ Decide on the updating frequency for incorporating service
+ bulletins into the CMP.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Provide IPD information as a separate publication for the CMP
+
+ Decide whether IPD information is to be provided as a separate
+ publication.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Inclusion of maintenance planning information in the CMP
+
+ Decide whether to include maintenance planning information in the
+ CMP.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Inclusion of removal and installation information in the CMP
+
+ Decide whether to include removal and installation information in
+ the CMP.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common Requirements
+ Component maintenance publications
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Inclusion of test support data in the CMP
+
+ Decide whether to include manufacturer's test support data and its
+ format.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information presentation and use
+ Page-oriented publications
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the S1000D standard page-oriented presentation
+ chapters.
+
+ Decide whether to use the S1000D standard page-oriented
+ presentation given in Chap 6.2.2 and Chap 6.2.3 or to use any other
+ rules for presentation to meet specific project or organization
+ requirements. The business rules must specify the information needed
+ to contract the desired presentation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of mirrored headers and footers
+
+ Decide whether to use mirrored headers and footers.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Page size
+
+ Decide on the page size (including sizes when foldouts are
+ allowed, see below) per publication.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of foldouts in page-oriented publications
+
+ Decide in what circumstances (eg, interspersed or at the end of
+ the publication) is presented in page-oriented publications.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of inwork markings
+
+ Decide whether to present the inwork markings. The details must be
+ documented.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of "Produced by" - "Printed in"
+
+ Decide whether to present or not the responsible producer of the
+ page-oriented output and/or where the publication was
+ printed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of publication module code
+
+ Decide whether to use the S1000D standard page-oriented
+ presentation rules for the publication module code or to create
+ project or organization specific rules for its positioning and style
+ within the header.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of data module code
+
+ Decide whether to use the S1000D standard page-oriented
+ presentation rules for the data module code or to create project or
+ organization specific rules for its positioning and style within the
+ footer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of issue date
+
+ Decide whether to use S1000D standard page-oriented presentation
+ rules for the issue date or to create project or organization
+ specific rules for its positioning in the bottom of the
+ footer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of page number
+
+ Decide whether to use the S1000D standard page-oriented
+ presentation rules for the page number or to create project or
+ organization specific rules for its positioning in the
+ footer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Page numbering of foldout pages
+
+ Decide whether to use double numbering of pages when printed on
+ one (right-hand) side only (eg, 11/12, 13/14).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of applicability annotation
+
+ Decide whether to use the S1000D standard page-oriented
+ presentation rules for the applicability annotation or to create
+ project or organization specific rules for the presentation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of security markings
+
+ Decide whether to present the security markings in sentence case
+ instead of in uppercase.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of commercial classification and/or caveat as security
+ markings
+
+ Decide whether to use the commercial classification (value of
+ attribute commercialClassification) and/or national caveat (value of
+ attribute caveat) as an alternative to the security classification
+ (value of the attribute securityClassification).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Exclude presentation of security markings for unclassified
+ publications
+
+ Decide whether to exclude the presentation of security markings
+ for unclassified publications or not.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of safety classification
+
+ Decide whether to use the S1000D standard page-oriented
+ presentation rules for the safety classification (attribute
+ safetyLabel of the element <productSafety>) or to create
+ project or organization specific rules for the presentation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of the element <logo>
+
+ Decide whether to present any of the logotypes given in the
+ element <logo> and how this element is presented (eg, size,
+ color).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of "End of data module" statement
+
+ Decide on the text that will be used to identify the end of a data
+ module, either "End of data module" or "End of" followed by the data
+ module title.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Placement of the end of data module statement
+
+ Decide whether to present the "End of" statement in the footer or
+ in the body of the page.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of double column text
+
+ Decide whether to use double column text, and under what
+ circumstances. Typography for double column page layout must be
+ documented.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Page layout, paper
+ publications, headers and footers
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Double sided printing of foldout pages
+
+ Decide whether to use double sided printing on foldout
+ pages.
+
+ A3L paper in A3L binders are normally printed on both
+ sides.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of the procedural step titles from the element
+ <proceduralStep>
+
+ Decide whether to present the titles for the element
+ <proceduralStep> and to which level.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of the crew drill step titles from the element
+ <crewDrillStep>
+
+ Decide whether to present the titles for the element
+ <crewDrillStep> and to which level.
+
+ Presentation of the titles for steps on level six thru
+ level eight are not given. The use of these elements is
+ discouraged and their use and presentation are project
+ decisions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of the document title
+
+ Decide whether to present the document title as a centerhead No. 1
+ and a centerhead No. 2 or as a centerhead No. 1 only (including both
+ element <techName> and element <infoName>).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Number of sidehead levels to be presented in the Table of
+ contents
+
+ Decide whether to present more than three sidehead levels in the
+ table of contents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of List of tables
+
+ Decide whether to present the List of tables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Present the prefix "Table" in the List of tables
+
+ Decide whether to present the prefix "Table" before the table
+ number in the List of tables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of List of figures
+
+ Decide whether to present the List of figures.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Present the prefix "Fig" in the List of figures
+
+ Decide whether to present the prefix "Fig" before the figure
+ number in the List of figures.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation (layout) of titles
+
+ Decide whether to use the S1000D standard presentation rules for
+ titles (sidehead 1 thru sidehead 5 or if used thru sidehead 8) or to
+ create project or organization specific rules such as type size,
+ leading and justification.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of the leveled para titles from the element
+ <brLevelledPara> on level six thru eight
+
+ Decide whether to present the titles for the element
+ <brLevelledPara> on level six thru eight.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the alternative method for labeling procedural steps at
+ presentation
+
+ Decide whether to use the preferred or the alternative method for
+ labeling procedural steps.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of paragraphs of text
+
+ Decide whether to use the recommended presentation rules for type
+ size, spacing and justification.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of hierarchical indented steps, when used without titles
+ in procedural steps
+
+ Decide whether to use hierarchical indented steps, when used
+ without titles.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Prefixes to be used for random lists at presentation
+
+ Decide whether to use a consistent set of prefixes for random list
+ throughout the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of footnote numbers
+
+ Decide whether to present the footnote markers as superscripted
+ numbers (default) or as numbers presented within parenthesis.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of inline footnotes
+
+ Decide whether to present the inline footnotes at the bottom of
+ the page (default) or at the end of the data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of table footnotes
+
+ Decide whether to present the footnotes on the relevant page, if
+ the table is split over several pages.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of vertical lines in formal tables
+
+ Decide whether to, in exceptional cases, allow presentation of
+ vertical lines in formal table.
+
+ The rendering of the table must be based on the elements
+ and attributes in the XML files. The author must apply elements
+ and attributes as defined in Chap 3.9.5.2.1.6 in order to
+ achieve the layout described in this chapter.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the alternative individual numbering of multi sheet
+ illustrations at presentation
+
+ Decide whether to use one of the alternative methods for
+ individual numbering of multi sheet illustrations. The chosen method
+ must be used throughout the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of warnings and cautions
+
+ Decide whether to use the alternative rule to present the warnings
+ before the step/para number.
+
+ Projects must be aware of potential hazards when allowing
+ step numbers to follow the warning and ensure that there is a
+ clear connection in the presentation between the warning and the
+ associated steps.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of symbols in warnings and cautions
+
+ Decide whether to present symbols in warnings and cautions. The
+ symbols must be standardized and documented.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of symbolic presentation of warnings and cautions
+
+ Decide whether to use symbolic presentations of warnings and
+ cautions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of numbered notes within a data module at presentation
+
+ Decide whether to use numbered notes within a data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Display of change marks
+
+ Decide whether to display change marks.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of change marks
+
+ Decide whether to use an alternative visual presentation as change
+ marker
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of change marking of individual table rows
+
+ Decide whether to change mark individual table rules at
+ presentation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of data module titles in the reference table
+
+ Decide whether to present the data module title in the reference
+ table ("Table 1 References").
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of publication module/non-S1000D publication titles in
+ the reference table
+
+ Decide whether to present the title (element
+ <pmTitle>/<externalPubTitle>) or the short title
+ (element <shortPmTitle>/<shortExternalPubTitle>), or
+ both, in the reference table ("Table 1 References").
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Order of presentation of references in the reference table
+
+ Decide in which order the referenced document is presented in the
+ reference table ("Table 1 References"): In order of appearance,
+ alphabetical order, data modules before publications, etc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Inline presentation of non-S1000D publication titles
+
+ Decide whether to present the external publication code (element
+ <externalPubCode>), the title (element
+ <externalPubTitle>) or the short title (element
+ <shortExternalPubTitle>) as the inline reference.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Presentation of the name of spares, supplies and support
+ equipment
+
+ Decide whether to present the name (element <name>) or the
+ abbreviated alternate name (element <shortName>), as the
+ cross-reference in the text.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of the alternative method for presentation of applicability
+ statements
+
+ Decide whether to use the preferred or the alternative method for
+ presentation of applicability statements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Page
+ oriented publications-Typography and layout
+ elements
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Decide on highlighting the default heading and applicability
+ statement at presentation
+
+ Decide whether to highlight (bold) the default heading and
+ applicability statement at presentation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layout rules and examples
+ Front matter data modules
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Elements and attributes to be presented on the Title page
+
+ Decide which elements and attributes to be presented on the Title
+ page.
+
+ The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layout rules and examples
+ Front matter data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Size of the product illustration on the Title page
+
+ Decide on the height of the product illustration on the Title
+ page, if used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layout rules and examples
+ Front matter data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Elements and attributes to be presented on the Table of content
+ page
+
+ Decide which elements and attributes to be presented on the Table
+ of content page.
+
+ The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layout rules and examples
+ Front matter data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Elements and attributes to be presented on the List of effective
+ pages
+
+ Decide which elements and attributes to be presented on the List
+ of effective pages.
+
+ The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layout rules and examples
+ Front matter data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Elements and attributes to be presented on the List of effective data
+ modules
+
+ Decide which elements and attributes to be presented on the List
+ of effective data modules.
+
+ The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layout rules and examples
+ Front matter data modules
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Elements and attributes to be presented on the Highlights data
+ modules
+
+ Decide which elements and attributes to be presented on the
+ Highlights data modules.
+
+ The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information presentation and use
+ IETP
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Use of rules and guidance for IETP
+
+ Decide whether to use the rules and guidance for look and feel,
+ and printed output from an IETP detailed in Chap 6.3.1 or an
+ alternate output specification.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IETP
+ Output specification
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Main menu bar functions in the IETP viewer
+
+ Decide which, if any, of the basic set of main menu bar functions
+ to mandate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IETP
+ Output specification
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+
+
+ Printing of classified data
+
+ Decide whether to allow the printing of classified data. If not
+ allowed, the print function must be disabled when classified data is
+ presented in the IETP viewer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IETP
+ Output specification
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+
+
+ Additional information bar in the IETP viewer
+
+ Decide on the use of an additional information bar. If used, it
+ must be decided which information to be available in the additional
+ information bar.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Functionality
+ Background and explanation
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Use of the functionality matrix
+
+ Decide whether to use the functionality matrix. If used, fill in
+ the functionality matrix.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Functionality
+ Background and explanation
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Modification of the functionality matrix due to selection of
+ information sets
+
+ Decide on which functionality is required in the technical
+ publications.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Functionality
+ Background and explanation
+
+
+
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Security business rules
+
+ Security business rules cover all security issues and
+ intellectual property rights. They include security
+ classifications, copyright markings, use or disclosure
+ restrictions, destruction instructions and any other data
+ restrictions.
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Selection of functionality using the functionality matrix
+
+ Decide on which functionality is required in the technical
+ publications.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generation of publications
+ Inclusion of legacy information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Population of the element <externalPubCode>
+
+ Decide the preferred syntax to identify legacy data by a
+ publication code.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generation of publications
+ Inclusion of legacy information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Use of the attribute pubCodingScheme
+
+ Decide whether to use the attribute pubCodingScheme. If used,
+ decide on the set of allowed coding schemes and the syntax of those
+ schemes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generation of publications
+ Inclusion of legacy information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ Method to include legacy information in an IETP
+
+ Decide whether to include legacy information by encapsulating it
+ in data modules or by referencing it as external publications using
+ the publication module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generation of publications
+ Inclusion of legacy information
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+ Data integrity and management business rules
+
+ Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.
+
+
+
+ Legacy data conversion, management and handling business
+ rules
+
+ Legacy data conversion, management and handling business
+ rules are quite separate from the other categories outlined
+ above and can be considered (to some extent) as being
+ outside of the scope of S1000D. They cover rules for
+ converting data from say, an ATA iSpec 2200 project, to data
+ modules and will vary from project to project depending on
+ the format of the source data (word processor, paper,
+ Standard Generalized Markup Language (SGML)), and how the
+ target data modules must be treated.
+
+
+
+
+
+ IETP reference format
+
+ Decide the syntax and semantics of the links established to
+ reference legacy data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information interchange
+ File based transfer
+
+
+
+
+
+
+ General
+
+ General business rules cover all decisions made by a
+ project or an organization that are not covered by any of
+ the specific business rule categories below. They serve as
+ overall decisions for the implementation of S1000D.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Use of data compression techniques
+
+ Decide whether to use compression techniques on files being
+ transferred and which techniques to be used.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information interchange
+ File based transfer
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ File formats for information objects
+
+ Decide which file formats, besides the S1000D standard formats, to
+ use.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information interchange
+ Resource description framework/Dublin core
+ metadata
+
+
+
+
+
+
+ Data exchange business rules
+
+ The rules for how data must be exchanged between partners
+ and customers are covered in business rule category 7. This
+ includes for example the use of data dispatch notes and how
+ data management requirement lists as well as CSDB status
+ lists are used. The rules in this category include how the
+ S1000D file based transfer protocol is used, the frequency
+ of data exchanges, if unverified data are exchanged, the
+ rules for data module and graphic issue numbers, and the
+ acceptance and rejection criteria.
+
+
+
+
+
+ Inclusion of RDF/DC metadata in data dispatch notes, data management
+ lists and comments
+
+ Decide on the inclusion of RDF/DC metadata in data dispatch notes,
+ data management lists and comments. It is recommended that inclusion
+ is applied consistently across all CSDB objects.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information processing
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Format of generated display text
+
+ Decide on the format for generating the displayed applicability
+ annotation from the computable applicability annotation that will
+ best fulfill industry and/or customer display requirements.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Information processing
+ Applicability
+
+
+
+
+
+
+ Data creation business rules - Text
+
+ Text creation business rules consist of rules and
+ guidelines (including terminology rules such as language and
+ dictionaries, and the order of preference) for maximizing
+ the amount of reuse that can be achieved within technical
+ publications, and between technical publications and
+ supporting training content.
+
+
+
+ Data output business rules
+
+ Data output business rules specify the output formats for
+ S1000D data. These formats can include page-oriented (eg,
+ paper, pdf) formats, IETP formats, multimedia formats and
+ SCORM formats. The decision regarding which portion of the
+ data will be published in what formats must be agreed and
+ written within these business rules.
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Modifying an assigned product attribute value in the PCT.
+
+ Decide if modifications to PCT assigned values are allowed.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNS, information codes and learn codes
+ Maintained SNS
+
+
+
+
+
+
+ Product definition business rules
+
+ Product definition business rules cover the data module
+ coding strategy related to how the Product is broken down
+ (eg, physical or functional). Included is the definition of
+ the model identification codes to be used in the Product and
+ its subsystems. Supplier subsystems and identifications also
+ need to be considered.
+
+
+
+
+
+ Translation of SNS titles and definitions
+
+ Decide whether to translate and use the SNS titles and the
+ definitions in the languages adopted by the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNS, information codes and learn codes
+ Information codes
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Allocation of project specific information codes
+
+ Decide and agree on allocation of project specific information
+ codes and give them short and full definitions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNS, information codes and learn codes
+ Information codes
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+
+
+ Translation of information code definitions
+
+ Decide whether to translate and use the information code
+ definitions in the languages adopted by the project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SNS, information codes and learn codes
+ Learn codes
+
+
+
+
+
+
+ Maintenance philosophy and concepts of operation business
+ rules
+
+ Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.
+
+
+
+ Business process business rules
+
+ Business process business rules cover how technical
+ publications development is coordinated with other
+ disciplines within an organization or within the project
+ level at that organization or the project as a whole. For
+ example, they describe the rules and relationships with LSA,
+ S2000M compliant initial provisioning, engineering/design
+ and training (eg, SCORM conformance).
+
+
+
+
+
+ Translation of learn code definitions
+
+ Decide whether to translate and use the learn code definitions in
+ the languages adopted by the project.
+
+
+
+
+
+
+
+
+
+ BIKE BR without attribution to a BRDP
+
+
+ Sequential (numbered) lists not allowed unless in descriptive data
+ modules
+
+
+
+
+ Notes are not allowed in Warnings
+
+
+
+
+ Ordered lists are not allowed in Warnings
+
+
+
+
+ Definition lists are not allowed in Warnings
+
+
+
+
+ Random lists must not be nested within Warnings
+
+
+
+
+ Notes are not allowed in Cautions
+
+
+
+
+ Ordered lists are not allowed in Cautions
+
+
+
+
+ Definition lists are not allowed in Cautions
+
+
+
+
+ Random lists must not be nested within Cautions
+
+
+
+
+ Priority level of a comment required
+
+
+
+
+ Type of crew member required for drill or procedural step
+
+
+
+
+ Type of install location
+
+
+
+ Section
+
+
+ Station
+
+
+ Water line
+
+
+ Buttock line
+
+
+ Frame
+
+
+
+
+
+ Maintenance level
+
+
+
+ Level 1 (home)
+
+
+ Level 2 (authorized workshop)
+
+
+
+
+
+ Origin of equipment/harness/wire
+
+
+
+ Manufacturer
+
+
+ Vendor
+
+
+ Partner
+
+
+
+
+
+ Task code
+
+
+
+ Detailed inspection (DET)
+
+
+ Discard (DIS)
+
+
+ Functional Check (FNC)
+
+
+ General visual inspection (GVI)
+
+
+ Lubrication (LUB)
+
+
+ Operational check (OPC)
+
+
+ Restoration (RST)
+
+
+ Servicing (SVC)
+
+
+ Visual check (VCK)
+
+
+
+
+
+ Limit type
+
+
+
+ Time between overhaul
+
+
+ Hard time
+
+
+ Since last maintenance
+
+
+ Out time limit
+
+
+ On condition
+
+
+ Check maintenance
+
+
+ Functional check
+
+
+
+
+
+ Unit of measurement for the threshold interval
+
+
+
+ Months
+
+
+ Weeks
+
+
+ Years
+
+
+ Days
+
+
+ Shop visits
+
+
+ Auxiliary power unit change
+
+
+ Wheel change
+
+
+ kilometer
+
+
+
+
+
+ Attribute sourceTypeCode indicates the type of source
+
+
+
+ fec
+
+
+ sample
+
+
+
+
+
+ Attribute sourceCriticality indicates the impact of not complying with
+ the requirement
+
+
+
+ Evident, Safety
+
+
+ Evident, operational
+
+
+ Evident, Economic
+
+
+ Hidden, Safety
+
+
+ Hidden, Non-Safety
+
+
+
+
+
+ Bike data modules must be reviewed and approved by EPWG before
+ publishing.
+
+
+
+
+ The Bike data set must contain examples of how to apply constructs and
+ principles representing various levels of concept sophistication.
+
+
+
+
+
+
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-041A-A_011-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-041A-A_011-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d5e0ab07ff544ea9c071c3059b577c0998afcaac
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-041A-A_011-00_EN-US.XML
@@ -0,0 +1,402 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+ Physical description of a bicycle
+ A bicycle (refer to ) is a frame and a number of movable components with mechanical parts that are completely open. There are no covers or sheet metal panels that prevent access to the mechanical parts. Thus, you can disassemble the different components of a bicycle (refer to ) to do:
+
+ an inspection
+
+
+ a maintenance task
+
+
+ a repair task
+
+
+
+
+ Complete bicycle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The parts that you can immediately identify on a bicycle are given in .
+
+ Bicycle parts
+
+
+
+
+
+
+
+ Item
+
+
+ Refer to
+
+
+ Definition
+
+
+
+
+
+
+ Frame
+
+
+
+
+
+
+
+ A bicycle frame is made of metal tubes that are welded together.
+
+
+
+
+ Wheels
+
+
+
+ The wheels include these parts:
+
+ Hub
+
+
+ Spokes
+
+
+ Metal rim
+
+
+ Rubber tire
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Seat and seat post
+
+
+
+
+
+
+
+ These install into the seat tube with a mechanism you can use to change the height.
+
+
+
+
+ Handle bars
+
+
+
+
+
+
+
+ A horizontal bar that attaches to the stem with grips at the ends that attach to the brake levers and the shifters.
+
+
+
+
+ Handle bar stem
+
+
+
+
+
+
+
+ This attaches the handle bar to the steering tube (head set).
+
+
+
+
+ Cranks
+
+
+
+
+
+
+
+ A lever that extends from the bottom of the bracket to the pedal.
+
+
+
+
+ Pedals
+
+
+
+
+
+
+
+ The two platforms for the feet that attach to the crank.
+
+
+
+
+ Chain
+
+
+
+
+
+
+
+ A circular set of links that connect the chain ring to the cogs on the freewheel.
+
+
+
+
+ Gears
+
+
+
+
+
+
+
+ The gears include:
+
+ Front chain ring
+
+
+ Rear freewheel
+
+
+ Front and the rear derailleur
+
+
+ Shift lever on the handle bars
+
+
+ Cables
+
+
+
+
+
+
+
+ Brakes
+
+
+
+
+
+
+
+ The brakes include:
+
+ Actuators on the handlebars
+
+
+ Brake cable
+
+
+ Brake callipers
+
+
+ Brake pads
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-042A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-042A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..40065e0ac995f08ffa851223f306af30d008974c
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-042A-A_010-00_EN-US.XML
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of function
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Functional description of a bicycle
+ Below is a list of the different bicycle components and a functional description of them.
+
+ Frame
+
+ The frame is the skeleton of the bicycle. Refer to
+
+
+
+ for a functional description of the frame system.
+
+
+
+ Wheel
+
+ The wheel is the point of contact between the bicycle and the road for the bicycle to have movement. Refer to
+
+
+
+ for a functional description of the wheel.
+
+
+
+ Spokes
+
+ The spokes are thick wires with tension applied that connect the hub to the rim. You can adjust the tension with the nipple on the rim side.
+
+
+
+ Hub
+
+ The hub attaches to the center of the wheel where the axle and the bearings are.
+
+
+
+ Metal rim
+
+ The metal rim is a metal ring that has a U-shaped cross section to hold the spokes on the inner side and the tire on the outer side.
+
+
+
+ Seat
+
+ The seat, which is also known as the "saddle", is used as the support platform for the person to sit on the bicycle.
+
+
+
+ Seat post
+
+ The seat post is used as a support post for the seat and to change the height of the seat for the rider.
+
+
+
+ Handle bar
+
+ The handle bar is a horizontal bar with handles on each end. The handle bar is a steering mechanism that the rider uses to change the direction of the bicycle. The brake levers are also on the handle bar. Refer to
+
+
+
+ for information on how to install the handle bar. Refer to
+
+
+
+ for information on removing the handlebar.
+
+
+
+ Handle bar stem
+
+ The handle bar stem (the stem) attaches the handle bar to the steering tube. Refer to
+
+
+
+ for information on how to install a stem. Refer to
+
+
+
+ for information on how to remove the stem.
+
+
+
+ Brake levers
+
+ When you operate the brake lever, the brake pads move against the wheel to decrease the speed. The brake lever on the left side operates the front brake. The brake lever on the right side operates the rear brake.
+
+
+
+ Brakes
+
+ When you operate the brakes, the brake pad moves against the wheel to decrease the speed of the bicycle. Refer to
+
+
+
+ for a description of the braking system.
+
+
+
+ Shifters
+
+ The shifters are the mechanisms that you use to change the gears on the bicycle. There are 7 different types of shifters that have been developed over the years, but they all have the same functionality. When you operate the shifters, they pull the control cable to move the derailleur towards a larger diameter chain ring. The shifters can also loosen the cable to let the derailleur move towards a smaller diameter chain ring. Refer to
+
+
+
+ for a functional description of the shifters.
+
+
+
+ Crank
+
+ The crank moves the power to the chain rings when the pedals operate.
+
+
+
+ Pedals
+
+ The pedals move the force of movement from the feet to the cranks.
+
+
+
+ Chain
+
+ The chain moves the power from the chain rings to the cogs on the freewheel. Refer to
+
+
+
+ for the procedure on how to clean the chain.
+
+
+
+ Gears
+
+ The gears have different mechanisms that function together to change the speed of the bicycle. These mechanisms include:
+
+ the sprockets
+
+
+ the chain
+
+
+ the derailleur
+
+ Refer to
+
+
+
+ for a functional description of the gear system.
+
+
+
+ Chain rings
+
+ The chain rings (also known as the "chain wheel") pull on the chain when the cranks turn.
+
+
+
+ Derailleur
+
+ A derailleur moves the chain from one sprocket to another to change the gears. There are two different types of derailleur, the front and the rear. The highest ratio (highest gear) is when the chain is on the largest sprocket on the front and the smallest at the rear. To get the lowest gear, the smallest sprocket is at the front and the largest at the rear. Refer to
+
+
+
+ for a functional description of the derailleur system.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-043A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-043A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b631f20922047581606fa2fc60a176c4f84122b2
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-043A-A_010-00_EN-US.XML
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description attributed to crew
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Introduction
+ Data about the bicycle and its control system is given in this document. This data will help you operate the bicycle.
+
+
+
+ Controls
+ Data about the controls that follow is given in this document:
+
+
+ Steering
+
+
+
+
+ Shifters
+
+
+
+
+ Brakes
+
+
+
+
+ Pedals
+
+
+
+
+
+
+ Steering
+ The handlebars are used to steer the bike. They are at the front of the bicycle. You hold one of the handlebar grips with each hand and move the handle bar to change the direction of the bike.
+
+
+ Shifters
+ The gears control the ratio of pedal rotation to wheel rotation. You can change this with the shifters
+
+
+
+ . The shifters are on the handlebar.
+ A description of the two shifters follows.
+
+ shifter correlation
+
+
+
+
+
+
+ Shifter Location
+
+
+ Affected Gears
+
+
+
+
+
+
+ Left
+
+
+ The buttons on the left shifter changes the gears on the front derailleur.
+
+
+
+
+ Right
+
+
+ The buttons on the right shifter changes the gears on the rear derailleur.
+
+
+
+
+
+
+
+ Brakes
+
+ If you operate the front brake without the rear brake you can cause a crash.
+
+ You can decrease the speed of the bike with the brakes. You operate the brakes with the brake levers on the handlebar.
+ A description of the brake levers follows.
+
+ brake lever correlation
+
+
+
+
+
+
+ Brake Lever Location
+
+
+ Affected Brake
+
+
+
+
+
+
+ Left
+
+
+ This lever operates the front brake.
+
+
+
+
+ Right
+
+
+ This lever operates the rear brake.
+
+
+
+
+
+
+
+
+ Pedals
+ The are at the bottom of the seat tube.
+You operate the to move the bicycle forward.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-0A3A-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-0A3A-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d2ab106d6dd4cc8f633578ae1b50c9a62d693bb0
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-0A3A-D_003-00_EN-US.XML
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table catalog
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-121A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-121A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..264096baa143714f65f093c1afecafe62a4a34d3
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-121A-A_010-00_EN-US.XML
@@ -0,0 +1,319 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Pre-operation procedures (crew)
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Tire pressure gauge
+
+ KZ666
+
+ BSK-TLST-001-01
+
+
+ 1
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Examine the condition of the brakes.
+
+ Open the brake quick release.
+
+
+ Examine the condition and the thickness of the brake pads.
+
+ Make sure that there is a large quantity of rubber left.
+
+
+ Make sure that the pad is not too hard.
+
+
+
+ Clean all the unwanted material.
+
+
+
+ Do an inspection of the installation of the brakes.
+
+ Check the hydraulic brake system function.
+
+ Hydraulic brake function
+
+
+
+
+ Make sure that there is sufficient clearance between the pad and the inner diameter of the brake surface.
+
+
+
+ If the position of the pads is too low on the rim, as shown in , the pads can move. This could cause the separation of the spokes from their mountings., they could slip off causing the spokes to be torn out of their mountings.
+
+
+ Brake pad seating
+
+
+ Make sure that the pads are correctly installed in the center of the inner diameter of the brake surface.
+
+
+
+ Do a check of the tire pressure.
+
+ Do a check of the tire pressure with the .
+
+
+ Compare the value you read with the recommended pressure that is shown into the sidewall of the tire.
+
+
+ Add the necessary air.
+
+
+
+ Examine the condition of the wheels.
+
+ Examine the rims for bulges and dents.
+
+
+ Examine for splits at the seam where an extruded rim is bonded.
+
+
+
+ Do a check of the headset bearings.
+
+ Straddle the bicycle.
+ Apply the front brakes and push the handle bars forward.
+
+
+ Make sure that the headset bearings are tight.
+
+
+
+ Do the checks on the chain.
+
+ Visually examine the chain.
+ If the chain is too dirty, clean it as specified in the clean chain task (refer to
+
+
+
+ ).
+
+ Visually examine the chain for links that are frozen or that do not move easily.
+
+
+ Apply the necessary .
+
+
+
+ Do a check of the chain to make sure that it is tight.
+
+ Make sure that the play of the chain is not too much.
+
+ Move the chain on the largest chain ring.
+
+
+ Try to pull the chain away from the front of the chain ring.
+ Make sure that the chain is not loose. Tighten the chain if, when you pull it away from the chain ring, you can see a full tooth.
+
+
+
+ Tighten the chain with the Allen wrench from the .
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-130A-A_005-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-130A-A_005-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..1d9a7d451af6a9e8d016778ed17d0971e29fbca0
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-130A-A_005-00_EN-US.XML
@@ -0,0 +1,454 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Riding a bicycle
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Inexperienced rider has the right answer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Inexperienced rider has the wrong answer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ amateur
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 13
+
+
+
+
+
+
+ Prerequisities
+ Please make sure you are familiar with the functional description of a bicycle:
+
+
+
+
+
+
+ Bicycle
+ Description of function
+
+
+
+
+
+
+
+ Querying the basic user information
+
+
+
+
+
+
+
+
+
+
+
+ experienced
+
+
+
+
+
+
+
+
+
+ 0
+
+
+
+
+
+
+
+
+
+ Introduction
+ Dear , because you are an unexperienced user, you will be presented a brief introduction on how to operate a bicycle.
+
+
+ Click next.
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description attributed to crew
+
+
+
+
+
+
+ Did you really read the instructions?
+ Before you can proceed to the practical section of this manual, you will be given a simple question to test whether you read the instructions carefully.
+
+
+
+
+
+
+
+
+
+
+ Wrong answer!
+ You will be given the introduction once again.
+ Number of mistakes:
+
+
+
+
+
+
+
+ Correct!
+ You can now continue with the practical part of this manual.
+
+
+
+
+
+
+
+
+
+ Practical part
+
+ Take the bicycle from the garage.
+
+
+ Clean the bicycle from the dust.
+
+
+ Sit on the bike.
+
+
+ ...and RIDE!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-131A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-131A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..c6497fbf6007da5147877fb6563a1e488266cdf4
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-131A-A_010-00_EN-US.XML
@@ -0,0 +1,515 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Normal operation procedures (crew)
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+ Caption color "blue" is not in the list of S1000D interpreted values. Has been set to "co51".
+
+
+
+
+
+
+
+
+ Mountain storm Mk1
+
+
+
+
+
+
+
+
+ Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+ Pre-ride inspection
+
+ Brakes
+
+ Pads
+
+
+
+ Pads
+
+
+ Free of unwanted material
+
+
+
+
+
+
+ Pads
+
+
+ Acceptable pad width
+
+
+
+
+
+
+ Pads
+
+
+ Acceptable pad clearance
+
+
+
+
+
+ Callipers
+
+
+
+ Link Wire
+
+
+ Firmly attached
+
+
+
+
+
+ Levers
+
+
+
+ Levers
+
+
+ Approximately 1 inch of travel before engagement
+
+
+
+
+
+
+ Levers
+
+
+ Space between lever and handlebar when fully pulled
+
+
+
+
+
+ Cables
+
+
+
+ Cables
+
+
+ No cuts or fraying
+
+
+
+
+
+
+ Tires
+
+
+
+ Pressure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-151A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-151A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..717163016ca4fcdf3708a45253eec745282c9495
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-151A-A_010-00_EN-US.XML
@@ -0,0 +1,228 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Post-operation procedures (crew)
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Clean the bicycle.
+
+ Clean the bicycle with water.
+
+
+ Use the brush from the to clean the brakes, the shift levers, the sprockets and the tires.
+
+
+ Let the bicycle dry.
+
+
+
+ Lubricate the bicycle
+
+ Spray the , to these moving parts:
+
+ the brake pivots
+
+
+ the derailleur pivots
+
+
+ the derailleur tension guides
+
+
+ the brake lever pivots
+
+
+ the control cables
+
+
+ the gear sprockets
+
+
+ the chain
+
+
+
+
+
+ Remove the lubricant which is more than the necessary.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-200A-T-T36D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-200A-T-T36D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..bec1ceac5c688e1c4d8689226387a2eb13d95aaf
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-200A-T-T36D_003-00_EN-US.XML
@@ -0,0 +1,132 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Prerequisite concept review
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+ D0000
+ S1000D upissued
+
+
+
+
+
+
+ Summary
+
+
+
+
+
+ Regular cleaning and testing of your bike's systems are part of keeping your bike maintained. Over time, your bike's moving parts become susceptible to dirt and grime and will eventually fail to operate correctly if they are not maintained. Because the bike has so many moving parts, it is important that you know how to keep the bike clean and lubricated.
+ It is also important to know how to patch an inner tube puncture. As you are riding, you never know what you might run over. A nail or a tack can cause quite a bit of aggravation.
+
+
+
+
+
+
+
+
+
+ Now that you have completed this topic, you should be able to perform some general maintenance on your bike.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-258A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-258A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d1e5950901ed7bc8820908f23bdd0622287e488e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-258A-A_010-00_EN-US.XML
@@ -0,0 +1,434 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SafeS-12-156B
+ Sticky stuff - Safety sheet
+
+ 2014
+
+
+
+
+
+
+
+
+ Mountain bicycle Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+ Mountain bicycle Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ According to The International Bikers' Association (IBA) code of honor you are kindly requested to drive a properly maintained bicycle, which means the bike has to be regularly cleaned.
+
+
+
+
+
+ The bicycle is outdoors
+
+
+
+
+
+
+ Bike cleaner
+ 1,0
+
+
+
+
+
+
+ Bike rider
+ 1,0
+
+
+
+
+
+
+ Bike rider
+ 0,8
+
+
+
+
+
+
+
+
+
+ Safety Handbook - Greasy Bikes
+
+
+
+
+
+
+ SafeS-12-156B
+ Sticky stuff - Safety sheet
+
+ 2014
+
+
+
+
+
+
+
+
+ Water hose
+
+ KZ666
+
+ BSK-TLST-001-09
+
+
+ 1
+
+
+ Stiff bristle brush
+
+ KZ666
+
+ BSK-TLST-001-02
+
+
+ 1
+
+
+ Sponge
+
+ KZ666
+
+ BSK-TLST-001-11
+
+
+ 1
+
+
+
+
+
+
+ ACME super 45 Agent
+ Degreasing agent
+
+ KZ222
+
+ LL-004
+
+
+ 1
+
+
+ ACME Middling Detergent 69
+ Detergent A
+
+ KZ666
+
+ BSK-TLST-023-14
+
+
+ 1
+
+
+ BoeBus DeLux Detergent No.6
+ Detergent C
+
+ KZ666
+
+ BSK-TLST-001-15
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+
+
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+
+
+ Do not use a that has high pressure. A water hose that has high pressure can cause some parts to become loose or full of water.
+
+
+ Do not point the hose directly at the hub or at the bottom bracket bearings. This can cause damage to the parts.
+
+
+ Apply in accordance with the instruction on the container. The substance may cause damage to the Bike paint if it is not applied correctly.
+
+
+
+
+
+
+ Clean the bicycle with water to remove all dirt. Refer to .
+
+ Cleaning the bike
+
+
+
+
+ Use a to get access to areas that are not easy to clean. These are the shift levers, the knobbly tires, and the brakes.
+
+
+ Clean the caked grime from the chain and the sprockets with a screwdriver that has a small blade.
+
+
+ Remove the grease from the freewheel assembly with the as shown in .
+ Use a brush to remove the grease from these parts:
+
+ sprockets
+
+
+ guide and tension wheels of the derailleur
+
+
+ chain ring teeth
+
+
+
+
+ Degreasing the freehub
+
+
+
+
+ Flush the sprockets, the derailleurs, the chain rings and the chain with water.
+
+ If necessary, do the flush procedure again.
+
+
+
+ Wash the Bike
+
+ Soak the into and water.
+
+
+ Clean the bicycle with the soaked sponge.
+
+
+ Flush the bicycle and make sure that all is removed.
+
+
+ Move the bicycle up and down on its tires to remove all water.
+
+
+
+ Wash the Bike
+
+ Soak the into and water.
+
+
+ Clean the bicycle with the soaked sponge.
+
+
+ Soak the into and water.
+
+
+ Fully clean the bicycle with the soaked sponge.
+
+
+ Flush the bicycle to make sure that all detergents are removed.
+
+
+ Move the bicycle up and down on its tires to remove all water.
+
+
+
+ Lubricate the bicycle. Refer to
+
+
+
+ .
+
+
+
+
+
+ Make sure the bicycle is dry
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-258B-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-258B-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..4ea180396e1f5d88fff8d3ac69e125197d599492
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-258B-A_003-00_EN-US.XML
@@ -0,0 +1,435 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+ Clean with water
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SafeS-12-156B
+ Sticky stuff - Safety sheet
+
+ 2014
+
+
+
+
+
+
+
+
+ Mountain bicycle Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+ Mountain bicycle Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ According to The International Bikers' Association (IBA) code of honor you are kindly requested to drive a properly maintained bicycle, which means the bike has to be regularly cleaned.
+
+
+
+
+
+ The bicycle is outdoors
+
+
+
+
+
+
+ Bike cleaner
+ 1,0
+
+
+
+
+
+
+ Bike rider
+ 1,0
+
+
+
+
+
+
+ Bike rider
+ 0,8
+
+
+
+
+
+
+
+
+
+ Safety Handbook - Greasy Bikes
+
+
+
+
+
+
+ SafeS-12-156B
+ Sticky stuff - Safety sheet
+
+ 2014
+
+
+
+
+
+
+
+
+ Water hose
+
+ KZ666
+
+ BSK-TLST-001-09
+
+
+ 1
+
+
+ Stiff bristle brush
+
+ KZ666
+
+ BSK-TLST-001-02
+
+
+ 1
+
+
+ Sponge
+
+ KZ666
+
+ BSK-TLST-001-11
+
+
+ 1
+
+
+
+
+
+
+ ACME super 45 Agent
+ Degreasing agent
+
+ KZ222
+
+ LL-004
+
+
+ 1
+
+
+ ACME Middling Detergent 69
+ Detergent A
+
+ KZ666
+
+ BSK-TLST-023-14
+
+
+ 1
+
+
+ BoeBus DeLux Detergent No.6
+ Detergent C
+
+ KZ666
+
+ BSK-TLST-001-15
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+
+
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+
+
+ Do not use a that has high pressure. A water hose that has high pressure can cause some parts to become loose or full of water.
+
+
+ Do not point the hose directly at the hub or at the bottom bracket bearings. This can cause damage to the parts.
+
+
+ Apply in accordance with the instruction on the container. The substance may cause damage to the Bike paint if it is not applied correctly.
+
+
+
+
+
+
+ Clean the bicycle with water to remove all dirt. Refer to .
+
+ Cleaning the bike
+
+
+
+
+ Use a to get access to areas that are not easy to clean. These are the shift levers, the knobbly tires, and the brakes.
+
+
+ Clean the caked grime from the chain and the sprockets with a screwdriver that has a small blade.
+
+
+ Remove the grease from the freewheel assembly with the as shown in .
+ Use a brush to remove the grease from these parts:
+
+ sprockets
+
+
+ guide and tension wheels of the derailleur
+
+
+ chain ring teeth
+
+
+
+
+ Degreasing the freehub
+
+
+
+
+ Flush the sprockets, the derailleurs, the chain rings and the chain with water.
+
+ If necessary, do the flush procedure again.
+
+
+
+
+ Wash the Bike
+
+ Soak the into and water.
+
+
+ Clean the bicycle with the soaked sponge.
+
+
+ Flush the bicycle and make sure that all is removed.
+
+
+ Move the bicycle up and down on its tires to remove all water.
+
+
+
+ Wash the Bike
+
+ Soak the into and water.
+
+
+ Clean the bicycle with the soaked sponge.
+
+
+ Soak the into and water.
+
+
+ Fully clean the bicycle with the soaked sponge.
+
+
+ Flush the bicycle to make sure that all detergents are removed.
+
+
+ Move the bicycle up and down on its tires to remove all water.
+
+
+
+
+ Lubricate the bicycle. Refer to
+
+
+
+ .
+
+
+
+
+
+ Make sure the bicycle is dry
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-330A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-330A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..7786b85b37de209b380680f287bd70ba34bbd3ed
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-330A-A_010-00_EN-US.XML
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Place on test stand
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY112
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Test stand
+
+ KZ666
+
+ BSK-TLST-999-01
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ensure is level.
+
+
+ Place bicycle on the test stand.
+
+
+ Tight clamps until bicycle is securely attach to the test stand.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-663A-A_011-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-663A-A_011-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ab74f42c7c66ecf7dd322e7585b706223a832df4
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-663A-A_011-00_EN-US.XML
@@ -0,0 +1,328 @@
+
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Standard repair procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bike rider
+ 0,5
+
+
+
+
+
+ Tire lever
+
+ KZ666
+
+ BSK-TLST-001-04
+
+
+ 1
+
+
+ Foot pump
+
+ KZ666
+
+ BSK-TLST-001-05
+
+
+ 1
+
+
+ Marker pen
+
+ KZ666
+
+ BSK-TLST-001-07
+
+
+ 1
+
+
+ Tube patch kit
+
+ KZ666
+
+ BSK-TLST-001-07
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Inner-tube
+
+ KT222
+
+ IT-001
+
+
+ 1
+
+
+
+
+
+
+ When you remove the rear wheel to repair a puncture, disconnect the brake arm from the chain stay.
+
+
+
+
+
+
+ Remove the rear wheel. (Refer to
+
+
+
+ )
+
+
+ Make sure that there is no air in the tube.
+
+ Loosen the cap on the valve stem.
+
+
+ Push the valve stem core down to bleed all the air.
+
+
+
+ Use a to move the tire bead out of its seat. Lift the tire bead above the lip of the rim.
+
+
+ Unseating the tire with a tire lever
+
+
+
+ Remove the tube.
+
+
+ Inflate (not fully) the tube with the . Examine the tube for leaks.
+
+
+ If you find a leak, identify it with a circle made with a .
+
+ Circle leak
+
+
+
+
+ Release most of the air.
+
+
+ Use a piece of sandpaper from the and make the area on and around the hole rough. This will help the patch bond correctly.
+
+ Sanding the application area
+
+
+
+
+ Apply a thin layer of glue from the patch kit on and around the hole. Make sure that the area with the glue is larger than the patch.
+
+ Apply glue to application area
+
+
+
+
+ Let the glue dry for five minutes until it becomes tacky and dim.
+
+
+ Remove the rear foil from the patch (that is a part of the patch kit) and push the patch in its position.
+
+
+ Push with your thumbs from the center of the patch to the outer part of the applied area.
+
+ Apply pressure to tube
+
+
+
+
+ Remove the thin cover from the patch.
+
+
+ Put a very thin layer of talcum powder on and around the patch.
+
+
+ Inflate (not fully) the repaired tube with the foot pump.
+
+
+ Start at the valve stem and install the tube again between the tire and the rim.
+
+
+ Push the valve stem through the hole in the rim.
+
+
+ Make sure that the valve stem is straight.
+
+
+ Install the remaining of the tire.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-952A-T-H31A_004-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-952A-T-H31A_004-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ba7da870422c095bd4584ad32726bd786aa8db9d
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-00AA-952A-T-H31A_004-00_EN-US.XML
@@ -0,0 +1,667 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Basic Bike Awareness
+
+ This learning is sponsored by the National Bike Courier association.
+
+
+ National Bike Courier Association (NBCA)
+
+ The NBCA's mission statement is to promote unity and solidarity within the messenger community and to raise the status of our profession.
+
+
+
+ Getting to Know Your Bike
+
+ This lesson plan describes the learning needs and instructional strategies for teaching the parts of a bike and bike maintenance.
+
+
+
+ Course Identification Number
+
+ N00174-05-D-0003
+
+
+
+ Modification Date
+
+ N/A
+
+
+
+ Delivery Date
+
+ 20091228
+
+
+
+ Learning Plan Subject Matter
+
+ Bike description and general maintenance
+
+
+
+
+ Performance Analysis
+
+ A study was conducted at Speedy Couriers using a proformance analysis model for goals driven measurements.
+
+
+ Organizational Analysis
+
+ The following information describes the organizational elements of the performance analysis
+
+
+
+ We help the businesses of the city be more productive and successful by providing the fastest, most convenient courier services: From your door to theirs in less time.
+
+
+
+
+ To become the number one messenger service in the city by consistently providing fast, convenient service at a competitive price with 98% customer satisfaction.
+
+
+
+
+ Couriers should be goal oriented. They must exhibit the desire to meet the organization's expectations by completing their job tasks as assigned. The company believes this can be accomplished more effectively if couriers take and pass the Bike course.
+
+
+
+
+ Provide training so that couriers can maintain their own bikes and avoid breakdowns. This allows the couriers the ability to make more pick-ups and deliveries.
+
+
+
+
+ Managers at Speedy Couriers, Inc. have concerns regarding their new couriers' abilities to maintain their bikes. Because couriers supply their own bikes, the company has no idea of each bike's condition. In order for couriers to do their jobs effectively, their bikes must be in good working order.
+
+
+
+
+ Gap Analysis
+
+ Recently, there has been a rise in calls for "breakdown" pickups, because the couriers do not know how to fix mechanical failures. This problem leads to increased workload on other carriers and late deliveries and pickups, which in turn leads to unsatisfied customers.
+
+
+ Gap Item
+
+ Many couriers do not know how to correct mechanical problems with the bike's steering system.
+
+
+
+ Describe the steps for installing and removing a bike's steering system.
+
+
+
+
+
+
+ Maintains bike in good working order. Troubleshoots breakdowns in a timely manner. Conducts repairs at the time of breakdown.
+
+
+
+
+ Unable to maintain bike in good working order. Cannot troubleshoot breakdowns in a timely manner. Not able to conduct repairs at the time of breakdown.
+
+
+
+
+ Identify the parts of a bike's steering system.
+
+
+
+
+ Bike couriers do not have the knowledge or skills needed to maintain a bicycle or the ability to troubleshoot and address problems when they occur.
+
+
+
+
+
+ Organizational Environment Analysis
+
+ An organizational analysis was conducted on Speedy Couriers. This appraisal was aimed at identifying areas of inefficiency and opportunities for streamlining and reorganization.
+
+
+
+ Work Environment Analysis
+
+ The environment in which bike couriers work is typically outside, where the courier and his or her bike are subject to atmospheric conditions such as sun, rain, sleet, snow, etc. Bike maintenance will most likely be performed inside the courier's dwelling or a garage.
+
+
+
+ Speedy Couriers has one general managers and four shift managers. The managers work in conjunction with each other.
+
+
+
+
+ The physical site survey revealed that the interior layout of the Speedy Couriers facility provided ample room and features to accommodate the number of couriers employed as well as any maintenance or repair that is required.
+
+
+
+
+ It was revealed during the survey of the social aspects of Speedy Couriers that there was very little social interaction due to the nature of the work as well as the high turn over rate.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Performer Analysis
+
+ Skill levels for entry level bike couriers can vary from none to novice experience levels, which range from 0 to 1 year in service. Couriers have typically learned the skills needed through trial and error.
+
+
+
+ Bicycle Courier
+
+
+
+
+ Not Applicable
+
+
+
+
+ High school diploma, some college
+
+
+
+
+ Adults aged 18 to 21
+
+
+
+
+ The target audience for this course includes bike couriers who are responsible maintaining their own bicycles.
+
+
+
+
+ General bike functions, simple maintenance
+
+
+
+
+ The audience has little to no experience with bike maintenance. Skills are mainly in bike operation.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Bike couriers must ensure that their bikes are in safe working order for them to perform their jobs effectively.
+
+
+
+
+
+ Cause Analysis
+
+ A causal factor tree analysis was conducted on the Speedy Couriers, Inc.
+
+
+ Environmental Factor
+
+ The environmental factors were derived from examining the workplace, resources and any company incentives that may have an impact on the gap.
+
+
+
+ Not Applicable
+
+
+
+
+ Couriers are provided all of the resources needed to maintain and repair their bikes.
+
+
+
+
+ The study revealed that there is currently a negative incentive to troubleshoot and repair bike problems while on courier duties. Since the company provides unlimited breakdown service there is no reason for couriers to repair their own bikes.
+
+
+
+
+ Internal Factor
+
+ The internal factors were derived from interviews with the couriers.
+
+
+
+ Only a small percentage of the couriers had the necessary knowledge needed to maintain and repair bicycles.
+
+
+
+
+ All of the couriers possessed the capacity to learn the skills needed to maintain and repair bicycles.
+
+
+
+
+ Not Applicable
+
+
+
+
+
+ Intervention Definition
+
+ The following information outlines the recommendations for addressing the identified gap.
+
+
+ Non-Training Interventions
+
+ The following information outlines the non-training recommendations for addressing the identified gap.
+
+
+
+ Not Applicable
+
+
+
+
+ Two changes will be made regarding courier responsibilities. First couriers will not receive the commission for a delivery if the breakdown service is used and the repair could have been made without pick-up. Second, bonuses will be provided to couriers that do not use the breakdown service.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Current employees will be required to successfully complete the courseware within 30 calendar days of implementation. All subsequent hires will be required to complete the courseware within 30 calendar days of hire date.
+
+
+
+
+ Not Applicable
+
+
+
+
+ All managers will be required to complete the same courseware training as the couriers.
+
+
+
+
+ Training Interventions
+
+ The following information outlines the training recommendations for addressing the identified gap.
+
+
+ Target Audience
+
+ Skill levels for entry level bike couriers can vary from none to novice experience levels, which range from 0 to 1 year in service. Couriers have typically learned the skills needed through trial and error.
+
+
+
+ The majority of couriers have high school educations and have basic knowledge of tool use.
+
+
+
+
+ A survey revealed that 95% of the couriers are willing to complete training as long as the stated incentives are employed.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Prerequisites
+
+ Not Applicable
+
+
+
+ Required Entry Behaviors
+
+ Not Applicable
+
+
+
+ Training Component
+
+ The following information outlines the training component.
+
+
+
+ An online computer-based course will be used in conjunction with hands on practices.
+
+
+
+
+ This training uses a blended approach to teaching bicycle maintenance and repair.
+
+
+
+
+
+
+ The computer-based courseware will take approximately 1.5 hours to complete. The practical exercises will take approximately 2 hours to complete.
+
+
+
+
+
+ All financial requirements will be covered by Speedy Couriers, Inc.
+
+
+
+
+ The current bicycle repair technician will serve as a facilitator during the practical exercise portion of the training as well as the grader for the hands-on test at the end of the training.
+
+
+
+
+ The current bicycle repair area will be used for the practical exercises and end of training hands-on test.
+
+
+
+
+ Couriers may take the computer portion of the training using one of Speedy Courier's office computer workstations or they may take a CD of the training to be completed at home. The current bicycle repair equipment will be used for the practical exercises and end of training hands-on test.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Assessment Strategy
+
+ The following information outlines the assessment strategies for the Basic Bike Awareness course.
+
+
+ Computer-based Assessment Component
+
+ The following information outlines the assessment strategy for the computer based portion of the training
+
+
+
+ 80% mastery of all lesson tests
+
+
+
+
+ A rubric is provided with the courseware documentation.
+
+
+
+
+ The lesson tests are scored using computer programing built into the training
+
+
+
+
+ Not Applicable
+
+
+
+
+
+ Technical Requirements
+
+ This section lists the technical requirements needed to complete the instruction.
+
+
+
+ This courseware is created to run in the Internet Explorter 6.x web browser.
+
+
+
+
+ Lesson content packages will be tracked in the Sum Total LMS.
+
+
+
+
+ The courseware does not require any special considerations when it is running outside of an LMS.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Instruction will be taken in the Learning Lab at Speedy Courier's main office. The training is part of the employee's first day orientation and is required. No courier assignements will be given until the employee completes the orientation and the training.
+
+
+
+
+ There are no technical requirements for OJT.
+
+
+
+
+ This courseware meets W3C Web Accessibility Initiative Guidelines Priority 1 checkpoints
+
+
+
+
+ The courseware will make use of the following players and plug-ins: Adobe Flash Player and Acrobat Acrobat Reader
+
+
+
+
+ Graphics utilized are JPEGs and SWF files. SWF files may contain 3D animation or interactivity. SWF files are being utilized in lieu of CGM files to reach a broader audience because they can be viewed utilizing the Adobe Flash Player.
+
+
+
+
+ Not Applicable
+
+
+
+
+ Although the courseware can be viewed using different resolutions, it is best viewed in 1024x768 resolution
+
+
+
+
+ This courseware keeps it file size to the bare minimum. It tries to keep all files below 100k. If some files are larger than the 100k a pre-loader is attached.
+
+
+
+
+ Download time will vary due to the the users computer specifications.
+
+
+
+
+ Security level is unclassified.
+
+
+
+
+
+
+
+ Intervention Implementation
+
+ The implementation of this intervention will comprise of the creation and institution of a computer-based training program that works in conjunction with hands-on practical exercizes.
+
+
+
+ Performance Evaluation
+
+ The following information outlines the Performance evaluation.
+
+
+ Formative Evaluation
+
+ The formative evaluation will be conducted using surveys
+
+
+
+ Summative Evaluation
+
+ The summative evaluation will be conducted using surveys as well as the analysis of assessment results
+
+
+
+ Not Applicable
+
+
+
+
+ Not Applicable
+
+
+
+
+ Not Applicable
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..6ee56d27eba903e820f98b862c5645198b269d47
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML
@@ -0,0 +1,435 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Illustrated Parts Data - IPD
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+ This DM was originally named DMC-S1000DBIKE-AAA-D00-00-00-00AA-941A-A
+
+
+
+
+
+
+
+ Bicycle
+
+
+
+
+
+
+ REF
+
+
+
+ Bicycle
+
+
+
+
+
+ UKA
+ XB
+
+
+
+
+
+ 2
+
+
+ SP
+
+
+ Bicycle
+
+
+ KZ999:LNS10276051
+
+
+ 8145144345
+
+
+ F2408:1-4UD:02
+
+
+
+
+
+
+
+ 1
+
+
+
+ Frame assembly
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAODD
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Seat, assembly
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PGOOF
+
+
+
+
+
+
+ 1
+
+
+
+ Cruiser Seat, assembly
+
+
+ EA
+ 0
+
+
+
+
+
+ UKX
+ PGOOF
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Steering system
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Drive train system
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Brake sub-system
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Light system
+
+
+ J
+ EA
+ 1
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Wheel, assembly rear
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Wheel, assembly front
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAODD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+ Computer
+
+
+ EA
+ 0
+
+
+
+
+
+ UKA
+ PAOZZ
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-341A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-341A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..632a0cd6f107107cd239e86af4dbca6bfc8537ea
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-341A-A_003-00_EN-US.XML
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Manual test
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY18
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Climb on the bicycle.
+
+
+ Turn right and left several times.
+
+
+ Ride forward the bicycle.
+
+
+ Make sure that the wheels are stable.
+
+
+ Push in the fork.
+
+
+ Make sure that no oil or air is leaking out the fork.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-520A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-520A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..edfef02e5a59dcba9197f3a33b4e675896e7b421
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-520A-A_003-00_EN-US.XML
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BY18
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove the stem, refer to:
+
+
+
+
+
+
+
+
+ Remove the headset, refer to:
+
+
+
+
+
+
+
+
+ Push the fork downwards to remove it from the frame
+
+
+ Put the frame on the floor
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-720A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-720A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..13cd8311f6b092c1212a1a05d8f067b92f85b86a
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-720A-A_003-00_EN-US.XML
@@ -0,0 +1,316 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Install procedures
+
+
+
+
+
+
+
+
+ Text related to an AD - Airworthiness Directive (cat01)
+
+
+
+
+
+ Text related to a CMR - Certification Maintenance Requirement (cat06)
+
+
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BY18
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ General grease
+
+ KZ222
+
+ LL-005
+
+
+ As required
+
+
+
+
+
+
+ Fork set
+
+ KZ666
+
+ SPA-1000-1
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ Fork
+
+ KZ666
+
+ FK-TEL1001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ Apply grease () on the headset
+
+
+ Install the headset, refer to:
+
+
+
+
+
+
+
+
+ To install the spacers, refer to:
+
+
+
+
+
+
+
+
+ Install the stem, refer to:
+
+
+
+
+
+
+
+
+ Install the fork ()
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-930A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-930A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..a1614a6cdde24d0b827b04e3a86b6c7ce958537b
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-930A-A_003-00_EN-US.XML
@@ -0,0 +1,1337 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Service Bulletin - Replacement of standard forward fork by telescopic fork
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY18
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Installation of telescopic fork with 140mm clearance
+ Installation of telescopic fork with 100mm clearance
+
+
+
+
+
+ +0.8
+ +1.76
+
+
+
+
+
+
+ +0.5
+ +1.1
+
+
+
+
+
+
+
+
+
+
+
+
+ At customer convenience
+
+
+
+
+
+
+ Not Applicable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.5
+
+
+
+
+
+
+ 1.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Revision history
+
+ This document is the first issue of the Service Bulletin
+
+
+
+ Revision sequence
+
+ Original Issue date
+
+
+
+
+
+
+
+ Reason
+
+ A lot of customers asked for the improvement of the front hanging in order to use the bike in more severe conditions.
+
+
+
+ Description
+
+ Replacement of the fork
+
+
+
+ Compliance
+
+
+
+
+
+
+
+ Applicability
+
+ This Service Bulletin is applicable to bikes manufactured between 01/05/2001 and 30/09/2009
+ Configuration no. 1 covers mountain bicycle Mountain storm version Mk1
+ Configuration no. 2 covers mountain bicycle Brook trekker version Mk9
+
+
+
+ Concurrent Requirements
+
+
+
+ Manpower
+
+
+
+
+
+ Industry Support Information
+
+ For any issue with the fork assembly, please contact your local retailer.
+ The UK MoD Company only provides assistance via its network of retailers.
+
+
+
+ General evaluation
+
+
+
+
+
+
+
+ Applicability
+
+ This Service Bulletin is applicable to bikes manufactured between 01/05/2001 and 30/09/2009
+ The S/N of the impacted bikes are :
+
+
+ U8025
+
+
+
+
+
+
+ The S/N of the impacted bikes are :
+
+
+ U8025
+
+
+
+
+
+
+ U8025
+
+
+
+
+
+
+ Configuration no. 1 covers mountain bicycle Mountain storm version Mk1
+ Configuration no. 2 covers mountain bicycle Brook trekker version Mk9
+
+
+
+ Concurrent Requirements
+
+
+
+ Reason
+
+
+ Objective :
+
+ Improvement of the bike's front hanging.
+
+
+
+ Problem and effect :
+
+ A lot of customers would like to use the bike in more severe conditions.
+
+
+
+ Solution :
+
+ Replacement of the fork.
+
+
+
+
+
+ Description
+
+
+ Replacement of the original fork
+
+ by telescopic fork with a 140 mm clearance
+
+
+ by telescopic fork with a 100 mm clearance
+
+
+
+
+
+ Compliance
+
+
+ Compliance
+
+
+
+
+
+ The modification should be made in accordance with the customer's availability, but within the following limits (before marked wear of the frame)
+
+
+
+
+
+ Approval
+
+ This modification has been approved and certified in conformity with the requirements of the S1000D community.
+ Approval No. .
+
+
+
+ Manpower
+
+
+
+
+
+ Electrical Load Data
+
+
+
+ Software Accomplishment Summary
+
+
+
+ Referenced Documentation
+
+ Removal of the headset
+
+
+
+
+
+
+ Install of the headset
+
+
+
+
+
+
+ Removal of the stem
+
+
+
+
+
+
+ Install of the stem
+
+
+
+
+
+
+ Testing of the brakes
+
+
+
+
+
+
+
+
+
+ Documentation Affected
+
+ IPD
+
+
+
+
+
+
+
+
+
+ Industry Support Information
+
+ For any issue with the fork assembly, please contact your local retailer.
+ The UK MoD Company only provides assistance via its network of retailers.
+
+
+
+
+
+
+
+
+
+ Saw tool set
+
+ 1
+
+
+
+ Supplies
+
+
+
+
+ Fork set
+
+ 1
+
+
+
+ Removed spare set
+
+
+
+
+ Modified spare
+
+
+
+
+
+
+ Saw tool set
+
+ 1
+
+
+
+ Supplies
+
+
+
+
+ Fork
+
+ 1
+
+
+
+ Removed spare set
+
+
+
+
+ Modified spare
+
+
+
+
+
+
+ Saw tool set
+
+
+ Saw tool
+
+ KZ666
+
+ BSK-TW-100
+
+
+ 1
+
+
+
+
+ Threading tool
+
+ KZ666
+
+ BSK-THR-3001
+
+
+ 1
+
+
+
+
+
+
+
+ General grease
+
+ KZ222
+
+ LL-005
+
+
+ As required
+
+
+
+
+
+ Fork set
+
+
+ 150
+
+
+
+
+
+ 3
+
+
+
+ after purchase order reception
+
+
+
+
+ World-Bike
+
+ Customer Support
+
+ 100, Bike Street
+ London
+ UK
+
+
+
+
+
+
+
+ Fork
+
+ KZ666
+
+ FK-TEL1001
+
+
+ 1
+
+
+
+
+ Spacer
+
+ KZ666
+
+ SPC-200-12
+
+
+ 2
+
+
+
+
+
+ Fork
+
+ KZ666
+
+ FK-TEL1002
+
+
+ 1
+
+
+
+ 100
+
+
+
+
+
+ 3
+
+
+
+ after purchase order reception
+
+
+
+
+ World-Bike
+
+ Customer Support
+
+ 100, Bike Street
+ London
+ UK
+
+
+
+
+
+
+
+
+
+ Removed spare set
+
+
+ Fork
+
+ KZ666
+
+ FK-1000
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Conical expansion washer
+
+
+
+
+
+ Removed spare set
+
+
+ Fork
+
+ KZ666
+
+ FK-1000
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Conical expansion washer
+
+
+
+
+
+
+ Wheel axis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-933A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-933A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..78826cb2674bc22873a51b5651bfae567f05add7
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-933A-A_003-00_EN-US.XML
@@ -0,0 +1,596 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Replacement procedure
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BY18
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ Saw tool set
+
+ 1
+
+
+
+
+
+
+
+ General grease
+
+ KZ222
+
+ LL-005
+
+
+ As required
+
+
+
+
+
+
+
+ Fork set
+
+
+
+
+
+
+
+
+ 1
+
+ Fork set
+
+ 1
+
+
+
+
+ Fork
+
+
+
+
+
+
+
+
+ 1
+
+ Fork
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ PREPARATION
+
+
+ Remove the front wheel, refer to:
+
+
+
+
+
+
+
+
+
+
+ Remove the front brakes, refer to:
+
+
+
+
+
+
+
+
+
+
+ PROCEDURE
+
+
+ Remove the fork, refer to:
+
+
+
+
+
+
+
+
+
+
+
+ Change the bike axis, refer to:
+
+
+
+
+
+
+
+
+
+
+ Install the new fork, refer to:
+
+
+
+
+
+
+
+
+ Install the new fork, refer to:
+
+
+
+
+
+
+
+
+
+
+ Install the front brakes, refer to:
+
+
+
+
+
+
+
+
+
+
+ Install the front wheel, refer to:
+
+
+
+
+
+
+
+
+
+
+ TEST
+
+
+ Test that the fork is properly installed, refer to:
+
+
+
+
+
+
+
+
+
+
+ Front brakes test, refer to:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-93AA-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-93AA-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..fdbf8f05926694820f7182bc483d627272d108fb
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AA-93AA-A_003-00_EN-US.XML
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle axis
+ Modification procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saw tool set
+
+
+
+
+
+
+
+
+ 1
+
+ Saw tool
+
+ KZ666
+
+ BSK-TW-100
+
+
+ 1
+
+
+ Threading tool
+
+ KZ666
+
+ BSK-THR-3001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ Wheel axis
+
+ KZ666
+
+ BSK-AXS-2001
+
+
+ 1
+
+ Wheel axis
+
+ KZ666
+
+ BSK-AXS-2000
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ Use the (
+ ) to saw the ()
+
+Use the (
+ ) when the saw is unbended
+
+
+ Put the frame on the floor
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AB-720A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AB-720A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..1b6384733df7b573ea7a0c249824382f45b86529
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D00-00-01-00AB-720A-A_003-00_EN-US.XML
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY18
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ General grease
+
+ KZ222
+
+ LL-005
+
+
+ As required
+
+
+
+
+
+
+ Fork
+
+
+
+
+
+
+
+
+ 1
+
+ Fork
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ Apply grease () on the headset
+
+
+ Install the headset, refer to:
+
+
+
+
+
+
+
+
+ Install the stem, refer to:
+
+
+
+
+
+
+
+
+ Install the fork ()
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-10-00-00AA-000A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-10-00-00AA-000A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..249b0dc49fc9e785aac023e6b1585047b7b82a1f
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-10-00-00AA-000A-A_010-00_EN-US.XML
@@ -0,0 +1,253 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Time limits
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+
+ KZ555
+
+ Bicycle-001
+
+
+
+
+ 1
+
+
+
+ 1
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+ Brake pads
+
+ KT444
+
+ BR-PADS-001
+
+
+
+
+ 4
+
+
+
+
+ 1
+
+
+
+
+
+
+
+ Chain
+
+ KZ555
+
+ Ch-001
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+ Hub bearings
+
+ KZ555
+
+ HB-001
+
+
+
+
+ 2
+
+
+
+
+ 6
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-20-00-00AA-000A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-20-00-00AA-000A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..581c2a2509636587f44c0d9cc4c3afca217e4c54
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-20-00-00AA-000A-A_009-00_EN-US.XML
@@ -0,0 +1,658 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance lists
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ D6-1234
+ My Publication
+ January 2007Rev 1
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do the pre-ride checks
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Tire pressure gauge
+
+ KZ666
+
+ BSK-TLST-001-01
+
+
+ 1
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+
+ KZ555
+
+ Bicycle-001
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+ To do the post-ride maintenance
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+
+ KZ555
+
+ Bicycle-001
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+ Clean brake pads
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+ Rubbing alcohol
+
+ KZ222
+
+ LL-002
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+
+ KT444
+
+ BR-PADS-001
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+ Clean the chain
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Stiff bristle brush
+
+ KZ666
+
+ BSK-TLST-001-02
+
+
+ 1
+
+
+ Chain cleaning fluid
+
+ KZ222
+
+ LL-003
+
+
+ As required
+
+
+ Chain cleaning tool
+
+ KZ666
+
+ BSK-TLST-001-03
+
+
+ 1
+
+
+
+
+
+
+ Floor covering
+
+
+
+ As required
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Pre-operation procedures (crew)
+
+
+
+
+
+
+ Chain
+
+ KZ555
+
+ Ch-001
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Clean the hub bearings
+
+
+
+
+
+ D6-1234
+ My Publication
+ January 2007Rev 1
+
+
+
+
+
+
+
+
+ Rear wheel removed
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle mechanic
+ 0,8
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+ Degreasing agent
+
+ KZ222
+
+ LL-004
+
+
+ As required
+
+
+ General grease
+
+ KZ222
+
+ LL-005
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Hubs
+
+ KZ555
+
+ HB-002
+
+
+
+
+
+
+
+ 6
+
+
+
+
+
+ 6
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-40-00-00AA-000A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-40-00-00AA-000A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..5b4c3d6cf7bc3c5b8ed561c3b335c9e180389104
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-40-00-00AA-000A-A_009-00_EN-US.XML
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance checks
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+1
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do an inspection of the brakes
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do an inspection of the brakes installation
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do a check of the tire pressure
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do an inspection of the wheel condition
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do a check of the headset bearings
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To do a check of the chain
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-80-00-00AA-916A-A_002-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-80-00-00AA-916A-A_002-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b4906df24883c164ad1de9fee9b07d95b4b2624a
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-D05-80-00-00AA-916A-A_002-00_EN-US.XML
@@ -0,0 +1,1689 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Maintenance Allocation Chart
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+
+ 00
+
+ Frame
+
+
+
+
+ 0.1
+
+
+
+
+ 0101
+
+ Front Wheel
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+ 0102
+
+ Tire
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+
+ 0201
+
+ Rear Wheel
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 0202
+
+ Tire
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+
+ 03
+
+ Seat and Seat Post
+
+
+
+
+ 0.1
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 04
+
+ Handlebars
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+ 0.1
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 05
+
+ Handle Bar Stem
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+ 06
+
+ Cranks
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 07
+
+ Pedals
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 08
+
+ Chain
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.2
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 0901
+
+ Gears-Front chain ring
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+
+ 2.5
+
+
+
+
+
+
+
+
+
+
+ 2.5
+
+
+
+
+
+
+
+
+
+ 0902
+
+ Gears-Rear freewheel
+
+
+
+
+ 0.3
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+
+ 2.5
+
+
+
+
+
+
+
+
+
+
+ 3.0
+
+
+
+
+
+
+
+
+
+
+ 4.0
+
+
+
+
+
+
+
+
+
+ 0903
+
+ Gears-Derailleurs
+
+
+
+
+ 0.5
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+
+ 3.0
+
+
+
+
+
+
+
+
+
+
+ 4.0
+
+
+
+
+
+
+
+
+
+ 0904
+
+ Gears-Shift levers
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+
+ 1.5
+
+
+
+
+
+
+
+
+
+
+ 1.5
+
+
+
+
+
+
+
+
+
+
+ 1.5
+
+
+
+
+
+
+
+
+
+ 0905
+
+ Gears-Cables
+
+
+
+
+ 0.3
+
+
+
+
+
+ 0.3
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+
+ 2.0
+
+
+
+
+
+
+
+
+
+ 1001
+
+ Brakes-Handlebar actuators
+
+
+
+
+ 0.3
+
+
+
+
+
+ 0.3
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 1.5
+
+
+
+
+
+
+
+
+ 1002
+
+ Brakes-Cables
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+ 0.4
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+ 1003
+
+ Brakes-Calipers
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 0.5
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+ 1005
+
+ Brakes-Pads
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.2
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+ 0.3
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+ 0.8
+
+
+
+
+
+
+
+
+
+ Maintenance Tools
+
+ TL01
+
+ Specialist Toolset
+
+
+
+
+ TL02
+
+ Foot Pump
+
+
+
+
+ TL03
+
+ Patch Kit
+
+
+
+
+ TL04
+
+ Allen wrench set
+
+
+
+
+ TL05
+
+ Tire Lever
+
+
+
+
+ TL06
+
+ Tire Pressure Gauge
+
+
+
+
+ TL07
+
+ Test Stand
+
+
+
+
+
+ Remarks List
+
+
+
+ Headlight not installed
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..36198f044813b4c1a48d6a3af53d461e880e5cdf
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-A_010-00_EN-US.XML
@@ -0,0 +1,190 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheel
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+ The bicycle wheel
+ The wheel (refer to ) of a bicycle is a complex structure. The wheel assembly has these parts:
+
+ the tire
+
+
+ the tube
+
+
+ the spokes
+
+
+ the spoke nipples
+
+
+ the valve
+
+
+ the hub
+
+ On their own, the individual components are not very strong. But, when they are installed together, the components make the complete wheel (refer to ). The complete wheel is resistant to almost any type of heavy loads and operation.
+
+ Parts of the wheel
+
+
+
+ Spokes
+ The spokes go out from the hub and go across and below each other. The spoke nipples attach the spokes to the rim with the threads on the end of the spokes. You can use the spoke nipples to adjust the tension of the spokes. The tension on each of the spokes must be equal.
+
+
+ Wheel rim
+ The rim (refer to ) of the wheel has a lining of rim tape. This tape protects the tube from damage that the rough edges on the spoke nipples can cause.
+
+ The tire and rim
+
+
+
+
+ Tube and tire
+ The tube and the tire install on the rim. The sidewalls of the tire have markings on them. These which are used to indicate the correct direction of rotation. The markings also make sure the tire installs on the rim and that the directional arrows points in the correct direction. You install the tube into the tire before you inflate it. The tube has a valve (refer to ) which you put through the hole in the rim. This valve (refer to ) is used to inflate the tube and the tire to the correct pressure. A dust cap installs on the valve (refer to ) to prevent damage that dust and debris can cause.
+
+ Valve
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-T-T61E_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-T-T61E_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..e50e4b1d9a88e87219fb980cb4b1e5766b436972
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-00-00-00AA-041A-T-T61E_003-00_EN-US.XML
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheels
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+ DA000
+ S1000D upissued
+
+
+
+
+
+
+ Drag-and-Drop Assessment Question
+
+
+
+
+
+ Drag the answer options to the matching questions, and then click CHECK
+
+
+
+
+
+
+ Which part of the hub assembly allows wheel components to rotate freely around the axle?
+
+
+
+
+ Bearings
+
+
+
+
+
+
+ To which part of the assembly are the spokes attached?
+
+
+
+
+ Hub shell
+
+
+
+
+
+
+ Which part of the hub assembly is attached to the dropouts?
+
+
+
+
+ Axle
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-10-00AA-921A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-10-00AA-921A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ea927017321112f87d6e9ed5865377ede9cee831
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-10-00AA-921A-A_009-00_EN-US.XML
@@ -0,0 +1,226 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Inner tube
+ Remove and install a new item
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY111
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The tire is removed.
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+
+
+
+ Inner tube
+
+ KT222
+
+ IT-001
+
+
+ 1
+
+
+
+
+
+
+ Be careful with sharp or hard tools. They can cause damage to the inner tube.
+
+
+
+
+
+
+ Remove the old inner-tube.
+
+ Removing the inner tube
+
+
+
+
+ Install the new .
+
+
+
+
+
+ Replace the tire.
+
+
+ Inflate the tire with air.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-215A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-215A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..be9ed636fd76999583dc9576eb8bbdfd028a34bd
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-215A-A_009-00_EN-US.XML
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Fill with air
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY112
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+ Foot pump
+
+ KZ666
+
+ BSK-TLST-001-05
+
+
+ 1
+
+
+ Tire pressure gauge
+
+ KZ666
+
+ BSK-TLST-001-01
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ensure bicycle is on the repair stand.
+
+
+ Locate the deflated tire.
+
+
+ Attach the outlet valve of the , from the , to the valve of the deflated tire.
+
+
+ Inflate the tire.
+
+ Operate the foot pump to pump air into the tire.
+
+
+ Check tire pressure. Refer to
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-362B-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-362B-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..69c9ee2c5d31c676f9c0057e316e856420ee351c
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-362B-A_009-00_EN-US.XML
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Check pressure
+ Use pressure gauge
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY112
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Tire pressure gauge
+
+ KZ666
+
+ BSK-TLST-001-01
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Locate the valve stem of tire.
+
+
+ Use the tire pressure gauge () to check the tire pressure.
+
+
+ Tire pressure should between 2000 hPa to 2700 hPa.
+
+ If tire pressure is less than 2000 hPa inflate tire. Refer to
+
+
+
+
+
+
+
+ If the tire cannot maintain pressure or the tire pressure is greater than 2700 hPa replace the inner tube. Refer to
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-400A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-400A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..e3731cd06fa058707ebaaffb18357b9baa620359
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-400A-A_009-00_EN-US.XML
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Fault reports and isolation procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY112
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire does not function correctly
+
+
+
+
+
+
+
+
+
+ Tire pressure gauge
+
+ KZ666
+
+ BSK-TLST-001-01
+
+
+ 1
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Use the tire pressure gauge () to do a check of the pressure
+ What is the tire pressure reading?
+
+
+ More than 2700 hPa
+ Between 100 hPa and 2700 hPa
+ Less than 100 hPa
+
+
+
+
+ Deflate the tire until the pressure is 2700 hPa
+
+
+ Inflate the tire as given in
+
+
+
+
+
+
+
+ To do a check of the tire for damage
+ Is there damage to the tire?
+
+
+
+
+
+
+
+
+ Replace the tire (refer to
+
+
+
+ )
+
+
+ Replace the inner-tube (refer to
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-520A-T-T4JC_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-520A-T-T4JC_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..2a331d3ed535339cb7acede4623701c283432b75
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-520A-T-T4JC_003-00_EN-US.XML
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures: Interactive content - Procedure
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+ DA010
+ S1000D upissued
+
+
+
+
+
+
+ Front Wheel Removal
+
+ The content of this data model describes the steps for removing the bicycle front wheel.
+
+
+
+
+
+
+
+
+
+ To remove your bike's front wheel, place the bike on a stand. If you do not have a stand, you can still remove the tire. It will just take a little coordination on your part.
+
+ Begin by either deflating the front tire slightly or disconnecting the front brakes. This is done so the wheel can come out easily and not get stuck at the brake pads.
+
+
+
+
+
+
+
+ If your bike has a quick-release lever, push the lever outward and turn it in a counterclockwise motion for several revolutions.
+
+
+
+
+
+
+ If your bike does not have a quick-release lever, you will need a wrench to loosen the nuts on either side of the hub.
+
+
+
+
+
+
+
+ Remove the wheel.
+
+
+
+
+
+
+
+
+ Use the arrows to view the slide show.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-921A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-921A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b465745dad4b2ddbb9d6f24629e9dbc22d352ff7
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-10-20-00AA-921A-A_009-00_EN-US.XML
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Remove and install a new item
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY112
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+ Tire lever
+
+ KZ666
+
+ BSK-TLST-001-04
+
+
+ 1
+
+
+ Tire pressure guage
+
+ KZ666
+
+ BSK-TLST-001-01
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Tire
+
+ KT666
+
+ TIRES-010101
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Lift and turn the bicycle and make sure the bicycle is held safely in this position.
+
+
+ Use a standard wrench from the and loosen the brake caliper.
+
+
+ Remove the axle bolt.
+
+
+ Remove the wheel.
+
+
+ Deflate the tire.
+
+
+ Use the from the and remove the old tire from the wheel.
+
+
+ Use the from the and attach the new to the wheel. Refer to
+
+
+
+
+
+
+
+ Inflate the tire (refer to
+
+
+
+ ).
+
+
+ Install the wheel.
+
+
+ Tighten the axle bolt.
+
+
+ Tighten the brake caliper.
+
+
+
+
+
+ Lift and turn the bicycle to the correct position.
+
+
+ Do a test of the brakes as given in the brake test procedure.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-20-00-00AA-412A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-20-00-00AA-412A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..8563472a818b675d743234d47dbcb02e2e5d4682
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-20-00-00AA-412A-A_009-00_EN-US.XML
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Detected fault
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY12
+
+ S1000D upissued
+
+
+
+
+
+
+
+ The rear wheel does not operate correctly
+
+
+
+
+ Tire
+
+ KT666
+
+ TIRES-010101
+
+
+
+
+
+
+
+
+ Rear wheel
+
+ KZ333
+
+ WH-001
+
+
+
+
+
+
+ Prepare the rear wheel for the removal of the tire
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-20-00-00AA-520A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-20-00-00AA-520A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ee7fd6ff96269d5ad507d033cd2ffc40a6eff42d
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-20-00-00AA-520A-A_009-00_EN-US.XML
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY12
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hold the rear of the bicycle.
+
+
+ Push the wheel forwards and down to disengage the chain from the sprocket.
+
+
+ Turn the wheel to the side and lift it away from the frame.
+
+
+ Put the frame on the floor.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-30-00-00AA-520A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-30-00-00AA-520A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..959653939eca38bd5c904d389c7ac08172f1da8f
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-30-00-00AA-520A-A_003-00_EN-US.XML
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hold the front of the bicycle.
+
+
+ Use the () to disengage the fork from the chainring by pushing the wheel forwards and down.
+
+
+ Lift the wheel away from the frame.
+
+
+ Put the frame on the floor.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-30-00-00AA-720A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-30-00-00AA-720A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..32e4fd7acf43a137e38a6ada88c7b0d9358fae41
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA0-30-00-00AA-720A-A_003-00_EN-US.XML
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ It is necessary to install the fork and the brakes before installing the wheel
+
+
+
+ Hold the front of the bicycle.
+
+
+ Install the wheel with () and be careful to not damage the chainring.
+
+
+ Put the bike on the floor.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-00-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-00-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d1aba02badb798bee1dd82a1d629b01318d42e94
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-00-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,191 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY13
+
+ S1000D upissued
+
+
+
+
+
+
+ Brake system
+ The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.
+ There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ).
+
+ Cantilever brake
+ The brake system (refer to ) has these primary components:
+
+ the brake lever (refer to )
+
+
+ the brake cable
+
+
+ the brake arm
+
+
+ the brake clamp (also known as callipers)
+
+
+ the brake pads (refer to )
+
+
+
+
+ Cantilever brake with straddle cable
+
+
+ A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.
+
+
+ Brake pads
+ There are four brake pads (refer to ) on the bicycle. Two are found on the front wheel and two on the rear wheel. The brake pads are made out of hard wearing rubber. The pads press against the rim of the wheel to cause friction when the you operate the brake levers.
+
+ Exploded diagram of a brake
+
+
+
+
+ Brake lever
+ The brake levers (refer to ) are easily damaged. The lever is installed in the mount. A clamp bolt holds the mount. This bolt is not visible because it is found in the mount. The lever turns on a lever pivot bolt. The adjuster lock nut holds the brake cable. This lock nut adjusts the tension of the cable.
+
+ Typical components of a mountain bicycle lever
+
+
+ The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-00-00-00AA-341A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-00-00-00AA-341A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..365c07dfc8fe20660af5a369597becdaa875c82b
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-00-00-00AA-341A-A_009-00_EN-US.XML
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY13
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Put the bicycle in a vertical position.
+
+
+ Hold the handle bars and push the bicycle forwards.
+
+
+ Apply the brakes.
+
+
+ Make sure that the wheels lock and the bicycle stops.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-10-00-00AA-251A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-10-00-00AA-251A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..66a6f41fb5ef25d11f8f60eced6e688132911682
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-10-00-00AA-251A-A_009-00_EN-US.XML
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY131
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+ Rubbing alcohol
+
+ KZ222
+
+ LL-002
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Do a visual inspection of the brakes as given in the pre-ride checks (refer to
+
+
+
+ ).
+
+
+ Clean the brake pads.
+
+ Find each of the brake pads.
+
+
+ Apply a thin layer of the on each of the brake pads.
+
+
+ Rub the surface until you have applied the to the complete surface of the pad.
+
+
+ Remove the unwanted alcohol.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-20-00-00AA-520A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-20-00-00AA-520A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..62eb674bdb314095b51c112fd211e2974dc0944e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-20-00-00AA-520A-A_003-00_EN-US.XML
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front brake
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BY13
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hold the front of the bicycle.
+
+
+ Remove the front brake forwards.
+
+
+ Put the frame on the floor.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-20-00-00AA-720A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-20-00-00AA-720A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..e2d2fceba647766c59e904db31458b96623df0c2
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA1-20-00-00AA-720A-A_003-00_EN-US.XML
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front brake
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY13
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ It is necessary to install the fork before installing the brakes
+
+
+
+ Hold the front of the bicycle.
+
+
+ Install the front brakes on the fork.
+
+
+ Put the frame on the floor.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-00-00-00AA-041A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-00-00-00AA-041A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..7212d15b3b2cd55d14cf0f066dcc2892155df0f1
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-00-00-00AA-041A-A_010-00_EN-US.XML
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY142
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ The steering on the bike is what enables the bike to manoeuvre in a given direction during travel. The steering system on the bike is made of three parts, they are:
+
+
+
+
+ The handlebar
+
+
+
+ The headset
+
+
+
+ The stem
+
+
+
+
+ Handlebar
+ This consists of a horizontal bar attached to the stem with handgrips at the end. Brake levers and shifters are also attached to this bar although they do not have any part in the steering mechanism. The handlebars manoeuvrability is a sideways swivelling action. The handlebars themselves do not provide this swivelling, the headset (also known as the steering tube) is the mechanism that enables the handlebars to swivel.
+
+
+ Headset
+ This mechanism is situated in front of the frame and connects the front fork to the stem and handlebars. The headset allows the handlebars to swivel left and right for steering purposes.
+ For a full description of the headset, refer to
+
+
+
+ .
+
+
+ Stem
+ The stem is a piece that attaches the handlebar to the steering tube. Basically the stem is just a threaded stem bolt situated inside the steerer tube and is what attaches the handlebars to the headset.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-041A-T-T62E_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-041A-T-T62E_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..2440e3940308d3dbfb88a5803b500aae48103fcc
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-041A-T-T62E_003-00_EN-US.XML
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+ DA210
+ S1000D upissued
+
+
+
+
+
+
+ Knowledge Check
+
+
+
+
+ Select your answer, and then click CHECK.
+ The stem attaches the _________________________ to the ________________________.
+
+
+
+
+
+
+ headset / fork
+
+
+
+
+
+
+ fork / handlebar
+
+
+
+
+
+
+ handlebar / headset
+
+
+
+
+
+
+
+ frame / handlebar
+
+
+
+
+
+
+
+ The answer "headset / fork" is incorrect. Try again!
+
+
+
+
+
+
+ The answer "fork / handlebar" is incorrect. Try again!
+
+
+
+
+
+
+
+ Correct!
+
+
+
+
+
+
+
+ The answer "frame / handlebar" is incorrect. Try again!
+
+
+
+
+
+
+
+ The answer "headset / fork" is incorrect. The correct answer is handlebar / headset.
+
+
+
+
+
+
+
+ The answer "fork / handlebar" is incorrect. The correct answer is handlebar / headset.
+
+
+
+
+
+
+
+ The answer "frame / handlebar" is incorrect. The correct answer is handlebar / headset.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-520A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-520A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d0952b3a6755a9ecde0af59e667d530addfbff9e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-520A-A_010-00_EN-US.XML
@@ -0,0 +1,235 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY141
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Safety the bicycle in a bicycle stand and hold the front wheel off the ground
+
+
+
+
+
+
+ Operator
+ 1,5
+
+
+
+
+
+ Set of Allen wrenches
+
+ KZ666
+
+ BSK-TLST-001-13
+
+
+ 1
+
+
+ Work stand
+
+ KZ555
+
+ Stand-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+ It is not necessary to remove the handlebar when you remove the stem to get access to the headset.
+
+
+
+
+
+
+ Remove the handlebar
+
+
+
+
+
+
+
+ Remove the stem.
+
+ Remove the bolt in the center of the stem cap.
+
+ Remove the bolt
+
+
+
+
+ Loosen the stem clam bolt with a .
+
+
+ Remove the stem from the steerer tube.
+
+
+ Note: It is not necessary to remove the handlebar if you remove the stem to get access to the headset.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-720A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-720A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..12e7fd896a22902aa2a74297f9ef42a4c567fd4e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-10-00-00AA-720A-A_010-00_EN-US.XML
@@ -0,0 +1,299 @@
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY141
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Make sure the bicycle is held safely on a work stand with the front wheel free of the ground
+
+
+
+
+
+
+ Operator
+ 1,0
+
+
+
+
+
+ Clean dry cloth
+
+ KZ666
+
+ BSK-TLST-001-12
+
+
+ 1
+
+
+ Work stand
+
+ KZ555
+
+ Stand-001
+
+
+ 1
+
+
+
+
+
+
+ Rubbing alcohol
+
+ KZ222
+
+ LL-002
+
+
+ 1
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ 1
+
+
+
+
+
+
+ Stem
+
+ KZ555
+
+ St-001
+
+
+ 1
+
+
+ Stem bolt
+
+ KZ555
+
+ St-001-01
+
+
+ 1
+
+
+
+
+
+
+ Do not tighten the stem bolt too much. You can cause damage to the headset bearings if you tighten the stem too much.
+
+
+ The stem bolt does not safety the stem.
+
+
+ The stem must point forward in alignment with the wheel.
+
+
+
+
+
+
+ Remove all the rust and the corrosion with a and .
+
+
+ Install the stem.
+
+ Use a and lubricate:
+
+ the threads of the and
+
+
+
+ the sides
+
+
+ the top of the wedge
+
+
+
+
+ Lubricate the thread
+
+
+
+
+ Install the in the steerer tube.
+
+ Tighten the bolt
+
+
+
+
+ Adjust to align the with the wheel and tighten the firmly.
+
+
+
+ Install the handlebars (refer to
+
+
+
+ ).
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-20-00-00AA-520A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-20-00-00AA-520A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..35def0e3cc7368837aeee01fb25b58dbe24522c2
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-20-00-00AA-520A-A_010-00_EN-US.XML
@@ -0,0 +1,235 @@
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY142
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+ The bicycle is held safely on a work stand.
+
+
+
+
+
+
+ Operator
+ 1,5
+
+
+
+
+
+ Set of Allen wrenches
+
+ KZ666
+
+ BSK-TLST-001-13
+
+
+ 1
+
+
+ Work stand
+
+ KZ555
+
+ Stand-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+ Do not ride a bicycle with no grips on the handlebar. This can cause the hands of the rider to slip.
+
+
+
+
+
+
+ Remove the grips
+
+ Put a long thin screwdriver below the grip and apply water between the grip and the handle bar.
+
+
+ Turn the grip forwards and rearwards to loosen it and then pull it off the end of the handlebar.
+
+
+
+ Remove the brake and the shift levers from the handlebars
+
+ Loosen the clamp screw (refer to ) which is behind or below the brake lever (as shown).
+
+ Loosen the clamp screw with the Allen wrench
+
+
+
+
+ Remove the lever and the mount from the handlebar.
+
+
+ Loosen the clamp bolt and remove the shifter from the handlebar.
+
+
+
+ Remove the handlebar
+
+Use a and loosen the clamp bolt (refer to ). To remove, move the handlebar out of the stem.
+
+ Loosen the clamp bolt
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-20-00-00AA-720A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-20-00-00AA-720A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..f639ef9360cbcba82d32d237fcb0264d53f72228
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-20-00-00AA-720A-A_010-00_EN-US.XML
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY142
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+ The bicycle is held safely on work stand. Refer to ()
+
+
+
+
+
+
+ Operator
+ 1,5
+
+
+
+
+
+ Set of Allen wrenches
+
+ KZ666
+
+ BSK-TLST-001-13
+
+
+ 1
+
+
+ Extra firm hold hairspray
+
+ HS111
+
+ HSP-D001
+
+
+ 1
+
+
+ Work stand
+
+ KZ555
+
+ Stand-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Handlebar
+
+ KZ555
+
+ Hd-001
+
+
+ 1
+
+
+ Brake lever
+
+ KT444
+
+ BR-LVRS-001
+
+
+ 1
+
+
+ Shifter lever
+
+ KZ555
+
+ Sl-001
+
+
+ 1
+
+
+ Brake lever mount
+
+ KT444
+
+ BR-LVRS-001-01
+
+
+ 1
+
+
+ Handlebar grips
+
+ KZ555
+
+ Hd-001-01
+
+
+ 1
+
+
+ Handlebar plug
+
+ KZ555
+
+ Hd-001-02
+
+
+ 1
+
+
+
+
+
+
+ Do not ride the bicycle until the grips have become dry and are firmly held in position. If the grips are wet, your hands can move off the grips when you ride the bicycle.
+
+
+ Do not ride a bicycle with no grips on the handlebar.
+
+
+ Make sure the handlebar is correctly aligned in the center of the stem.
+
+
+
+
+
+
+ Put the in the stem and tighten the clamp bolt with a . Make sure the handlebar is correctly aligned in the center of the stem. Tighten the clamp bolt.
+
+
+ Put the and on the handlebar.
+
+ Move the on the again and make sure you do not catch the cables.
+
+
+ Tighten the clamp bolt.
+
+
+ Move the and the brake lever on the again.
+
+
+ Tighten the clamp screw.
+
+
+
+ Replace the .
+
+ Apply with the to the area of the .
+
+
+ Before the becomes dry, move the into the correct position. Make sure the grip protects the end of the or install a .
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b2b11de378c08b4daa7742e770d339c48daf902e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,169 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY143
+
+ S1000D upissued
+
+
+
+
+
+
+ Headset
+ The headset (refer to ) is a pair of bearings on the two ends of the head tube of the frame. These bearings permit the fork to turn rearward and forward (for example, to let the rider turn the handlebars for the steering).
+ The headset (refer to ) includes the parts that follow:
+
+ The bearing races that push into the head tube
+
+
+ a bearing race that pushes on the fork steerer tube
+
+
+ an adjustable upper race
+
+
+ two sets of ball bearings
+
+
+
+ A headset has cups that are pushed into the head tube and a ring on the fork. All three must be fully parallel. It is usually necessary to remove rough paint to get all three fully parallel.
+ The upper race installs onto the steerer tube with a thread. A locknut is used to safety the upper race.
+ A clamp bolt holds the stem to the steerer tube.
+ The fourth remaining bearing race is part of a nut that installs on the threaded top end of the fork. This is done after you install it in the head tube. It is sometimes necessary for some headsets to have more thread at the top of the head tube. If the fork is too long, the spacer rings can be installed. If it is too short, there is a limit to the number of headsets you can use.
+ For an illustration of the parts of the headset (refer to ).
+
+ Headset
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-520A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-520A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..e285684b96442090cf1c97a25ca32f143ff39ee7
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-520A-A_010-00_EN-US.XML
@@ -0,0 +1,229 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Remove procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY143
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The bicycle is safely held on a work stand
+
+
+
+
+
+
+ Operator
+ 0,5
+
+
+
+
+
+ Work stand
+
+ Bikey
+
+ Stand-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+ It is not necessary to remove the handlebar for this procedure.
+
+
+
+
+
+
+ Remove the stem (refer to
+
+
+
+ ).
+
+
+ Remove:
+
+ the spacers
+
+
+ the brake cable hangar
+
+
+ the dust seals
+
+
+ the conical expansion washer(s) from the steerer tube
+
+
+
+
+
+ Lift the upper bearing cup off (refer to ) and then remove the fork from the frame.
+
+ Lift the upper bearing cup
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-720A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-720A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d90bba8bfb63196a7c9c0ba3ab55de381bd4d699
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-30-00-00AA-720A-A_010-00_EN-US.XML
@@ -0,0 +1,272 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY143
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The bicycle is safely held on a work stand
+
+
+
+
+
+
+ Operator
+ 1,5
+
+
+
+
+
+ Work stand
+
+ Stand
+
+ Stand-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Frame fork
+
+ KZ555
+
+ St-001-02
+
+
+ 1
+
+
+ Upper bearing cup
+
+ KZ555
+
+ St-001-03
+
+
+ 1
+
+
+ Brake cable hangar
+
+ KT444
+
+ BR-LVRS-002
+
+
+ 1
+
+
+ Dust seal
+
+ KZ555
+
+ St-001-04
+
+
+ 1
+
+
+ Conical expansion washer
+
+ KZ555
+
+ St-001-05
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Install the on the frame.
+
+
+ Install the .
+
+
+ Install the components that follow on the steering tube:
+
+ the
+
+
+
+ the
+
+
+
+ the
+
+
+
+
+
+
+ Install the stem (refer to
+
+
+
+ ).
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-40-00-00AA-720A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-40-00-00AA-720A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..fa568b48a9ff16f71b1693943fefe8ff61ae639a
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA2-40-00-00AA-720A-A_003-00_EN-US.XML
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Spacer
+ Install procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY142
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork set
+
+ KZ666
+
+ SPA-1000-1
+
+
+
+
+
+
+
+
+
+
+ 1
+
+ Spacer
+
+ KZ666
+
+ SPC-200-12
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ It is necessary to install the headset before installing any spacer
+
+
+
+ Install the spacer ()
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-00-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-00-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ab88b45694ea5d4f4a4653a3919900348ffbe124
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-00-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,178 @@
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Frame
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY15
+
+ S1000D upissued
+
+
+
+
+
+
+ The bicycle frame
+ The frame is the skeleton, the primary part of your bicycle. Its structure makes the bicycle resistant to large forces.
+ The initial frames (refer to ) were tubes of aluminum or steel welded together.
+
+ Welded frame joints
+
+
+ Subsequent frames (refer to ) can be made out of a wide variety of materials, including aluminium, titanium, or chrome moly.
+
+ Frame
+
+
+ Other Frames are different and can also be of different materials (for example, titanium or chrome moly). Some bicycle frames are of carbon fiber. To get this material, it is necessary to put sheets of carbon fiber cloth on foam forms and epoxy them in position. This procedure gives a very light, strong structure that can have different shapes.
+ The frame includes the parts that follow:
+
+ the top tube (the higher bar of the bicycle frame)
+
+
+ the down tube (the section of the frame that extends from the stem to the bottom bracket)
+
+
+ the head tube (the part of the frame that the fork steerer tube goes through)
+
+
+ the seat tube (the vertical part of the frame that is the rear of the front triangle and that is between the bottom bracket and the top tube)
+
+
+ the seat stay (the tube that includes the distance between the seat tube and the rear dropouts)
+
+
+ the chain stay (the tube that is the bottom part of the rear triangle)
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-10-00-00AA-411A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-10-00-00AA-411A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..68723b13fa81aff33c9f1dfd10bf939909578d10
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-10-00-00AA-411A-A_009-00_EN-US.XML
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Isolated fault
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY151
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+ Horn failed
+
+
+
+
+ Horn
+
+ KZ444
+
+ Horn-001
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-10-00-00AA-921A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-10-00-00AA-921A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..526b439a265f2fef8067ac08a6ecd617754c99c8
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA3-10-00-00AA-921A-A_009-00_EN-US.XML
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Remove and install a new item
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY151
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Local Disposal Procedures
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+ 8mm Allen wrench
+
+ KZ666
+
+ BSK-TLST-001-08
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Horn
+
+ KZ444
+
+ Horn-001
+
+
+ 1
+
+
+
+
+
+
+
+
+
+ Safely hold the bicycle.
+
+
+ Remove the horn.
+
+ Use the 8mm Allen wrench from the and remove the two Allen screws.
+
+
+ Remove the horn.
+
+
+
+ Install the new .
+
+ Install the new on the handlebars.
+
+
+ Use the from the and tighten the two Allen screws.
+
+
+
+
+
+
+ Safely discard the horn that you removed
+
+
+ Local Disposal Procedures
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-00-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-00-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..4f3813f211ff6a0a4b610f473e79552bb65f323a
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-00-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drivetrain
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY16
+
+ S1000D upissued
+
+
+
+
+
+
+ Drive train
+ The drive train is the group of components that are necessary for the operation of the bicycle. The drive train is the primary system for the movement of the bicycle. A typical drive train has the chain wheels, the chain, the pedals and the saddle.
+ Since the drive train has many components, it is necessary to do a regular maintenance. The drive train maintenance is easy and the users can disassemble and assemble each part of the drive train. Because of this, when one part is defective, it is possible to remove and replace it with a new one.
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-241A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-241A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..5b470cba5289cb0742f4fd5022ce5fa3db58cfa7
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-241A-A_010-00_EN-US.XML
@@ -0,0 +1,357 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Oil
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY161
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Dry conditions
+
+
+
+
+ Wet conditions
+
+
+
+
+
+
+
+ The bicycle chain is clean and dry
+
+
+
+
+
+
+ Bike rider
+ 0,5
+
+
+
+
+
+ Clean dry cloth
+
+ KZ666
+
+ BSK-TLST-001-12
+
+
+ 1
+
+
+ Floor covering
+
+ KK999
+
+ PPP-001
+
+
+ 1
+
+
+
+
+
+
+ ACME sticky lube 52B
+ Wet lube
+
+ KZ222
+
+ LL-007
+
+
+ 1
+
+
+ AECMA Heavy duty Oil 1988
+ Dry lube
+
+ B6865
+
+ HD1988
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+ is a very
+ dangerous substance. Do not get it onto your skin. Use it in a well
+ ventilated area. If you swallow it seek immediate medical advice. If
+ it gets into your eyes wash your eyes in clean water and seek
+ medical advice.
+
+
+
+ is a very
+ dangerous substance. Do not get it onto your skin. Use it in a well
+ ventilated area. If you swallow it seek immediate medical advice. If
+ it gets into your eyes wash your eyes in clean water and seek
+ medical advice.
+
+
+
+
+
+
+ Apply the penetrating lubricant into all the parts of the bike that
+ move
+
+ Apply to:
+
+ derailleur pivots (refer to )
+
+
+ derailleur tension (refer to )
+
+
+
+
+ Derailleur pivots
+
+
+
+ Derailleur tension
+
+
+
+
+ Apply to:
+
+ brake lever pivots (refer to )
+
+ These brake lever pivots include:
+
+ derailleur pivots
+
+
+ derailleur tension
+
+
+ guide wheels
+
+
+ brake lever pivots
+
+
+ control cables and where they go into their casings
+
+
+
+
+ Brake lever pivots
+
+
+
+
+
+ Lubricate the chain
+
+ Make sure the chain is clean and dry.
+
+
+ Put the on the floor below the
+ chain.
+
+
+
+ Apply the to each roller
+ of the chain (refer to ) but only apply a small
+ quantity.
+
+
+ Apply the to each roller
+ of the chain (refer to ) but only apply a small
+ quantity.
+
+
+
+ Hold the nozzle of the container above the front of the chain ring and
+ slowly turn the cranks rearwards.
+
+
+
+ Do not get lubrication oil into the brake system.
+ Oil in the break system can affect the efficiency of the bake
+ system. Do not get oil onto the floor where it can easily get
+ transferred onto the brake system.
+
+ Let the lubricant soak into chain before you clean the unwanted
+ lubricant from the chain.
+
+
+
+ Lubricate the chain
+
+
+
+ Check lubricated parts
+
+ Do a check of the rear wheel rim and clean the unwanted lubricant
+ if necessary.
+
+
+ Do a check of the chain to make sure that each link is lubricated.
+ If there are links that do not move easily or have become frozen,
+ lubricate the chain again (refer to ).
+
+
+ Do a check of the remaining lubricated parts and clean the
+ unwanted lubricant with a .
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-251B-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-251B-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..ea70c6d799f2062b48da33336cc388df7bf325bc
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-251B-A_009-00_EN-US.XML
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Clean with chemical agent
+ Use chain cleaning fluid
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY161
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Stiff bristle brush
+
+ KZ666
+
+ BSK-TLST-001-02
+
+
+ 1
+
+
+ Chain cleaning fluid
+
+ KZ222
+
+ LL-003
+
+
+ As required
+
+
+ Chain cleaning tool
+
+ KZ666
+
+ BSK-TLST-001-03
+
+
+ 1
+
+
+
+
+
+
+ Floor covering
+
+ KK999
+
+ PPP-001
+
+
+ 1
+
+
+ General lubricant
+
+ KZ222
+
+ LL-001
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Inspect the chain.
+ Do the inspection of the chain as given in the pre-ride checks (refer to
+
+
+
+ ).
+
+
+ Prepare the cleaning area.
+
+ Put the on a satisfactory floor area.
+
+
+ Put the bicycle on the floor covering.
+
+
+
+ Clean debris from the chain.
+
+ Use the and loosen as much unwanted material as possible.
+
+
+ Make sure that you remove all the unwanted material from the chain.
+
+
+
+ Clean the chain.
+
+ Open the and fill with the .
+
+
+ Move the chain to the middle chainring and the middle sprocket at the rear.
+
+
+ Put the chain in the chain guides of the chain cleaning tool and lock the tool on the chain.
+
+
+ Hold the tool with the left hand and slowly turn the rearwards with the right hand.
+
+
+ Press the button on the cleaning tool to make sure that cleaning fluid flows until the tool is empty.
+
+
+ If necessary, remove the unwanted chain cleaning fluid.
+
+
+
+ Lubricate the chain.
+
+ Use the and lubricate the chain.
+
+
+ Unlock and remove the cleaning tool.
+
+
+ If necessary, remove the unwanted lubricant.
+
+
+
+
+
+
+ Move the bicycle to its storage area and remove the floor covering.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-414A-A_007-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-414A-A_007-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..274c9d6e5c2cebe91dddb2688a66c3121445b82f
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA4-10-00-00AA-414A-A_007-00_EN-US.XML
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drive train
+ Correlated fault
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY151
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+ The pedal mechanism is jammed
+
+
+
+
+
+ The derailleur is jammed
+
+
+
+
+
+
+ Bicycle chain
+
+ KZ120
+
+ Tchain-120
+
+
+
+
+
+
+ Prepare the derailleur to put transmission chain back on pedal mechanism.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-00-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-00-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..0d4d425889c2d8e946748ff352563cf127cb3f6f
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-00-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gears
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY17
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Gears
+ The gears include the mechanism, the hubs and the shifters.
+ The description of the mechanisms is given in
+
+
+
+
+
+ The description of the shifters is given in
+
+
+
+
+
+ The bicycles of these days can have 27 gears or more. The mountain bikes use a set that includes:
+
+ Three socket sprockets of different dimension on the front
+
+
+ Nine socket sprockets of different dimensions at the rear
+
+
+
+ This set gives the gear ratios.
+ The shifters installed on the handlebars change the gears and operate the mechanisms (also known as derailleurs). These derailleurs are cable-actuated mechanisms. They move the chain from the different sprockets.
+ The hub is the center of the wheel and contains the axle and bearings.
+ The gears let the rider crank at the pedals at a constant movement on slopes of different angles.
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-10-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-10-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..872962d642935b0b7154f9c100cc61f686ef55eb
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-10-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,175 @@
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Mechs
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY171
+
+ S1000D upissued
+
+
+
+
+
+
+ Derailleur
+ There are two different types of derailleur, the front and the rear.
+
+ Front derailleur
+ The front derailleur (refer to ) contains two types of screws to keep the movement of the derailleur to a minimum. These screws are:
+
+ the stop screw low-gear
+
+
+ the stop screw high-gear
+
+
+
+ The function of these screws is to prevent the rider from over shifting . If this occurs, the chain will go out of the chain wheel.
+
+ Front derailleur
+
+
+ The derailleur is installed on the bicycle seat tube with a clamp and is parallel to the three front sprockets.
+ The shift cable is connected between the shifters on the handle bars and the cable clamp bolt on the front derailleur. This operates the derailleur. On the sprockets there is an inner and outer cage. The clamp attaches the cage.
+
+
+ Rear derailleur
+ The rear derailleur (refer to ) section contains the sprockets for the different gear changes. When the cable clamp bolt is tight, it holds the shift cable in its position. A screwed bolt holds the tension wheel.
+
+ Rear derailleur
+
+
+ The derailleur mounting bolt connects the derailleur to the frame. When the user attaches this bolt, this makes sure that the cage plates are parallel with the chain rings.
+ The guide wheel has the function to move the chain with the derailleur. It moves the chain from one sprocket to the other. The guide wheel must not move on its axis. If this occurs, there will be wear on the wheel. The position of the guide wheel is below the largest sprocket.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-20-00-00AA-251C-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-20-00-00AA-251C-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..f185dcf683946ebc8a68929cf8111bdcc34374b7
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-20-00-00AA-251C-A_010-00_EN-US.XML
@@ -0,0 +1,286 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Hubs
+ Clean with chemical agent
+ Use degreasing agent
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY172
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel removed
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle mechanic
+ 0,8
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+ Specialist toolset
+
+ KZ666
+
+ BSK-TLST-001
+
+
+ 1
+
+
+
+
+
+
+ Degreasing agent
+
+ KZ222
+
+ LL-004
+
+
+ As required
+
+
+ General grease
+
+ KZ222
+
+ LL-005
+
+
+ As required
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove the axle.
+
+ Use the cone-wrench from the and remove the locknut from one side of the axle.
+
+
+ Remove the washer and the cone from the axle.
+
+
+
+ Make sure you do not lose the bearings from the hub. Be prepared to catch the bearings if they fall out. Missing bearings can cause damage to the hub.
+
+ Pull the axle out from the other side as shown in .
+
+ Removing the axle
+
+
+
+
+
+ Remove the bearings.
+
+ Use a small screwdriver from the and remove the bearings from their races.
+
+
+ Make sure that each side of the hub has the same number of bearings.
+
+
+ Use the and clean all the parts of the hub.
+
+
+ Do a check of the axle to make sure that it is straight.
+
+
+ Examine the bearing contact area on the cones and the races in the hub for pitting and other signs of damage.
+
+
+ Do a check of the ball bearings for signs of damage.
+
+
+ Apply a large quantity of on each hub race.
+
+
+
+ Assemble the hub.
+
+ Install the ball bearings into the races and push them into the grease.
+
+
+ Apply more grease on the tops of the bearings.
+
+
+ Install the axle through the hub.
+
+
+ Install the cone, the washer and the locknut on the other side of the axle.
+
+
+ Use the cone-wrench from the specialist toolset and carefully tighten the locknut.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-30-00-00AA-041A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-30-00-00AA-041A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..0558833956316419eed06bfd9e80d0eb69df8c04
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DBIKE-AAA-DA5-30-00-00AA-041A-A_009-00_EN-US.XML
@@ -0,0 +1,178 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Shifters
+ Description of how it is made
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ BY173
+
+ S1000D upissued
+
+
+
+
+
+
+ Shifters
+ The thumb shifter is a usual type in modern bicycles. It is possible to adjust this type of shifter for operation in the index position or in the friction position. The differences between the two are:
+
+ The index shifters change the gears with a click of a lever.
+
+
+ The friction shifters hold the derailleur in its position by friction.
+
+
+
+ The thumb shifters (refer to ) are held on the bicycle with a screw. The paragraph that follows gives a description of a thumb shifter.
+
+ Thumb shifter index type
+
+
+
+
+ How a thumb shifter is made up
+ A wing nut (refer to ) from the top of the lever holds the thumb shifter. The lever is on top of the mount and the mount is on the handle bar with a nut. To remove the mount, it is necessary to loosen the nut of two turns (refer to ), then the mount can move from the handle bar from the top of the lever. The lever sits on top of the mount and the mount is fixed into pace on the handle bar by a nut.
+
+ Unscrew wingnut
+
+
+
+ Loosen the nut
+
+
+ On modern models of this shifter, there is a clamp bolt that holds the shifter in its position (refer to ). The user can loosen the clamp bolt with an applicable tool. This lets the shifter release the handlebar.
+
+ Loosen the shifter clamp bolt
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00EA-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00EA-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..10cbb5f2fadf4b59c0617d22f59a869c16e90689
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00EA-D_003-00_EN-US.XML
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Functional item numbers common information repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+ Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Front light
+
+
+
+ 55
+
+ lights
+
+
+
+
+
+ Rear light
+
+
+
+
+ 30
+
+ lights
+
+
+
+
+
+ Battery
+
+
+
+ 21
+
+
+
+
+
+
+ Electronic Box 01
+
+
+
+ 45
+
+ Electronic Unit
+
+
+
+
+
+ Generator
+
+
+
+
+
+
+
+
+
+
+ Relay
+
+
+
+ 95
+
+
+
+
+
+
+ Distribution module
+
+
+
+ 25
+
+
+
+
+
+
+ Switch
+
+
+
+ 30
+
+
+
+
+
+
+ Connector
+
+
+
+
+
+
+
+
+
+
+ Receptacle
+
+
+
+ 60
+
+
+
+
+
+
+
+ Diode
+
+
+
+
+
+
+
+
+
+
+
+ Diode
+
+
+
+
+
+
+
+
+
+
+ Speed sensor
+
+
+
+ 2
+
+
+
+
+
+
+ Tachometer
+
+
+
+ 6
+
+
+
+
+
+
+ GT-002-WD
+
+
+
+ 10
+
+
+
+
+
+
+ GT-004-WD
+
+
+
+ 10
+
+
+
+
+
+
+ GT-004-WD
+
+
+
+ 10
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00GA-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00GA-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..cb0cfe87d65cf5bad558b20296cc60a1d7de69f9
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00GA-D_003-00_EN-US.XML
@@ -0,0 +1,472 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Parts common information repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+ Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Light system
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Light, sub-assembly front
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Light, main body
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Light, base
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Seal
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Battery
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Lens, assembly
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Lens sub-assembly
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Reflector
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Bulb
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Bulb
+
+
+
+
+
+
+ 1
+
+
+
+
+
+ Loom wiring
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Bracket, light mounting
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Clip
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Seal
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Screw,special
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Washer,flat
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Grip,strip
+
+
+
+
+
+
+ 0
+
+
+
+
+
+ Light, sub assembly rear
+
+
+
+
+
+
+
+
+
+
+
+ Lens, assembly rear
+
+
+
+
+
+
+
+
+
+
+
+
+ Front Bulb
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear Bulb
+
+
+
+
+
+
+
+
+
+
+
+
+ Glass
+
+
+
+
+
+
+
+
+
+
+
+
+ Glass with hole
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00HA-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00HA-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..4cb71502da7607e8c5e6d844122dcc7ba32ed714
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00HA-D_003-00_EN-US.XML
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Zones common information repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+ Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FRONT ZONE BEGINS BY FRONT TIRE. IT STARTS FROM LENGTH "0 cm" TO LENGTH "50 cm"
+
+
+
+
+
+
+
+
+
+
+ TIRE ZONE INCLUDING THE FRONT TIRE, THE INNER TUBE AND THE SPOKES
+
+
+
+
+
+
+
+
+ MIDDLE ZONE. IT STARTS FROM LENGTH "50 cm" TO LENGTH "100 cm"
+
+
+
+
+
+
+
+
+ BACK ZONE. IT STARTS FROM LENGTH "100 cm" TO LENGTH "150 cm"
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00NA-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00NA-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..3c5ddbd5a6550149d9788fe83f5970d6176dd461
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-00NA-D_003-00_EN-US.XML
@@ -0,0 +1,450 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Support equipment common information repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Mountain storm Mk1
+
+
+
+
+
+
+
+
+
+ Brook trekker Mk9
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire pressure gauge Descr
+ Tire pressure gauge
+
+
+
+ 1
+
+
+
+ Tire pressure gauge Descr
+
+
+
+
+
+
+ Specialist toolset Descr
+ Specialist toolset
+
+
+
+ 1
+
+
+
+ Specialist toolset Descr
+
+
+
+
+
+
+ Water hose Descr
+ Water hose
+
+
+
+ 1
+
+
+
+ Water hose Descr
+
+
+
+
+
+
+ Stiff bristle brus Descr
+ Stiff bristle brush
+
+
+
+ 1
+
+
+
+ Stiff bristle brush Descr
+
+
+
+
+
+
+ Sponge Descr
+ Sponge
+
+
+
+ 1
+
+
+
+ Sponge Descr
+
+
+
+
+
+
+ Test stand Descr
+ Test stand
+
+
+
+ 1
+
+
+
+ Test stand Descr
+
+
+
+
+
+
+ Tire lever Descr
+ Tire lever
+
+
+
+ 1
+
+
+
+ Tire lever Descr
+
+
+
+
+
+
+ Marker pen Descr
+ Marker pen
+
+
+
+ 1
+
+
+
+ Marker pen Descr
+
+
+
+
+
+
+ Tube patch kit Descr
+ Tube patch kit
+
+
+
+ 1
+
+
+
+ Tube patch kit Descr
+
+
+
+
+
+
+ Foot pump Descr
+ Foot pump
+
+
+
+ 1
+
+
+
+ Foot pump Descr
+
+
+
+
+
+
+ Set of Allen wrenches Descr
+ Set of Allen wrenches
+
+
+
+ 1
+
+
+
+ Set of Allen wrenches Descr
+
+
+
+
+
+
+ Work stand Descr
+ Work stand
+
+
+
+ 1
+
+
+
+ Work stand Descr
+
+
+
+
+
+
+ Clean dry cloth Descr
+ Clean dry cloth
+
+
+
+ 1
+
+
+
+ Clean dry cloth Descr
+
+
+
+
+
+
+ Extra firm hold hairspray Descr
+ Extra firm hold hairspray
+
+
+
+ 1
+
+
+
+ Extra firm hold hairspray Descr
+
+
+
+
+
+
+ 8mm Allen wrench Descr
+ 8mm Allen wrench
+
+
+
+ 1
+
+
+
+ 8mm Allen wrench Descr
+
+
+
+
+
+
+ Floor covering Descr
+ Floor covering
+
+
+
+ 1
+
+
+
+ Floor covering Descr
+
+
+
+
+
+
+ Chain cleaning fluid Descr
+ Chain cleaning fluid
+
+
+
+ As required
+
+
+
+ Chain cleaning fluid Descr
+
+
+
+
+
+
+ Chain cleaning tool Descr
+ Chain cleaning tool
+
+
+
+ 1
+
+
+
+ Chain cleaning tool Descr
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-029A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-029A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..f9a04478d1a0bcdfb7b1a6bd3a68743d2bbddd6f
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-029A-A_009-00_EN-US.XML
@@ -0,0 +1,274 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring data
+ Field description
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Wire number
+ The wire number is the unique identifier for all electrical wires installed on the bicycle.
+
+
+ Wire type
+ Wire type identifies the electrical wire in coded form, eg AP.
+
+
+ Wire gauge
+ Wire gauge identifies the gauge of the wire in coded form, eg. 010.
+
+
+ Wire part number
+ Wire part number gives the part number of the wire.
+
+
+ Harness ident
+ Harness ident identifies the harness in which the wire is pre-assembled.
+
+
+ Wire sequential number
+ Contains the sequential number of the wire, e.g. in the harness.
+
+
+ Wire information circuit code
+ Contains the identifier of the circuit to which the wire belongs.
+
+
+ Wire information wire section identification
+ Contains the identifier of the section to which the wire belongs.
+
+
+ Length
+ Length identifies the length of the wire. The given value is approximately 10% higher than necessary to install the wire on the bicycle.
+
+
+ Color
+ Color identifies the color of the wire sheating.
+
+
+ Twisting
+ Twistig identifies wires, which are twisted together with a unique identifier.
+
+
+ Electric ident
+ Electric ident shows the electrical identification, to which the wire is connected. It is available for all electrical equipment, eg L1.
+
+
+ Contact
+ Contact identifies the electrical contact to which the wire is connected.
+
+
+ Group code
+ Identifies wires, which are connected to the same terminal lug.
+
+
+ Screens
+ Screens identifies all screens that shield the wire. Wires shielded by the same screen are identified by the same screens value.
+
+
+ Responsible partner company
+ The responsible partner company indicates the company responsible for the integration of the wire to the bicycle.
+
+
+ Feed-through
+ Identifies bunges through which the wire is routed.
+
+
+ Next higher assembly
+ Identifies the next higher assenbly, in which the wire is installed.
+
+
+
+
+ Harness ident
+ Harness ident identifies pre-assembled wires, which are installed on the bicycle.
+
+
+ Harness Part number
+ Harness part number gives the part number of the harness identified by the harness ident.
+
+
+ Harness variant
+ Harness variant identifies the variant of the harness in addition to the harness part number.
+
+
+ Harness issue
+ Harness issue identifies the production variant of the harness in addition to the harness part number.
+
+
+ Harness nomenclature
+ Harness nomenclature identifies the harness by using a specific name.
+
+
+ Harness separation code
+ Harness separation code gives the separation code of the harness.
+
+
+ Minimum temperature
+ Minimum temperature gives the minimum environment temperature in which the harness can be used.
+
+
+ Maximum temperature
+ Maximum temperature gives the maximum environment temperature in which the harness can be used.
+
+
+ Harness environment
+ Harness environment indicates that a harness is used in high vibriation or/and hydraulic areas.
+
+
+ Harness sleeve
+ Gives the part number and/or the material of the sleeves used on the harness.
+
+
+ Responsible partner company
+ The responsible partner company indicates the company responsible for the integration of the harness to the bicycle.
+
+
+
+
+ Electric ident
+ Electric ident shows the electrical identification, which is available for all electrical equipment, eg L1.
+
+
+ Part identification
+ Part identification shows the part number of the equipment. In most cases the part number is identical to the part desciption.
+
+
+ Location
+ Location shows the installation position of the equipment on the bicycle.
+
+
+ Next higher assenmbly
+ Next higher assenmbly identifies the box or panel, in which the equipment is installed.
+
+
+ Position on next higher assenmbly
+ Gives the position on the next higher assenmbly, in which the equipment is installed.
+
+
+ Maximum number of mounting positions
+ Gives the maximum number of mounting positions on the next higher assembly.
+
+
+ Sibling plug identification
+ Sibling plug identification contains the electric ident of the mating connector.
+
+
+ Transverse link
+ Transverse link shows external or internal electrical connections of the equipment.
+
+
+ Responsible partner company
+ The responsible partner company indicates the company responsible for the integration of the equipment to the bicycle.
+
+
+ Quantity
+ Gives the quantity of multiple occurence equipment.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-040A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-040A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..d18c2084e4ec56bcc64d5b78295edd052e5c553d
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-040A-A_009-00_EN-US.XML
@@ -0,0 +1,184 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Electrical system
+ Description of how it is made and its function
+
+
+
+
+
+
+
+
+
+
+ ASD Couriers
+
+ Clifford
+
+
+ Bike Security Guidance Book 1
+
+
+
+
+
+
+ ASD Couriers
+
+ Wink
+
+
+
+
+
+
+
+
+
+ Calm Security
+
+ Calm
+
+
+ Bike Security Guidance Book 2
+
+
+
+
+ ASD Couriers
+
+ Clifford
+
+
+ Bike Security Guidance Book 1
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+ S1000D upissued
+
+
+
+
+
+
+
+ Lighting system
+ The illustration that follows (see ) shows the lighting system of the bicycle.
+ The lighting system is equipped with special high beam lighting. Do not use special high beam lighting when bicycling on roads during winter months.
+
+The lighting system is faulty and will be replaced by 2013-03-15.
+
+
+ Lighting system
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-056A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-056A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b1eee0f3bb30a9e9359e0256c4be4e4e48ad91c5
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-056A-A_010-00_EN-US.XML
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Equipment lists
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+ Front light
+ 16
+
+ UK MoD
+
+
+ Handle bars
+
+
+
+
+ Rear light
+ 16
+
+ UK MoD
+
+
+ Seat post
+
+
+
+
+ Battery
+ 16
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+ Generator
+ 16
+
+ UK MoD
+
+
+ Steering tube
+
+
+
+
+ Relay
+ 10
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+ Distribution module
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 07
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+ Switch
+ 15
+
+ UK MoD
+
+
+ Handle bars
+
+
+
+
+
+
+
+ Connector
+ 3
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+
+
+
+ Receptacle
+ 3
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+
+
+
+ Diode
+ 18
+
+ UK MoD
+
+ 2
+
+ Frame
+
+
+
+
+
+
+ Frame
+
+
+
+
+
+
+
+
+ Speed sensor
+ 16
+
+ UK MoD
+
+
+ Steering tube
+
+
+
+
+ Tachometer
+ 16
+
+ UK MoD
+
+
+ Handle bars
+
+
+
+
+ Electronic Box 01
+ 5
+ 13
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+ GT-002-WD
+ 11
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+
+ GT-004-WD
+ 11
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+
+ GT-004-WD
+ 11
+
+ UK MoD
+
+
+ Frame
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-057A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-057A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..cffd3e6efa1c2759ad43bac7ba711749fe5111aa
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-057A-A_010-00_EN-US.XML
@@ -0,0 +1,1202 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Wire list
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ FL1AA
+
+
+
+
+
+
+
+
+ 1
+
+
+ 01
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 1
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ W2201-K
+ Lamp1
+ 1
+ 234
+ 567
+
+ Lamp1
+
+ 1000
+ red
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ FL2AA
+
+
+
+
+
+
+
+
+ 2
+
+
+ 01
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+ 5
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ 23-4567
+ Lamp1
+ 2
+
+ Lamp1
+
+ 1000
+ blue
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ NC1VI
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 4
+
+
+ 03
+
+
+
+
+
+
+ RL1AA
+
+
+
+
+
+
+
+
+ 1
+
+
+ 01
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 2
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ Lamp2
+ 1
+ 134
+ 467
+
+ Lamp2
+
+ 1500
+ red
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ RL2AA
+
+
+
+
+
+
+
+
+ 2
+
+
+ 01
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+ 6
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ Lamp2
+ 2
+
+ Lamp2
+
+ 1500
+ blue
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ GE2AA
+
+
+
+
+
+
+
+
+ 2
+
+ 1
+
+ 01
+ G1-
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+ 7
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ 2
+ 500
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ BT2AA
+
+
+
+
+
+
+
+
+ 2
+
+
+ 01
+
+
+
+
+
+
+
+
+ 2
+
+
+ 02
+
+
+
+
+
+ AP
+ 010
+
+ Batt_01
+ 2
+
+ Batt
+
+ 400
+ black
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GE1AA
+
+
+
+
+
+
+
+ 1
+
+ 1
+
+ 01
+ G1+
+
+
+
+
+
+
+
+
+ 2
+ 2
+ 102
+
+
+ 04
+
+
+
+
+
+ AP
+ 010
+
+ 1
+ 500
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ GE3AA
+
+
+
+
+
+
+
+ 1
+
+ 2
+
+ 01
+ G2+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+
+
+ 04
+
+
+
+
+
+ AP
+ 010
+
+ 3
+ 500
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ GE3AB
+
+
+
+
+
+
+
+ 1
+
+ 3
+
+ 01
+ G2+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+
+
+ 04
+
+
+
+
+
+ AP
+ 010
+
+ 3
+ 500
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ BT1AA
+
+
+
+
+
+
+
+
+ 1
+
+
+ 01
+
+
+
+
+
+
+
+
+ 1
+
+
+ 02
+
+
+
+
+
+ AP
+ 010
+
+ Batt_01
+ 1
+
+ Batt
+
+ 400
+ red
+
+ UK MoD
+
+
+
+
+
+
+
+
+ BA1AA
+
+
+
+
+
+
+
+
+ 1
+
+
+ 02
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+
+
+ 04
+
+
+
+
+
+ AP
+ 010
+
+ 1
+ 1200
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BA1AB
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 102
+
+
+ 04
+
+
+
+
+
+
+
+
+ 2
+ 1
+ 103
+
+
+ 04
+
+
+
+
+
+ AP
+ 010
+
+ 1
+ 1000
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BA2AA
+
+
+
+
+
+
+
+
+ 2
+
+
+ 02
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+ 8
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ 2
+ 200
+
+ UK MoD
+
+
+
+
+
+
+
+
+ LL1AA
+
+
+
+
+
+
+
+
+ 2
+ 1
+ 1
+
+
+ 04
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+ 3
+
+
+ 03
+
+
+
+
+
+ AP
+ 010
+
+ 1
+ 500
+
+ UK MoD
+
+
+
+
+
+
+
+
+ GE4AA
+
+
+
+
+
+
+
+
+ 2
+
+ 2
+
+ 01
+ G1-
+
+
+
+
+
+
+
+ 1
+ 1
+ 1
+
+
+ 04
+
+
+
+
+
+ AP
+ 010
+
+ 4
+ 500
+
+ UK MoD
+
+
+
+
+
+
+
+
+
+
+ GE5AA
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+
+
+ 04
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+
+ 1
+
+ 04
+ R1
+
+
+
+
+
+
+ GE5AB
+
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+
+
+ 04
+
+
+
+
+
+
+
+ 1
+ 1
+ 2
+
+ 2
+
+ 04
+ R1
+
+
+
+
+
+
+ T001
+
+
+
+
+
+
+
+ 2
+
+ 1
+
+
+ 01
+
+
+
+
+
+
+
+
+
+
+ 2
+
+ 1
+
+
+ 01
+
+
+
+
+
+
+
+
+ XY
+ 010
+
+ Tacho
+ 001
+
+ SCT1
+
+
+ Tacho
+
+ 1200
+ yellow
+
+ UK MoD
+
+
+
+
+
+ T002
+
+
+
+
+
+
+
+ 3
+
+ 2
+
+
+ 01
+
+
+
+
+
+
+
+
+
+
+ 3
+
+ 2
+
+
+ 01
+
+
+
+
+
+
+
+
+ XY
+ 010
+
+ Tacho
+ 002
+
+ SCT1
+
+
+ Tacho
+
+ 1200
+ green
+
+ UK MoD
+
+
+
+
+
+ ND1
+
+
+
+
+
+
+ 1
+ 100
+
+ 0
+
+
+ 01
+
+
+
+
+
+
+
+
+
+ 1
+
+ 0
+
+
+ 01
+
+
+ SCT1
+
+
+
+
+
+
+ ND2
+
+
+
+
+
+
+ 1
+ 100
+
+ 0
+
+
+ 01
+
+
+
+
+
+
+
+
+
+ 1
+
+ 0
+
+
+ 01
+
+
+ SCT1
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-058A-A_010-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-058A-A_010-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..5097a25c7c08e60263bb55b636cba5bbdfda7e28
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-058A-A_010-00_EN-US.XML
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Loom list
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+ Batt_01
+
+ Battery_123
+ 123
+ A
+ Battery harness
+ LS1
+
+ 500
+
+
+
+
+ SPN1234
+
+
+
+
+ UK MoD
+
+
+
+ Tacho
+
+ Tachometer_101
+ 101
+ A
+ Tachometer harness
+ LS2
+
+ -10
+ 60
+
+
+
+
+
+
+
+ UK MoD
+
+
+
+ Lamp1
+
+ Front light_501
+ 501
+ A
+ Front light harness
+ LS3
+
+ -10
+
+
+
+ SPN1234
+
+
+ SPN4321
+
+
+
+
+ UK MoD
+
+
+
+ Lamp2
+
+ Rear light_503
+ 503
+ A
+ Rear light harness
+ LS3
+
+
+
+ UK MoD
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A1A-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A1A-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..0b74e52d660954c06fbefa6dc8fe4ae3ab2994ef
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A1A-D_003-00_EN-US.XML
@@ -0,0 +1,591 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Functional and/or physical areas repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+ Mountain bicycle
+
+
+
+
+
+
+ Mountain bicycle - General
+
+
+
+
+
+
+ Mountain bicycle - General
+
+
+
+
+
+
+ Mountain bicycle - General
+
+
+
+ Bicycle
+
+
+
+
+
+
+
+
+
+ Bicycle - General
+
+
+
+
+
+
+ Bicycle - General
+
+
+
+
+
+
+ Bicycle - General
+
+
+
+ TBD
+
+
+
+
+
+
+ TBD - General
+
+
+
+
+
+
+ TBD - General
+
+
+
+ TBD1
+
+
+
+
+
+
+ TBD1 - General
+
+
+
+
+
+
+ TBD1 - General
+
+
+
+ TBD2
+
+
+
+
+
+
+ TBD2 - General
+
+
+
+
+
+
+ TBD2 - General
+
+
+
+ Wheel
+
+
+
+
+
+
+
+
+ Wheel - General
+
+
+
+
+
+
+ Wheel - General
+
+
+
+
+
+
+ Wheel - General
+
+
+
+ Inner tube
+
+
+
+
+
+
+ Inner tube - General
+
+
+
+
+
+
+
+
+ Inner tube - General
+
+
+
+ Inner tube
+
+
+
+ Tire
+
+
+
+ Rear wheel
+
+
+
+
+
+
+ Rear wheel - General
+
+
+
+
+
+
+ Rear wheel - General
+
+
+
+ Brake system
+
+
+
+
+
+
+
+ Brake system - General
+
+
+
+
+
+
+ Brake system - General
+
+
+
+
+
+
+ Brake system - General
+
+
+
+ Brake pads
+
+
+
+
+
+
+ Brake pads - General
+
+
+
+
+
+
+ Brake pads - General
+
+
+
+ Steering
+
+
+
+
+
+
+
+
+
+ Steering - General
+
+
+
+
+
+
+ Steering - General
+
+
+
+
+
+
+ Steering - General
+
+
+
+ Stem
+
+
+
+
+
+
+ Stem - General
+
+
+
+
+
+
+ Stem - General
+
+
+
+ Handlebar
+
+
+
+
+
+
+ Handlebar - General
+
+
+
+
+
+
+ Handlebar - General
+
+
+
+ Headset
+
+
+
+
+
+
+ Headset - General
+
+
+
+
+
+
+ Headset - General
+
+
+
+ Frame
+
+
+
+
+
+
+
+ Frame - General
+
+
+
+
+
+
+ Frame - General
+
+
+
+
+
+
+ Frame - General
+
+
+
+ Horn
+
+
+
+
+
+
+ Horn - General
+
+
+
+
+
+
+ Horn - General
+
+
+
+ Drivetrain
+
+
+
+
+
+
+
+ Drivetrain - General
+
+
+
+
+
+
+ Drivetrain - General
+
+
+
+
+
+
+ Drivetrain - General
+
+
+
+ Chain
+
+
+
+
+
+
+ Chain - General
+
+
+
+
+
+
+ Chain - General
+
+
+
+ Gears
+
+
+
+
+
+
+
+ Gears - General
+
+
+
+
+
+
+ Gears - General
+
+
+
+
+
+
+ Gears - General
+
+
+
+ Mechs
+
+
+
+
+
+
+ Mechs - General
+
+
+
+
+
+
+ Mechs - General
+
+
+
+ Hubs
+
+
+
+
+
+
+ Hubs - General
+
+
+
+
+
+
+ Hubs - General
+
+
+
+ Shifters
+
+
+
+
+
+
+ Shifters - General
+
+
+
+
+
+
+ Shifters - General
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A2A-D_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A2A-D_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..fb8a91bd76834761c473cd78c3a4ba6583063f3e
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-0A2A-D_003-00_EN-US.XML
@@ -0,0 +1,208 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Applicability common information repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+ All bicycles applicability
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-341A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-341A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..44a6eb7bafda1554b9ceb27b47ecc59aa091758f
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-341A-A_009-00_EN-US.XML
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Manual test
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+ Operator
+ 0,3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Set the lights to on.
+
+
+ Make sure that all the lights operate correctly.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-413A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-413A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..c35ef7e2dc4f31244e036d8a8bdc26aa30588f26
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-413A-A_009-00_EN-US.XML
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Observed fault
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The lights are set to the dim position.
+
+
+ During use or maintenance
+
+
+
+ Bulb
+
+ KZ111
+
+ LiRUs-L1-11
+
+
+
+
+
+ Test the bulbs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is the data module you would visit when you notice that the lights do not operate correctly.
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-700A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-700A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..f2e5b84247edf3ae1fb36b1bba3963d97f6ebabf
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-700A-A_009-00_EN-US.XML
@@ -0,0 +1,249 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Assemble, install and connect procedures
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bike is stationary
+
+
+
+
+
+
+
+1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Impacted zones: and
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove the lighting system from the packaging.
+
+
+ Make sure that the components in the package are the same as those on the
+
+
+
+
+
+
+
+ Install the light bulb to the front and rear lights (refer to
+
+
+
+ ).
+
+
+ Attach the front light fitting on the top of the handlebar.
+
+ Apply the protective strip around the handlebar.
+
+
+ Pull the clamp open and put it around the protective strip with the light connector at the top.
+
+
+ Install the washer on the screw.
+
+
+ Use the correct screwdriver from the and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the handlebar.
+
+
+
+ Attach the rear light fitting to the rear triangle of the bike frame.
+
+ Apply the protective strip around one of the two rear triangle up-tubes.
+
+
+ Pull the clamp open and put it around the protective strip. Make sure the light connector points rearwards.
+
+
+ Install the washer on the screw.
+
+
+ Use the correct screwdriver from the and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the tube.
+
+
+
+ Attach the light with the white glass to the front connector.
+
+
+ Attach the light with the red glass to the rear connector.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-921A-A_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-921A-A_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..4297504e861f36be15791fab91b1e64849e17cbc
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-00AA-921A-A_009-00_EN-US.XML
@@ -0,0 +1,375 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Remove and install a new item
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+
+
+
+
+
+ S1000D upissued
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Half front
+
+
+ on the handlebars
+
+
+
+
+
+ Half rear
+
+
+ under the saddle
+
+
+
+
+
+
+ Light set to off
+
+
+ Light removed from bicycle
+
+
+
+
+
+
+ Special Toolset
+
+ 1
+
+ Screwdriver
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ Bulb
+
+
+ KZ777
+
+ LIRUS-L1-11
+
+
+ 2
+
+
+
+ Kit
+
+ 1
+
+ Bulb
+
+
+ KZ777
+
+ LIRUS-B1-12F
+
+
+ 1
+
+
+
+
+
+ Bulb
+
+
+ KZ777
+
+ LIRUS-B1-12R
+
+
+ 1
+
+
+
+
+
+
+
+ Glass
+
+
+ KZ777
+
+ LIRUS-G1-10
+
+
+ 1
+
+
+
+ Glass
+
+
+ KZ777
+
+ LIRUS-G1-10H
+
+
+ 1
+
+ Glass
+
+
+ KZ777
+
+ LIRUS-G1-10
+
+
+ 1
+
+
+
+ Make sure that the new bulb is not cracked.
+
+
+
+
+
+
+
+
+
+
+
+ From location , remove the glass .
+
+
+ Remove the used front yellow bulb .
+
+
+ Discard the used bulb .
+
+
+ Remove the new white bulb from the kit .
+
+
+ Install the new white bulb .
+
+
+ Install the glass on the light.
+
+
+
+ Attach the light fitting on the handlebar.
+
+
+ Apply the protective strip around the handlebar.
+
+
+ Install the washer on the screw.
+
+
+ Use the special screwdriver from the toolset and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the handlebar.
+
+
+
+
+ From location Remove the glass .
+
+
+ Remove the used yellow rear bulb .
+
+
+ Discard the used bulb .
+
+
+ Remove the new white bulb from the kit .
+
+
+ Install the new white .
+
+
+ Drill a 4mm hole in the middle of the glass in order to allow venting and heat evacuation when the light is switched on.
+ The glass with the hole may be ordered independently with the reference .
+
+
+ Install the glass with the hole on the light.
+
+
+
+
+
+
+ Switch the lights on if necessary.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-012A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-012A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..8fcb6e8d858796e391ddfd033880c3120ed47e40
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-012A-A_003-00_EN-US.XML
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Warning repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+ S1000D upissued
+
+ Related CPF No. 2006-054AA
+
+
+
+
+
+
+
+
+
+ Make sure that the bulb is cool before you replace it.
+
+
+
+ Make sure the light glass is not broken before handling it
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..c0dfbab7d2e254d5fdb36cce094cc12315e239f3
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-01AA-941A-D_009-00_EN-US.XML
@@ -0,0 +1,483 @@
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+ Light system
+ Illustrated Parts Data - IPD
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+ S1000D upissued
+
+ This DM was originally named DMC-S1000DBIKE-AAA-D00-00-00-00AA-941A-A
+
+
+
+
+
+
+
+ Light system
+
+
+
+
+
+
+
+
+ REF
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+ FRONT
+
+
+
+ UKA
+ PAODF
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 2
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 2
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+ REAR
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+ 2
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ UKA
+ PAFFD
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-02AA-012A-A_003-00_EN-US.XML b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-02AA-012A-A_003-00_EN-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..b01ad2f605cd28464c3ed895d9f55e119518c5f2
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DMC-S1000DLIGHTING-AAA-D00-00-00-02AA-012A-A_003-00_EN-US.XML
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Caution repository
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+ 20010131
+ Bike book
+
+
+
+
+
+
+
+
+
+
+
+
+ LT
+
+ S1000D upissued
+
+ Related CPF No. 2006-054AA
+
+
+
+
+
+
+
+
+
+ Do not touch the glass of the bulb.
+
+
+
+ Make sure that the glass is clean before installing it on the light.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/publications/Bike Data Set for Release number 5.0/DML-S1000DBIKE-B6865-S-2019-00001_001-00.XML b/publications/Bike Data Set for Release number 5.0/DML-S1000DBIKE-B6865-S-2019-00001_001-00.XML
new file mode 100644
index 0000000000000000000000000000000000000000..1facf62f1f9e936924ea78a87241dabfcf8b2d33
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/DML-S1000DBIKE-B6865-S-2019-00001_001-00.XML
@@ -0,0 +1,2875 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own local
+ procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following organizations:
+
+ AeroSpace and Defence Industries Associations of Europe - ASD.
+
+
+ Ministries of Defence of the member countries of ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.
+
+
+ Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee TOR
+ There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Title page
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ List of effective data modules
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Table of contents
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Products cross-reference table
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Conditions cross-reference table
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Controls and Indicators
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Business rules exchange
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ S1000DBIKE
+ Business rules document
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of function
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description attributed to crew
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table catalog
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Pre-operation procedures (crew)
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Riding a bicycle
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Normal operation procedures (crew)
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Post-operation procedures (crew)
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Prerequisite concept review
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+ Clean with water
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Place on test stand
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Standard repair procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Illustrated Parts Data - IPD
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Manual test
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Service Bulletin - Replacement of standard forward fork by telescopic fork
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Replacement procedure
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle axis
+ Modification procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Time limits
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance lists
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance checks
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Maintenance Allocation Chart
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Wheel
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Wheels
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Inner tube
+ Remove and install a new item
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Fill with air
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Check pressure
+ Use pressure gauge
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Fault reports and isolation procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures: Interactive content - Procedure
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Remove and install a new item
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Detected fault
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Front brake
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Front brake
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Remove procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Spacer
+ Install procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Frame
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Isolated fault
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Remove and install a new item
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Drivetrain
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Oil
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Clean with chemical agent
+ Use chain cleaning fluid
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Drive train
+ Correlated fault
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Gears
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Mechs
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Hubs
+ Clean with chemical agent
+ Use degreasing agent
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Shifters
+ Description of how it is made
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Functional item numbers common information repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Parts common information repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Zones common information repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Support equipment common information repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Wiring data
+ Field description
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Electrical system
+ Description of how it is made and its function
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Equipment lists
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Wire list
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Loom list
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Functional and/or physical areas repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Applicability common information repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Manual test
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Observed fault
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Assemble, install and connect procedures
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Remove and install a new item
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Warning repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Light system
+ Illustrated Parts Data - IPD
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Caution repository
+
+
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-07GB6-BIKECI0001-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-07GB6-BIKECI0001-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..a9c7bf155e59af1e0513ebdf4a277faa5bc097f0
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-07GB6-BIKECI0001-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-81205-S1000D0400-001-01.PNG b/publications/Bike Data Set for Release number 5.0/ICN-81205-S1000D0400-001-01.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..02887a2c1c956ebe2260a7faf0763313e0caf95a
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-81205-S1000D0400-001-01.PNG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0358-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0358-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..7df48ef0f5095299ea0d4f58b6c4a49bcd9e1c9e
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0358-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0359-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0359-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..2dd71860a50021f824d7cf9a803cf21a6bd1b009
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0359-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0360-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0360-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..fe1b88d89053d0833fd002bb4c8b10cfe3d06b3e
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0360-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0360-001-01.PNG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0360-001-01.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..52eeec2bad7c96643c3350898c0f0c8a68d66627
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0360-001-01.PNG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0361-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0361-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..8c1785fe92561bef6835afc25c86b01c9240c0b6
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0361-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0362-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0362-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..758ac301575f4eeba44ba88f05ef36a9db7a83c9
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0362-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0363-001-01.JPG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0363-001-01.JPG
new file mode 100644
index 0000000000000000000000000000000000000000..068e6cac502a5c41ed5e71ad6fe870c542300a61
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0363-001-01.JPG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0364-001-01.JPG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0364-001-01.JPG
new file mode 100644
index 0000000000000000000000000000000000000000..e667d10d63cb59283b086586eb7ef1fbf0be6d56
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0364-001-01.JPG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0365-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0365-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..04951cb0b7520a7266169340c0feefec58439b9a
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0365-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0366-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0366-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..37476aab176234800aef3a6eb6cafb4dbd060b6e
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0366-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0367-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0367-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..b8d30c9683488abf3902cc0adb14b47bf6b7415f
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0367-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0368-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0368-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..47ecc6709af9d875af8bb14841acc02c50e3435d
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0368-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0369-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0369-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..c21aac859240b4f7f8cc07bb2753c5cf699d3deb
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0369-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0370-001-01.SWF b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0370-001-01.SWF
new file mode 100644
index 0000000000000000000000000000000000000000..ed92e630b2ecc1e300b494c65500aa357d50fedb
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0370-001-01.SWF differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0371-001-01.JPG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0371-001-01.JPG
new file mode 100644
index 0000000000000000000000000000000000000000..132558f993e377a7a144434b7ea92a5ac1970815
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0371-001-01.JPG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0372-001-01.JPG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0372-001-01.JPG
new file mode 100644
index 0000000000000000000000000000000000000000..4522dbfdf14f7ed41845b4228b21d7870a59b823
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0372-001-01.JPG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0373-001-01.JPG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0373-001-01.JPG
new file mode 100644
index 0000000000000000000000000000000000000000..9c6833ba9273066b1e6a2059b03b2aea2b8470bc
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0373-001-01.JPG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0374-001-01.JPG b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0374-001-01.JPG
new file mode 100644
index 0000000000000000000000000000000000000000..a8066100ea7a5daff32de8e5e75fda53c8a06517
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0374-001-01.JPG differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0375-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0375-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..b0b5a78a860bf95bd4270f4ddbf9c95c0b92a4a3
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0375-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0376-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0376-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..515126f814c56e36ab0ec427238c5b7bc48ffc98
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0376-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0377-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0377-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..d7c728aea5a97aee7637da682afcb993a16df29c
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0377-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0378-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0378-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..7961cb76a0789974e674572dd85a3902971c34b3
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0378-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0379-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0379-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..6374f55e2f17acd25a2d28dedfd843eaedd6e188
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0379-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0380-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0380-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..7bb2b6e9e729d8b6a9dae16976c16a16f276eba7
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0380-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0381-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0381-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..c181df5c832cc00422ad983ea123dd8346015044
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0381-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0382-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0382-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..4114b6fa1e6f0f3b2e384d274083237750baab31
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0382-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0383-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0383-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..e24bb75f4f5e9af9a63ece6de0abd242bd5826d4
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0383-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0384-001-01.SWF b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0384-001-01.SWF
new file mode 100644
index 0000000000000000000000000000000000000000..cff6cff24d90ef62882ce093f8e4c18d69cc669a
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0384-001-01.SWF differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0385-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0385-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..38d4455b1c48f3f12a7466cf8a5f9bf186159b0b
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0385-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0386-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0386-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..b90daa47fa3030ac08756216724411afe78a7485
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0386-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0387-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0387-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..6c42e0c3b5b76eeec99974dfe4c3ec3d7db52e15
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0387-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0388-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0388-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..16a05d42e7496aec1b40cedd80b147e5f3942069
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0388-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0389-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0389-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..038bbc857ef9af46d598becb9c759cc4fe12c946
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0389-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0390-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0390-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..37425184a8020a200d221a3f97fcfbf8d0180076
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0390-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0391-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0391-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..195d47f3b00f806770a082e3e73b226ccfc87439
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0391-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0392-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0392-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..17142e3694db815c9b61070ae3fe76355a2e3cb6
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0392-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0393-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0393-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..ffa44a9ec9ffa99431f86fbd4e12df409f046630
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0393-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0394-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0394-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..5b2c91c9571ae15aa9896fd722669f813aa06a62
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0394-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0395-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0395-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..4cc2067ddbf23d84abf9c4558da874497b07ab48
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0395-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0396-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0396-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..3dce6d21ba4f4b37e5e4eeb590b151f39fc1750f
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0396-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0397-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0397-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..77ec52bd27ec9667e750cf70940c9d65ec784968
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0397-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0398-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0398-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..84236baa7afc62c83fb6db155edd4996371581f1
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0398-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0399-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0399-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..8c894be819cd6c7f20ddc8395623ec6ab1c0a6b0
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0399-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0400-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0400-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..b4a144d4a9f72cbe5c4c9119cd602f25fa7ea938
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0400-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0401-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0401-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..b945c75186bde82297d5f6e6f465b83bf44c0c6b
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0401-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0402-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0402-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..0ee322da8f7b9c2d13e1baffed7454fd89f550d1
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0402-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0403-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0403-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..0b7d0d56bb5f3cab5e30ce20704b6eefb560b03e
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0403-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0404-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0404-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..ea2938c41f639cc35ad0903bce32d692ba80aa6e
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0404-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0405-001-01.CGM b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0405-001-01.CGM
new file mode 100644
index 0000000000000000000000000000000000000000..88c4e5d7b9bfc2d46434e11917e434157cbc2793
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-C0419-S1000D0405-001-01.CGM differ
diff --git a/publications/Bike Data Set for Release number 5.0/ICN-S3627-S1000D0619-001-01.PNG b/publications/Bike Data Set for Release number 5.0/ICN-S3627-S1000D0619-001-01.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..4d30b57e0e58a58f7402f852c9beae26acec4dd5
Binary files /dev/null and b/publications/Bike Data Set for Release number 5.0/ICN-S3627-S1000D0619-001-01.PNG differ
diff --git a/publications/Bike Data Set for Release number 5.0/PMC-BRAKE-B6865-EPWG1-00_004-00_SX-US.XML b/publications/Bike Data Set for Release number 5.0/PMC-BRAKE-B6865-EPWG1-00_004-00_SX-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..877282edb6c9f5d1fcebd422b0678bf7ebdd0e56
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/PMC-BRAKE-B6865-EPWG1-00_004-00_SX-US.XML
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+ Publication for all BRAKE data modules
+ BRAKE
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the
+ residence of organizations that are users of S1000D is permitted.
+ Storage of this data module is to be at the discretion of the
+ organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own
+ local procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following
+ organizations:
+
+ AeroSpace and Defence Industries Associations of Europe -
+ ASD.
+
+
+ Ministries of Defence of the member countries of
+ ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any
+ person who has contributed to the creation, revision or
+ maintenance of the material makes any representations or
+ warranties, express or implied, including but not limited
+ to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the
+ creation, revision or maintenance of this material shall be
+ liable for any direct, indirect, special or consequential
+ damages or any other liability arising from any use of this
+ material.
+
+
+ Revisions to this document may occur after its issuance.
+ The user is responsible for determining if revisions to the
+ material contained in this document have occurred and are
+ applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee
+ TOR
+ There are no known conditions that would change the data restrictions
+ for, or security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker
+ Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ publication including all BRAKEdata modules in ascending order
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+
+
diff --git a/publications/Bike Data Set for Release number 5.0/PMC-S1000DBIKE-B6865-EPWG1-00_004-00_SX-US.XML b/publications/Bike Data Set for Release number 5.0/PMC-S1000DBIKE-B6865-EPWG1-00_004-00_SX-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..83dab2dbe9cbd34b8db50c6ac23b83962ce6245c
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/PMC-S1000DBIKE-B6865-EPWG1-00_004-00_SX-US.XML
@@ -0,0 +1,1385 @@
+
+
+
+
+
+
+
+
+
+
+ Publication for all BIKE data modules
+ BIKE
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the
+ residence of organizations that are users of S1000D is permitted.
+ Storage of this data module is to be at the discretion of the
+ organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own
+ local procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following
+ organizations:
+
+ AeroSpace and Defence Industries Associations of Europe -
+ ASD.
+
+
+ Ministries of Defence of the member countries of
+ ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any
+ person who has contributed to the creation, revision or
+ maintenance of the material makes any representations or
+ warranties, express or implied, including but not limited
+ to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the
+ creation, revision or maintenance of this material shall be
+ liable for any direct, indirect, special or consequential
+ damages or any other liability arising from any use of this
+ material.
+
+
+ Revisions to this document may occur after its issuance.
+ The user is responsible for determining if revisions to the
+ material contained in this document have occurred and are
+ applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee
+ TOR
+ There are no known conditions that would change the data restrictions
+ for, or security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker
+ Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ publication including all BIKEdata modules in ascending order
+
+
+
+
+
+
+
+
+ Bicycle
+ Title page
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ List of effective data modules
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Table of contents
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Products cross-reference table
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Conditions cross-reference table
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference
+ table
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Controls and Indicators
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Business rules exchange
+
+
+
+
+
+
+
+
+
+
+
+
+ S1000DBIKE
+ Business rules document
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description of function
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Description attributed to crew
+
+
+
+
+
+
+
+
+
+
+
+
+ Mountain bicycle
+ Applicability cross-reference table catalog
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Pre-operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Riding a bicycle
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Normal operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Post-operation procedures (crew)
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Servicing: Prerequisite concept review
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Other procedures to clean
+ Clean with water
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Place on test stand
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Standard repair procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Performance support
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Illustrated Parts Data - IPD
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Manual test
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Service Bulletin - Replacement of standard forward fork by
+ telescopic fork
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Replacement procedure
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle axis
+ Modification procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Fork
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Time limits
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance lists
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Scheduled maintenance checks
+
+
+
+
+
+
+
+
+
+
+
+
+ Bicycle
+ Maintenance Allocation Chart
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheel
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Wheels
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+
+
+
+
+
+ Inner tube
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Fill with air
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Check pressure
+ Use pressure gauge
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Fault reports and isolation procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures: Interactive content - Procedure
+
+
+
+
+
+
+
+
+
+
+
+
+ Tire
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Detected fault
+
+
+
+
+
+
+
+
+
+
+
+
+ Rear wheel
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Front wheel
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake system
+ Manual test
+
+
+
+
+
+
+
+
+
+
+
+
+ Brake pads
+ Clean with rubbing alcohol
+
+
+
+
+
+
+
+
+
+
+
+
+ Front brake
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Front brake
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Steering
+ Description of how it is made: Knowledge Check
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Stem
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Handlebar
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Remove procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Headset
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Spacer
+ Install procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Frame
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Isolated fault
+
+
+
+
+
+
+
+
+
+
+
+
+ Horn
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+ Drivetrain
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Oil
+
+
+
+
+
+
+
+
+
+
+
+
+ Chain
+ Clean with chemical agent
+ Use chain cleaning fluid
+
+
+
+
+
+
+
+
+
+
+
+
+ Drive train
+ Correlated fault
+
+
+
+
+
+
+
+
+
+
+
+
+ Gears
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Mechs
+ Description of how it is made
+
+
+
+
+
+
+
+
+
+
+
+
+ Hubs
+ Clean with chemical agent
+ Use degreasing agent
+
+
+
+
+
+
+
+
+
+
+
+
+ Shifters
+ Description of how it is made
+
+
+
+
+
+
+
diff --git a/publications/Bike Data Set for Release number 5.0/PMC-S1000DBIKE-B6865-LOAP1-00_004-00_SX-US.XML b/publications/Bike Data Set for Release number 5.0/PMC-S1000DBIKE-B6865-LOAP1-00_004-00_SX-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..2d8fa5ba7f655f03f74372c3aa302ad3b01ac610
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/PMC-S1000DBIKE-B6865-LOAP1-00_004-00_SX-US.XML
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the
+ residence of organizations that are users of S1000D is permitted.
+ Storage of this data module is to be at the discretion of the
+ organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own
+ local procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following
+ organizations:
+
+ AeroSpace and Defence Industries Associations of Europe -
+ ASD.
+
+
+ Ministries of Defence of the member countries of
+ ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any
+ person who has contributed to the creation, revision or
+ maintenance of the material makes any representations or
+ warranties, express or implied, including but not limited
+ to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the
+ creation, revision or maintenance of this material shall be
+ liable for any direct, indirect, special or consequential
+ damages or any other liability arising from any use of this
+ material.
+
+
+ Revisions to this document may occur after its issuance.
+ The user is responsible for determining if revisions to the
+ material contained in this document have occurred and are
+ applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee
+ TOR
+ There are no known conditions that would change the data restrictions
+ for, or security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker
+ Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ publication including all publication modules in ascending order
+
+
+
+
+
+
+
+ Publication for all BRAKE data modules
+
+
+
+
+
+
+
+
+
+
+ Publication for all BIKE data modules
+
+
+
+
+
+
+
+
+
+
+ Publication for all S1000DLIGHTING data modules
+
+
+
+
+
+
diff --git a/publications/Bike Data Set for Release number 5.0/PMC-S1000DLIGHTING-B6865-EPWG1-00_004-00_SX-US.XML b/publications/Bike Data Set for Release number 5.0/PMC-S1000DLIGHTING-B6865-EPWG1-00_004-00_SX-US.XML
new file mode 100644
index 0000000000000000000000000000000000000000..0ea76afc36a905e9bb396f9d4478f8773572cd18
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/PMC-S1000DLIGHTING-B6865-EPWG1-00_004-00_SX-US.XML
@@ -0,0 +1,446 @@
+
+
+
+
+
+
+
+
+
+
+ Publication for all S1000DLIGHTING data modules
+ S1000DLIGHTING
+
+
+
+
+
+
+ To be made available to all S1000D users.
+
+
+ Export of this data module to all countries that are the
+ residence of organizations that are users of S1000D is permitted.
+ Storage of this data module is to be at the discretion of the
+ organization.
+
+
+ There are no specific handling instructions for this data
+ module.
+ Users may destroy this data module in accordance with their own
+ local procedures.
+ There are no dissemination limitations that apply to this data
+ module.
+
+
+
+
+ Copyright (C) 2016 by each of the following
+ organizations:
+
+ AeroSpace and Defence Industries Associations of Europe -
+ ASD.
+
+
+ Ministries of Defence of the member countries of
+ ASD.
+
+
+
+
+ Limitations of liability:
+
+
+
+
+ This material is provided "As is" and neither ASD nor any
+ person who has contributed to the creation, revision or
+ maintenance of the material makes any representations or
+ warranties, express or implied, including but not limited
+ to, warranties of merchantability or fitness for any
+ particular purpose.
+
+
+ Neither ASD nor any person who has contributed to the
+ creation, revision or maintenance of this material shall be
+ liable for any direct, indirect, special or consequential
+ damages or any other liability arising from any use of this
+ material.
+
+
+ Revisions to this document may occur after its issuance.
+ The user is responsible for determining if revisions to the
+ material contained in this document have occurred and are
+ applicable.
+
+
+
+
+ S1000D-SC-2016-017-002-00 Steering Committee
+ TOR
+ There are no known conditions that would change the data restrictions
+ for, or security classification of, this data module.
+
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+ AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE
+
+
+
+ Mountain bicycle and (Mountain storm Mk1 or Brook trekker
+ Mk9)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ publication including all S1000DLIGHTINGdata modules in ascending order
+
+
+
+
+
+
+
+
+ Lighting
+ Functional item numbers common information repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Parts common information repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Zones common information repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Support equipment common information repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring data
+ Field description
+
+
+
+
+
+
+
+
+
+
+
+
+ Electrical system
+ Description of how it is made and its function
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Equipment lists
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Wire list
+
+
+
+
+
+
+
+
+
+
+
+
+ Wiring
+ Loom list
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Functional and/or physical areas repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Applicability common information repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Manual test
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Observed fault
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Assemble, install and connect procedures
+
+
+
+
+
+
+
+
+
+
+
+
+ Lighting
+ Remove and install a new item
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Warning repository
+
+
+
+
+
+
+
+
+
+
+
+
+ Light system
+ Illustrated Parts Data - IPD
+
+
+
+
+
+
+
+
+
+
+
+
+ Lights
+ Caution repository
+
+
+
+
+
+
+
diff --git a/publications/Bike Data Set for Release number 5.0/index/qa_index.csv b/publications/Bike Data Set for Release number 5.0/index/qa_index.csv
new file mode 100644
index 0000000000000000000000000000000000000000..c2400473b5ff7305b56e4081e7f8c06bcf99da75
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/index/qa_index.csv
@@ -0,0 +1,1712 @@
+tokens;labels;text;DMC
+[126, 18, 386, 180, 314, 315];0;"Mountain bicycle:
+ Applicability cross-reference table";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA(1)
+[126, 19, 308, 180, 10, 353];0;"Mountain bicycle:
+ Applicability cross-reference table";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA(1)
+[7, 51, 2, 211, 529, 38, 4, 2, 18, 9, 2, 7, 51, 387, 6, 316, 212, 4, 2, 7, 51, 9, 99, 213, 70, 6, 388, 23, 252, 21, 35, 36, 3, 23, 2, 99, 212, 57, 530, 57, 366, 44, 36, 23, 31, 23, 37, 2, 18, 181, 9, 389, 3, 24, 82, 9, 317, 143, 127, 4, 7, 51, 2, 144, 182, 8, 211, 18, 9, 2, 318, 7, 10, 3, 318, 7, 2, 7, 51, 10, 3, 64, 76, 390, 206, 2, 7, 25, 10, 3, 2, 7, 106, 2, 7, 319, 2, 7, 48, 108, 320, 57, 486, 2, 7, 39, 10, 3, 318, 7, 13, 487, 106, 6, 106, 11, 207, 14, 2, 7, 25, 8, 2, 34, 117, 2, 77, 25, 8, 2, 7, 367, 37, 214, 2, 7, 39, 183, 2, 215, 60, 4, 2, 16, 160, 391, 2, 216, 4, 2, 18, 7, 39, 82, 9, 392, 7, 39, 10, 3, 8, 2, 18, 77, 9, 182, 8, 2, 26, 16, 5, 77, 8, 2, 41, 16, 2, 7, 39, 9, 21, 109, 4, 253, 321, 254, 2, 39, 214, 183, 2, 60, 4, 2, 16, 3, 145, 217, 70, 2, 36, 184, 2, 7, 25, 531, 393, 4, 6, 7, 7, 25, 2, 7, 25, 10, 3, 9, 368, 161, 2, 25, 9, 32, 20, 2, 87, 6, 48, 49, 54, 2, 87, 37, 49, 9, 31, 532, 488, 15, 9, 182, 20, 2, 87, 2, 25, 100, 8, 6, 25, 118, 49, 2, 533, 162, 119, 54, 2, 7, 106, 37, 162, 119, 159, 2, 94, 4, 2, 106, 489, 206, 4, 6, 126, 18, 25, 2, 208, 7, 25, 54, 2, 7, 39, 8, 2, 26, 16, 5, 2, 185, 7, 39, 54, 2, 7, 8, 2, 41, 16];1;"Brake system:
+ The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.
+ There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ).
+ Cantilever brake:
+ The brake system (refer to ) has these primary components:
+ the brake lever (refer to )
+ the brake cable
+ the brake arm
+ the brake clamp (also known as callipers)
+ the brake pads (refer to )
+ Cantilever brake with straddle cable:
+ A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.
+ Brake pads:
+ There are four brake pads (refer to ) on the bicycle. Two are found on the front wheel and two on the rear wheel. The brake pads are made out of hard wearing rubber. The pads press against the rim of the wheel to cause friction when the you operate the brake levers.
+ Exploded diagram of a brake:
+ Brake lever:
+ The brake levers (refer to ) are easily damaged. The lever is installed in the mount. A clamp bolt holds the mount. This bolt is not visible because it is found in the mount. The lever turns on a lever pivot bolt. The adjuster lock nut holds the brake cable. This lock nut adjusts the tension of the cable.
+ Typical components of a mountain bicycle lever:
+ The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA(1)
+[7, 51, 2, 211, 708, 38, 4, 2, 19, 17, 2, 7, 51, 469, 6, 316, 240, 4, 2, 7, 51, 17, 104, 213, 70, 6, 388, 509, 252, 21, 35, 36, 3, 23, 2, 104, 240, 57, 415, 57, 379, 44, 36, 23, 31, 23, 37, 2, 19, 181, 9, 470, 3, 24, 82, 59, 317, 139, 127, 4, 7, 51, 2, 144, 354, 8, 211, 19, 17, 2, 355, 7, 10, 3, 355, 7, 2, 7, 51, 10, 3, 140, 76, 471, 210, 2, 7, 25, 10, 3, 2, 7, 107, 2, 7, 319, 2, 7, 48, 108, 356, 57, 510, 2, 7, 39, 10, 3, 355, 7, 13, 511, 107, 6, 107, 11, 512, 14, 2, 7, 25, 8, 2, 34, 117, 2, 77, 25, 8, 2, 7, 380, 37, 214, 2, 7, 39, 183, 2, 215, 60, 4, 2, 16, 160, 472, 2, 216, 4, 2, 19, 7, 39, 82, 59, 392, 7, 39, 10, 3, 8, 2, 19, 77, 59, 354, 8, 2, 26, 16, 5, 77, 8, 2, 41, 16, 2, 7, 39, 59, 115, 109, 4, 253, 321, 254, 2, 39, 214, 183, 2, 60, 4, 2, 16, 3, 158, 217, 70, 2, 36, 141, 2, 7, 25, 709, 393, 4, 6, 7, 7, 25, 2, 7, 25, 10, 3, 59, 381, 172, 2, 25, 17, 32, 20, 2, 87, 6, 48, 49, 54, 2, 87, 37, 49, 17, 31, 710, 513, 15, 17, 354, 20, 2, 87, 2, 25, 100, 8, 6, 25, 118, 49, 2, 159, 162, 119, 54, 2, 7, 107, 37, 162, 119, 159, 2, 94, 4, 2, 107, 514, 210, 4, 6, 126, 19, 25, 2, 208, 7, 25, 54, 2, 7, 39, 8, 2, 26, 16, 5, 2, 185, 7, 39, 54, 2, 7, 8, 2, 41, 16];1;"Brake system:
+ The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.
+ There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ).
+ Cantilever brake:
+ The brake system (refer to ) has these primary components:
+ the brake lever (refer to )
+ the brake cable
+ the brake arm
+ the brake clamp (also known as callipers)
+ the brake pads (refer to )
+ Cantilever brake with straddle cable:
+ A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.
+ Brake pads:
+ There are four brake pads (refer to ) on the bicycle. Two are found on the front wheel and two on the rear wheel. The brake pads are made out of hard wearing rubber. The pads press against the rim of the wheel to cause friction when the you operate the brake levers.
+ Exploded diagram of a brake:
+ Brake lever:
+ The brake levers (refer to ) are easily damaged. The lever is installed in the mount. A clamp bolt holds the mount. This bolt is not visible because it is found in the mount. The lever turns on a lever pivot bolt. The adjuster lock nut holds the brake cable. This lock nut adjusts the tension of the cable.
+ Typical components of a mountain bicycle lever:
+ The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA(1)
+[7, 51, 101, 4, 88, 15, 9, 21];2;"Brake system:
+ Description of how it is made";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA(2)
+[7, 51, 105, 4, 88, 15, 17, 115];2;"Brake system:
+ Description of how it is made";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA(2)
+[65, 2, 18, 20, 6, 490, 163, 54, 2, 128, 61, 5, 89, 2, 18, 113, 80, 2, 7, 21, 35, 11, 2, 16, 162, 5, 2, 18, 255];3;"Put the bicycle in a vertical position.
+ Hold the handle bars and push the bicycle forwards.
+ Apply the brakes.
+ Make sure that the wheels lock and the bicycle stops.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA(2)
+[65, 2, 19, 20, 6, 515, 173, 54, 2, 135, 61, 5, 89, 2, 19, 113, 81, 2, 7, 21, 35, 11, 2, 16, 162, 5, 2, 19, 255];3;"Put the bicycle in a vertical position.
+ Hold the handle bars and push the bicycle forwards.
+ Apply the brakes.
+ Make sure that the wheels lock and the bicycle stops.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA(2)
+[7, 51, 256, 120];4;"Brake system:
+ Manual test";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA(3)
+[23, 6, 322, 369, 4, 2, 7, 57, 175, 20, 2, 257, 129, 66, 10, 3, 28, 2, 7, 39, 182, 95, 4, 2, 7, 39, 80, 6, 186, 258, 4, 2, 8, 95, 4, 2, 7, 39, 259, 2, 323, 187, 36, 64, 80, 2, 3, 2, 491, 323, 4, 2, 39, 29, 2, 218, 260];5;"Do a visual inspection of the brakes as given in the pre-ride checks (refer to
+ Clean the brake pads.
+ Find each of the brake pads.
+ Apply a thin layer of the on each of the brake pads.
+ Rub the surface until you have applied the to the complete surface of the pad.
+ Remove the unwanted alcohol.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA(2)
+[23, 6, 322, 307, 4, 2, 7, 57, 309, 20, 2, 257, 129, 66, 10, 3, 28, 2, 7, 39, 182, 95, 4, 2, 7, 39, 81, 6, 186, 258, 4, 2, 8, 95, 4, 2, 7, 39, 259, 2, 357, 187, 36, 64, 81, 2, 3, 2, 473, 357, 4, 2, 39, 30, 2, 241, 260];5;"Do a visual inspection of the brakes as given in the pre-ride checks (refer to
+ Clean the brake pads.
+ Find each of the brake pads.
+ Apply a thin layer of the on each of the brake pads.
+ Rub the surface until you have applied the to the complete surface of the pad.
+ Remove the unwanted alcohol.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA(2)
+[7, 39, 28, 13, 259, 260];6;"Brake pads:
+ Clean with rubbing alcohol";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA(3)
+[18, 759, 534];7;"Bicycle:
+ Title page";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA(1)
+[19, 866, 534];7;"Bicycle:
+ Title page";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA(1)
+[18, 188, 4, 760, 394, 761];8;"Bicycle:
+ List of effective data modules";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA(1)
+[19, 188, 4, 867, 474, 868];8;"Bicycle:
+ List of effective data modules";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA(1)
+[18, 315, 4, 395];9;"Bicycle:
+ Table of contents";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA(1)
+[19, 353, 4, 395];9;"Bicycle:
+ Table of contents";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA(1)
+[126, 18, 535, 180, 314, 315];10;"Mountain bicycle:
+ Products cross-reference table";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA(1)
+[126, 19, 535, 180, 10, 353];10;"Mountain bicycle:
+ Products cross-reference table";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA(1)
+[126, 18, 396, 180, 314, 315];11;"Mountain bicycle:
+ Conditions cross-reference table";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA(1)
+[126, 19, 475, 180, 10, 353];11;"Mountain bicycle:
+ Conditions cross-reference table";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA(1)
+[126, 18, 386, 180, 314, 315];12;"Mountain bicycle :
+ Applicability cross-reference table";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA(1)
+[126, 19, 308, 180, 10, 353];12;"Mountain bicycle :
+ Applicability cross-reference table";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA(1)
+[18, 261, 5, 762];13;"Bicycle:
+ Controls and Indicators";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA(1)
+[19, 261, 5, 711];13;"Bicycle:
+ Controls and Indicators";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA(1)
+[126, 18, 536, 397, 763];14;"Mountain bicycle:
+ Business rules exchange";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA(1)
+[126, 19, 712, 397, 869];14;"Mountain bicycle:
+ Business rules exchange";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA(1)
+[398, 537, 536, 397, 538];15;"S1000DBIKE:
+ Business rules document";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA(1)
+[398, 537, 712, 397, 538];15;"S1000DBIKE:
+ Business rules document";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA(1)
+[539, 101, 4, 6, 18, 6, 18, 10, 3, 9, 6, 42, 5, 6, 262, 4, 764, 206, 13, 540, 38, 11, 9, 765, 219, 82, 9, 220, 324, 73, 399, 221, 541, 11, 325, 222, 3, 2, 540, 38, 542, 36, 47, 543, 2, 143, 206, 4, 6, 18, 10, 3, 3, 23, 164, 369, 6, 212, 326, 6, 244, 326, 491, 18, 2, 38, 11, 36, 47, 370, 544, 8, 6, 18, 9, 175, 20, 18, 38, 189, 10, 3, 766, 42, 6, 18, 42, 9, 21, 4, 221, 22, 11, 9, 327, 367, 16, 2, 16, 223, 76, 38, 74, 91, 221, 60, 254, 27, 41, 16, 26, 16, 98, 5, 98, 263, 76, 46, 43, 2, 98, 22, 13, 6, 190, 36, 47, 24, 3, 224, 2, 400, 128, 61, 6, 492, 61, 11, 67, 3, 2, 33, 13, 110, 68, 2, 146, 11, 67, 3, 2, 7, 25, 5, 2, 55, 128, 61, 33, 37, 67, 2, 128, 61, 3, 2, 209, 22, 165, 191, 166, 6, 25, 11, 401, 14, 2, 130, 4, 2, 225, 3, 2, 192, 192, 2, 77, 402, 58, 2, 328, 11, 67, 3, 2, 166, 12, 6, 545, 191, 4, 264, 11, 193, 2, 12, 71, 3, 2, 403, 8, 2, 226, 72, 2, 72, 223, 26, 12, 71, 41, 226, 26, 5, 2, 41, 40, 147, 25, 8, 2, 128, 61, 106, 7, 2, 7, 223, 767, 8, 2, 34, 7, 106, 7, 486, 7, 39];16;"Physical description of a bicycle:
+ A bicycle (refer to ) is a frame and a number of movable components with mechanical parts that are completely open. There are no covers or sheet metal panels that prevent access to the mechanical parts. Thus, you can disassemble the different components of a bicycle (refer to ) to do:
+ an inspection
+ a maintenance task
+ a repair task
+ Complete bicycle:
+ The parts that you can immediately identify on a bicycle are given in .
+ Bicycle parts:
+ Item
+ Refer to
+ Definition
+ Frame
+ A bicycle frame is made of metal tubes that are welded together.
+ Wheels
+ The wheels include these parts:
+ Hub
+ Spokes
+ Metal rim
+ Rubber tire
+ Rear wheel
+ Front wheel
+ Seat and seat post
+ These install into the seat tube with a mechanism you can use to change the height.
+ Handle bars
+ A horizontal bar that attaches to the stem with grips at the ends that attach to the brake levers and the shifters.
+ Handle bar stem
+ This attaches the handle bar to the steering tube (head set).
+ Cranks
+ A lever that extends from the bottom of the bracket to the pedal.
+ Pedals
+ The two platforms for the feet that attach to the crank.
+ Chain
+ A circular set of links that connect the chain ring to the cogs on the freewheel.
+ Gears
+ The gears include:
+ Front chain ring
+ Rear freewheel
+ Front and the rear derailleur
+ Shift lever on the handle bars
+ Cables
+ Brakes
+ The brakes include:
+ Actuators on the handlebars
+ Brake cable
+ Brake callipers
+ Brake pads";DMC-S1000DBIKE-A-D00-00-00-00AA-041A-AAA(1)
+[713, 105, 4, 6, 19, 6, 19, 10, 3, 17, 6, 42, 5, 6, 262, 4, 870, 210, 13, 174, 38, 11, 59, 473, 219, 82, 59, 220, 324, 73, 399, 221, 541, 11, 325, 222, 3, 2, 174, 38, 542, 36, 47, 714, 2, 139, 210, 4, 6, 19, 10, 3, 3, 23, 164, 307, 6, 240, 326, 6, 244, 326, 473, 19, 2, 38, 11, 36, 47, 310, 715, 8, 6, 19, 59, 309, 20, 19, 38, 189, 10, 3, 871, 42, 6, 19, 42, 17, 115, 4, 221, 22, 11, 59, 327, 380, 16, 2, 16, 242, 76, 38, 74, 91, 221, 60, 254, 27, 41, 16, 26, 16, 98, 5, 98, 263, 76, 32, 43, 2, 98, 22, 13, 6, 174, 36, 47, 24, 3, 243, 2, 400, 135, 61, 6, 516, 61, 11, 67, 3, 2, 33, 13, 110, 68, 2, 146, 11, 67, 3, 2, 7, 25, 5, 2, 55, 135, 61, 33, 37, 67, 2, 135, 61, 3, 2, 138, 22, 165, 191, 166, 6, 25, 11, 401, 14, 2, 130, 4, 2, 225, 3, 2, 192, 192, 2, 77, 402, 58, 2, 716, 11, 67, 3, 2, 166, 12, 6, 545, 191, 4, 264, 11, 193, 2, 12, 71, 3, 2, 403, 8, 2, 226, 72, 2, 72, 242, 26, 12, 71, 41, 226, 26, 5, 2, 41, 40, 147, 25, 8, 2, 135, 61, 107, 7, 2, 7, 242, 717, 8, 2, 34, 7, 107, 7, 510, 7, 39];16;"Physical description of a bicycle:
+ A bicycle (refer to ) is a frame and a number of movable components with mechanical parts that are completely open. There are no covers or sheet metal panels that prevent access to the mechanical parts. Thus, you can disassemble the different components of a bicycle (refer to ) to do:
+ an inspection
+ a maintenance task
+ a repair task
+ Complete bicycle:
+ The parts that you can immediately identify on a bicycle are given in .
+ Bicycle parts:
+ Item
+ Refer to
+ Definition
+ Frame
+ A bicycle frame is made of metal tubes that are welded together.
+ Wheels
+ The wheels include these parts:
+ Hub
+ Spokes
+ Metal rim
+ Rubber tire
+ Rear wheel
+ Front wheel
+ Seat and seat post
+ These install into the seat tube with a mechanism you can use to change the height.
+ Handle bars
+ A horizontal bar that attaches to the stem with grips at the ends that attach to the brake levers and the shifters.
+ Handle bar stem
+ This attaches the handle bar to the steering tube (head set).
+ Cranks
+ A lever that extends from the bottom of the bracket to the pedal.
+ Pedals
+ The two platforms for the feet that attach to the crank.
+ Chain
+ A circular set of links that connect the chain ring to the cogs on the freewheel.
+ Gears
+ The gears include:
+ Front chain ring
+ Rear freewheel
+ Front and the rear derailleur
+ Shift lever on the handle bars
+ Cables
+ Brakes
+ The brakes include:
+ Actuators on the handlebars
+ Brake cable
+ Brake callipers
+ Brake pads";DMC-S1000DBIKE-A-D00-00-00-00AA-041A-AAA(1)
+[18, 101, 4, 88, 15, 9, 21];17;"Bicycle:
+ Description of how it is made";DMC-S1000DBIKE-A-D00-00-00-00AA-041A-AAA(2)
+[19, 105, 4, 88, 15, 17, 115];17;"Bicycle:
+ Description of how it is made";DMC-S1000DBIKE-A-D00-00-00-00AA-041A-AAA(2)
+[404, 101, 4, 6, 18, 194, 9, 6, 188, 4, 2, 143, 18, 206, 5, 6, 404, 101, 4, 96, 2, 42, 9, 2, 405, 4, 2, 18, 10, 3, 2, 16, 9, 2, 195, 4, 406, 131, 2, 18, 5, 2, 407, 58, 2, 18, 3, 64, 227, 10, 3, 2, 91, 9, 493, 245, 13, 94, 80, 11, 193, 2, 74, 3, 2, 60, 36, 47, 159, 2, 94, 13, 2, 371, 8, 2, 60, 111, 2, 74, 67, 3, 2, 167, 4, 2, 16, 265, 2, 196, 5, 2, 114, 9, 2, 221, 60, 9, 6, 221, 71, 11, 64, 6, 546, 408, 180, 329, 3, 54, 2, 91, 8, 2, 132, 111, 5, 2, 27, 8, 2, 215, 111, 2, 98, 160, 9, 108, 320, 57, 2, 547, 9, 24, 57, 2, 266, 402, 58, 2, 548, 3, 409, 8, 2, 18, 2, 98, 263, 9, 24, 57, 6, 266, 263, 58, 2, 98, 5, 3, 224, 2, 400, 4, 2, 98, 58, 2, 197, 2, 128, 61, 9, 6, 492, 61, 13, 128, 8, 95, 146, 2, 128, 61, 9, 6, 209, 190, 11, 2, 197, 24, 3, 224, 2, 410, 4, 2, 18, 2, 7, 25, 9, 108, 8, 2, 128, 61, 10, 3, 2, 128, 61, 33, 2, 33, 67, 2, 128, 61, 3, 2, 209, 22, 10, 3, 70, 36, 184, 2, 7, 25, 2, 7, 39, 50, 183, 2, 16, 3, 391, 2, 216, 2, 7, 25, 8, 2, 208, 111, 184, 2, 26, 7, 2, 7, 25, 8, 2, 185, 111, 184, 2, 41, 7, 70, 36, 184, 2, 7, 2, 7, 39, 50, 183, 2, 16, 3, 391, 2, 216, 4, 2, 18, 10, 3, 2, 55, 9, 2, 190, 11, 36, 24, 3, 224, 2, 72, 8, 2, 18, 82, 9, 143, 127, 4, 55, 11, 64, 9, 549, 411, 2, 550, 213, 96, 69, 64, 2, 330, 768, 70, 36, 184, 2, 55, 96, 117, 2, 261, 106, 3, 50, 2, 40, 551, 6, 246, 412, 12, 71, 2, 55, 47, 108, 90, 2, 106, 3, 168, 2, 40, 50, 551, 6, 176, 412, 12, 71, 10, 3, 2, 166, 50, 2, 413, 3, 2, 12, 71, 70, 2, 192, 184, 2, 192, 50, 2, 552, 4, 227, 14, 2, 328, 3, 2, 166, 2, 12, 50, 2, 413, 14, 2, 12, 71, 3, 2, 403, 8, 2, 226, 10, 3, 2, 72, 64, 143, 190, 11, 124, 367, 3, 224, 2, 216, 4, 2, 18, 76, 190, 223, 2, 62, 2, 12, 2, 40, 2, 12, 71, 108, 320, 57, 2, 12, 16, 117, 8, 2, 12, 70, 2, 166, 100, 6, 40, 50, 2, 12, 14, 144, 62, 3, 769, 3, 224, 2, 72, 82, 9, 77, 143, 127, 4, 40, 2, 26, 5, 2, 41, 2, 136, 414, 136, 72, 9, 70, 2, 12, 9, 8, 2, 246, 62, 8, 2, 26, 5, 2, 176, 68, 2, 41, 3, 63, 2, 372, 72, 2, 176, 62, 9, 68, 2, 26, 5, 2, 246, 68, 2, 41, 10, 3];18;"Functional description of a bicycle:
+ Below is a list of the different bicycle components and a functional description of them.
+ the frame is the skeleton of the bicycle. refer to
+ the wheel is the point of contact between the bicycle and the road for the bicycle to have movement. refer to
+ the spokes are thick wires with tension applied that connect the hub to the rim. you can adjust the tension with the nipple on the rim side.
+ the hub attaches to the center of the wheel where the axle and the bearings are.
+ the metal rim is a metal ring that has a u-shaped cross section to hold the spokes on the inner side and the tire on the outer side.
+ the seat, which is also known as the ""saddle"", is used as the support platform for the person to sit on the bicycle.
+ the seat post is used as a support post for the seat and to change the height of the seat for the rider.
+ the handle bar is a horizontal bar with handles on each end. the handle bar is a steering mechanism that the rider uses to change the direction of the bicycle. the brake levers are also on the handle bar. refer to
+ the handle bar stem (the stem) attaches the handle bar to the steering tube. refer to
+ when you operate the brake lever, the brake pads move against the wheel to decrease the speed. the brake lever on the left side operates the front brake. the brake lever on the right side operates the rear brake.
+ when you operate the brakes, the brake pad moves against the wheel to decrease the speed of the bicycle. refer to
+ the shifters are the mechanisms that you use to change the gears on the bicycle. there are 7 different types of shifters that have been developed over the years, but they all have the same functionality. when you operate the shifters, they pull the control cable to move the derailleur towards a larger diameter chain ring. the shifters can also loosen the cable to let the derailleur move towards a smaller diameter chain ring. refer to
+ the crank moves the power to the chain rings when the pedals operate.
+ the pedals move the force of movement from the feet to the cranks.
+ the chain moves the power from the chain rings to the cogs on the freewheel. refer to
+ the gears have different mechanisms that function together to change the speed of the bicycle. these mechanisms include:
+ the sprockets
+ the chain
+ the derailleur
+ the chain rings (also known as the ""chain wheel"") pull on the chain when the cranks turn.
+ a derailleur moves the chain from one sprocket to another to change the gears. there are two different types of derailleur, the front and the rear. the highest ratio (highest gear) is when the chain is on the largest sprocket on the front and the smallest at the rear. to get the lowest gear, the smallest sprocket is at the front and the largest at the rear. refer to ";DMC-S1000DBIKE-A-D00-00-00-00AA-042A-AAA(1)
+[124, 105, 4, 6, 19, 194, 17, 6, 188, 4, 2, 139, 19, 210, 5, 6, 124, 105, 4, 298, 2, 42, 17, 2, 405, 4, 2, 19, 10, 3, 2, 16, 17, 2, 195, 4, 406, 131, 2, 19, 5, 2, 407, 58, 2, 19, 3, 64, 227, 10, 3, 2, 91, 59, 493, 245, 13, 94, 81, 11, 193, 2, 74, 3, 2, 60, 36, 47, 159, 2, 94, 13, 2, 382, 8, 2, 60, 111, 2, 74, 67, 3, 2, 167, 4, 2, 16, 265, 2, 205, 5, 2, 92, 59, 2, 221, 60, 17, 6, 221, 71, 11, 140, 6, 546, 408, 180, 329, 3, 54, 2, 91, 8, 2, 132, 111, 5, 2, 27, 8, 2, 215, 111, 2, 98, 160, 17, 108, 356, 57, 2, 718, 17, 24, 57, 2, 266, 402, 58, 2, 548, 3, 409, 8, 2, 19, 2, 98, 263, 17, 24, 57, 6, 266, 263, 58, 2, 98, 5, 3, 243, 2, 400, 4, 2, 98, 58, 2, 197, 2, 135, 61, 17, 6, 516, 61, 13, 135, 8, 95, 146, 2, 135, 61, 17, 6, 138, 174, 11, 2, 197, 24, 3, 243, 2, 311, 4, 2, 19, 2, 7, 25, 59, 108, 8, 2, 135, 61, 10, 3, 2, 135, 61, 33, 2, 33, 67, 2, 135, 61, 3, 2, 138, 22, 10, 3, 70, 36, 141, 2, 7, 25, 2, 7, 39, 50, 183, 2, 16, 3, 472, 2, 216, 2, 7, 25, 8, 2, 208, 111, 141, 2, 26, 7, 2, 7, 25, 8, 2, 185, 111, 141, 2, 41, 7, 70, 36, 141, 2, 7, 2, 7, 39, 50, 183, 2, 16, 3, 472, 2, 216, 4, 2, 19, 10, 3, 2, 55, 59, 2, 174, 11, 36, 24, 3, 243, 2, 72, 8, 2, 19, 82, 59, 139, 127, 4, 55, 11, 64, 872, 549, 411, 2, 550, 213, 96, 69, 64, 2, 330, 124, 70, 36, 141, 2, 55, 96, 117, 2, 261, 107, 3, 50, 2, 40, 719, 6, 720, 476, 12, 71, 2, 55, 47, 108, 90, 2, 107, 3, 168, 2, 40, 50, 719, 6, 873, 476, 12, 71, 10, 3, 2, 166, 50, 2, 413, 3, 2, 12, 71, 70, 2, 192, 141, 2, 192, 50, 2, 721, 4, 227, 14, 2, 716, 3, 2, 166, 2, 12, 50, 2, 413, 14, 2, 12, 71, 3, 2, 403, 8, 2, 226, 10, 3, 2, 72, 64, 139, 174, 11, 124, 380, 3, 243, 2, 216, 4, 2, 19, 76, 174, 242, 2, 62, 2, 12, 2, 40, 2, 12, 71, 108, 356, 57, 2, 12, 16, 117, 8, 2, 12, 70, 2, 166, 100, 6, 40, 50, 2, 12, 14, 144, 62, 3, 874, 3, 243, 2, 72, 82, 59, 77, 139, 127, 4, 40, 2, 26, 5, 2, 41, 2, 722, 414, 722, 72, 17, 70, 2, 12, 17, 8, 2, 477, 62, 8, 2, 26, 5, 2, 723, 68, 2, 41, 3, 63, 2, 875, 72, 2, 723, 62, 17, 68, 2, 26, 5, 2, 477, 68, 2, 41, 10, 3];18;"Functional description of a bicycle:
+ Below is a list of the different bicycle components and a functional description of them.
+ the frame is the skeleton of the bicycle. refer to
+ the wheel is the point of contact between the bicycle and the road for the bicycle to have movement. refer to
+ the spokes are thick wires with tension applied that connect the hub to the rim. you can adjust the tension with the nipple on the rim side.
+ the hub attaches to the center of the wheel where the axle and the bearings are.
+ the metal rim is a metal ring that has a u-shaped cross section to hold the spokes on the inner side and the tire on the outer side.
+ the seat, which is also known as the ""saddle"", is used as the support platform for the person to sit on the bicycle.
+ the seat post is used as a support post for the seat and to change the height of the seat for the rider.
+ the handle bar is a horizontal bar with handles on each end. the handle bar is a steering mechanism that the rider uses to change the direction of the bicycle. the brake levers are also on the handle bar. refer to
+ the handle bar stem (the stem) attaches the handle bar to the steering tube. refer to
+ when you operate the brake lever, the brake pads move against the wheel to decrease the speed. the brake lever on the left side operates the front brake. the brake lever on the right side operates the rear brake.
+ when you operate the brakes, the brake pad moves against the wheel to decrease the speed of the bicycle. refer to
+ the shifters are the mechanisms that you use to change the gears on the bicycle. there are 7 different types of shifters that have been developed over the years, but they all have the same functionality. when you operate the shifters, they pull the control cable to move the derailleur towards a larger diameter chain ring. the shifters can also loosen the cable to let the derailleur move towards a smaller diameter chain ring. refer to
+ the crank moves the power to the chain rings when the pedals operate.
+ the pedals move the force of movement from the feet to the cranks.
+ the chain moves the power from the chain rings to the cogs on the freewheel. refer to
+ the gears have different mechanisms that function together to change the speed of the bicycle. these mechanisms include:
+ the sprockets
+ the chain
+ the derailleur
+ the chain rings (also known as the ""chain wheel"") pull on the chain when the cranks turn.
+ a derailleur moves the chain from one sprocket to another to change the gears. there are two different types of derailleur, the front and the rear. the highest ratio (highest gear) is when the chain is on the largest sprocket on the front and the smallest at the rear. to get the lowest gear, the smallest sprocket is at the front and the largest at the rear. refer to ";DMC-S1000DBIKE-A-D00-00-00-00AA-042A-AAA(1)
+[18, 101, 4, 124];19;"Bicycle:
+ Description of function";DMC-S1000DBIKE-A-D00-00-00-00AA-042A-AAA(2)
+[19, 105, 4, 124];19;"Bicycle:
+ Description of function";DMC-S1000DBIKE-A-D00-00-00-00AA-042A-AAA(2)
+[18, 101, 770, 3, 267];20;"Bicycle:
+ Description attributed to crew";DMC-S1000DBIKE-A-D00-00-00-00AA-043A-AAA(1)
+[19, 105, 876, 3, 267];20;"Bicycle:
+ Description attributed to crew";DMC-S1000DBIKE-A-D00-00-00-00AA-043A-AAA(1)
+[126, 18, 386, 180, 314, 315, 553];21;"Mountain bicycle:
+ Applicability cross-reference table catalog";DMC-S1000DBIKE-D-D00-00-00-00AA-0A3A-AAA(1)
+[126, 19, 308, 180, 10, 353, 553];21;"Mountain bicycle:
+ Applicability cross-reference table catalog";DMC-S1000DBIKE-D-D00-00-00-00AA-0A3A-AAA(1)
+[247, 2, 396, 4, 2, 7, 219, 2, 7, 415, 494, 247, 2, 396, 5, 2, 771, 4, 2, 7, 39, 21, 35, 11, 82, 9, 6, 246, 416, 4, 254, 495, 21, 35, 11, 2, 39, 9, 31, 148, 253, 28, 69, 2, 218, 331, 23, 164, 369, 4, 2, 772, 4, 2, 7, 66, 2, 554, 7, 51, 124, 554, 7, 124, 21, 35, 11, 82, 9, 773, 774, 131, 2, 39, 5, 2, 132, 412, 4, 2, 7, 323, 44, 2, 163, 4, 2, 39, 9, 148, 372, 8, 2, 60, 57, 268, 20, 2, 39, 47, 50, 37, 417, 145, 2, 775, 4, 2, 91, 14, 269, 555, 96, 417, 418, 270, 145, 2, 91, 3, 9, 776, 109, 4, 269, 555, 7, 39, 777, 21, 35, 11, 2, 39, 9, 302, 32, 20, 2, 167, 4, 2, 132, 412, 4, 2, 7, 323, 23, 6, 66, 4, 2, 27, 137, 23, 6, 66, 4, 2, 27, 137, 13, 2, 778, 2, 779, 36, 556, 13, 2, 557, 137, 11, 9, 268, 43, 2, 558, 4, 2, 27, 559, 2, 99, 169, 247, 2, 396, 4, 2, 16, 247, 2, 60, 58, 780, 5, 560, 247, 58, 561, 68, 2, 562, 265, 164, 781, 60, 9, 419, 23, 6, 66, 4, 2, 52, 114, 487, 2, 18, 80, 2, 26, 7, 5, 89, 2, 128, 61, 113, 21, 35, 11, 2, 52, 114, 9, 271, 23, 2, 66, 8, 2, 12, 563, 247, 2, 12, 44, 2, 12, 9, 148, 782, 28, 15, 57, 783, 20, 2, 28, 12, 326, 10, 3, 563, 247, 2, 12, 58, 264, 11, 9, 420, 73, 11, 23, 31, 50, 368, 80, 2, 99, 23, 6, 66, 4, 2, 12, 3, 21, 35, 11, 15, 9, 271, 21, 35, 11, 2, 564, 4, 2, 12, 9, 31, 148, 272, 50, 2, 12, 8, 2, 246, 12, 71, 784, 3, 117, 2, 12, 273, 14, 2, 26, 4, 2, 12, 71, 21, 35, 11, 2, 12, 9, 31, 496, 78, 2, 12, 44, 70, 36, 117, 15, 273, 14, 2, 12, 71, 36, 47, 421, 6, 274, 422, 78, 2, 12, 13, 2, 228, 198, 14, 2];22;"Examine the condition of the brakes.
+ Open the brake quick release.
+ Examine the condition and the thickness of the brake pads.
+ Make sure that there is a large quantity of rubber left.
+ Make sure that the pad is not too hard.
+ Clean all the unwanted material.
+ Do an inspection of the installation of the brakes.
+ Check the hydraulic brake system function.
+ Hydraulic brake function:
+ Make sure that there is sufficient clearance between the pad and the inner diameter of the brake surface.
+ If the position of the pads is too low on the rim, as shown in , the pads can move. This could cause the separation of the spokes from their mountings., they could slip off causing the spokes to be torn out of their mountings.
+ Brake pad seating:
+ Make sure that the pads are correctly installed in the center of the inner diameter of the brake surface.
+ Do a check of the tire pressure.
+ Do a check of the tire pressure with the .
+ Compare the value you read with the recommended pressure that is shown into the sidewall of the tire.
+ Add the necessary air.
+ Examine the condition of the wheels.
+ Examine the rims for bulges and dents.
+ Examine for splits at the seam where an extruded rim is bonded.
+ Do a check of the headset bearings.
+ Straddle the bicycle.
+ Apply the front brakes and push the handle bars forward.
+ Make sure that the headset bearings are tight.
+ Do the checks on the chain.
+ Visually examine the chain.
+ If the chain is too dirty, clean it as specified in the clean chain task (refer to
+ Visually examine the chain for links that are frozen or that do not move easily.
+ Apply the necessary .
+ Do a check of the chain to make sure that it is tight.
+ Make sure that the play of the chain is not too much.
+ Move the chain on the largest chain ring.
+ Try to pull the chain away from the front of the chain ring.
+ Make sure that the chain is not loose. Tighten the chain if, when you pull it away from the chain ring, you can see a full tooth.
+ Tighten the chain with the Allen wrench from the .";DMC-S1000DBIKE-A-D00-00-00-00AA-121A-AAA(2)
+[251, 2, 475, 4, 2, 7, 219, 2, 7, 415, 517, 251, 2, 475, 5, 2, 493, 4, 2, 7, 39, 21, 35, 11, 82, 17, 6, 518, 478, 4, 254, 208, 21, 35, 11, 2, 39, 17, 31, 148, 253, 28, 69, 2, 241, 358, 23, 164, 307, 4, 2, 32, 4, 2, 7, 66, 2, 724, 7, 51, 124, 724, 7, 124, 21, 35, 11, 82, 17, 877, 878, 131, 2, 39, 5, 2, 132, 476, 4, 2, 7, 357, 44, 2, 173, 4, 2, 39, 17, 148, 372, 8, 2, 60, 57, 359, 20, 2, 39, 47, 50, 37, 417, 158, 2, 879, 4, 2, 91, 14, 269, 87, 96, 417, 418, 270, 158, 2, 91, 3, 9, 880, 109, 4, 269, 87, 7, 39, 98, 21, 35, 11, 2, 39, 59, 125, 32, 20, 2, 167, 4, 2, 132, 476, 4, 2, 7, 357, 23, 6, 66, 4, 2, 27, 142, 23, 6, 66, 4, 2, 27, 142, 13, 2, 881, 2, 882, 36, 556, 13, 2, 557, 142, 11, 17, 359, 43, 2, 725, 4, 2, 27, 559, 2, 104, 169, 251, 2, 475, 4, 2, 16, 251, 2, 60, 58, 883, 5, 560, 251, 58, 561, 68, 2, 562, 265, 164, 884, 60, 17, 419, 23, 6, 66, 4, 2, 52, 92, 511, 2, 19, 81, 2, 26, 7, 5, 89, 2, 135, 61, 113, 21, 35, 11, 2, 52, 92, 59, 271, 23, 2, 66, 8, 2, 12, 322, 251, 2, 12, 44, 2, 12, 17, 148, 885, 28, 15, 57, 886, 20, 2, 28, 12, 326, 10, 3, 322, 251, 2, 12, 58, 264, 11, 59, 420, 73, 11, 23, 31, 50, 381, 81, 2, 104, 23, 6, 66, 4, 2, 12, 3, 21, 35, 11, 15, 17, 271, 21, 35, 11, 2, 564, 4, 2, 12, 17, 31, 148, 272, 50, 2, 12, 8, 2, 477, 12, 71, 887, 3, 117, 2, 12, 273, 14, 2, 26, 4, 2, 12, 71, 21, 35, 11, 2, 12, 17, 31, 519, 78, 2, 12, 44, 70, 36, 117, 15, 273, 14, 2, 12, 71, 36, 47, 421, 6, 274, 422, 78, 2, 12, 13, 2, 228, 198, 14, 2];22;"Examine the condition of the brakes.
+ Open the brake quick release.
+ Examine the condition and the thickness of the brake pads.
+ Make sure that there is a large quantity of rubber left.
+ Make sure that the pad is not too hard.
+ Clean all the unwanted material.
+ Do an inspection of the installation of the brakes.
+ Check the hydraulic brake system function.
+ Hydraulic brake function:
+ Make sure that there is sufficient clearance between the pad and the inner diameter of the brake surface.
+ If the position of the pads is too low on the rim, as shown in , the pads can move. This could cause the separation of the spokes from their mountings., they could slip off causing the spokes to be torn out of their mountings.
+ Brake pad seating:
+ Make sure that the pads are correctly installed in the center of the inner diameter of the brake surface.
+ Do a check of the tire pressure.
+ Do a check of the tire pressure with the .
+ Compare the value you read with the recommended pressure that is shown into the sidewall of the tire.
+ Add the necessary air.
+ Examine the condition of the wheels.
+ Examine the rims for bulges and dents.
+ Examine for splits at the seam where an extruded rim is bonded.
+ Do a check of the headset bearings.
+ Straddle the bicycle.
+ Apply the front brakes and push the handle bars forward.
+ Make sure that the headset bearings are tight.
+ Do the checks on the chain.
+ Visually examine the chain.
+ If the chain is too dirty, clean it as specified in the clean chain task (refer to
+ Visually examine the chain for links that are frozen or that do not move easily.
+ Apply the necessary .
+ Do a check of the chain to make sure that it is tight.
+ Make sure that the play of the chain is not too much.
+ Move the chain on the largest chain ring.
+ Try to pull the chain away from the front of the chain ring.
+ Make sure that the chain is not loose. Tighten the chain if, when you pull it away from the chain ring, you can see a full tooth.
+ Tighten the chain with the Allen wrench from the .";DMC-S1000DBIKE-A-D00-00-00-00AA-121A-AAA(2)
+[18, 257, 373, 83, 267];23;"Bicycle:
+ Pre-operation procedures (crew)";DMC-S1000DBIKE-A-D00-00-00-00AA-121A-AAA(3)
+[19, 257, 141, 86, 267];23;"Bicycle:
+ Pre-operation procedures (crew)";DMC-S1000DBIKE-A-D00-00-00-00AA-121A-AAA(3)
+[18, 129, 6, 18];24;"Bicycle:
+ Riding a bicycle";DMC-S1000DBIKE-A-D00-00-00-00AA-130A-AAA(1)
+[19, 129, 6, 19];24;"Bicycle:
+ Riding a bicycle";DMC-S1000DBIKE-A-D00-00-00-00AA-130A-AAA(1)
+[565, 565, 566];25;"Computer:
+ Computer Display";DMC-S1000DBIKE-A-D00-00-00-00AA-131A-AAA(1)
+[726, 726, 566];25;"Computer:
+ Computer Display";DMC-S1000DBIKE-A-D00-00-00-00AA-131A-AAA(1)
+[18, 567, 373, 83, 267];26;"Bicycle:
+ Normal operation procedures (crew)";DMC-S1000DBIKE-A-D00-00-00-00AA-131A-AAA(2)
+[19, 567, 141, 86, 267];26;"Bicycle:
+ Normal operation procedures (crew)";DMC-S1000DBIKE-A-D00-00-00-00AA-131A-AAA(2)
+[28, 2, 18, 28, 2, 18, 13, 56, 24, 2, 332, 14, 2, 3, 28, 2, 7, 2, 147, 25, 2, 62, 5, 2, 27, 168, 2, 18, 374, 177, 2, 18, 568, 2, 3, 76, 50, 38, 2, 7, 118, 2, 40, 118, 2, 40, 94, 275, 2, 7, 25, 118, 2, 261, 106, 2, 72, 62, 2, 12, 29, 2, 303, 160, 9, 276, 277, 2, 99];27;"Clean the bicycle.
+ Clean the bicycle with water.
+ Use the brush from the to clean the brakes, the shift levers, the sprockets and the tires.
+ Let the bicycle dry.
+ Lubricate the bicycle
+ Spray the , to these moving parts:
+ the brake pivots
+ the derailleur pivots
+ the derailleur tension guides
+ the brake lever pivots
+ the control cables
+ the gear sprockets
+ the chain
+ Remove the lubricant which is more than the necessary.";DMC-S1000DBIKE-A-D00-00-00-00AA-151A-AAA(2)
+[28, 2, 19, 28, 2, 19, 13, 56, 24, 2, 332, 14, 2, 3, 28, 2, 7, 2, 147, 25, 2, 62, 5, 2, 27, 168, 2, 19, 383, 116, 2, 19, 568, 2, 3, 76, 50, 38, 2, 7, 118, 2, 40, 118, 2, 40, 94, 299, 2, 7, 25, 118, 2, 261, 107, 2, 72, 62, 2, 12, 30, 2, 116, 160, 17, 276, 277, 2, 104];27;"Clean the bicycle.
+ Clean the bicycle with water.
+ Use the brush from the to clean the brakes, the shift levers, the sprockets and the tires.
+ Let the bicycle dry.
+ Lubricate the bicycle
+ Spray the , to these moving parts:
+ the brake pivots
+ the derailleur pivots
+ the derailleur tension guides
+ the brake lever pivots
+ the control cables
+ the gear sprockets
+ the chain
+ Remove the lubricant which is more than the necessary.";DMC-S1000DBIKE-A-D00-00-00-00AA-151A-AAA(2)
+[18, 263, 373, 83, 267];28;"Bicycle:
+ Post-operation procedures (crew)";DMC-S1000DBIKE-A-D00-00-00-00AA-151A-AAA(3)
+[19, 263, 141, 86, 267];28;"Bicycle:
+ Post-operation procedures (crew)";DMC-S1000DBIKE-A-D00-00-00-00AA-151A-AAA(3)
+[18, 785, 786, 569, 570];29;"Bicycle:
+ Servicing: Prerequisite concept review";DMC-S1000DBIKE-T-D00-00-00-00AA-200A-AAA(1)
+[19, 727, 888, 569, 570];29;"Bicycle:
+ Servicing: Prerequisite concept review";DMC-S1000DBIKE-T-D00-00-00-00AA-200A-AAA(1)
+[23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 96, 370, 20, 28, 278, 56, 23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 96, 370, 20, 28, 278, 56, 23, 31, 24, 6, 11, 64, 136, 137, 6, 56, 279, 11, 64, 136, 137, 47, 145, 280, 38, 3, 333, 496, 73, 274, 4, 56, 23, 31, 195, 2, 279, 571, 68, 2, 74, 73, 68, 2, 130, 225, 114, 37, 47, 145, 161, 3, 2, 38, 80, 20, 572, 13, 2, 573, 8, 2, 497, 2, 423, 334, 145, 161, 3, 2, 84, 335, 44, 15, 9, 31, 80, 302];30;"Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not use a that has high pressure. A water hose that has high pressure can cause some parts to become loose or full of water.
+ Do not point the hose directly at the hub or at the bottom bracket bearings. This can cause damage to the parts.
+ Apply in accordance with the instruction on the container. The substance may cause damage to the Bike paint if it is not applied correctly.";DMC-S1000DBIKE-A-D00-00-00-00AA-258A-AAA(1)
+[23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 298, 310, 20, 28, 278, 56, 23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 298, 310, 20, 28, 278, 56, 23, 31, 24, 6, 11, 140, 136, 142, 6, 56, 279, 11, 140, 136, 142, 47, 158, 280, 38, 3, 360, 519, 73, 274, 4, 56, 23, 31, 195, 2, 279, 311, 68, 2, 74, 73, 68, 2, 130, 225, 92, 37, 47, 158, 172, 3, 2, 38, 81, 20, 728, 13, 2, 729, 8, 2, 250, 2, 479, 334, 158, 172, 3, 2, 84, 335, 44, 15, 17, 31, 81, 125];30;"Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not use a that has high pressure. A water hose that has high pressure can cause some parts to become loose or full of water.
+ Do not point the hose directly at the hub or at the bottom bracket bearings. This can cause damage to the parts.
+ Apply in accordance with the instruction on the container. The substance may cause damage to the Bike paint if it is not applied correctly.";DMC-S1000DBIKE-A-D00-00-00-00AA-258A-AAA(1)
+[28, 2, 18, 13, 56, 3, 29, 69, 424, 10, 3, 28, 2, 84, 24, 6, 3, 63, 222, 3, 93, 11, 9, 31, 498, 3, 28, 76, 9, 2, 147, 25, 2, 574, 27, 5, 2, 7, 28, 2, 425, 426, 14, 2, 12, 5, 2, 62, 13, 6, 304, 11, 64, 6, 176, 427, 29, 2, 281, 14, 2, 226, 499, 13, 2, 57, 268, 20, 24, 6, 332, 3, 29, 2, 281, 14, 76, 38, 62, 275, 5, 94, 16, 4, 2, 40, 12, 71, 422, 575, 2, 428, 149, 2, 62, 2, 40, 2, 12, 71, 5, 2, 12, 13, 56, 44, 99, 23, 2, 149, 83, 199, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 18, 13, 2, 97, 336, 149, 2, 18, 5, 21, 35, 11, 69, 9, 29, 50, 2, 18, 200, 5, 150, 8, 201, 27, 3, 29, 69, 56, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 18, 13, 2, 97, 336, 97, 2, 43, 5, 56, 337, 28, 2, 18, 13, 2, 97, 336, 149, 2, 18, 3, 21, 35, 11, 69, 576, 9, 29, 50, 2, 18, 200, 5, 150, 8, 201, 27, 3, 29, 69, 56, 177, 2, 18, 10, 3];31;"Clean the bicycle with water to remove all dirt. Refer to .
+ Cleaning the bike:
+ Use a to get access to areas that are not easy to clean. These are the shift levers, the knobbly tires, and the brakes.
+ Clean the caked grime from the chain and the sprockets with a screwdriver that has a small blade.
+ Remove the grease from the freewheel assembly with the as shown in .
+ Use a brush to remove the grease from these parts:
+ sprockets
+ guide and tension wheels of the derailleur
+ chain ring teeth
+ Degreasing the freehub:
+ Flush the sprockets, the derailleurs, the chain rings and the chain with water.
+ If necessary, do the flush procedure again.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Flush the bicycle and make sure that all is removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Soak the into and water.
+ Fully clean the bicycle with the soaked sponge.
+ Flush the bicycle to make sure that all detergents are removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Lubricate the bicycle. Refer to ";DMC-S1000DBIKE-A-D00-00-00-00AA-258A-AAA(2)
+[28, 2, 19, 13, 56, 3, 30, 69, 424, 10, 3, 28, 2, 84, 24, 6, 3, 63, 222, 3, 93, 11, 59, 31, 520, 3, 28, 76, 59, 2, 147, 25, 2, 730, 27, 5, 2, 7, 28, 2, 425, 426, 14, 2, 12, 5, 2, 62, 13, 6, 312, 11, 140, 6, 176, 427, 30, 2, 300, 14, 2, 226, 361, 13, 2, 57, 359, 20, 24, 6, 332, 3, 30, 2, 300, 14, 76, 38, 62, 299, 5, 94, 16, 4, 2, 40, 12, 71, 731, 732, 2, 428, 149, 2, 62, 2, 40, 2, 12, 71, 5, 2, 12, 13, 56, 44, 104, 23, 2, 149, 86, 199, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 19, 13, 2, 97, 362, 149, 2, 19, 5, 21, 35, 11, 69, 17, 30, 50, 2, 19, 200, 5, 150, 8, 15, 27, 3, 30, 69, 56, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 19, 13, 2, 97, 362, 97, 2, 43, 5, 56, 363, 28, 2, 19, 13, 2, 97, 362, 149, 2, 19, 3, 21, 35, 11, 69, 733, 59, 30, 50, 2, 19, 200, 5, 150, 8, 15, 27, 3, 30, 69, 56, 116, 2, 19, 10, 3];31;"Clean the bicycle with water to remove all dirt. Refer to .
+ Cleaning the bike:
+ Use a to get access to areas that are not easy to clean. These are the shift levers, the knobbly tires, and the brakes.
+ Clean the caked grime from the chain and the sprockets with a screwdriver that has a small blade.
+ Remove the grease from the freewheel assembly with the as shown in .
+ Use a brush to remove the grease from these parts:
+ sprockets
+ guide and tension wheels of the derailleur
+ chain ring teeth
+ Degreasing the freehub:
+ Flush the sprockets, the derailleurs, the chain rings and the chain with water.
+ If necessary, do the flush procedure again.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Flush the bicycle and make sure that all is removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Soak the into and water.
+ Fully clean the bicycle with the soaked sponge.
+ Flush the bicycle to make sure that all detergents are removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Lubricate the bicycle. Refer to ";DMC-S1000DBIKE-A-D00-00-00-00AA-258A-AAA(2)
+[18, 151, 83, 3, 28];32;"Bicycle:
+ Other procedures to clean";DMC-S1000DBIKE-A-D00-00-00-00AA-258A-AAA(3)
+[19, 151, 86, 3, 28];32;"Bicycle:
+ Other procedures to clean";DMC-S1000DBIKE-A-D00-00-00-00AA-258A-AAA(3)
+[23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 96, 370, 20, 28, 278, 56, 23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 96, 370, 20, 28, 278, 56, 23, 31, 24, 6, 11, 64, 136, 137, 6, 56, 279, 11, 64, 136, 137, 47, 145, 280, 38, 3, 333, 496, 73, 274, 4, 56, 23, 31, 195, 2, 279, 571, 68, 2, 74, 73, 68, 2, 130, 225, 114, 37, 47, 145, 161, 3, 2, 38, 80, 20, 572, 13, 2, 573, 8, 2, 497, 2, 423, 334, 145, 161, 3, 2, 84, 335, 44, 15, 9, 31, 80, 302];33;"Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not use a that has high pressure. A water hose that has high pressure can cause some parts to become loose or full of water.
+ Do not point the hose directly at the hub or at the bottom bracket bearings. This can cause damage to the parts.
+ Apply in accordance with the instruction on the container. The substance may cause damage to the Bike paint if it is not applied correctly.";DMC-S1000DBIKE-A-D00-00-00-00AA-258B-AAA(1)
+[23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 298, 310, 20, 28, 278, 56, 23, 31, 63, 43, 79, 102, 44, 15, 63, 43, 79, 102, 121, 298, 310, 20, 28, 278, 56, 23, 31, 24, 6, 11, 140, 136, 142, 6, 56, 279, 11, 140, 136, 142, 47, 158, 280, 38, 3, 360, 519, 73, 274, 4, 56, 23, 31, 195, 2, 279, 311, 68, 2, 74, 73, 68, 2, 130, 225, 92, 37, 47, 158, 172, 3, 2, 38, 81, 20, 728, 13, 2, 729, 8, 2, 250, 2, 479, 334, 158, 172, 3, 2, 84, 335, 44, 15, 17, 31, 81, 125];33;"Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not get into your eyes. If it gets into your eyes, wash them immediately in clean warm water.
+ Do not use a that has high pressure. A water hose that has high pressure can cause some parts to become loose or full of water.
+ Do not point the hose directly at the hub or at the bottom bracket bearings. This can cause damage to the parts.
+ Apply in accordance with the instruction on the container. The substance may cause damage to the Bike paint if it is not applied correctly.";DMC-S1000DBIKE-A-D00-00-00-00AA-258B-AAA(1)
+[28, 2, 18, 13, 56, 3, 29, 69, 424, 10, 3, 28, 2, 84, 24, 6, 3, 63, 222, 3, 93, 11, 9, 31, 498, 3, 28, 76, 9, 2, 147, 25, 2, 574, 27, 5, 2, 7, 28, 2, 425, 426, 14, 2, 12, 5, 2, 62, 13, 6, 304, 11, 64, 6, 176, 427, 29, 2, 281, 14, 2, 226, 499, 13, 2, 57, 268, 20, 24, 6, 332, 3, 29, 2, 281, 14, 76, 38, 62, 275, 5, 94, 16, 4, 2, 40, 12, 71, 422, 575, 2, 428, 149, 2, 62, 2, 40, 2, 12, 71, 5, 2, 12, 13, 56, 44, 99, 23, 2, 149, 83, 199, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 18, 13, 2, 97, 336, 149, 2, 18, 5, 21, 35, 11, 69, 9, 29, 50, 2, 18, 200, 5, 150, 8, 201, 27, 3, 29, 69, 56, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 18, 13, 2, 97, 336, 97, 2, 43, 5, 56, 337, 28, 2, 18, 13, 2, 97, 336, 149, 2, 18, 3, 21, 35, 11, 69, 576, 9, 29, 50, 2, 18, 200, 5, 150, 8, 201, 27, 3, 29, 69, 56, 177, 2, 18, 10, 3];34;"Clean the bicycle with water to remove all dirt. Refer to .
+ Cleaning the bike:
+ Use a to get access to areas that are not easy to clean. These are the shift levers, the knobbly tires, and the brakes.
+ Clean the caked grime from the chain and the sprockets with a screwdriver that has a small blade.
+ Remove the grease from the freewheel assembly with the as shown in .
+ Use a brush to remove the grease from these parts:
+ sprockets
+ guide and tension wheels of the derailleur
+ chain ring teeth
+ Degreasing the freehub:
+ Flush the sprockets, the derailleurs, the chain rings and the chain with water.
+ If necessary, do the flush procedure again.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Flush the bicycle and make sure that all is removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Soak the into and water.
+ Fully clean the bicycle with the soaked sponge.
+ Flush the bicycle to make sure that all detergents are removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Lubricate the bicycle. Refer to ";DMC-S1000DBIKE-A-D00-00-00-00AA-258B-AAA(2)
+[28, 2, 19, 13, 56, 3, 30, 69, 424, 10, 3, 28, 2, 84, 24, 6, 3, 63, 222, 3, 93, 11, 59, 31, 520, 3, 28, 76, 59, 2, 147, 25, 2, 730, 27, 5, 2, 7, 28, 2, 425, 426, 14, 2, 12, 5, 2, 62, 13, 6, 312, 11, 140, 6, 176, 427, 30, 2, 300, 14, 2, 226, 361, 13, 2, 57, 359, 20, 24, 6, 332, 3, 30, 2, 300, 14, 76, 38, 62, 299, 5, 94, 16, 4, 2, 40, 12, 71, 731, 732, 2, 428, 149, 2, 62, 2, 40, 2, 12, 71, 5, 2, 12, 13, 56, 44, 104, 23, 2, 149, 86, 199, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 19, 13, 2, 97, 362, 149, 2, 19, 5, 21, 35, 11, 69, 17, 30, 50, 2, 19, 200, 5, 150, 8, 15, 27, 3, 30, 69, 56, 121, 2, 84, 97, 2, 43, 5, 56, 28, 2, 19, 13, 2, 97, 362, 97, 2, 43, 5, 56, 363, 28, 2, 19, 13, 2, 97, 362, 149, 2, 19, 3, 21, 35, 11, 69, 733, 59, 30, 50, 2, 19, 200, 5, 150, 8, 15, 27, 3, 30, 69, 56, 116, 2, 19, 10, 3];34;"Clean the bicycle with water to remove all dirt. Refer to .
+ Cleaning the bike:
+ Use a to get access to areas that are not easy to clean. These are the shift levers, the knobbly tires, and the brakes.
+ Clean the caked grime from the chain and the sprockets with a screwdriver that has a small blade.
+ Remove the grease from the freewheel assembly with the as shown in .
+ Use a brush to remove the grease from these parts:
+ sprockets
+ guide and tension wheels of the derailleur
+ chain ring teeth
+ Degreasing the freehub:
+ Flush the sprockets, the derailleurs, the chain rings and the chain with water.
+ If necessary, do the flush procedure again.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Flush the bicycle and make sure that all is removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Wash the Bike
+ Soak the into and water.
+ Clean the bicycle with the soaked sponge.
+ Soak the into and water.
+ Fully clean the bicycle with the soaked sponge.
+ Flush the bicycle to make sure that all detergents are removed.
+ Move the bicycle up and down on its tires to remove all water.
+ Lubricate the bicycle. Refer to ";DMC-S1000DBIKE-A-D00-00-00-00AA-258B-AAA(2)
+[18, 151, 83, 3, 28];35;"Bicycle:
+ Other procedures to clean";DMC-S1000DBIKE-A-D00-00-00-00AA-258B-AAA(3)
+[19, 151, 86, 3, 28];35;"Bicycle:
+ Other procedures to clean";DMC-S1000DBIKE-A-D00-00-00-00AA-258B-AAA(3)
+[577, 9, 578, 429, 18, 8, 2, 120, 282, 271, 48, 187, 18, 9, 787, 67, 3, 2, 120, 282];36;"Ensure is level.
+ Place bicycle on the test stand.
+ Tight clamps until bicycle is securely attach to the test stand.";DMC-S1000DBIKE-A-D00-00-00-00AA-330A-AAA(2)
+[734, 17, 578, 429, 19, 8, 2, 120, 282, 271, 48, 187, 19, 17, 889, 67, 3, 2, 120, 282];36;"Ensure is level.
+ Place bicycle on the test stand.
+ Tight clamps until bicycle is securely attach to the test stand.";DMC-S1000DBIKE-A-D00-00-00-00AA-330A-AAA(2)
+[18, 429, 8, 120, 282];37;"Bicycle:
+ Place on test stand";DMC-S1000DBIKE-A-D00-00-00-00AA-330A-AAA(3)
+[19, 429, 8, 120, 282];37;"Bicycle:
+ Place on test stand";DMC-S1000DBIKE-A-D00-00-00-00AA-330A-AAA(3)
+[70, 36, 29, 2, 41, 16, 3, 244, 6, 788, 579, 2, 7, 319, 14, 2, 12, 338];38;When you remove the rear wheel to repair a puncture, disconnect the brake arm from the chain stay.;DMC-S1000DBIKE-A-D00-00-00-00AA-663A-AAA(1)
+[70, 36, 30, 2, 41, 16, 3, 244, 6, 890, 579, 2, 7, 319, 14, 2, 12, 338];38;When you remove the rear wheel to repair a puncture, disconnect the brake arm from the chain stay.;DMC-S1000DBIKE-A-D00-00-00-00AA-663A-AAA(1)
+[29, 2, 41, 16, 10, 3, 21, 35, 11, 82, 9, 220, 169, 20, 2, 22, 90, 2, 339, 8, 2, 178, 33, 89, 2, 178, 33, 580, 150, 3, 581, 69, 2, 169, 24, 6, 3, 50, 2, 27, 430, 109, 4, 201, 98, 202, 2, 27, 430, 582, 2, 583, 4, 2, 60, 584, 2, 27, 13, 6, 27, 25, 29, 2, 22, 305, 31, 337, 2, 22, 13, 2, 247, 2, 22, 58, 283, 44, 36, 182, 6, 283, 544, 15, 13, 6, 585, 21, 13, 6, 585, 283, 494, 211, 4, 2, 169, 24, 6, 586, 4, 789, 14, 2, 5, 21, 2, 93, 8, 5, 152, 2, 122, 340, 37, 181, 587, 2, 133, 419, 302, 588, 2, 589, 93, 80, 6, 186, 258, 4, 284, 14, 2, 133, 285, 8, 5, 152, 2, 122, 21, 35, 11, 2, 93, 13, 2, 284, 9, 246, 277, 2, 133, 80, 284, 3, 589, 93, 168, 2, 284, 374, 58, 590, 790, 187, 15, 333, 791, 5, 591, 29, 2, 41, 592, 14, 2, 133, 11, 9, 6, 38, 4, 2, 133, 285, 5, 89, 2, 133, 20, 201, 163, 89, 13, 79, 170, 14, 2, 167, 4, 2, 133, 3, 2, 215, 38, 4, 2, 80, 93, 80, 137, 3, 22, 29, 2, 186, 324, 14, 2, 133, 65, 6, 431, 186, 258, 4, 593, 594, 8, 5, 152, 2, 133, 305, 31, 337, 2, 792, 22, 13, 2, 328, 341, 595, 68, 2, 178, 33, 5, 46, 2, 22, 199, 131, 2, 27, 5, 2, 60, 89, 2, 178, 33, 286, 2, 122, 20, 2, 60, 21, 35, 11, 2, 178, 33, 9, 432, 46, 2, 793, 4, 2, 27];39;"Remove the rear wheel. (Refer to
+ Make sure that there is no air in the tube.
+ Loosen the cap on the valve stem.
+ Push the valve stem core down to bleed all the air.
+ Use a to move the tire bead out of its seat. Lift the tire bead above the lip of the rim.
+ Unseating the tire with a tire lever:
+ Remove the tube.
+ Inflate (not fully) the tube with the . Examine the tube for leaks.
+ If you find a leak, identify it with a circle made with a .
+ Circle leak:
+ Release most of the air.
+ Use a piece of sandpaper from the and make the area on and around the hole rough. This will help the patch bond correctly.
+ Sanding the application area:
+ Apply a thin layer of glue from the patch kit on and around the hole. Make sure that the area with the glue is larger than the patch.
+ Apply glue to application area:
+ Let the glue dry for five minutes until it becomes tacky and dim.
+ Remove the rear foil from the patch (that is a part of the patch kit) and push the patch in its position.
+ Push with your thumbs from the center of the patch to the outer part of the applied area.
+ Apply pressure to tube:
+ Remove the thin cover from the patch.
+ Put a very thin layer of talcum powder on and around the patch.
+ Inflate (not fully) the repaired tube with the foot pump.
+ Start at the valve stem and install the tube again between the tire and the rim.
+ Push the valve stem through the hole in the rim.
+ Make sure that the valve stem is straight.
+ Install the remaining of the tire.";DMC-S1000DBIKE-A-D00-00-00-00AA-663A-AAA(2)
+[30, 2, 41, 16, 10, 3, 21, 35, 11, 82, 17, 220, 169, 20, 2, 22, 90, 2, 339, 8, 2, 179, 33, 89, 2, 179, 33, 580, 150, 3, 581, 69, 2, 169, 24, 6, 3, 50, 2, 27, 430, 109, 4, 15, 98, 202, 2, 27, 430, 735, 2, 583, 4, 2, 60, 584, 2, 27, 13, 6, 27, 25, 30, 2, 22, 313, 31, 363, 2, 22, 13, 2, 251, 2, 22, 58, 283, 44, 36, 182, 6, 283, 715, 15, 13, 6, 736, 115, 13, 6, 736, 283, 517, 211, 4, 2, 169, 24, 6, 737, 4, 891, 14, 2, 5, 21, 2, 93, 8, 5, 152, 2, 122, 340, 37, 181, 587, 2, 133, 419, 125, 588, 2, 308, 93, 81, 6, 186, 258, 4, 284, 14, 2, 133, 285, 8, 5, 152, 2, 122, 21, 35, 11, 2, 93, 13, 2, 284, 17, 720, 277, 2, 133, 81, 284, 3, 308, 93, 168, 2, 284, 383, 58, 590, 892, 187, 15, 360, 893, 5, 591, 30, 2, 41, 592, 14, 2, 133, 11, 17, 6, 38, 4, 2, 133, 285, 5, 89, 2, 133, 20, 15, 173, 89, 13, 79, 170, 14, 2, 167, 4, 2, 133, 3, 2, 215, 38, 4, 2, 81, 93, 81, 142, 3, 22, 30, 2, 186, 324, 14, 2, 133, 65, 6, 480, 186, 258, 4, 593, 594, 8, 5, 152, 2, 133, 313, 31, 363, 2, 244, 22, 13, 2, 328, 341, 595, 68, 2, 179, 33, 5, 32, 2, 22, 199, 131, 2, 27, 5, 2, 60, 89, 2, 179, 33, 286, 2, 122, 20, 2, 60, 21, 35, 11, 2, 179, 33, 17, 432, 32, 2, 375, 4, 2, 27];39;"Remove the rear wheel. (Refer to
+ Make sure that there is no air in the tube.
+ Loosen the cap on the valve stem.
+ Push the valve stem core down to bleed all the air.
+ Use a to move the tire bead out of its seat. Lift the tire bead above the lip of the rim.
+ Unseating the tire with a tire lever:
+ Remove the tube.
+ Inflate (not fully) the tube with the . Examine the tube for leaks.
+ If you find a leak, identify it with a circle made with a .
+ Circle leak:
+ Release most of the air.
+ Use a piece of sandpaper from the and make the area on and around the hole rough. This will help the patch bond correctly.
+ Sanding the application area:
+ Apply a thin layer of glue from the patch kit on and around the hole. Make sure that the area with the glue is larger than the patch.
+ Apply glue to application area:
+ Let the glue dry for five minutes until it becomes tacky and dim.
+ Remove the rear foil from the patch (that is a part of the patch kit) and push the patch in its position.
+ Push with your thumbs from the center of the patch to the outer part of the applied area.
+ Apply pressure to tube:
+ Remove the thin cover from the patch.
+ Put a very thin layer of talcum powder on and around the patch.
+ Inflate (not fully) the repaired tube with the foot pump.
+ Start at the valve stem and install the tube again between the tire and the rim.
+ Push the valve stem through the hole in the rim.
+ Make sure that the valve stem is straight.
+ Install the remaining of the tire.";DMC-S1000DBIKE-A-D00-00-00-00AA-663A-AAA(2)
+[18, 342, 244, 83];40;"Bicycle:
+ Standard repair procedures";DMC-S1000DBIKE-A-D00-00-00-00AA-663A-AAA(3)
+[19, 342, 244, 86];40;"Bicycle:
+ Standard repair procedures";DMC-S1000DBIKE-A-D00-00-00-00AA-663A-AAA(3)
+[18, 794, 266];41;"Bicycle:
+ Performance support";DMC-S1000DBIKE-T-D00-00-00-00AA-952A-AAA(1)
+[19, 894, 266];41;"Bicycle:
+ Performance support";DMC-S1000DBIKE-T-D00-00-00-00AA-952A-AAA(1)
+[18, 596, 38, 394, 433];42;"Bicycle:
+ Illustrated Parts Data - IPD";DMC-S1000DBIKE-D-D00-00-00-01AA-941A-AAA(1)
+[19, 481, 38, 474, 433];42;"Bicycle:
+ Illustrated Parts Data - IPD";DMC-S1000DBIKE-D-D00-00-00-01AA-941A-AAA(1)
+[597, 8, 2, 18, 100, 185, 5, 495, 795, 434, 129, 113, 2, 18, 21, 35, 11, 2, 16, 9, 796, 89, 20, 2, 53, 21, 35, 11, 220, 229, 73, 169, 9, 283, 109, 2, 53];43;"Climb on the bicycle.
+ Turn right and left several times.
+ Ride forward the bicycle.
+ Make sure that the wheels are stable.
+ Push in the fork.
+ Make sure that no oil or air is leaking out the fork.";DMC-S1000DBIKE-A-D00-00-01-00AA-341A-AAA(2)
+[597, 8, 2, 19, 100, 185, 5, 208, 895, 434, 129, 113, 2, 19, 21, 35, 11, 2, 16, 59, 896, 89, 20, 2, 53, 21, 35, 11, 220, 229, 73, 169, 17, 283, 109, 2, 53];43;"Climb on the bicycle.
+ Turn right and left several times.
+ Ride forward the bicycle.
+ Make sure that the wheels are stable.
+ Push in the fork.
+ Make sure that no oil or air is leaking out the fork.";DMC-S1000DBIKE-A-D00-00-01-00AA-341A-AAA(2)
+[53, 256, 120];44;"Fork:
+ Manual test";DMC-S1000DBIKE-A-D00-00-01-00AA-341A-AAA(3)
+[29, 2, 33, 10, 3, 29, 2, 52, 10, 3, 89, 2, 53, 598, 3, 29, 15, 14, 2, 42, 65, 2, 42, 8, 2, 112];45;"Remove the stem, refer to:
+
+ Remove the headset, refer to:
+
+ Push the fork downwards to remove it from the frame
+ Put the frame on the floor";DMC-S1000DBIKE-A-D00-00-01-00AA-520A-AAA(2)
+[30, 2, 33, 10, 3, 30, 2, 52, 10, 3, 89, 2, 53, 598, 3, 30, 15, 14, 2, 42, 65, 2, 42, 8, 2, 112];45;"Remove the stem, refer to:
+
+ Remove the headset, refer to:
+
+ Push the fork downwards to remove it from the frame
+ Put the frame on the floor";DMC-S1000DBIKE-A-D00-00-01-00AA-520A-AAA(2)
+[53, 29, 83];46;"Fork:
+ Remove procedures";DMC-S1000DBIKE-A-D00-00-01-00AA-520A-AAA(3)
+[53, 30, 86];46;"Fork:
+ Remove procedures";DMC-S1000DBIKE-A-D00-00-01-00AA-520A-AAA(3)
+[80, 281, 8, 2, 52, 46, 2, 52, 10, 3, 3, 46, 2, 203, 10, 3, 46, 2, 33, 10, 3, 46, 2, 53];47;"Apply grease () on the headset
+ Install the headset, refer to:
+
+ To install the spacers, refer to:
+
+ Install the stem, refer to:
+
+ Install the fork ()";DMC-S1000DBIKE-A-D00-00-01-00AA-720A-AAA(2)
+[81, 300, 8, 2, 52, 32, 2, 52, 10, 3, 3, 32, 2, 203, 10, 3, 32, 2, 33, 10, 3, 32, 2, 53];47;"Apply grease () on the headset
+ Install the headset, refer to:
+
+ To install the spacers, refer to:
+
+ Install the stem, refer to:
+
+ Install the fork ()";DMC-S1000DBIKE-A-D00-00-01-00AA-720A-AAA(2)
+[53, 46, 83];48;"Fork:
+ Install procedures";DMC-S1000DBIKE-A-D00-00-01-00AA-720A-AAA(3)
+[53, 32, 86];48;"Fork:
+ Install procedures";DMC-S1000DBIKE-A-D00-00-01-00AA-720A-AAA(3)
+[18, 797, 599, 600, 4, 342, 113, 53, 230, 798, 53];49;"Bicycle:
+ Service Bulletin - Replacement of standard forward fork by telescopic fork";DMC-S1000DBIKE-A-D00-00-01-00AA-930A-AAA(1)
+[19, 727, 599, 364, 4, 342, 113, 53, 230, 897, 53];49;"Bicycle:
+ Service Bulletin - Replacement of standard forward fork by telescopic fork";DMC-S1000DBIKE-A-D00-00-01-00AA-930A-AAA(1)
+[799, 29, 2, 26, 16, 10, 3, 29, 2, 26, 7, 10, 3, 83, 29, 2, 53, 10, 3, 224, 2, 84, 500, 10, 3, 46, 2, 85, 53, 10, 3, 46, 2, 85, 53, 10, 3, 46, 2, 26, 7, 10, 3, 46, 2, 26, 16, 10, 3, 120, 120, 11, 2, 53, 9, 800, 32, 10, 3, 26, 7, 120, 10, 3];50;"PREPARATION:
+ Remove the front wheel, refer to:
+
+ Remove the front brakes, refer to:
+
+ PROCEDURE:
+ Remove the fork, refer to:
+
+ Change the bike axis, refer to:
+
+ Install the new fork, refer to:
+
+ Install the new fork, refer to:
+
+ Install the front brakes, refer to:
+
+ Install the front wheel, refer to:
+
+ TEST:
+ Test that the fork is properly installed, refer to:
+
+ Front brakes test, refer to:
+ ";DMC-S1000DBIKE-A-D00-00-01-00AA-933A-AAA(2)
+[521, 30, 2, 26, 16, 10, 3, 30, 2, 26, 7, 10, 3, 86, 30, 2, 53, 10, 3, 243, 2, 84, 522, 10, 3, 32, 2, 85, 53, 10, 3, 32, 2, 85, 53, 10, 3, 32, 2, 26, 7, 10, 3, 32, 2, 26, 16, 10, 3, 120, 120, 11, 2, 53, 17, 898, 32, 10, 3, 26, 7, 120, 10, 3];50;"PREPARATION:
+ Remove the front wheel, refer to:
+
+ Remove the front brakes, refer to:
+
+ PROCEDURE:
+ Remove the fork, refer to:
+
+ Change the bike axis, refer to:
+
+ Install the new fork, refer to:
+
+ Install the new fork, refer to:
+
+ Install the front brakes, refer to:
+
+ Install the front wheel, refer to:
+
+ TEST:
+ Test that the fork is properly installed, refer to:
+
+ Front brakes test, refer to:
+ ";DMC-S1000DBIKE-A-D00-00-01-00AA-933A-AAA(2)
+[53, 600, 83];51;"Fork:
+ Replacement procedure";DMC-S1000DBIKE-A-D00-00-01-00AA-933A-AAA(3)
+[53, 364, 86];51;"Fork:
+ Replacement procedure";DMC-S1000DBIKE-A-D00-00-01-00AA-933A-AAA(3)
+[24, 2, 24, 2, 65, 2, 42, 8, 2, 112];52;"Use the (
+
+ Use the (
+
+ Put the frame on the floor";DMC-S1000DBIKE-A-D00-00-01-00AA-93AA-AAA(2)
+[18, 500, 801, 83];53;"Bicycle axis:
+ Modification procedures";DMC-S1000DBIKE-A-D00-00-01-00AA-93AA-AAA(3)
+[19, 522, 899, 86];53;"Bicycle axis:
+ Modification procedures";DMC-S1000DBIKE-A-D00-00-01-00AA-93AA-AAA(3)
+[80, 281, 8, 2, 52, 46, 2, 52, 10, 3, 46, 2, 33, 10, 3, 46, 2, 53];54;"Apply grease () on the headset
+ Install the headset, refer to:
+
+ Install the stem, refer to:
+
+ Install the fork ()";DMC-S1000DBIKE-A-D00-00-01-00AB-720A-AAA(2)
+[81, 300, 8, 2, 52, 32, 2, 52, 10, 3, 32, 2, 33, 10, 3, 32, 2, 53];54;"Apply grease () on the headset
+ Install the headset, refer to:
+
+ Install the stem, refer to:
+
+ Install the fork ()";DMC-S1000DBIKE-A-D00-00-01-00AB-720A-AAA(2)
+[53, 46, 83];55;"Fork:
+ Install procedures";DMC-S1000DBIKE-A-D00-00-01-00AB-720A-AAA(3)
+[53, 32, 86];55;"Fork:
+ Install procedures";DMC-S1000DBIKE-A-D00-00-01-00AB-720A-AAA(3)
+[18, 434, 435];56;"Bicycle:
+ Time limits";DMC-S1000DBIKE-A-D05-10-00-00AA-000A-AAA(1)
+[19, 434, 435];56;"Bicycle:
+ Time limits";DMC-S1000DBIKE-A-D05-10-00-00AA-000A-AAA(1)
+[18, 601, 212, 188];57;"Bicycle:
+ Scheduled maintenance lists";DMC-S1000DBIKE-A-D05-20-00-00AA-000A-AAA(1)
+[19, 738, 240, 188];57;"Bicycle:
+ Scheduled maintenance lists";DMC-S1000DBIKE-A-D05-20-00-00AA-000A-AAA(1)
+[18, 601, 212, 66];58;"Bicycle:
+ Scheduled maintenance checks";DMC-S1000DBIKE-A-D05-40-00-00AA-000A-AAA(1)
+[19, 738, 240, 66];58;"Bicycle:
+ Scheduled maintenance checks";DMC-S1000DBIKE-A-D05-40-00-00AA-000A-AAA(1)
+[18, 212, 802, 602];59;"Bicycle:
+ Maintenance Allocation Chart";DMC-S1000DBIKE-A-D05-80-00-00AA-916A-AAA(1)
+[19, 240, 900, 602];59;"Bicycle:
+ Maintenance Allocation Chart";DMC-S1000DBIKE-A-D05-80-00-00AA-916A-AAA(1)
+[2, 18, 16, 2, 16, 10, 3, 4, 6, 18, 9, 6, 603, 501, 2, 16, 499, 64, 76, 38, 2, 27, 2, 22, 2, 91, 2, 91, 371, 2, 178, 2, 74, 38, 4, 2, 16, 91, 2, 91, 207, 109, 14, 2, 74, 5, 207, 604, 5, 194, 95, 151, 2, 502, 371, 67, 2, 91, 3, 2, 60, 13, 2, 171, 8, 2, 146, 4, 2, 91, 36, 47, 24, 2, 502, 371, 3, 159, 2, 94, 4, 2, 91, 2, 94, 8, 95, 4, 2, 91, 287, 9, 605, 16, 60, 2, 60, 10, 3, 4, 2, 16, 64, 6, 803, 4, 60, 436, 37, 436, 248, 2, 22, 14, 161, 11, 2, 340, 804, 8, 2, 502, 371, 47, 145, 2, 27, 5, 60, 22, 5, 27, 2, 22, 5, 2, 27, 46, 8, 2, 60, 2, 558, 4, 2, 27, 64, 606, 8, 96, 76, 160, 9, 24, 3, 805, 2, 125, 410, 4, 806, 2, 606, 108, 21, 35, 2, 27, 46, 8, 2, 60, 5, 11, 2, 807, 607, 195, 20, 2, 125, 410, 36, 46, 2, 22, 43, 2, 27, 343, 36, 305, 15, 2, 22, 64, 6, 178, 10, 3, 160, 36, 65, 286, 2, 122, 20, 2, 60, 37, 178, 10, 3, 9, 24, 3, 305, 2, 22, 5, 2, 27, 3, 2, 125, 137, 6, 344, 339, 46, 8, 2, 178, 10, 3, 3, 325, 161, 11, 344, 5, 608, 47, 145, 178];60;"The bicycle wheel:
+ The wheel (refer to ) of a bicycle is a complex structure. The wheel assembly has these parts:
+ the tire
+ the tube
+ the spokes
+ the spoke nipples
+ the valve
+ the hub
+ Parts of the wheel:
+ Spokes:
+ The spokes go out from the hub and go across and below each other. The spoke nipples attach the spokes to the rim with the threads on the end of the spokes. You can use the spoke nipples to adjust the tension of the spokes. The tension on each of the spokes must be equal.
+ Wheel rim:
+ The rim (refer to ) of the wheel has a lining of rim tape. This tape protects the tube from damage that the rough edges on the spoke nipples can cause.
+ The tire and rim:
+ Tube and tire:
+ The tube and the tire install on the rim. The sidewalls of the tire have markings on them. These which are used to indicate the correct direction of rotation. The markings also make sure the tire installs on the rim and that the directional arrows points in the correct direction. You install the tube into the tire before you inflate it. The tube has a valve (refer to ) which you put through the hole in the rim. This valve (refer to ) is used to inflate the tube and the tire to the correct pressure. A dust cap installs on the valve (refer to ) to prevent damage that dust and debris can cause.
+ Valve:";DMC-S1000DBIKE-A-DA0-00-00-00AA-041A-AAA(1)
+[2, 19, 16, 2, 16, 10, 3, 4, 6, 19, 17, 6, 603, 523, 2, 16, 361, 140, 76, 38, 2, 27, 2, 22, 2, 91, 2, 91, 382, 2, 179, 2, 74, 38, 4, 2, 16, 91, 2, 91, 207, 109, 14, 2, 74, 5, 207, 604, 5, 194, 95, 151, 2, 91, 382, 67, 2, 91, 3, 2, 60, 13, 2, 171, 8, 2, 146, 4, 2, 91, 36, 47, 24, 2, 91, 382, 3, 159, 2, 94, 4, 2, 91, 2, 94, 8, 95, 4, 2, 91, 287, 9, 605, 16, 60, 2, 60, 10, 3, 4, 2, 16, 140, 6, 901, 4, 60, 436, 37, 436, 248, 2, 22, 14, 172, 11, 2, 340, 902, 8, 2, 91, 382, 47, 158, 2, 27, 5, 60, 22, 5, 27, 2, 22, 5, 2, 27, 32, 8, 2, 60, 2, 725, 4, 2, 27, 64, 739, 8, 298, 76, 160, 59, 24, 3, 711, 2, 125, 311, 4, 903, 2, 739, 108, 21, 35, 2, 27, 32, 8, 2, 60, 5, 11, 2, 311, 607, 195, 20, 2, 125, 311, 36, 32, 2, 22, 43, 2, 27, 365, 36, 313, 15, 2, 22, 140, 6, 179, 10, 3, 160, 36, 65, 286, 2, 122, 20, 2, 60, 37, 179, 10, 3, 17, 24, 3, 313, 2, 22, 5, 2, 27, 3, 2, 125, 142, 6, 344, 339, 32, 8, 2, 179, 10, 3, 3, 325, 172, 11, 344, 5, 740, 47, 158, 179];60;"The bicycle wheel:
+ The wheel (refer to ) of a bicycle is a complex structure. The wheel assembly has these parts:
+ the tire
+ the tube
+ the spokes
+ the spoke nipples
+ the valve
+ the hub
+ Parts of the wheel:
+ Spokes:
+ The spokes go out from the hub and go across and below each other. The spoke nipples attach the spokes to the rim with the threads on the end of the spokes. You can use the spoke nipples to adjust the tension of the spokes. The tension on each of the spokes must be equal.
+ Wheel rim:
+ The rim (refer to ) of the wheel has a lining of rim tape. This tape protects the tube from damage that the rough edges on the spoke nipples can cause.
+ The tire and rim:
+ Tube and tire:
+ The tube and the tire install on the rim. The sidewalls of the tire have markings on them. These which are used to indicate the correct direction of rotation. The markings also make sure the tire installs on the rim and that the directional arrows points in the correct direction. You install the tube into the tire before you inflate it. The tube has a valve (refer to ) which you put through the hole in the rim. This valve (refer to ) is used to inflate the tube and the tire to the correct pressure. A dust cap installs on the valve (refer to ) to prevent damage that dust and debris can cause.
+ Valve:";DMC-S1000DBIKE-A-DA0-00-00-00AA-041A-AAA(1)
+[16, 101, 4, 88, 15, 9, 21];61;"Wheel:
+ Description of how it is made";DMC-S1000DBIKE-A-DA0-00-00-00AA-041A-AAA(2)
+[16, 105, 4, 88, 15, 17, 115];61;"Wheel:
+ Description of how it is made";DMC-S1000DBIKE-A-DA0-00-00-00AA-041A-AAA(2)
+[16, 101, 4, 88, 15, 9, 21, 609, 66];62;"Wheels:
+ Description of how it is made: Knowledge Check";DMC-S1000DBIKE-T-DA0-00-00-00AA-041A-AAA(1)
+[16, 105, 4, 88, 15, 17, 115, 741, 66];62;"Wheels:
+ Description of how it is made: Knowledge Check";DMC-S1000DBIKE-T-DA0-00-00-00AA-041A-AAA(1)
+[9, 610, 13, 611, 73, 253, 153, 96, 47, 145, 161, 3, 2, 132, 22];63;Be careful with sharp or hard tools. They can cause damage to the inner tube.;DMC-S1000DBIKE-A-DA0-10-10-00AA-921A-AAA(1)
+[9, 524, 13, 611, 73, 253, 153, 96, 47, 158, 172, 3, 2, 132, 22];63;Be careful with sharp or hard tools. They can cause damage to the inner tube.;DMC-S1000DBIKE-A-DA0-10-10-00AA-921A-AAA(1)
+[29, 2, 437, 132, 22, 29, 2, 132, 22, 46, 2, 85];64;"Remove the old inner-tube.
+ Removing the inner tube:
+ Install the new .";DMC-S1000DBIKE-A-DA0-10-10-00AA-921A-AAA(2)
+[30, 2, 437, 132, 22, 30, 2, 132, 22, 32, 2, 85];64;"Remove the old inner-tube.
+ Removing the inner tube:
+ Install the new .";DMC-S1000DBIKE-A-DA0-10-10-00AA-921A-AAA(2)
+[132, 22, 29, 5, 46, 6, 85, 189];65;"Inner tube:
+ Remove and install a new item";DMC-S1000DBIKE-A-DA0-10-10-00AA-921A-AAA(3)
+[132, 22, 30, 5, 32, 6, 85, 189];65;"Inner tube:
+ Remove and install a new item";DMC-S1000DBIKE-A-DA0-10-10-00AA-921A-AAA(3)
+[577, 18, 9, 8, 2, 244, 282, 612, 2, 808, 27, 67, 2, 613, 178, 4, 2, 14, 2, 3, 2, 178, 4, 2, 614, 27, 305, 2, 27, 184, 2, 328, 341, 3, 341, 169, 43, 2, 27, 66, 27, 137, 10, 3];66;"Ensure bicycle is on the repair stand.
+ Locate the deflated tire.
+ Attach the outlet valve of the , from the , to the valve of the deflated tire.
+ Inflate the tire.
+ Operate the foot pump to pump air into the tire.
+ Check tire pressure. Refer to ";DMC-S1000DBIKE-A-DA0-10-20-00AA-215A-AAA(2)
+[734, 19, 17, 8, 2, 244, 282, 482, 2, 525, 27, 67, 2, 613, 179, 4, 2, 14, 2, 3, 2, 179, 4, 2, 525, 27, 313, 2, 27, 141, 2, 328, 341, 3, 341, 169, 43, 2, 27, 66, 27, 142, 10, 3];66;"Ensure bicycle is on the repair stand.
+ Locate the deflated tire.
+ Attach the outlet valve of the , from the , to the valve of the deflated tire.
+ Inflate the tire.
+ Operate the foot pump to pump air into the tire.
+ Check tire pressure. Refer to ";DMC-S1000DBIKE-A-DA0-10-20-00AA-215A-AAA(2)
+[27, 438, 13, 169];67;"Tire:
+ Fill with air";DMC-S1000DBIKE-A-DA0-10-20-00AA-215A-AAA(3)
+[612, 2, 178, 33, 4, 27, 24, 2, 27, 137, 809, 3, 66, 2, 27, 137, 27, 137, 615, 131, 288, 3, 288, 44, 27, 137, 9, 616, 277, 288, 305, 27, 10, 3, 44, 2, 27, 47, 31, 617, 137, 73, 2, 27, 137, 9, 810, 277, 288, 439, 2, 132, 22, 10, 3];68;"Locate the valve stem of tire.
+ Use the tire pressure gauge () to check the tire pressure.
+ Tire pressure should between 2000 hPa to 2700 hPa.
+ If tire pressure is less than 2000 hPa inflate tire. Refer to
+ If the tire cannot maintain pressure or the tire pressure is greater than 2700 hPa replace the inner tube. Refer to ";DMC-S1000DBIKE-A-DA0-10-20-00AA-362B-AAA(2)
+[482, 2, 179, 33, 4, 27, 24, 2, 27, 142, 904, 3, 66, 2, 27, 142, 27, 142, 615, 131, 288, 3, 288, 44, 27, 142, 17, 616, 277, 288, 313, 27, 10, 3, 44, 2, 27, 47, 31, 617, 142, 73, 2, 27, 142, 17, 905, 277, 288, 364, 2, 132, 22, 10, 3];68;"Locate the valve stem of tire.
+ Use the tire pressure gauge () to check the tire pressure.
+ Tire pressure should between 2000 hPa to 2700 hPa.
+ If tire pressure is less than 2000 hPa inflate tire. Refer to
+ If the tire cannot maintain pressure or the tire pressure is greater than 2700 hPa replace the inner tube. Refer to ";DMC-S1000DBIKE-A-DA0-10-20-00AA-362B-AAA(2)
+[27, 66, 137];69;"Tire:
+ Check pressure";DMC-S1000DBIKE-A-DA0-10-20-00AA-362B-AAA(3)
+[27, 66, 142];69;"Tire:
+ Check pressure";DMC-S1000DBIKE-A-DA0-10-20-00AA-362B-AAA(3)
+[26, 16, 231, 618, 5, 811, 83];70;"Front wheel:
+ Fault reports and isolation procedures";DMC-S1000DBIKE-A-DA0-10-20-00AA-400A-AAA(1)
+[26, 16, 231, 618, 5, 742, 86];70;"Front wheel:
+ Fault reports and isolation procedures";DMC-S1000DBIKE-A-DA0-10-20-00AA-400A-AAA(1)
+[26, 16, 29, 83, 812, 395, 83];71;"Front wheel:
+ Remove procedures: Interactive content - Procedure";DMC-S1000DBIKE-T-DA0-10-20-00AA-520A-AAA(1)
+[26, 16, 30, 86, 906, 395, 86];71;"Front wheel:
+ Remove procedures: Interactive content - Procedure";DMC-S1000DBIKE-T-DA0-10-20-00AA-520A-AAA(1)
+[202, 5, 100, 2, 18, 5, 21, 35, 2, 18, 9, 54, 619, 20, 37, 163, 24, 6, 342, 198, 14, 2, 5, 90, 2, 7, 620, 29, 2, 196, 49, 29, 2, 16, 614, 2, 27, 24, 2, 14, 2, 5, 29, 2, 437, 27, 14, 2, 16, 24, 2, 14, 2, 5, 67, 2, 85, 3, 2, 16, 10, 3, 305, 2, 27, 10, 3, 46, 2, 16, 78, 2, 196, 49, 78, 2, 7, 620];72;"Lift and turn the bicycle and make sure the bicycle is held safely in this position.
+ Use a standard wrench from the and loosen the brake caliper.
+ Remove the axle bolt.
+ Remove the wheel.
+ Deflate the tire.
+ Use the from the and remove the old tire from the wheel.
+ Use the from the and attach the new to the wheel. Refer to
+ Inflate the tire (refer to
+ Install the wheel.
+ Tighten the axle bolt.
+ Tighten the brake caliper.";DMC-S1000DBIKE-A-DA0-10-20-00AA-921A-AAA(2)
+[202, 5, 100, 2, 19, 5, 21, 35, 2, 19, 17, 526, 743, 20, 37, 173, 24, 6, 342, 198, 14, 2, 5, 90, 2, 7, 744, 30, 2, 205, 49, 30, 2, 16, 525, 2, 27, 24, 2, 14, 2, 5, 30, 2, 437, 27, 14, 2, 16, 24, 2, 14, 2, 5, 67, 2, 85, 3, 2, 16, 10, 3, 313, 2, 27, 10, 3, 32, 2, 16, 78, 2, 205, 49, 78, 2, 7, 744];72;"Lift and turn the bicycle and make sure the bicycle is held safely in this position.
+ Use a standard wrench from the and loosen the brake caliper.
+ Remove the axle bolt.
+ Remove the wheel.
+ Deflate the tire.
+ Use the from the and remove the old tire from the wheel.
+ Use the from the and attach the new to the wheel. Refer to
+ Inflate the tire (refer to
+ Install the wheel.
+ Tighten the axle bolt.
+ Tighten the brake caliper.";DMC-S1000DBIKE-A-DA0-10-20-00AA-921A-AAA(2)
+[27, 29, 5, 46, 6, 85, 189];73;"Tire:
+ Remove and install a new item";DMC-S1000DBIKE-A-DA0-10-20-00AA-921A-AAA(3)
+[27, 30, 5, 32, 6, 85, 189];73;"Tire:
+ Remove and install a new item";DMC-S1000DBIKE-A-DA0-10-20-00AA-921A-AAA(3)
+[41, 16, 621, 231];74;"Rear wheel:
+ Detected fault";DMC-S1000DBIKE-A-DA0-20-00-00AA-412A-AAA(1)
+[54, 2, 41, 4, 2, 18, 89, 2, 16, 113, 5, 150, 3, 622, 2, 12, 14, 2, 62, 100, 2, 16, 3, 2, 111, 5, 202, 15, 273, 14, 2, 42, 65, 2, 42, 8, 2, 112];75;"Hold the rear of the bicycle.
+ Push the wheel forwards and down to disengage the chain from the sprocket.
+ Turn the wheel to the side and lift it away from the frame.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA0-20-00-00AA-520A-AAA(2)
+[54, 2, 41, 4, 2, 19, 89, 2, 16, 113, 5, 150, 3, 745, 2, 12, 14, 2, 62, 100, 2, 16, 3, 2, 111, 5, 202, 15, 273, 14, 2, 42, 65, 2, 42, 8, 2, 112];75;"Hold the rear of the bicycle.
+ Push the wheel forwards and down to disengage the chain from the sprocket.
+ Turn the wheel to the side and lift it away from the frame.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA0-20-00-00AA-520A-AAA(2)
+[41, 16, 29, 83];76;"Rear wheel:
+ Remove procedures";DMC-S1000DBIKE-A-DA0-20-00-00AA-520A-AAA(3)
+[41, 16, 30, 86];76;"Rear wheel:
+ Remove procedures";DMC-S1000DBIKE-A-DA0-20-00-00AA-520A-AAA(3)
+[54, 2, 26, 4, 2, 18, 24, 2, 3, 622, 2, 53, 14, 2, 503, 230, 89, 2, 16, 113, 5, 150, 202, 2, 16, 273, 14, 2, 42, 65, 2, 42, 8, 2, 112];77;"Hold the front of the bicycle.
+ Use the () to disengage the fork from the chainring by pushing the wheel forwards and down.
+ Lift the wheel away from the frame.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA0-30-00-00AA-520A-AAA(2)
+[54, 2, 26, 4, 2, 19, 24, 2, 3, 745, 2, 53, 14, 2, 527, 230, 89, 2, 16, 113, 5, 150, 202, 2, 16, 273, 14, 2, 42, 65, 2, 42, 8, 2, 112];77;"Hold the front of the bicycle.
+ Use the () to disengage the fork from the chainring by pushing the wheel forwards and down.
+ Lift the wheel away from the frame.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA0-30-00-00AA-520A-AAA(2)
+[26, 16, 29, 83];78;"Front wheel:
+ Remove procedures";DMC-S1000DBIKE-A-DA0-30-00-00AA-520A-AAA(3)
+[26, 16, 30, 86];78;"Front wheel:
+ Remove procedures";DMC-S1000DBIKE-A-DA0-30-00-00AA-520A-AAA(3)
+[15, 9, 99, 3, 46, 2, 53, 5, 2, 7, 343, 32, 2, 16, 54, 2, 26, 4, 2, 18, 46, 2, 16, 13, 5, 9, 610, 3, 31, 161, 2, 503, 65, 2, 84, 8, 2, 112];79;"It is necessary to install the fork and the brakes before installing the wheel
+ Hold the front of the bicycle.
+ Install the wheel with () and be careful to not damage the chainring.
+ Put the bike on the floor.";DMC-S1000DBIKE-A-DA0-30-00-00AA-720A-AAA(2)
+[15, 17, 104, 3, 32, 2, 53, 5, 2, 7, 365, 32, 2, 16, 54, 2, 26, 4, 2, 19, 32, 2, 16, 13, 5, 9, 524, 3, 31, 172, 2, 527, 65, 2, 84, 8, 2, 112];79;"It is necessary to install the fork and the brakes before installing the wheel
+ Hold the front of the bicycle.
+ Install the wheel with () and be careful to not damage the chainring.
+ Put the bike on the floor.";DMC-S1000DBIKE-A-DA0-30-00-00AA-720A-AAA(2)
+[26, 16, 46, 83];80;"Front wheel:
+ Install procedures";DMC-S1000DBIKE-A-DA0-30-00-00AA-720A-AAA(3)
+[26, 16, 32, 86];80;"Front wheel:
+ Install procedures";DMC-S1000DBIKE-A-DA0-30-00-00AA-720A-AAA(3)
+[7, 51, 2, 211, 529, 38, 4, 2, 18, 9, 2, 7, 51, 387, 6, 316, 212, 4, 2, 7, 51, 9, 99, 213, 70, 6, 388, 23, 252, 21, 35, 36, 3, 23, 2, 99, 212, 57, 530, 57, 366, 44, 36, 23, 31, 23, 37, 2, 18, 181, 9, 389, 3, 24, 82, 9, 317, 143, 127, 4, 7, 51, 2, 144, 182, 8, 211, 18, 9, 2, 318, 7, 10, 3, 318, 7, 2, 7, 51, 10, 3, 64, 76, 390, 206, 2, 7, 25, 10, 3, 2, 7, 106, 2, 7, 319, 2, 7, 48, 108, 320, 57, 486, 2, 7, 39, 10, 3, 318, 7, 13, 487, 106, 6, 106, 11, 207, 14, 2, 7, 25, 8, 2, 34, 117, 2, 77, 25, 8, 2, 7, 367, 37, 214, 2, 7, 39, 183, 2, 215, 60, 4, 2, 16, 160, 391, 2, 216, 4, 2, 18, 7, 39, 82, 9, 392, 7, 39, 10, 3, 8, 2, 18, 77, 9, 182, 8, 2, 26, 16, 5, 77, 8, 2, 41, 16, 2, 7, 39, 9, 21, 109, 4, 253, 321, 254, 2, 39, 214, 183, 2, 60, 4, 2, 16, 3, 145, 217, 70, 2, 36, 184, 2, 7, 25, 531, 393, 4, 6, 7, 7, 25, 2, 7, 25, 10, 3, 9, 368, 161, 2, 25, 9, 32, 20, 2, 87, 6, 48, 49, 54, 2, 87, 37, 49, 9, 31, 532, 488, 15, 9, 182, 20, 2, 87, 2, 25, 100, 8, 6, 25, 118, 49, 2, 533, 162, 119, 54, 2, 7, 106, 37, 162, 119, 159, 2, 94, 4, 2, 106, 489, 206, 4, 6, 126, 18, 25, 2, 208, 7, 25, 54, 2, 7, 39, 8, 2, 26, 16, 5, 2, 185, 7, 39, 54, 2, 7, 8, 2, 41, 16];81;"Brake system:
+ The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.
+ There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ).
+ Cantilever brake:
+ The brake system (refer to ) has these primary components:
+ the brake lever (refer to )
+ the brake cable
+ the brake arm
+ the brake clamp (also known as callipers)
+ the brake pads (refer to )
+ Cantilever brake with straddle cable:
+ A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.
+ Brake pads:
+ There are four brake pads (refer to ) on the bicycle. Two are found on the front wheel and two on the rear wheel. The brake pads are made out of hard wearing rubber. The pads press against the rim of the wheel to cause friction when the you operate the brake levers.
+ Exploded diagram of a brake:
+ Brake lever:
+ The brake levers (refer to ) are easily damaged. The lever is installed in the mount. A clamp bolt holds the mount. This bolt is not visible because it is found in the mount. The lever turns on a lever pivot bolt. The adjuster lock nut holds the brake cable. This lock nut adjusts the tension of the cable.
+ Typical components of a mountain bicycle lever:
+ The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.";DMC-S1000DBIKE-A-DA1-00-00-00AA-041A-AAA(1)
+[7, 51, 2, 211, 708, 38, 4, 2, 19, 17, 2, 7, 51, 469, 6, 316, 240, 4, 2, 7, 51, 17, 104, 213, 70, 6, 388, 509, 252, 21, 35, 36, 3, 23, 2, 104, 240, 57, 415, 57, 379, 44, 36, 23, 31, 23, 37, 2, 19, 181, 9, 470, 3, 24, 82, 59, 317, 139, 127, 4, 7, 51, 2, 144, 354, 8, 211, 19, 17, 2, 355, 7, 10, 3, 355, 7, 2, 7, 51, 10, 3, 140, 76, 471, 210, 2, 7, 25, 10, 3, 2, 7, 107, 2, 7, 319, 2, 7, 48, 108, 356, 57, 510, 2, 7, 39, 10, 3, 355, 7, 13, 511, 107, 6, 107, 11, 512, 14, 2, 7, 25, 8, 2, 34, 117, 2, 77, 25, 8, 2, 7, 380, 37, 214, 2, 7, 39, 183, 2, 215, 60, 4, 2, 16, 160, 472, 2, 216, 4, 2, 19, 7, 39, 82, 59, 392, 7, 39, 10, 3, 8, 2, 19, 77, 59, 354, 8, 2, 26, 16, 5, 77, 8, 2, 41, 16, 2, 7, 39, 59, 115, 109, 4, 253, 321, 254, 2, 39, 214, 183, 2, 60, 4, 2, 16, 3, 158, 217, 70, 2, 36, 141, 2, 7, 25, 709, 393, 4, 6, 7, 7, 25, 2, 7, 25, 10, 3, 59, 381, 172, 2, 25, 17, 32, 20, 2, 87, 6, 48, 49, 54, 2, 87, 37, 49, 17, 31, 710, 513, 15, 17, 354, 20, 2, 87, 2, 25, 100, 8, 6, 25, 118, 49, 2, 159, 162, 119, 54, 2, 7, 107, 37, 162, 119, 159, 2, 94, 4, 2, 107, 514, 210, 4, 6, 126, 19, 25, 2, 208, 7, 25, 54, 2, 7, 39, 8, 2, 26, 16, 5, 2, 185, 7, 39, 54, 2, 7, 8, 2, 41, 16];81;"Brake system:
+ The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.
+ There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ).
+ Cantilever brake:
+ The brake system (refer to ) has these primary components:
+ the brake lever (refer to )
+ the brake cable
+ the brake arm
+ the brake clamp (also known as callipers)
+ the brake pads (refer to )
+ Cantilever brake with straddle cable:
+ A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.
+ Brake pads:
+ There are four brake pads (refer to ) on the bicycle. Two are found on the front wheel and two on the rear wheel. The brake pads are made out of hard wearing rubber. The pads press against the rim of the wheel to cause friction when the you operate the brake levers.
+ Exploded diagram of a brake:
+ Brake lever:
+ The brake levers (refer to ) are easily damaged. The lever is installed in the mount. A clamp bolt holds the mount. This bolt is not visible because it is found in the mount. The lever turns on a lever pivot bolt. The adjuster lock nut holds the brake cable. This lock nut adjusts the tension of the cable.
+ Typical components of a mountain bicycle lever:
+ The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.";DMC-S1000DBIKE-A-DA1-00-00-00AA-041A-AAA(1)
+[7, 51, 101, 4, 88, 15, 9, 21];82;"Brake system:
+ Description of how it is made";DMC-S1000DBIKE-A-DA1-00-00-00AA-041A-AAA(2)
+[7, 51, 105, 4, 88, 15, 17, 115];82;"Brake system:
+ Description of how it is made";DMC-S1000DBIKE-A-DA1-00-00-00AA-041A-AAA(2)
+[65, 2, 18, 20, 6, 490, 163, 54, 2, 128, 61, 5, 89, 2, 18, 113, 80, 2, 7, 21, 35, 11, 2, 16, 162, 5, 2, 18, 255];83;"Put the bicycle in a vertical position.
+ Hold the handle bars and push the bicycle forwards.
+ Apply the brakes.
+ Make sure that the wheels lock and the bicycle stops.";DMC-S1000DBIKE-A-DA1-00-00-00AA-341A-AAA(2)
+[65, 2, 19, 20, 6, 515, 173, 54, 2, 135, 61, 5, 89, 2, 19, 113, 81, 2, 7, 21, 35, 11, 2, 16, 162, 5, 2, 19, 255];83;"Put the bicycle in a vertical position.
+ Hold the handle bars and push the bicycle forwards.
+ Apply the brakes.
+ Make sure that the wheels lock and the bicycle stops.";DMC-S1000DBIKE-A-DA1-00-00-00AA-341A-AAA(2)
+[7, 51, 256, 120];84;"Brake system:
+ Manual test";DMC-S1000DBIKE-A-DA1-00-00-00AA-341A-AAA(3)
+[23, 6, 322, 369, 4, 2, 7, 57, 175, 20, 2, 257, 129, 66, 10, 3, 28, 2, 7, 39, 182, 95, 4, 2, 7, 39, 80, 6, 186, 258, 4, 2, 8, 95, 4, 2, 7, 39, 259, 2, 323, 187, 36, 64, 80, 2, 3, 2, 491, 323, 4, 2, 39, 29, 2, 218, 260];85;"Do a visual inspection of the brakes as given in the pre-ride checks (refer to
+ Clean the brake pads.
+ Find each of the brake pads.
+ Apply a thin layer of the on each of the brake pads.
+ Rub the surface until you have applied the to the complete surface of the pad.
+ Remove the unwanted alcohol.";DMC-S1000DBIKE-A-DA1-10-00-00AA-251A-AAA(2)
+[23, 6, 322, 307, 4, 2, 7, 57, 309, 20, 2, 257, 129, 66, 10, 3, 28, 2, 7, 39, 182, 95, 4, 2, 7, 39, 81, 6, 186, 258, 4, 2, 8, 95, 4, 2, 7, 39, 259, 2, 357, 187, 36, 64, 81, 2, 3, 2, 473, 357, 4, 2, 39, 30, 2, 241, 260];85;"Do a visual inspection of the brakes as given in the pre-ride checks (refer to
+ Clean the brake pads.
+ Find each of the brake pads.
+ Apply a thin layer of the on each of the brake pads.
+ Rub the surface until you have applied the to the complete surface of the pad.
+ Remove the unwanted alcohol.";DMC-S1000DBIKE-A-DA1-10-00-00AA-251A-AAA(2)
+[7, 39, 28, 13, 259, 260];86;"Brake pads:
+ Clean with rubbing alcohol";DMC-S1000DBIKE-A-DA1-10-00-00AA-251A-AAA(3)
+[54, 2, 26, 4, 2, 18, 29, 2, 26, 7, 813, 65, 2, 42, 8, 2, 112];87;"Hold the front of the bicycle.
+ Remove the front brake forwards.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA1-20-00-00AA-520A-AAA(2)
+[54, 2, 26, 4, 2, 19, 30, 2, 26, 7, 113, 65, 2, 42, 8, 2, 112];87;"Hold the front of the bicycle.
+ Remove the front brake forwards.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA1-20-00-00AA-520A-AAA(2)
+[26, 7, 29, 83];88;"Front brake:
+ Remove procedures";DMC-S1000DBIKE-A-DA1-20-00-00AA-520A-AAA(3)
+[26, 7, 30, 86];88;"Front brake:
+ Remove procedures";DMC-S1000DBIKE-A-DA1-20-00-00AA-520A-AAA(3)
+[15, 9, 99, 3, 46, 2, 53, 343, 32, 2, 7, 54, 2, 26, 4, 2, 18, 46, 2, 26, 7, 8, 2, 53, 65, 2, 42, 8, 2, 112];89;"It is necessary to install the fork before installing the brakes
+ Hold the front of the bicycle.
+ Install the front brakes on the fork.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA1-20-00-00AA-720A-AAA(2)
+[15, 17, 104, 3, 32, 2, 53, 365, 32, 2, 7, 54, 2, 26, 4, 2, 19, 32, 2, 26, 7, 8, 2, 53, 65, 2, 42, 8, 2, 112];89;"It is necessary to install the fork before installing the brakes
+ Hold the front of the bicycle.
+ Install the front brakes on the fork.
+ Put the frame on the floor.";DMC-S1000DBIKE-A-DA1-20-00-00AA-720A-AAA(2)
+[26, 7, 46, 83];90;"Front brake:
+ Install procedures";DMC-S1000DBIKE-A-DA1-20-00-00AA-720A-AAA(3)
+[26, 7, 32, 86];90;"Front brake:
+ Install procedures";DMC-S1000DBIKE-A-DA1-20-00-00AA-720A-AAA(3)
+[138, 2, 209, 8, 2, 84, 9, 440, 623, 2, 84, 3, 814, 20, 6, 175, 410, 624, 625, 2, 209, 51, 8, 2, 84, 9, 21, 4, 232, 38, 96, 9, 2, 34, 2, 52, 2, 33, 34, 37, 626, 4, 6, 492, 61, 67, 3, 2, 33, 13, 627, 68, 2, 146, 7, 25, 5, 55, 9, 108, 67, 3, 37, 61, 628, 96, 23, 31, 64, 629, 38, 20, 2, 209, 190, 2, 34, 815, 9, 6, 816, 289, 630, 2, 34, 817, 23, 31, 818, 37, 289, 2, 52, 108, 320, 57, 2, 209, 22, 9, 2, 190, 11, 623, 2, 34, 3, 289, 52, 37, 190, 9, 631, 20, 26, 4, 2, 42, 5, 193, 2, 26, 53, 3, 2, 33, 5, 34, 2, 52, 441, 2, 34, 3, 289, 495, 5, 185, 58, 209, 819, 58, 6, 274, 101, 4, 2, 52, 10, 3, 33, 2, 33, 9, 6, 586, 11, 67, 2, 34, 3, 2, 209, 22, 820, 2, 33, 9, 632, 6, 171, 33, 49, 631, 821, 2, 154, 22, 5, 9, 440, 67, 2, 34, 3, 2, 52];91;"Steering:
+ The steering on the bike is what enables the bike to manoeuvre in a given direction during travel. The steering system on the bike is made of three parts, they are:
+
+ The handlebar
+
+ The headset
+
+ The stem
+ Handlebar:
+ This consists of a horizontal bar attached to the stem with handgrips at the end. Brake levers and shifters are also attached to this bar although they do not have any part in the steering mechanism. The handlebars manoeuvrability is a sideways swivelling action. The handlebars themselves do not provide this swivelling, the headset (also known as the steering tube) is the mechanism that enables the handlebars to swivel.
+ Headset:
+ This mechanism is situated in front of the frame and connects the front fork to the stem and handlebars. The headset allows the handlebars to swivel left and right for steering purposes.
+ For a full description of the headset, refer to
+ Stem:
+ The stem is a piece that attaches the handlebar to the steering tube. Basically the stem is just a threaded stem bolt situated inside the steerer tube and is what attaches the handlebars to the headset.";DMC-S1000DBIKE-A-DA2-00-00-00AA-041A-AAA(1)
+[138, 2, 138, 8, 2, 84, 17, 440, 746, 2, 84, 3, 747, 20, 6, 309, 311, 748, 625, 2, 138, 51, 8, 2, 84, 17, 115, 4, 232, 38, 96, 59, 2, 34, 2, 52, 2, 33, 34, 37, 626, 4, 6, 516, 61, 67, 3, 2, 33, 13, 627, 68, 2, 146, 7, 25, 5, 55, 59, 108, 67, 3, 37, 61, 628, 96, 23, 31, 64, 749, 38, 20, 2, 138, 174, 2, 34, 747, 17, 6, 907, 289, 630, 2, 34, 908, 23, 31, 909, 37, 289, 2, 52, 108, 356, 57, 2, 138, 22, 17, 2, 174, 11, 746, 2, 34, 3, 289, 52, 37, 174, 17, 750, 20, 26, 4, 2, 42, 5, 193, 2, 26, 53, 3, 2, 33, 5, 34, 2, 52, 441, 2, 34, 3, 289, 208, 5, 185, 58, 138, 910, 58, 6, 274, 105, 4, 2, 52, 10, 3, 33, 2, 33, 17, 6, 737, 11, 67, 2, 34, 3, 2, 138, 22, 911, 2, 33, 17, 632, 6, 171, 33, 49, 750, 912, 2, 154, 22, 5, 17, 440, 67, 2, 34, 3, 2, 52];91;"Steering:
+ The steering on the bike is what enables the bike to manoeuvre in a given direction during travel. The steering system on the bike is made of three parts, they are:
+
+ The handlebar
+
+ The headset
+
+ The stem
+ Handlebar:
+ This consists of a horizontal bar attached to the stem with handgrips at the end. Brake levers and shifters are also attached to this bar although they do not have any part in the steering mechanism. The handlebars manoeuvrability is a sideways swivelling action. The handlebars themselves do not provide this swivelling, the headset (also known as the steering tube) is the mechanism that enables the handlebars to swivel.
+ Headset:
+ This mechanism is situated in front of the frame and connects the front fork to the stem and handlebars. The headset allows the handlebars to swivel left and right for steering purposes.
+ For a full description of the headset, refer to
+ Stem:
+ The stem is a piece that attaches the handlebar to the steering tube. Basically the stem is just a threaded stem bolt situated inside the steerer tube and is what attaches the handlebars to the headset.";DMC-S1000DBIKE-A-DA2-00-00-00AA-041A-AAA(1)
+[138, 101, 4, 88, 15, 9, 21];92;"Steering:
+ Description of how it is made";DMC-S1000DBIKE-A-DA2-00-00-00AA-041A-AAA(2)
+[138, 105, 4, 88, 15, 17, 115];92;"Steering:
+ Description of how it is made";DMC-S1000DBIKE-A-DA2-00-00-00AA-041A-AAA(2)
+[138, 101, 4, 88, 15, 9, 21, 609, 66];93;"Steering:
+ Description of how it is made: Knowledge Check";DMC-S1000DBIKE-T-DA2-10-00-00AA-041A-AAA(1)
+[138, 105, 4, 88, 15, 17, 115, 741, 66];93;"Steering:
+ Description of how it is made: Knowledge Check";DMC-S1000DBIKE-T-DA2-10-00-00AA-041A-AAA(1)
+[15, 9, 31, 99, 3, 29, 2, 34, 70, 36, 29, 2, 33, 3, 63, 222, 3, 2, 52];94;It is not necessary to remove the handlebar when you remove the stem to get access to the headset.;DMC-S1000DBIKE-A-DA2-10-00-00AA-520A-AAA(1)
+[15, 17, 31, 104, 3, 30, 2, 34, 70, 36, 30, 2, 33, 3, 63, 222, 3, 2, 52];94;It is not necessary to remove the handlebar when you remove the stem to get access to the headset.;DMC-S1000DBIKE-A-DA2-10-00-00AA-520A-AAA(1)
+[29, 2, 34, 29, 2, 33, 29, 2, 49, 20, 2, 167, 4, 2, 33, 339, 29, 2, 49, 90, 2, 33, 633, 49, 13, 6, 29, 2, 33, 14, 2, 154, 22, 634, 15, 9, 31, 99, 3, 29, 2, 34, 44, 36, 29, 2, 33, 3, 63, 222, 3, 2, 52];95;"Remove the handlebar
+ Remove the stem.
+ Remove the bolt in the center of the stem cap.
+ Remove the bolt:
+ Loosen the stem clam bolt with a .
+ Remove the stem from the steerer tube.
+ Note: It is not necessary to remove the handlebar if you remove the stem to get access to the headset.";DMC-S1000DBIKE-A-DA2-10-00-00AA-520A-AAA(2)
+[30, 2, 34, 30, 2, 33, 30, 2, 49, 20, 2, 167, 4, 2, 33, 339, 30, 2, 49, 90, 2, 33, 633, 49, 13, 6, 30, 2, 33, 14, 2, 154, 22, 634, 15, 17, 31, 104, 3, 30, 2, 34, 44, 36, 30, 2, 33, 3, 63, 222, 3, 2, 52];95;"Remove the handlebar
+ Remove the stem.
+ Remove the bolt in the center of the stem cap.
+ Remove the bolt:
+ Loosen the stem clam bolt with a .
+ Remove the stem from the steerer tube.
+ Note: It is not necessary to remove the handlebar if you remove the stem to get access to the headset.";DMC-S1000DBIKE-A-DA2-10-00-00AA-520A-AAA(2)
+[33, 29, 83];96;"Stem:
+ Remove procedures";DMC-S1000DBIKE-A-DA2-10-00-00AA-520A-AAA(3)
+[33, 30, 86];96;"Stem:
+ Remove procedures";DMC-S1000DBIKE-A-DA2-10-00-00AA-520A-AAA(3)
+[23, 31, 78, 2, 33, 49, 148, 272, 36, 47, 145, 161, 3, 2, 52, 114, 44, 36, 78, 2, 33, 148, 272, 2, 33, 49, 23, 31, 635, 2, 33, 2, 33, 287, 195, 113, 20, 822, 13, 2, 16];97;"Do not tighten the stem bolt too much. You can cause damage to the headset bearings if you tighten the stem too much.
+ The stem bolt does not safety the stem.
+ The stem must point forward in alignment with the wheel.";DMC-S1000DBIKE-A-DA2-10-00-00AA-720A-AAA(1)
+[23, 31, 78, 2, 33, 49, 148, 272, 36, 47, 158, 172, 3, 2, 52, 92, 44, 36, 78, 2, 33, 148, 272, 2, 33, 49, 509, 31, 384, 2, 33, 2, 33, 287, 195, 113, 20, 306, 13, 2, 16];97;"Do not tighten the stem bolt too much. You can cause damage to the headset bearings if you tighten the stem too much.
+ The stem bolt does not safety the stem.
+ The stem must point forward in alignment with the wheel.";DMC-S1000DBIKE-A-DA2-10-00-00AA-720A-AAA(1)
+[29, 69, 2, 636, 5, 2, 823, 13, 6, 5, 46, 2, 33, 24, 6, 5, 177, 2, 171, 4, 2, 5, 2, 111, 2, 103, 4, 2, 824, 177, 2, 171, 46, 2, 20, 2, 154, 22, 78, 2, 49, 159, 3, 306, 2, 13, 2, 16, 5, 78, 2, 637, 46, 2, 34, 10, 3];98;"Remove all the rust and the corrosion with a and .
+ Install the stem.
+ Use a and lubricate:
+ the threads of the and
+
+ the sides
+ the top of the wedge
+ Lubricate the thread:
+ Install the in the steerer tube.
+ Tighten the bolt:
+ Adjust to align the with the wheel and tighten the firmly.
+ Install the handlebars (refer to ";DMC-S1000DBIKE-A-DA2-10-00-00AA-720A-AAA(2)
+[30, 69, 2, 636, 5, 2, 913, 13, 6, 5, 32, 2, 33, 24, 6, 5, 116, 2, 171, 4, 2, 5, 2, 111, 2, 103, 4, 2, 914, 116, 2, 171, 32, 2, 20, 2, 154, 22, 78, 2, 49, 159, 3, 306, 2, 13, 2, 16, 5, 78, 2, 751, 32, 2, 34, 10, 3];98;"Remove all the rust and the corrosion with a and .
+ Install the stem.
+ Use a and lubricate:
+ the threads of the and
+
+ the sides
+ the top of the wedge
+ Lubricate the thread:
+ Install the in the steerer tube.
+ Tighten the bolt:
+ Adjust to align the with the wheel and tighten the firmly.
+ Install the handlebars (refer to ";DMC-S1000DBIKE-A-DA2-10-00-00AA-720A-AAA(2)
+[33, 46, 83];99;"Stem:
+ Install procedures";DMC-S1000DBIKE-A-DA2-10-00-00AA-720A-AAA(3)
+[33, 32, 86];99;"Stem:
+ Install procedures";DMC-S1000DBIKE-A-DA2-10-00-00AA-720A-AAA(3)
+[23, 31, 129, 6, 18, 13, 220, 110, 8, 2, 34, 37, 47, 145, 2, 290, 4, 2, 197, 3, 418];100;Do not ride a bicycle with no grips on the handlebar. This can cause the hands of the rider to slip.;DMC-S1000DBIKE-A-DA2-20-00-00AA-520A-AAA(1)
+[23, 31, 129, 6, 19, 13, 220, 110, 8, 2, 34, 37, 47, 158, 2, 290, 4, 2, 197, 3, 418];100;Do not ride a bicycle with no grips on the handlebar. This can cause the hands of the rider to slip.;DMC-S1000DBIKE-A-DA2-20-00-00AA-520A-AAA(1)
+[29, 2, 110, 65, 6, 442, 186, 304, 194, 2, 110, 5, 80, 56, 131, 2, 110, 5, 2, 128, 61, 100, 2, 110, 113, 5, 249, 3, 90, 15, 5, 345, 117, 15, 270, 2, 146, 4, 2, 34, 29, 2, 7, 5, 2, 147, 25, 14, 2, 34, 90, 2, 48, 75, 10, 3, 160, 9, 638, 73, 194, 2, 7, 25, 57, 268, 90, 2, 48, 75, 13, 2, 228, 198, 29, 2, 25, 5, 2, 87, 14, 2, 34, 90, 2, 48, 49, 5, 29, 2, 55, 14, 2, 34, 29, 2, 34, 24, 6, 5, 90, 2, 48, 49, 10, 3, 3, 29, 50, 2, 34, 109, 4, 2, 33, 90, 2, 48, 49];101;"Remove the grips:
+ Put a long thin screwdriver below the grip and apply water between the grip and the handle bar.
+ Turn the grip forwards and rearwards to loosen it and then pull it off the end of the handlebar.
+ Remove the brake and the shift levers from the handlebars:
+ Loosen the clamp screw (refer to ) which is behind or below the brake lever (as shown).
+ Loosen the clamp screw with the Allen wrench:
+ Remove the lever and the mount from the handlebar.
+ Loosen the clamp bolt and remove the shifter from the handlebar.
+ Remove the handlebar:
+ Use a and loosen the clamp bolt (refer to ). To remove, move the handlebar out of the stem.
+ Loosen the clamp bolt:";DMC-S1000DBIKE-A-DA2-20-00-00AA-520A-AAA(2)
+[30, 2, 110, 65, 6, 442, 186, 312, 194, 2, 110, 5, 81, 56, 131, 2, 110, 5, 2, 135, 61, 100, 2, 110, 113, 5, 249, 3, 90, 15, 5, 345, 117, 15, 270, 2, 146, 4, 2, 34, 30, 2, 7, 5, 2, 147, 25, 14, 2, 34, 90, 2, 48, 75, 10, 3, 160, 17, 638, 73, 194, 2, 7, 25, 57, 359, 90, 2, 48, 75, 13, 2, 228, 198, 30, 2, 25, 5, 2, 87, 14, 2, 34, 90, 2, 48, 49, 5, 30, 2, 55, 14, 2, 34, 30, 2, 34, 24, 6, 5, 90, 2, 48, 49, 10, 3, 3, 30, 50, 2, 34, 109, 4, 2, 33, 90, 2, 48, 49];101;"Remove the grips:
+ Put a long thin screwdriver below the grip and apply water between the grip and the handle bar.
+ Turn the grip forwards and rearwards to loosen it and then pull it off the end of the handlebar.
+ Remove the brake and the shift levers from the handlebars:
+ Loosen the clamp screw (refer to ) which is behind or below the brake lever (as shown).
+ Loosen the clamp screw with the Allen wrench:
+ Remove the lever and the mount from the handlebar.
+ Loosen the clamp bolt and remove the shifter from the handlebar.
+ Remove the handlebar:
+ Use a and loosen the clamp bolt (refer to ). To remove, move the handlebar out of the stem.
+ Loosen the clamp bolt:";DMC-S1000DBIKE-A-DA2-20-00-00AA-520A-AAA(2)
+[34, 29, 83];102;"Handlebar:
+ Remove procedures";DMC-S1000DBIKE-A-DA2-20-00-00AA-520A-AAA(3)
+[34, 30, 86];102;"Handlebar:
+ Remove procedures";DMC-S1000DBIKE-A-DA2-20-00-00AA-520A-AAA(3)
+[23, 31, 129, 2, 18, 187, 2, 110, 64, 333, 374, 5, 9, 637, 54, 20, 163, 44, 2, 110, 9, 639, 79, 290, 47, 50, 270, 2, 110, 70, 36, 129, 2, 18, 23, 31, 129, 6, 18, 13, 220, 110, 8, 2, 34, 21, 35, 2, 34, 9, 302, 306, 20, 2, 167, 4, 2, 33];103;"Do not ride the bicycle until the grips have become dry and are firmly held in position. If the grips are wet, your hands can move off the grips when you ride the bicycle.
+ Do not ride a bicycle with no grips on the handlebar.
+ Make sure the handlebar is correctly aligned in the center of the stem.";DMC-S1000DBIKE-A-DA2-20-00-00AA-720A-AAA(1)
+[23, 31, 129, 2, 19, 187, 2, 110, 64, 360, 383, 5, 59, 751, 526, 20, 173, 44, 2, 110, 59, 639, 79, 290, 47, 50, 270, 2, 110, 70, 36, 129, 2, 19, 23, 31, 129, 6, 19, 13, 220, 110, 8, 2, 34, 21, 35, 2, 34, 17, 125, 306, 20, 2, 167, 4, 2, 33];103;"Do not ride the bicycle until the grips have become dry and are firmly held in position. If the grips are wet, your hands can move off the grips when you ride the bicycle.
+ Do not ride a bicycle with no grips on the handlebar.
+ Make sure the handlebar is correctly aligned in the center of the stem.";DMC-S1000DBIKE-A-DA2-20-00-00AA-720A-AAA(1)
+[65, 2, 20, 2, 33, 5, 78, 2, 48, 49, 13, 6, 21, 35, 2, 34, 9, 302, 306, 20, 2, 167, 4, 2, 33, 78, 2, 48, 49, 65, 2, 5, 8, 2, 34, 50, 2, 8, 2, 199, 5, 21, 35, 36, 23, 31, 443, 2, 106, 78, 2, 48, 49, 50, 2, 5, 2, 7, 25, 8, 2, 199, 78, 2, 48, 75, 439, 2, 80, 13, 2, 3, 2, 93, 4, 2, 343, 2, 333, 374, 50, 2, 43, 2, 125, 163, 21, 35, 2, 110, 248, 2, 146, 4, 2, 73, 46, 6];104;"Put the in the stem and tighten the clamp bolt with a . Make sure the handlebar is correctly aligned in the center of the stem. Tighten the clamp bolt.
+ Put the and on the handlebar.
+ Move the on the again and make sure you do not catch the cables.
+ Tighten the clamp bolt.
+ Move the and the brake lever on the again.
+ Tighten the clamp screw.
+ Replace the .
+ Apply with the to the area of the .
+ Before the becomes dry, move the into the correct position. Make sure the grip protects the end of the or install a .";DMC-S1000DBIKE-A-DA2-20-00-00AA-720A-AAA(2)
+[65, 2, 20, 2, 33, 5, 78, 2, 48, 49, 13, 6, 21, 35, 2, 34, 17, 125, 306, 20, 2, 167, 4, 2, 33, 78, 2, 48, 49, 65, 2, 5, 8, 2, 34, 50, 2, 8, 2, 199, 5, 21, 35, 36, 23, 31, 443, 2, 107, 78, 2, 48, 49, 50, 2, 5, 2, 7, 25, 8, 2, 199, 78, 2, 48, 75, 364, 2, 81, 13, 2, 3, 2, 93, 4, 2, 365, 2, 360, 383, 50, 2, 43, 2, 125, 173, 21, 35, 2, 110, 248, 2, 146, 4, 2, 73, 32, 6];104;"Put the in the stem and tighten the clamp bolt with a . Make sure the handlebar is correctly aligned in the center of the stem. Tighten the clamp bolt.
+ Put the and on the handlebar.
+ Move the on the again and make sure you do not catch the cables.
+ Tighten the clamp bolt.
+ Move the and the brake lever on the again.
+ Tighten the clamp screw.
+ Replace the .
+ Apply with the to the area of the .
+ Before the becomes dry, move the into the correct position. Make sure the grip protects the end of the or install a .";DMC-S1000DBIKE-A-DA2-20-00-00AA-720A-AAA(2)
+[34, 46, 83];105;"Handlebar:
+ Install procedures";DMC-S1000DBIKE-A-DA2-20-00-00AA-720A-AAA(3)
+[34, 32, 86];105;"Handlebar:
+ Install procedures";DMC-S1000DBIKE-A-DA2-20-00-00AA-720A-AAA(3)
+[52, 2, 52, 10, 3, 9, 6, 640, 4, 114, 8, 2, 77, 146, 4, 2, 165, 22, 4, 2, 42, 76, 114, 641, 2, 53, 3, 100, 249, 5, 113, 58, 642, 3, 168, 2, 197, 100, 2, 34, 58, 2, 209, 2, 52, 10, 3, 223, 2, 38, 11, 233, 2, 92, 123, 11, 89, 43, 2, 165, 22, 6, 92, 123, 11, 89, 8, 2, 53, 154, 22, 164, 825, 234, 123, 77, 191, 4, 346, 114, 6, 52, 64, 347, 11, 9, 89, 43, 2, 165, 22, 5, 6, 71, 8, 2, 53, 69, 232, 287, 9, 337, 291, 15, 9, 826, 99, 3, 29, 340, 335, 3, 63, 69, 232, 337, 291, 2, 234, 123, 46, 235, 2, 154, 22, 13, 6, 171, 6, 292, 9, 24, 3, 635, 2, 234, 123, 6, 48, 49, 54, 2, 33, 3, 2, 154, 22, 2, 643, 375, 92, 123, 9, 38, 4, 6, 119, 11, 46, 8, 2, 171, 103, 146, 4, 2, 53, 37, 9, 23, 644, 36, 46, 15, 20, 2, 165, 22, 15, 9, 827, 99, 58, 280, 52, 3, 64, 276, 171, 68, 2, 103, 4, 2, 165, 22, 44, 2, 53, 9, 148, 442, 2, 203, 71, 47, 9, 32, 44, 15, 9, 148, 645, 82, 9, 6, 435, 3, 2, 262, 4, 52, 36, 47, 24, 58, 164, 646, 4, 2, 38, 4, 2, 52, 10, 3, 52];106;"Headset:
+ The headset (refer to ) is a pair of bearings on the two ends of the head tube of the frame. These bearings permit the fork to turn rearward and forward (for example, to let the rider turn the handlebars for the steering).
+ The headset (refer to ) includes the parts that follow:
+ The bearing races that push into the head tube
+ a bearing race that pushes on the fork steerer tube
+ an adjustable upper race
+ two sets of ball bearings
+ A headset has cups that are pushed into the head tube and a ring on the fork. All three must be fully parallel. It is usually necessary to remove rough paint to get all three fully parallel.
+ The upper race installs onto the steerer tube with a thread. A locknut is used to safety the upper race.
+ A clamp bolt holds the stem to the steerer tube.
+ The fourth remaining bearing race is part of a nut that installs on the threaded top end of the fork. This is done after you install it in the head tube. It is sometimes necessary for some headsets to have more thread at the top of the head tube. If the fork is too long, the spacer rings can be installed. If it is too short, there is a limit to the number of headsets you can use.
+ For an illustration of the parts of the headset (refer to ).
+ Headset:";DMC-S1000DBIKE-A-DA2-30-00-00AA-041A-AAA(1)
+[52, 2, 52, 10, 3, 17, 6, 640, 4, 92, 8, 2, 77, 146, 4, 2, 165, 22, 4, 2, 42, 76, 92, 641, 2, 53, 3, 100, 249, 5, 113, 58, 752, 3, 168, 2, 197, 100, 2, 34, 58, 2, 138, 2, 52, 10, 3, 242, 2, 38, 11, 233, 2, 92, 123, 11, 89, 43, 2, 165, 22, 6, 92, 123, 11, 89, 8, 2, 53, 154, 22, 164, 159, 234, 123, 77, 191, 4, 346, 92, 6, 52, 140, 347, 11, 59, 89, 43, 2, 165, 22, 5, 6, 71, 8, 2, 53, 69, 232, 287, 9, 363, 291, 15, 17, 506, 104, 3, 30, 340, 335, 3, 63, 69, 232, 363, 291, 2, 234, 123, 32, 235, 2, 154, 22, 13, 6, 171, 6, 292, 17, 24, 3, 384, 2, 234, 123, 6, 48, 49, 54, 2, 33, 3, 2, 154, 22, 2, 643, 375, 92, 123, 17, 38, 4, 6, 119, 11, 32, 8, 2, 171, 103, 146, 4, 2, 53, 37, 17, 915, 644, 36, 32, 15, 20, 2, 165, 22, 15, 17, 916, 104, 58, 280, 52, 3, 64, 276, 171, 68, 2, 103, 4, 2, 165, 22, 44, 2, 53, 17, 148, 442, 2, 203, 71, 47, 9, 32, 44, 15, 17, 148, 645, 82, 17, 6, 435, 3, 2, 262, 4, 52, 36, 47, 24, 58, 164, 481, 4, 2, 38, 4, 2, 52, 10, 3, 52];106;"Headset:
+ The headset (refer to ) is a pair of bearings on the two ends of the head tube of the frame. These bearings permit the fork to turn rearward and forward (for example, to let the rider turn the handlebars for the steering).
+ The headset (refer to ) includes the parts that follow:
+ The bearing races that push into the head tube
+ a bearing race that pushes on the fork steerer tube
+ an adjustable upper race
+ two sets of ball bearings
+ A headset has cups that are pushed into the head tube and a ring on the fork. All three must be fully parallel. It is usually necessary to remove rough paint to get all three fully parallel.
+ The upper race installs onto the steerer tube with a thread. A locknut is used to safety the upper race.
+ A clamp bolt holds the stem to the steerer tube.
+ The fourth remaining bearing race is part of a nut that installs on the threaded top end of the fork. This is done after you install it in the head tube. It is sometimes necessary for some headsets to have more thread at the top of the head tube. If the fork is too long, the spacer rings can be installed. If it is too short, there is a limit to the number of headsets you can use.
+ For an illustration of the parts of the headset (refer to ).
+ Headset:";DMC-S1000DBIKE-A-DA2-30-00-00AA-041A-AAA(1)
+[52, 101, 4, 88, 15, 9, 21];107;"Headset:
+ Description of how it is made";DMC-S1000DBIKE-A-DA2-30-00-00AA-041A-AAA(2)
+[52, 105, 4, 88, 15, 17, 115];107;"Headset:
+ Description of how it is made";DMC-S1000DBIKE-A-DA2-30-00-00AA-041A-AAA(2)
+[15, 9, 31, 99, 3, 29, 2, 34, 58, 37, 83];108;It is not necessary to remove the handlebar for this procedure.;DMC-S1000DBIKE-A-DA2-30-00-00AA-520A-AAA(1)
+[15, 17, 31, 104, 3, 30, 2, 34, 58, 37, 86];108;It is not necessary to remove the handlebar for this procedure.;DMC-S1000DBIKE-A-DA2-30-00-00AA-520A-AAA(1)
+[29, 2, 33, 10, 3, 29, 2, 203, 2, 7, 106, 647, 2, 344, 648, 2, 828, 829, 204, 398, 14, 2, 154, 22, 202, 2, 234, 114, 347, 270, 10, 3, 5, 345, 29, 2, 53, 14, 2, 42, 202, 2, 234, 114, 347];109;"Remove the stem (refer to
+ Remove:
+ the spacers
+ the brake cable hangar
+ the dust seals
+ the conical expansion washer(s) from the steerer tube
+ Lift the upper bearing cup off (refer to ) and then remove the fork from the frame.
+ Lift the upper bearing cup:";DMC-S1000DBIKE-A-DA2-30-00-00AA-520A-AAA(2)
+[30, 2, 33, 10, 3, 30, 2, 203, 2, 7, 107, 647, 2, 344, 648, 2, 917, 918, 204, 398, 14, 2, 154, 22, 202, 2, 234, 92, 347, 270, 10, 3, 5, 345, 30, 2, 53, 14, 2, 42, 202, 2, 234, 92, 347];109;"Remove the stem (refer to
+ Remove:
+ the spacers
+ the brake cable hangar
+ the dust seals
+ the conical expansion washer(s) from the steerer tube
+ Lift the upper bearing cup off (refer to ) and then remove the fork from the frame.
+ Lift the upper bearing cup:";DMC-S1000DBIKE-A-DA2-30-00-00AA-520A-AAA(2)
+[52, 29, 83];110;"Headset:
+ Remove procedures";DMC-S1000DBIKE-A-DA2-30-00-00AA-520A-AAA(3)
+[52, 30, 86];110;"Headset:
+ Remove procedures";DMC-S1000DBIKE-A-DA2-30-00-00AA-520A-AAA(3)
+[46, 2, 8, 2, 42, 46, 2, 46, 2, 206, 11, 233, 8, 2, 209, 22, 2, 2, 2, 46, 2, 33, 10, 3];111;"Install the on the frame.
+ Install the .
+ Install the components that follow on the steering tube:
+ the
+
+ the
+
+ the
+
+ Install the stem (refer to ";DMC-S1000DBIKE-A-DA2-30-00-00AA-720A-AAA(2)
+[32, 2, 8, 2, 42, 32, 2, 32, 2, 210, 11, 233, 8, 2, 138, 22, 2, 2, 2, 32, 2, 33, 10, 3];111;"Install the on the frame.
+ Install the .
+ Install the components that follow on the steering tube:
+ the
+
+ the
+
+ the
+
+ Install the stem (refer to ";DMC-S1000DBIKE-A-DA2-30-00-00AA-720A-AAA(2)
+[52, 46, 83];112;"Headset:
+ Install procedures";DMC-S1000DBIKE-A-DA2-30-00-00AA-720A-AAA(3)
+[52, 32, 86];112;"Headset:
+ Install procedures";DMC-S1000DBIKE-A-DA2-30-00-00AA-720A-AAA(3)
+[15, 9, 99, 3, 46, 2, 52, 343, 32, 629, 203, 46, 2, 203];113;"It is necessary to install the headset before installing any spacer
+ Install the spacer ()";DMC-S1000DBIKE-A-DA2-40-00-00AA-720A-AAA(2)
+[15, 17, 104, 3, 32, 2, 52, 365, 32, 749, 203, 32, 2, 203];113;"It is necessary to install the headset before installing any spacer
+ Install the spacer ()";DMC-S1000DBIKE-A-DA2-40-00-00AA-720A-AAA(2)
+[203, 46, 83];114;"Spacer:
+ Install procedures";DMC-S1000DBIKE-A-DA2-40-00-00AA-720A-AAA(3)
+[203, 32, 86];114;"Spacer:
+ Install procedures";DMC-S1000DBIKE-A-DA2-40-00-00AA-720A-AAA(3)
+[2, 18, 42, 2, 42, 9, 2, 405, 2, 390, 38, 4, 79, 18, 201, 501, 21, 2, 18, 830, 3, 246, 552, 2, 831, 42, 10, 3, 9, 22, 4, 649, 73, 650, 327, 367, 327, 42, 651, 832, 42, 10, 3, 47, 9, 21, 109, 4, 6, 652, 833, 4, 331, 223, 653, 444, 73, 445, 654, 42, 151, 42, 9, 143, 5, 47, 108, 9, 4, 143, 331, 58, 642, 444, 73, 445, 654, 280, 18, 42, 9, 4, 446, 447, 3, 63, 37, 331, 15, 9, 99, 3, 65, 399, 4, 446, 447, 655, 8, 656, 657, 5, 834, 96, 20, 163, 37, 83, 175, 6, 431, 45, 658, 501, 11, 47, 64, 143, 408, 2, 42, 223, 2, 38, 11, 233, 2, 103, 22, 2, 136, 61, 4, 2, 18, 42, 2, 150, 22, 2, 329, 4, 2, 42, 11, 401, 14, 2, 33, 3, 2, 130, 225, 2, 165, 22, 2, 38, 4, 2, 42, 11, 2, 53, 154, 22, 207, 286, 2, 98, 22, 2, 490, 38, 4, 2, 42, 11, 9, 2, 41, 4, 2, 26, 448, 5, 11, 9, 131, 2, 130, 225, 5, 2, 103, 22, 2, 98, 338, 2, 22, 11, 223, 2, 835, 131, 2, 98, 22, 5, 2, 41, 659, 2, 12, 338, 2, 22, 11, 9, 2, 130, 38, 4, 2, 41, 448];115;"The bicycle frame:
+ The frame is the skeleton, the primary part of your bicycle. Its structure makes the bicycle resistant to large forces.
+ The initial frames (refer to ) were tubes of aluminum or steel welded together.
+ Welded frame joints:
+ Subsequent frames (refer to ) can be made out of a wide variety of materials, including aluminium, titanium, or chrome moly.
+ Frame:
+ Other Frames are different and can also be of different materials (for example, titanium or chrome moly). Some bicycle frames are of carbon fiber. To get this material, it is necessary to put sheets of carbon fiber cloth on foam forms and epoxy them in position. This procedure gives a very light, strong structure that can have different shapes.
+ The frame includes the parts that follow:
+ the top tube (the higher bar of the bicycle frame)
+ the down tube (the section of the frame that extends from the stem to the bottom bracket)
+ the head tube (the part of the frame that the fork steerer tube goes through)
+ the seat tube (the vertical part of the frame that is the rear of the front triangle and that is between the bottom bracket and the top tube)
+ the seat stay (the tube that includes the distance between the seat tube and the rear dropouts)
+ the chain stay (the tube that is the bottom part of the rear triangle)";DMC-S1000DBIKE-A-DA3-00-00-00AA-041A-AAA(1)
+[2, 19, 42, 2, 42, 17, 2, 405, 2, 471, 38, 4, 79, 19, 15, 523, 21, 2, 19, 919, 3, 518, 721, 2, 920, 42, 10, 3, 921, 22, 4, 649, 73, 650, 327, 380, 327, 42, 651, 922, 42, 10, 3, 47, 9, 115, 109, 4, 6, 652, 923, 4, 358, 242, 653, 444, 73, 445, 753, 42, 151, 42, 59, 139, 5, 47, 108, 9, 4, 139, 358, 58, 752, 444, 73, 445, 753, 280, 19, 42, 59, 4, 446, 447, 3, 63, 37, 358, 15, 17, 104, 3, 65, 399, 4, 446, 447, 655, 8, 656, 657, 5, 924, 298, 20, 173, 37, 86, 175, 6, 480, 45, 658, 523, 11, 47, 64, 139, 408, 2, 42, 242, 2, 38, 11, 233, 2, 103, 22, 2, 925, 61, 4, 2, 19, 42, 2, 150, 22, 2, 329, 4, 2, 42, 11, 401, 14, 2, 33, 3, 2, 130, 225, 2, 165, 22, 2, 38, 4, 2, 42, 11, 2, 53, 154, 22, 512, 286, 2, 98, 22, 2, 515, 38, 4, 2, 42, 11, 17, 2, 41, 4, 2, 26, 483, 5, 11, 17, 131, 2, 130, 225, 5, 2, 103, 22, 2, 98, 338, 2, 22, 11, 242, 2, 926, 131, 2, 98, 22, 5, 2, 41, 659, 2, 12, 338, 2, 22, 11, 17, 2, 130, 38, 4, 2, 41, 483];115;"The bicycle frame:
+ The frame is the skeleton, the primary part of your bicycle. Its structure makes the bicycle resistant to large forces.
+ The initial frames (refer to ) were tubes of aluminum or steel welded together.
+ Welded frame joints:
+ Subsequent frames (refer to ) can be made out of a wide variety of materials, including aluminium, titanium, or chrome moly.
+ Frame:
+ Other Frames are different and can also be of different materials (for example, titanium or chrome moly). Some bicycle frames are of carbon fiber. To get this material, it is necessary to put sheets of carbon fiber cloth on foam forms and epoxy them in position. This procedure gives a very light, strong structure that can have different shapes.
+ The frame includes the parts that follow:
+ the top tube (the higher bar of the bicycle frame)
+ the down tube (the section of the frame that extends from the stem to the bottom bracket)
+ the head tube (the part of the frame that the fork steerer tube goes through)
+ the seat tube (the vertical part of the frame that is the rear of the front triangle and that is between the bottom bracket and the top tube)
+ the seat stay (the tube that includes the distance between the seat tube and the rear dropouts)
+ the chain stay (the tube that is the bottom part of the rear triangle)";DMC-S1000DBIKE-A-DA3-00-00-00AA-041A-AAA(1)
+[42, 101, 4, 88, 15, 9, 21];116;"Frame:
+ Description of how it is made";DMC-S1000DBIKE-A-DA3-00-00-00AA-041A-AAA(2)
+[42, 105, 4, 88, 15, 17, 115];116;"Frame:
+ Description of how it is made";DMC-S1000DBIKE-A-DA3-00-00-00AA-041A-AAA(2)
+[293, 836, 231];117;"Horn:
+ Isolated fault";DMC-S1000DBIKE-A-DA3-10-00-00AA-411A-AAA(1)
+[293, 742, 231];117;"Horn:
+ Isolated fault";DMC-S1000DBIKE-A-DA3-10-00-00AA-411A-AAA(1)
+[619, 54, 2, 18, 29, 2, 293, 24, 2, 449, 228, 198, 14, 2, 5, 29, 2, 77, 228, 75, 29, 2, 293, 46, 2, 85, 46, 2, 85, 8, 2, 34, 24, 2, 14, 2, 5, 78, 2, 77, 228, 75];118;"Safely hold the bicycle.
+ Remove the horn.
+ Use the 8mm Allen wrench from the and remove the two Allen screws.
+ Remove the horn.
+ Install the new .
+ Install the new on the handlebars.
+ Use the from the and tighten the two Allen screws.";DMC-S1000DBIKE-A-DA3-10-00-00AA-921A-AAA(2)
+[743, 54, 2, 19, 30, 2, 293, 24, 2, 449, 228, 198, 14, 2, 5, 30, 2, 77, 228, 75, 30, 2, 293, 32, 2, 85, 32, 2, 85, 8, 2, 34, 24, 2, 14, 2, 5, 78, 2, 77, 228, 75];118;"Safely hold the bicycle.
+ Remove the horn.
+ Use the 8mm Allen wrench from the and remove the two Allen screws.
+ Remove the horn.
+ Install the new .
+ Install the new on the handlebars.
+ Use the from the and tighten the two Allen screws.";DMC-S1000DBIKE-A-DA3-10-00-00AA-921A-AAA(2)
+[293, 29, 5, 46, 6, 85, 189];119;"Horn:
+ Remove and install a new item";DMC-S1000DBIKE-A-DA3-10-00-00AA-921A-AAA(3)
+[293, 30, 5, 32, 6, 85, 189];119;"Horn:
+ Remove and install a new item";DMC-S1000DBIKE-A-DA3-10-00-00AA-921A-AAA(3)
+[155, 156, 2, 155, 156, 9, 2, 660, 4, 206, 11, 9, 99, 58, 2, 373, 4, 2, 18, 2, 155, 156, 9, 2, 390, 51, 58, 2, 227, 4, 2, 18, 6, 489, 155, 156, 64, 2, 12, 16, 2, 12, 2, 192, 5, 2, 547, 837, 2, 155, 156, 64, 838, 206, 15, 9, 99, 3, 23, 6, 661, 212, 2, 155, 156, 212, 9, 498, 5, 2, 348, 47, 543, 5, 504, 95, 38, 4, 2, 155, 156, 488, 4, 37, 70, 144, 38, 9, 839, 15, 9, 366, 3, 29, 5, 439, 15, 13, 6, 85, 144];120;"Drive train:
+ The drive train is the group of components that are necessary for the operation of the bicycle. The drive train is the primary system for the movement of the bicycle. A typical drive train has the chain wheels, the chain, the pedals and the saddle.
+ Since the drive train has many components, it is necessary to do a regular maintenance. The drive train maintenance is easy and the users can disassemble and assemble each part of the drive train. Because of this, when one part is defective, it is possible to remove and replace it with a new one.";DMC-S1000DBIKE-A-DA4-00-00-00AA-041A-AAA(1)
+[155, 156, 2, 155, 156, 17, 2, 660, 4, 210, 11, 59, 104, 58, 2, 141, 4, 2, 19, 2, 155, 156, 17, 2, 471, 51, 58, 2, 227, 4, 2, 19, 6, 514, 155, 156, 140, 2, 12, 16, 2, 12, 2, 192, 5, 2, 718, 927, 2, 155, 156, 140, 928, 210, 15, 17, 104, 3, 23, 6, 661, 240, 2, 155, 156, 240, 17, 520, 5, 2, 348, 47, 714, 5, 361, 95, 38, 4, 2, 155, 156, 513, 4, 37, 70, 144, 38, 17, 929, 15, 17, 379, 3, 30, 5, 364, 15, 13, 6, 85, 144];120;"Drive train:
+ The drive train is the group of components that are necessary for the operation of the bicycle. The drive train is the primary system for the movement of the bicycle. A typical drive train has the chain wheels, the chain, the pedals and the saddle.
+ Since the drive train has many components, it is necessary to do a regular maintenance. The drive train maintenance is easy and the users can disassemble and assemble each part of the drive train. Because of this, when one part is defective, it is possible to remove and replace it with a new one.";DMC-S1000DBIKE-A-DA4-00-00-00AA-041A-AAA(1)
+[662, 101, 4, 88, 15, 9, 21];121;"Drivetrain:
+ Description of how it is made";DMC-S1000DBIKE-A-DA4-00-00-00AA-041A-AAA(2)
+[662, 105, 4, 88, 15, 17, 115];121;"Drivetrain:
+ Description of how it is made";DMC-S1000DBIKE-A-DA4-00-00-00AA-041A-AAA(2)
+[9, 6, 431, 389, 423, 23, 31, 63, 15, 235, 79, 450, 24, 15, 20, 6, 451, 663, 93, 44, 36, 452, 15, 294, 664, 453, 454, 44, 15, 63, 43, 79, 102, 121, 79, 102, 20, 28, 56, 5, 294, 453, 454, 9, 6, 431, 389, 423, 23, 31, 63, 15, 235, 79, 450, 24, 15, 20, 6, 451, 663, 93, 44, 36, 452, 15, 294, 664, 453, 454, 44, 15, 63, 43, 79, 102, 121, 79, 102, 20, 28, 56, 5, 294, 453, 454];122;"
+ is a very
+ dangerous substance. Do not get it onto your skin. Use it in a well
+ ventilated area. If you swallow it seek immediate medical advice. If
+ it gets into your eyes wash your eyes in clean water and seek
+ medical advice.
+
+ is a very
+ dangerous substance. Do not get it onto your skin. Use it in a well
+ ventilated area. If you swallow it seek immediate medical advice. If
+ it gets into your eyes wash your eyes in clean water and seek
+ medical advice.";DMC-S1000DBIKE-A-DA4-10-00-00AA-241A-AAA(1)
+[17, 6, 480, 470, 479, 23, 31, 63, 15, 235, 79, 450, 24, 15, 20, 6, 451, 754, 93, 44, 36, 452, 15, 294, 310, 484, 485, 44, 15, 63, 43, 79, 102, 121, 79, 102, 20, 28, 56, 5, 294, 484, 485, 17, 6, 480, 470, 479, 23, 31, 63, 15, 235, 79, 450, 24, 15, 20, 6, 451, 754, 93, 44, 36, 452, 15, 294, 310, 484, 485, 44, 15, 63, 43, 79, 102, 121, 79, 102, 20, 28, 56, 5, 294, 484, 485];122;"
+ is a very
+ dangerous substance. Do not get it onto your skin. Use it in a well
+ ventilated area. If you swallow it seek immediate medical advice. If
+ it gets into your eyes wash your eyes in clean water and seek
+ medical advice.
+
+ is a very
+ dangerous substance. Do not get it onto your skin. Use it in a well
+ ventilated area. If you swallow it seek immediate medical advice. If
+ it gets into your eyes wash your eyes in clean water and seek
+ medical advice.";DMC-S1000DBIKE-A-DA4-10-00-00AA-241A-AAA(1)
+[80, 2, 840, 303, 43, 69, 2, 38, 4, 2, 84, 11, 50, 80, 3, 40, 118, 10, 3, 40, 94, 10, 3, 40, 665, 40, 94, 80, 3, 7, 25, 118, 10, 3, 40, 665, 40, 94, 275, 16, 7, 25, 118, 261, 106, 5, 265, 96, 207, 43, 269, 841, 7, 25, 118, 177, 2, 12, 21, 35, 2, 12, 9, 28, 5, 374, 65, 2, 8, 2, 112, 194, 2, 12, 80, 2, 3, 95, 455, 4, 2, 12, 10, 3, 213, 387, 80, 6, 176, 416, 80, 2, 3, 95, 455, 4, 2, 12, 10, 3, 213, 387, 80, 6, 176, 416, 54, 2, 842, 4, 2, 497, 582, 2, 26, 4, 2, 12, 71, 5, 666, 100, 2, 166, 249, 23, 31, 63, 843, 229, 43, 2, 7, 51, 229, 20, 2, 667, 51, 47, 668, 2, 844, 4, 2, 669, 51, 23, 31, 63, 229, 235, 2, 112, 265, 15, 47, 368, 63, 670, 235, 2, 7, 51, 168, 2, 303, 97, 43, 12, 343, 36, 28, 2, 218, 303, 14, 2, 12, 177, 2, 12, 66, 177, 38, 23, 6, 66, 4, 2, 41, 16, 60, 5, 28, 2, 218, 303, 44, 99, 23, 6, 66, 4, 2, 12, 3, 21, 35, 11, 95, 264, 9, 177, 44, 82, 9, 264, 11, 23, 31, 50, 368, 73, 64, 333, 420, 177, 2, 12, 199, 10, 3, 23, 6, 66, 4, 2, 375, 177, 38, 5, 28, 2, 218, 303, 13, 6];123;"Apply the penetrating lubricant into all the parts of the bike that
+ move:
+ Apply to:
+ derailleur pivots (refer to )
+ derailleur tension (refer to )
+ Derailleur pivots:
+ Derailleur tension:
+ Apply to:
+ brake lever pivots (refer to )
+ derailleur pivots
+ derailleur tension
+ guide wheels
+ brake lever pivots
+ control cables and where they go into their casings
+ Brake lever pivots:
+ Lubricate the chain:
+ Make sure the chain is clean and dry.
+ Put the on the floor below the
+ chain.
+ Apply the to each roller
+ of the chain (refer to ) but only apply a small
+ quantity.
+ Apply the to each roller
+ of the chain (refer to ) but only apply a small
+ quantity.
+ Hold the nozzle of the container above the front of the chain ring and
+ slowly turn the cranks rearwards.
+ Do not get lubrication oil into the brake system.
+ Oil in the break system can affect the efficiency of the bake
+ system. Do not get oil onto the floor where it can easily get
+ transferred onto the brake system.
+ Let the lubricant soak into chain before you clean the unwanted
+ lubricant from the chain.
+ Lubricate the chain:
+ Check lubricated parts:
+ Do a check of the rear wheel rim and clean the unwanted lubricant
+ if necessary.
+ Do a check of the chain to make sure that each link is lubricated.
+ If there are links that do not move easily or have become frozen,
+ lubricate the chain again (refer to ).
+ Do a check of the remaining lubricated parts and clean the
+ unwanted lubricant with a .";DMC-S1000DBIKE-A-DA4-10-00-00AA-241A-AAA(2)
+[81, 2, 930, 116, 43, 69, 2, 38, 4, 2, 84, 11, 50, 81, 3, 40, 118, 10, 3, 40, 94, 10, 3, 40, 118, 40, 94, 81, 3, 7, 25, 118, 10, 3, 40, 118, 40, 94, 299, 16, 7, 25, 118, 261, 107, 5, 265, 96, 207, 43, 269, 931, 7, 25, 118, 116, 2, 12, 21, 35, 2, 12, 17, 28, 5, 383, 65, 2, 8, 2, 112, 194, 2, 12, 81, 2, 3, 95, 455, 4, 2, 12, 10, 3, 213, 469, 81, 6, 176, 478, 81, 2, 3, 95, 455, 4, 2, 12, 10, 3, 213, 469, 81, 6, 176, 478, 54, 2, 932, 4, 2, 250, 735, 2, 26, 4, 2, 12, 71, 5, 755, 100, 2, 166, 249, 23, 31, 63, 116, 229, 43, 2, 7, 51, 229, 20, 2, 667, 51, 47, 668, 2, 933, 4, 2, 669, 51, 23, 31, 63, 229, 235, 2, 112, 265, 15, 47, 381, 63, 670, 235, 2, 7, 51, 168, 2, 116, 97, 43, 12, 365, 36, 28, 2, 241, 116, 14, 2, 12, 116, 2, 12, 66, 116, 38, 23, 6, 66, 4, 2, 41, 16, 60, 5, 28, 2, 241, 116, 44, 104, 23, 6, 66, 4, 2, 12, 3, 21, 35, 11, 95, 264, 17, 116, 44, 82, 59, 264, 11, 23, 31, 50, 381, 73, 64, 360, 420, 116, 2, 12, 199, 10, 3, 23, 6, 66, 4, 2, 375, 116, 38, 5, 28, 2, 241, 116, 13, 6];123;"Apply the penetrating lubricant into all the parts of the bike that
+ move:
+ Apply to:
+ derailleur pivots (refer to )
+ derailleur tension (refer to )
+ Derailleur pivots:
+ Derailleur tension:
+ Apply to:
+ brake lever pivots (refer to )
+ derailleur pivots
+ derailleur tension
+ guide wheels
+ brake lever pivots
+ control cables and where they go into their casings
+ Brake lever pivots:
+ Lubricate the chain:
+ Make sure the chain is clean and dry.
+ Put the on the floor below the
+ chain.
+ Apply the to each roller
+ of the chain (refer to ) but only apply a small
+ quantity.
+ Apply the to each roller
+ of the chain (refer to ) but only apply a small
+ quantity.
+ Hold the nozzle of the container above the front of the chain ring and
+ slowly turn the cranks rearwards.
+ Do not get lubrication oil into the brake system.
+ Oil in the break system can affect the efficiency of the bake
+ system. Do not get oil onto the floor where it can easily get
+ transferred onto the brake system.
+ Let the lubricant soak into chain before you clean the unwanted
+ lubricant from the chain.
+ Lubricate the chain:
+ Check lubricated parts:
+ Do a check of the rear wheel rim and clean the unwanted lubricant
+ if necessary.
+ Do a check of the chain to make sure that each link is lubricated.
+ If there are links that do not move easily or have become frozen,
+ lubricate the chain again (refer to ).
+ Do a check of the remaining lubricated parts and clean the
+ unwanted lubricant with a .";DMC-S1000DBIKE-A-DA4-10-00-00AA-241A-AAA(2)
+[12, 229];124;"Chain:
+ Oil";DMC-S1000DBIKE-A-DA4-10-00-00AA-241A-AAA(3)
+[307, 2, 12, 23, 2, 369, 4, 2, 12, 57, 175, 20, 2, 257, 129, 66, 10, 3, 845, 2, 376, 93, 65, 2, 8, 6, 846, 112, 93, 65, 2, 18, 8, 2, 112, 324, 28, 608, 14, 2, 12, 24, 2, 5, 90, 57, 272, 218, 331, 57, 366, 21, 35, 11, 36, 29, 69, 2, 218, 331, 14, 2, 12, 28, 2, 12, 219, 2, 5, 438, 13, 2, 50, 2, 12, 3, 2, 505, 503, 5, 2, 505, 62, 68, 2, 41, 65, 2, 12, 20, 2, 12, 275, 4, 2, 12, 376, 153, 5, 162, 2, 153, 8, 2, 12, 54, 2, 153, 13, 2, 208, 290, 5, 666, 100, 2, 249, 13, 2, 185, 290, 214, 2, 671, 8, 2, 376, 153, 3, 21, 35, 11, 28, 456, 672, 187, 2, 153, 9, 847, 44, 99, 29, 2, 218, 12, 376, 456, 177, 2, 12, 24, 2, 5, 177, 2, 12, 673, 5, 29, 2, 376, 153, 44, 99, 29, 2, 218, 303];125;"Inspect the chain.
+ Do the inspection of the chain as given in the pre-ride checks (refer to
+ Prepare the cleaning area.
+ Put the on a satisfactory floor area.
+ Put the bicycle on the floor covering.
+ Clean debris from the chain.
+ Use the and loosen as much unwanted material as possible.
+ Make sure that you remove all the unwanted material from the chain.
+ Clean the chain.
+ Open the and fill with the .
+ Move the chain to the middle chainring and the middle sprocket at the rear.
+ Put the chain in the chain guides of the chain cleaning tool and lock the tool on the chain.
+ Hold the tool with the left hand and slowly turn the rearwards with the right hand.
+ Press the button on the cleaning tool to make sure that cleaning fluid flows until the tool is empty.
+ If necessary, remove the unwanted chain cleaning fluid.
+ Lubricate the chain.
+ Use the and lubricate the chain.
+ Unlock and remove the cleaning tool.
+ If necessary, remove the unwanted lubricant.";DMC-S1000DBIKE-A-DA4-10-00-00AA-251B-AAA(2)
+[307, 2, 12, 23, 2, 307, 4, 2, 12, 57, 309, 20, 2, 257, 129, 66, 10, 3, 521, 2, 28, 93, 65, 2, 8, 6, 934, 112, 93, 65, 2, 19, 8, 2, 112, 324, 28, 740, 14, 2, 12, 24, 2, 5, 90, 57, 272, 241, 358, 57, 379, 21, 35, 11, 36, 30, 69, 2, 241, 358, 14, 2, 12, 28, 2, 12, 219, 2, 5, 438, 13, 2, 50, 2, 12, 3, 2, 528, 527, 5, 2, 528, 62, 68, 2, 41, 65, 2, 12, 20, 2, 12, 299, 4, 2, 12, 28, 153, 5, 162, 2, 153, 8, 2, 12, 54, 2, 153, 13, 2, 208, 290, 5, 755, 100, 2, 249, 13, 2, 185, 290, 214, 2, 671, 8, 2, 28, 153, 3, 21, 35, 11, 28, 456, 672, 187, 2, 153, 17, 935, 44, 104, 30, 2, 241, 12, 28, 456, 116, 2, 12, 24, 2, 5, 116, 2, 12, 673, 5, 30, 2, 28, 153, 44, 104, 30, 2, 241, 116];125;"Inspect the chain.
+ Do the inspection of the chain as given in the pre-ride checks (refer to
+ Prepare the cleaning area.
+ Put the on a satisfactory floor area.
+ Put the bicycle on the floor covering.
+ Clean debris from the chain.
+ Use the and loosen as much unwanted material as possible.
+ Make sure that you remove all the unwanted material from the chain.
+ Clean the chain.
+ Open the and fill with the .
+ Move the chain to the middle chainring and the middle sprocket at the rear.
+ Put the chain in the chain guides of the chain cleaning tool and lock the tool on the chain.
+ Hold the tool with the left hand and slowly turn the rearwards with the right hand.
+ Press the button on the cleaning tool to make sure that cleaning fluid flows until the tool is empty.
+ If necessary, remove the unwanted chain cleaning fluid.
+ Lubricate the chain.
+ Use the and lubricate the chain.
+ Unlock and remove the cleaning tool.
+ If necessary, remove the unwanted lubricant.";DMC-S1000DBIKE-A-DA4-10-00-00AA-251B-AAA(2)
+[12, 28, 13, 674, 457];126;"Chain:
+ Clean with chemical agent";DMC-S1000DBIKE-A-DA4-10-00-00AA-251B-AAA(3)
+[12, 28, 13, 756, 457];126;"Chain:
+ Clean with chemical agent";DMC-S1000DBIKE-A-DA4-10-00-00AA-251B-AAA(3)
+[155, 156, 848, 231];127;"Drive train:
+ Correlated fault";DMC-S1000DBIKE-A-DA4-10-00-00AA-414A-AAA(1)
+[155, 156, 936, 231];127;"Drive train:
+ Correlated fault";DMC-S1000DBIKE-A-DA4-10-00-00AA-414A-AAA(1)
+[72, 2, 72, 223, 2, 190, 2, 74, 5, 2, 55, 2, 101, 4, 2, 190, 9, 175, 20, 2, 101, 4, 2, 55, 9, 175, 20, 2, 18, 4, 76, 675, 47, 64, 72, 73, 276, 2, 126, 84, 24, 6, 191, 11, 223, 232, 458, 62, 4, 143, 676, 8, 2, 26, 317, 458, 62, 4, 143, 676, 68, 2, 41, 37, 191, 175, 2, 72, 414, 2, 55, 32, 8, 2, 34, 224, 2, 72, 5, 184, 2, 190, 108, 320, 57, 40, 76, 40, 9, 106, 849, 190, 96, 50, 2, 12, 14, 2, 143, 62, 2, 74, 9, 2, 167, 4, 2, 16, 5, 250, 2, 196, 5, 114, 2, 72, 168, 2, 197, 166, 68, 2, 192, 68, 6, 677, 227, 8, 678, 4, 143, 850];128;"Gears:
+ The gears include the mechanism, the hubs and the shifters.
+ The description of the mechanisms is given in
+ The description of the shifters is given in
+ The bicycles of these days can have 27 gears or more. The mountain bikes use a set that includes:
+ Three socket sprockets of different dimension on the front
+ Nine socket sprockets of different dimensions at the rear
+ This set gives the gear ratios.
+ The shifters installed on the handlebars change the gears and operate the mechanisms (also known as derailleurs). These derailleurs are cable-actuated mechanisms. They move the chain from the different sprockets.
+ The hub is the center of the wheel and contains the axle and bearings.
+ The gears let the rider crank at the pedals at a constant movement on slopes of different angles.";DMC-S1000DBIKE-A-DA5-00-00-00AA-041A-AAA(1)
+[72, 2, 72, 242, 2, 174, 2, 74, 5, 2, 55, 2, 105, 4, 2, 174, 17, 309, 20, 2, 105, 4, 2, 55, 17, 309, 20, 2, 19, 4, 76, 675, 47, 64, 72, 73, 276, 2, 126, 84, 24, 6, 191, 11, 242, 232, 458, 62, 4, 139, 757, 8, 2, 26, 317, 458, 62, 4, 139, 757, 68, 2, 41, 37, 191, 175, 2, 72, 414, 2, 55, 32, 8, 2, 34, 243, 2, 72, 5, 141, 2, 174, 108, 356, 57, 40, 76, 40, 59, 107, 717, 174, 96, 50, 2, 12, 14, 2, 139, 62, 2, 74, 17, 2, 167, 4, 2, 16, 5, 250, 2, 205, 5, 92, 2, 72, 168, 2, 197, 166, 68, 2, 192, 68, 6, 677, 227, 8, 678, 4, 139, 937];128;"Gears:
+ The gears include the mechanism, the hubs and the shifters.
+ The description of the mechanisms is given in
+ The description of the shifters is given in
+ The bicycles of these days can have 27 gears or more. The mountain bikes use a set that includes:
+ Three socket sprockets of different dimension on the front
+ Nine socket sprockets of different dimensions at the rear
+ This set gives the gear ratios.
+ The shifters installed on the handlebars change the gears and operate the mechanisms (also known as derailleurs). These derailleurs are cable-actuated mechanisms. They move the chain from the different sprockets.
+ The hub is the center of the wheel and contains the axle and bearings.
+ The gears let the rider crank at the pedals at a constant movement on slopes of different angles.";DMC-S1000DBIKE-A-DA5-00-00-00AA-041A-AAA(1)
+[72, 101, 4, 88, 15, 9, 21];129;"Gears:
+ Description of how it is made";DMC-S1000DBIKE-A-DA5-00-00-00AA-041A-AAA(2)
+[72, 105, 4, 88, 15, 17, 115];129;"Gears:
+ Description of how it is made";DMC-S1000DBIKE-A-DA5-00-00-00AA-041A-AAA(2)
+[40, 82, 9, 77, 143, 127, 4, 40, 2, 26, 5, 2, 41, 26, 40, 2, 26, 40, 10, 3, 250, 77, 127, 4, 75, 3, 679, 2, 227, 4, 2, 40, 3, 6, 316, 76, 75, 9, 2, 255, 75, 372, 72, 2, 255, 75, 136, 72, 2, 124, 4, 76, 75, 9, 3, 325, 2, 197, 14, 411, 147, 44, 37, 252, 2, 12, 181, 207, 109, 4, 2, 12, 16, 26, 40, 2, 40, 9, 32, 8, 2, 18, 98, 22, 13, 6, 48, 5, 9, 291, 3, 2, 232, 26, 62, 2, 147, 106, 9, 193, 131, 2, 55, 8, 2, 128, 61, 5, 2, 106, 48, 49, 8, 2, 26, 40, 37, 184, 2, 40, 8, 2, 62, 82, 9, 164, 132, 5, 215, 349, 2, 48, 67, 2, 349, 41, 40, 2, 41, 40, 10, 3, 329, 250, 2, 62, 58, 2, 143, 72, 224, 70, 2, 106, 48, 49, 9, 271, 15, 54, 2, 147, 106, 20, 201, 163, 6, 75, 49, 54, 2, 94, 16, 41, 40, 2, 40, 87, 49, 193, 2, 40, 3, 2, 42, 70, 2, 348, 67, 37, 49, 37, 21, 35, 11, 2, 349, 680, 9, 291, 13, 2, 12, 71, 2, 275, 16, 64, 2, 124, 3, 50, 2, 12, 13, 2, 40, 15, 50, 2, 12, 14, 144, 62, 3, 2, 151, 2, 275, 16, 287, 31, 50, 8, 201, 500, 44, 37, 252, 82, 181, 9, 321, 8, 2, 16, 2, 163, 4, 2, 275, 16, 9, 194, 2, 246, 62];130;"Derailleur:
+ There are two different types of derailleur, the front and the rear.
+ Front derailleur:
+ The front derailleur (refer to ) contains two types of screws to keep the movement of the derailleur to a minimum. These screws are:
+ the stop screw low-gear
+ the stop screw high-gear
+ The function of these screws is to prevent the rider from over shifting . If this occurs, the chain will go out of the chain wheel.
+ Front derailleur:
+ The derailleur is installed on the bicycle seat tube with a clamp and is parallel to the three front sprockets.
+ The shift cable is connected between the shifters on the handle bars and the cable clamp bolt on the front derailleur. This operates the derailleur. On the sprockets there is an inner and outer cage. The clamp attaches the cage.
+ Rear derailleur:
+ The rear derailleur (refer to ) section contains the sprockets for the different gear changes. When the cable clamp bolt is tight, it holds the shift cable in its position. A screwed bolt holds the tension wheel.
+ Rear derailleur:
+ The derailleur mounting bolt connects the derailleur to the frame. When the user attaches this bolt, this makes sure that the cage plates are parallel with the chain rings.
+ The guide wheel has the function to move the chain with the derailleur. It moves the chain from one sprocket to the other. The guide wheel must not move on its axis. If this occurs, there will be wear on the wheel. The position of the guide wheel is below the largest sprocket.";DMC-S1000DBIKE-A-DA5-10-00-00AA-041A-AAA(1)
+[40, 82, 59, 77, 139, 127, 4, 40, 2, 26, 5, 2, 41, 26, 40, 2, 26, 40, 10, 3, 250, 77, 127, 4, 75, 3, 679, 2, 227, 4, 2, 40, 3, 6, 316, 76, 75, 59, 2, 255, 75, 372, 72, 2, 255, 75, 136, 72, 2, 124, 4, 76, 75, 17, 3, 325, 2, 197, 14, 411, 147, 44, 37, 252, 2, 12, 181, 207, 109, 4, 2, 12, 16, 26, 40, 2, 40, 17, 32, 8, 2, 19, 98, 22, 13, 6, 48, 5, 17, 291, 3, 2, 232, 26, 62, 2, 147, 107, 17, 193, 131, 2, 55, 8, 2, 135, 61, 5, 2, 107, 48, 49, 8, 2, 26, 40, 37, 141, 2, 40, 8, 2, 62, 82, 17, 164, 132, 5, 215, 349, 2, 48, 67, 2, 349, 41, 40, 2, 41, 40, 10, 3, 329, 250, 2, 62, 58, 2, 139, 72, 243, 70, 2, 107, 48, 49, 17, 271, 15, 54, 2, 147, 107, 20, 15, 173, 6, 75, 49, 54, 2, 94, 16, 41, 40, 2, 40, 87, 49, 193, 2, 40, 3, 2, 42, 70, 2, 348, 67, 37, 49, 37, 21, 35, 11, 2, 349, 680, 59, 291, 13, 2, 12, 71, 2, 299, 16, 140, 2, 124, 3, 50, 2, 12, 13, 2, 40, 15, 50, 2, 12, 14, 144, 62, 3, 2, 151, 2, 299, 16, 287, 31, 50, 8, 15, 522, 44, 37, 252, 82, 181, 9, 321, 8, 2, 16, 2, 173, 4, 2, 299, 16, 17, 194, 2, 477, 62];130;"Derailleur:
+ There are two different types of derailleur, the front and the rear.
+ Front derailleur:
+ The front derailleur (refer to ) contains two types of screws to keep the movement of the derailleur to a minimum. These screws are:
+ the stop screw low-gear
+ the stop screw high-gear
+ The function of these screws is to prevent the rider from over shifting . If this occurs, the chain will go out of the chain wheel.
+ Front derailleur:
+ The derailleur is installed on the bicycle seat tube with a clamp and is parallel to the three front sprockets.
+ The shift cable is connected between the shifters on the handle bars and the cable clamp bolt on the front derailleur. This operates the derailleur. On the sprockets there is an inner and outer cage. The clamp attaches the cage.
+ Rear derailleur:
+ The rear derailleur (refer to ) section contains the sprockets for the different gear changes. When the cable clamp bolt is tight, it holds the shift cable in its position. A screwed bolt holds the tension wheel.
+ Rear derailleur:
+ The derailleur mounting bolt connects the derailleur to the frame. When the user attaches this bolt, this makes sure that the cage plates are parallel with the chain rings.
+ The guide wheel has the function to move the chain with the derailleur. It moves the chain from one sprocket to the other. The guide wheel must not move on its axis. If this occurs, there will be wear on the wheel. The position of the guide wheel is below the largest sprocket.";DMC-S1000DBIKE-A-DA5-10-00-00AA-041A-AAA(1)
+[851, 101, 4, 88, 15, 9, 21];131;"Mechs:
+ Description of how it is made";DMC-S1000DBIKE-A-DA5-10-00-00AA-041A-AAA(2)
+[938, 105, 4, 88, 15, 17, 115];131;"Mechs:
+ Description of how it is made";DMC-S1000DBIKE-A-DA5-10-00-00AA-041A-AAA(2)
+[29, 2, 196, 24, 2, 236, 198, 14, 2, 5, 29, 2, 292, 14, 144, 111, 4, 2, 196, 29, 2, 204, 5, 2, 236, 14, 2, 196, 21, 35, 36, 23, 31, 681, 2, 114, 14, 2, 74, 9, 852, 3, 443, 2, 114, 44, 96, 682, 109, 683, 114, 47, 145, 161, 3, 2, 74, 117, 2, 196, 109, 14, 2, 151, 111, 57, 268, 20, 29, 2, 196, 29, 2, 114, 24, 6, 176, 304, 14, 2, 5, 29, 2, 114, 14, 269, 123, 21, 35, 11, 95, 111, 4, 2, 74, 64, 2, 330, 262, 4, 114, 24, 2, 5, 28, 69, 2, 38, 4, 2, 74, 23, 6, 66, 4, 2, 196, 3, 21, 35, 11, 15, 9, 432, 247, 2, 92, 406, 93, 8, 2, 236, 5, 2, 123, 20, 2, 74, 58, 853, 5, 151, 459, 4, 161, 23, 6, 66, 4, 2, 346, 114, 58, 459, 4, 161, 80, 6, 246, 416, 4, 8, 95, 74, 123, 504, 2, 74, 46, 2, 346, 114, 43, 2, 123, 5, 89, 96, 43, 2, 281, 80, 276, 281, 8, 2, 103, 4, 2, 114, 46, 2, 196, 286, 2, 74, 46, 2, 236, 2, 204, 5, 2, 292, 8, 2, 151, 111, 4, 2, 196, 24, 2, 236, 198, 14, 2, 684, 460, 5, 854, 78, 2, 292];132;"Remove the axle.
+ Use the cone-wrench from the and remove the locknut from one side of the axle.
+ Remove the washer and the cone from the axle.
+ Make sure you do not lose the bearings from the hub. Be prepared to catch the bearings if they fall out. Missing bearings can cause damage to the hub.
+ Pull the axle out from the other side as shown in .
+ Removing the axle:
+ Remove the bearings.
+ Use a small screwdriver from the and remove the bearings from their races.
+ Make sure that each side of the hub has the same number of bearings.
+ Use the and clean all the parts of the hub.
+ Do a check of the axle to make sure that it is straight.
+ Examine the bearing contact area on the cones and the races in the hub for pitting and other signs of damage.
+ Do a check of the ball bearings for signs of damage.
+ Apply a large quantity of on each hub race.
+ Assemble the hub.
+ Install the ball bearings into the races and push them into the grease.
+ Apply more grease on the tops of the bearings.
+ Install the axle through the hub.
+ Install the cone, the washer and the locknut on the other side of the axle.
+ Use the cone-wrench from the specialist toolset and carefully tighten the locknut.";DMC-S1000DBIKE-A-DA5-20-00-00AA-251C-AAA(2)
+[30, 2, 205, 24, 2, 236, 198, 14, 2, 5, 30, 2, 292, 14, 144, 111, 4, 2, 205, 30, 2, 204, 5, 2, 236, 14, 2, 205, 21, 35, 36, 23, 31, 681, 2, 92, 14, 2, 74, 9, 521, 3, 443, 2, 92, 44, 96, 682, 109, 683, 92, 47, 158, 172, 3, 2, 74, 117, 2, 205, 109, 14, 2, 151, 111, 57, 359, 20, 30, 2, 205, 30, 2, 92, 24, 6, 176, 312, 14, 2, 5, 30, 2, 92, 14, 269, 123, 21, 35, 11, 95, 111, 4, 2, 74, 140, 2, 330, 262, 4, 92, 24, 2, 5, 28, 69, 2, 38, 4, 2, 74, 23, 6, 66, 4, 2, 205, 3, 21, 35, 11, 15, 17, 432, 251, 2, 92, 406, 93, 8, 2, 236, 5, 2, 123, 20, 2, 74, 58, 939, 5, 151, 459, 4, 172, 23, 6, 66, 4, 2, 346, 92, 58, 459, 4, 172, 81, 6, 518, 478, 4, 8, 95, 74, 123, 361, 2, 74, 32, 2, 346, 92, 43, 2, 123, 5, 89, 298, 43, 2, 300, 81, 276, 300, 8, 2, 103, 4, 2, 92, 32, 2, 205, 286, 2, 74, 32, 2, 236, 2, 204, 5, 2, 292, 8, 2, 151, 111, 4, 2, 205, 24, 2, 236, 198, 14, 2, 684, 460, 5, 524, 78, 2, 292];132;"Remove the axle.
+ Use the cone-wrench from the and remove the locknut from one side of the axle.
+ Remove the washer and the cone from the axle.
+ Make sure you do not lose the bearings from the hub. Be prepared to catch the bearings if they fall out. Missing bearings can cause damage to the hub.
+ Pull the axle out from the other side as shown in .
+ Removing the axle:
+ Remove the bearings.
+ Use a small screwdriver from the and remove the bearings from their races.
+ Make sure that each side of the hub has the same number of bearings.
+ Use the and clean all the parts of the hub.
+ Do a check of the axle to make sure that it is straight.
+ Examine the bearing contact area on the cones and the races in the hub for pitting and other signs of damage.
+ Do a check of the ball bearings for signs of damage.
+ Apply a large quantity of on each hub race.
+ Assemble the hub.
+ Install the ball bearings into the races and push them into the grease.
+ Apply more grease on the tops of the bearings.
+ Install the axle through the hub.
+ Install the cone, the washer and the locknut on the other side of the axle.
+ Use the cone-wrench from the specialist toolset and carefully tighten the locknut.";DMC-S1000DBIKE-A-DA5-20-00-00AA-251C-AAA(2)
+[74, 28, 13, 674, 457];133;"Hubs:
+ Clean with chemical agent";DMC-S1000DBIKE-A-DA5-20-00-00AA-251C-AAA(3)
+[74, 28, 13, 756, 457];133;"Hubs:
+ Clean with chemical agent";DMC-S1000DBIKE-A-DA5-20-00-00AA-251C-AAA(3)
+[55, 2, 170, 55, 9, 6, 506, 127, 20, 461, 18, 15, 9, 366, 3, 159, 37, 127, 4, 55, 58, 373, 20, 2, 350, 163, 73, 20, 2, 217, 163, 2, 855, 131, 2, 77, 9, 2, 350, 55, 224, 2, 72, 13, 6, 685, 4, 6, 25, 2, 217, 55, 54, 2, 40, 20, 201, 163, 230, 217, 2, 170, 55, 10, 3, 9, 54, 8, 2, 18, 13, 6, 75, 2, 686, 11, 233, 175, 6, 101, 4, 6, 170, 55, 170, 55, 350, 127, 88, 6, 170, 55, 9, 21, 200, 6, 687, 119, 10, 3, 14, 2, 103, 4, 2, 25, 54, 2, 170, 55, 2, 25, 9, 8, 103, 4, 2, 87, 5, 2, 87, 9, 8, 2, 128, 61, 13, 6, 119, 3, 29, 2, 87, 15, 9, 99, 3, 90, 2, 119, 4, 77, 100, 10, 3, 345, 2, 87, 47, 50, 14, 2, 128, 61, 14, 2, 103, 4, 2, 25, 2, 25, 409, 8, 103, 4, 2, 87, 5, 2, 87, 9, 688, 43, 689, 8, 2, 128, 61, 230, 6, 119, 690, 691, 90, 2, 119, 8, 461, 692, 4, 37, 55, 82, 9, 6, 48, 49, 11, 54, 2, 55, 20, 201, 163, 10, 3, 2, 348, 47, 90, 2, 48, 49, 13, 164, 856, 153, 37, 168, 2, 55, 494, 2, 34, 90, 2, 55, 48, 49];134;"Shifters:
+ The thumb shifter is a usual type in modern bicycles. It is possible to adjust this type of shifter for operation in the index position or in the friction position. The differences between the two are:
+ The index shifters change the gears with a click of a lever.
+ The friction shifters hold the derailleur in its position by friction.
+ The thumb shifters (refer to ) are held on the bicycle with a screw. The paragraph that follows gives a description of a thumb shifter.
+ Thumb shifter index type:
+ How a thumb shifter is made up:
+ A wing nut (refer to ) from the top of the lever holds the thumb shifter. The lever is on top of the mount and the mount is on the handle bar with a nut. To remove the mount, it is necessary to loosen the nut of two turns (refer to ), then the mount can move from the handle bar from the top of the lever. The lever sits on top of the mount and the mount is fixed into pace on the handle bar by a nut.
+ Unscrew wingnut:
+ Loosen the nut:
+ On modern models of this shifter, there is a clamp bolt that holds the shifter in its position (refer to ). The user can loosen the clamp bolt with an applicable tool. This lets the shifter release the handlebar.
+ Loosen the shifter clamp bolt:";DMC-S1000DBIKE-A-DA5-30-00-00AA-041A-AAA(1)
+[55, 2, 170, 55, 17, 6, 506, 127, 20, 461, 19, 15, 17, 379, 3, 159, 37, 127, 4, 55, 58, 141, 20, 2, 350, 173, 73, 20, 2, 217, 173, 2, 139, 131, 2, 77, 59, 2, 350, 55, 243, 2, 72, 13, 6, 685, 4, 6, 25, 2, 217, 55, 54, 2, 40, 20, 15, 173, 230, 217, 2, 170, 55, 10, 3, 59, 526, 8, 2, 19, 13, 6, 75, 2, 686, 11, 233, 175, 6, 105, 4, 6, 170, 55, 170, 55, 350, 127, 88, 6, 170, 55, 17, 115, 200, 6, 687, 119, 10, 3, 14, 2, 103, 4, 2, 25, 54, 2, 170, 55, 2, 25, 17, 8, 103, 4, 2, 87, 5, 2, 87, 17, 8, 2, 135, 61, 13, 6, 119, 3, 30, 2, 87, 15, 17, 104, 3, 90, 2, 119, 4, 77, 100, 10, 3, 345, 2, 87, 47, 50, 14, 2, 135, 61, 14, 2, 103, 4, 2, 25, 2, 25, 409, 8, 103, 4, 2, 87, 5, 2, 87, 17, 688, 43, 689, 8, 2, 135, 61, 230, 6, 119, 690, 691, 90, 2, 119, 8, 461, 692, 4, 37, 55, 82, 17, 6, 48, 49, 11, 54, 2, 55, 20, 15, 173, 10, 3, 2, 348, 47, 90, 2, 48, 49, 13, 164, 308, 153, 37, 168, 2, 55, 517, 2, 34, 90, 2, 55, 48, 49];134;"Shifters:
+ The thumb shifter is a usual type in modern bicycles. It is possible to adjust this type of shifter for operation in the index position or in the friction position. The differences between the two are:
+ The index shifters change the gears with a click of a lever.
+ The friction shifters hold the derailleur in its position by friction.
+ The thumb shifters (refer to ) are held on the bicycle with a screw. The paragraph that follows gives a description of a thumb shifter.
+ Thumb shifter index type:
+ How a thumb shifter is made up:
+ A wing nut (refer to ) from the top of the lever holds the thumb shifter. The lever is on top of the mount and the mount is on the handle bar with a nut. To remove the mount, it is necessary to loosen the nut of two turns (refer to ), then the mount can move from the handle bar from the top of the lever. The lever sits on top of the mount and the mount is fixed into pace on the handle bar by a nut.
+ Unscrew wingnut:
+ Loosen the nut:
+ On modern models of this shifter, there is a clamp bolt that holds the shifter in its position (refer to ). The user can loosen the clamp bolt with an applicable tool. This lets the shifter release the handlebar.
+ Loosen the shifter clamp bolt:";DMC-S1000DBIKE-A-DA5-30-00-00AA-041A-AAA(1)
+[55, 101, 4, 88, 15, 9, 21];135;"Shifters:
+ Description of how it is made";DMC-S1000DBIKE-A-DA5-30-00-00AA-041A-AAA(2)
+[55, 105, 4, 88, 15, 17, 115];135;"Shifters:
+ Description of how it is made";DMC-S1000DBIKE-A-DA5-30-00-00AA-041A-AAA(2)
+[45, 404, 189, 262, 237, 377, 295];136;"Lighting:
+ Functional item numbers common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00EA-AAA(1)
+[45, 124, 189, 262, 237, 385, 301];136;"Lighting:
+ Functional item numbers common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00EA-AAA(1)
+[45, 38, 237, 377, 295];137;"Lighting:
+ Parts common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00GA-AAA(1)
+[45, 38, 237, 385, 301];137;"Lighting:
+ Parts common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00GA-AAA(1)
+[45, 462, 237, 377, 295];138;"Lighting:
+ Zones common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00HA-AAA(1)
+[45, 462, 237, 385, 301];138;"Lighting:
+ Zones common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00HA-AAA(1)
+[45, 266, 693, 237, 377, 295];139;"Lighting:
+ Support equipment common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00NA-AAA(1)
+[45, 266, 463, 237, 385, 301];139;"Lighting:
+ Support equipment common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-00NA-AAA(1)
+[507, 394, 694, 101];140;"Wiring data:
+ Field description";DMC-S1000DLIGHTING-A-D00-00-00-00AA-029A-AAA(1)
+[245, 474, 694, 105];140;"Wiring data:
+ Field description";DMC-S1000DLIGHTING-A-D00-00-00-00AA-029A-AAA(1)
+[296, 51, 2, 646, 11, 233, 421, 268, 2, 296, 51, 4, 2, 18, 2, 296, 51, 9, 463, 13, 351, 136, 464, 296, 23, 31, 24, 351, 136, 464, 296, 70, 18, 8, 407, 624, 695, 696, 2, 296, 51, 9, 857, 5, 181, 9, 439, 230, 296, 51];141;"Lighting system:
+ The illustration that follows (see ) shows the lighting system of the bicycle.
+ The lighting system is equipped with special high beam lighting. Do not use special high beam lighting when bicycling on roads during winter months.
+ The lighting system is faulty and will be replaced by 2013-03-15.
+ Lighting system:";DMC-S1000DLIGHTING-A-D00-00-00-00AA-040A-AAA(1)
+[45, 51, 2, 481, 11, 233, 421, 268, 2, 45, 51, 4, 2, 19, 2, 45, 51, 17, 463, 13, 351, 136, 464, 45, 23, 31, 24, 351, 136, 464, 45, 70, 19, 8, 407, 748, 695, 696, 2, 45, 51, 17, 940, 5, 181, 9, 364, 230, 45, 51];141;"Lighting system:
+ The illustration that follows (see ) shows the lighting system of the bicycle.
+ The lighting system is equipped with special high beam lighting. Do not use special high beam lighting when bicycling on roads during winter months.
+ The lighting system is faulty and will be replaced by 2013-03-15.
+ Lighting system:";DMC-S1000DLIGHTING-A-D00-00-00-00AA-040A-AAA(1)
+[858, 51, 101, 4, 88, 15, 9, 21, 5, 201, 124];142;"Electrical system:
+ Description of how it is made and its function";DMC-S1000DLIGHTING-A-D00-00-00-00AA-040A-AAA(2)
+[941, 51, 105, 4, 88, 15, 17, 115, 5, 15, 124];142;"Electrical system:
+ Description of how it is made and its function";DMC-S1000DLIGHTING-A-D00-00-00-00AA-040A-AAA(2)
+[507, 693, 188];143;"Wiring:
+ Equipment lists";DMC-S1000DLIGHTING-A-D00-00-00-00AA-056A-AAA(1)
+[245, 463, 188];143;"Wiring:
+ Equipment lists";DMC-S1000DLIGHTING-A-D00-00-00-00AA-056A-AAA(1)
+[507, 245, 188];144;"Wiring:
+ Wire list";DMC-S1000DLIGHTING-A-D00-00-00-00AA-057A-AAA(1)
+[245, 245, 188];144;"Wiring:
+ Wire list";DMC-S1000DLIGHTING-A-D00-00-00-00AA-057A-AAA(1)
+[245, 697, 188];145;"Wiring:
+ Loom list";DMC-S1000DLIGHTING-A-D00-00-00-00AA-058A-AAA(1)
+[45, 404, 5, 73, 539, 93, 295];146;"Lighting:
+ Functional and/or physical areas repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-0A1A-AAA(1)
+[45, 124, 5, 73, 713, 93, 301];146;"Lighting:
+ Functional and/or physical areas repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-0A1A-AAA(1)
+[45, 386, 237, 377, 295];147;"Lighting:
+ Applicability common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-0A2A-AAA(1)
+[45, 308, 237, 385, 301];147;"Lighting:
+ Applicability common information repository";DMC-S1000DLIGHTING-D-D00-00-00-00AA-0A2A-AAA(1)
+[191, 2, 45, 3, 8, 21, 35, 11, 69, 2, 45, 184, 302];148;"Set the lights to on.
+ Make sure that all the lights operate correctly.";DMC-S1000DLIGHTING-A-D00-00-00-00AA-341A-AAA(2)
+[191, 2, 45, 3, 8, 21, 35, 11, 69, 2, 45, 141, 125];148;"Set the lights to on.
+ Make sure that all the lights operate correctly.";DMC-S1000DLIGHTING-A-D00-00-00-00AA-341A-AAA(2)
+[45, 256, 120];149;"Lights:
+ Manual test";DMC-S1000DLIGHTING-A-D00-00-00-00AA-341A-AAA(3)
+[45, 859, 231];150;"Lights:
+ Observed fault";DMC-S1000DLIGHTING-A-D00-00-00-00AA-413A-AAA(1)
+[45, 942, 231];150;"Lights:
+ Observed fault";DMC-S1000DLIGHTING-A-D00-00-00-00AA-413A-AAA(1)
+[698, 462, 5, 29, 2, 296, 51, 14, 2, 860, 21, 35, 11, 2, 206, 20, 2, 861, 9, 2, 330, 57, 699, 8, 2, 46, 2, 45, 134, 3, 2, 26, 5, 41, 45, 10, 3, 67, 2, 26, 45, 352, 8, 2, 103, 4, 2, 34, 80, 2, 378, 238, 152, 2, 34, 117, 2, 48, 219, 5, 65, 15, 152, 2, 378, 238, 13, 2, 45, 297, 68, 2, 103, 46, 2, 204, 8, 2, 75, 24, 2, 125, 304, 14, 2, 5, 78, 2, 75, 43, 2, 122, 68, 2, 130, 4, 2, 48, 37, 508, 2, 48, 3, 2, 34, 67, 2, 41, 45, 352, 3, 2, 41, 448, 4, 2, 84, 42, 80, 2, 378, 238, 152, 144, 4, 2, 77, 41, 448, 200, 22, 117, 2, 48, 219, 5, 65, 15, 152, 2, 378, 238, 21, 35, 2, 45, 297, 195, 862, 46, 2, 204, 8, 2, 75, 24, 2, 125, 304, 14, 2, 5, 78, 2, 75, 43, 2, 122, 68, 2, 130, 4, 2, 48, 37, 508, 2, 48, 3, 2, 22, 67, 2, 45, 13, 2, 239, 157, 3, 2, 26, 297, 67, 2, 45, 13, 2, 700, 157, 3, 2, 41, 297];151;"Impacted zones: and
+
+ Remove the lighting system from the packaging.
+ Make sure that the components in the package are the same as those on the
+ Install the light bulb to the front and rear lights (refer to
+ Attach the front light fitting on the top of the handlebar.
+ Apply the protective strip around the handlebar.
+ Pull the clamp open and put it around the protective strip with the light connector at the top.
+ Install the washer on the screw.
+ Use the correct screwdriver from the and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the handlebar.
+ Attach the rear light fitting to the rear triangle of the bike frame.
+ Apply the protective strip around one of the two rear triangle up-tubes.
+ Pull the clamp open and put it around the protective strip. Make sure the light connector points rearwards.
+ Install the washer on the screw.
+ Use the correct screwdriver from the and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the tube.
+ Attach the light with the white glass to the front connector.
+ Attach the light with the red glass to the rear connector.";DMC-S1000DLIGHTING-A-D00-00-00-00AA-700A-AAA(2)
+[698, 462, 5, 30, 2, 45, 51, 14, 2, 758, 21, 35, 11, 2, 210, 20, 2, 758, 59, 2, 330, 57, 699, 8, 2, 32, 2, 45, 134, 3, 2, 26, 5, 41, 45, 10, 3, 67, 2, 26, 45, 352, 8, 2, 103, 4, 2, 34, 81, 2, 248, 238, 152, 2, 34, 117, 2, 48, 219, 5, 65, 15, 152, 2, 248, 238, 13, 2, 45, 297, 68, 2, 103, 32, 2, 204, 8, 2, 75, 24, 2, 125, 312, 14, 2, 5, 78, 2, 75, 43, 2, 122, 68, 2, 130, 4, 2, 48, 37, 384, 2, 48, 3, 2, 34, 67, 2, 41, 45, 352, 3, 2, 41, 483, 4, 2, 84, 42, 81, 2, 248, 238, 152, 144, 4, 2, 77, 41, 483, 200, 22, 117, 2, 48, 219, 5, 65, 15, 152, 2, 248, 238, 21, 35, 2, 45, 297, 195, 249, 32, 2, 204, 8, 2, 75, 24, 2, 125, 312, 14, 2, 5, 78, 2, 75, 43, 2, 122, 68, 2, 130, 4, 2, 48, 37, 384, 2, 48, 3, 2, 22, 67, 2, 45, 13, 2, 239, 157, 3, 2, 26, 297, 67, 2, 45, 13, 2, 700, 157, 3, 2, 41, 297];151;"Impacted zones: and
+
+ Remove the lighting system from the packaging.
+ Make sure that the components in the package are the same as those on the
+ Install the light bulb to the front and rear lights (refer to
+ Attach the front light fitting on the top of the handlebar.
+ Apply the protective strip around the handlebar.
+ Pull the clamp open and put it around the protective strip with the light connector at the top.
+ Install the washer on the screw.
+ Use the correct screwdriver from the and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the handlebar.
+ Attach the rear light fitting to the rear triangle of the bike frame.
+ Apply the protective strip around one of the two rear triangle up-tubes.
+ Pull the clamp open and put it around the protective strip. Make sure the light connector points rearwards.
+ Install the washer on the screw.
+ Use the correct screwdriver from the and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the tube.
+ Attach the light with the white glass to the front connector.
+ Attach the light with the red glass to the rear connector.";DMC-S1000DLIGHTING-A-D00-00-00-00AA-700A-AAA(2)
+[45, 504, 46, 5, 193, 83];152;"Lighting:
+ Assemble, install and connect procedures";DMC-S1000DLIGHTING-A-D00-00-00-00AA-700A-AAA(3)
+[45, 361, 32, 5, 193, 86];152;"Lighting:
+ Assemble, install and connect procedures";DMC-S1000DLIGHTING-A-D00-00-00-00AA-700A-AAA(3)
+[21, 35, 11, 2, 85, 134, 9, 31, 701];153;Make sure that the new bulb is not cracked.;DMC-S1000DLIGHTING-A-D00-00-00-00AA-921A-AAA(1)
+[21, 35, 11, 2, 85, 134, 17, 31, 701];153;Make sure that the new bulb is not cracked.;DMC-S1000DLIGHTING-A-D00-00-00-00AA-921A-AAA(1)
+[14, 702, 29, 2, 157, 29, 2, 465, 26, 466, 134, 467, 2, 465, 134, 29, 2, 85, 239, 134, 14, 2, 285, 46, 2, 85, 239, 134, 46, 2, 157, 8, 2, 45, 67, 2, 45, 352, 8, 2, 34, 80, 2, 378, 238, 152, 2, 34, 46, 2, 204, 8, 2, 75, 24, 2, 351, 304, 14, 2, 460, 5, 78, 2, 75, 43, 2, 122, 68, 2, 130, 4, 2, 48, 37, 508, 2, 48, 3, 2, 34, 14, 702, 29, 2, 157, 29, 2, 465, 466, 41, 134, 467, 2, 465, 134, 29, 2, 85, 239, 134, 14, 2, 285, 46, 2, 85, 239, 703, 6, 449, 122, 20, 2, 505, 4, 2, 157, 20, 468, 3, 441, 863, 5, 704, 864, 70, 2, 45, 9, 705, 8, 2, 157, 13, 2, 122, 334, 9, 468, 865, 13, 2, 314, 46, 2, 157, 13, 2, 122, 8, 2, 45];154;"From location , remove the glass .
+ Remove the used front yellow bulb .
+ Discard the used bulb .
+ Remove the new white bulb from the kit .
+ Install the new white bulb .
+ Install the glass on the light.
+ Attach the light fitting on the handlebar.
+ Apply the protective strip around the handlebar.
+ Install the washer on the screw.
+ Use the special screwdriver from the toolset and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the handlebar.
+ From location Remove the glass .
+ Remove the used yellow rear bulb .
+ Discard the used bulb .
+ Remove the new white bulb from the kit .
+ Install the new white .
+ Drill a 4mm hole in the middle of the glass in order to allow venting and heat evacuation when the light is switched on.
+ The glass with the hole may be ordered independently with the reference .
+ Install the glass with the hole on the light.";DMC-S1000DLIGHTING-A-D00-00-00-00AA-921A-AAA(2)
+[14, 482, 30, 2, 157, 30, 2, 24, 26, 466, 134, 467, 2, 24, 134, 30, 2, 85, 239, 134, 14, 2, 285, 32, 2, 85, 239, 134, 32, 2, 157, 8, 2, 45, 67, 2, 45, 352, 8, 2, 34, 81, 2, 248, 238, 152, 2, 34, 32, 2, 204, 8, 2, 75, 24, 2, 351, 312, 14, 2, 460, 5, 78, 2, 75, 43, 2, 122, 68, 2, 130, 4, 2, 48, 37, 384, 2, 48, 3, 2, 34, 14, 482, 30, 2, 157, 30, 2, 24, 466, 41, 134, 467, 2, 24, 134, 30, 2, 85, 239, 134, 14, 2, 285, 32, 2, 85, 239, 703, 6, 449, 122, 20, 2, 528, 4, 2, 157, 20, 468, 3, 441, 943, 5, 704, 944, 70, 2, 45, 17, 705, 8, 2, 157, 13, 2, 122, 334, 9, 468, 945, 13, 2, 10, 32, 2, 157, 13, 2, 122, 8, 2, 45];154;"From location , remove the glass .
+ Remove the used front yellow bulb .
+ Discard the used bulb .
+ Remove the new white bulb from the kit .
+ Install the new white bulb .
+ Install the glass on the light.
+ Attach the light fitting on the handlebar.
+ Apply the protective strip around the handlebar.
+ Install the washer on the screw.
+ Use the special screwdriver from the toolset and tighten the screw into the hole at the bottom of the clamp. This safeties the clamp to the handlebar.
+ From location Remove the glass .
+ Remove the used yellow rear bulb .
+ Discard the used bulb .
+ Remove the new white bulb from the kit .
+ Install the new white .
+ Drill a 4mm hole in the middle of the glass in order to allow venting and heat evacuation when the light is switched on.
+ The glass with the hole may be ordered independently with the reference .
+ Install the glass with the hole on the light.";DMC-S1000DLIGHTING-A-D00-00-00-00AA-921A-AAA(2)
+[45, 29, 5, 46, 6, 85, 189];155;"Lighting:
+ Remove and install a new item";DMC-S1000DLIGHTING-A-D00-00-00-00AA-921A-AAA(3)
+[45, 30, 5, 32, 6, 85, 189];155;"Lighting:
+ Remove and install a new item";DMC-S1000DLIGHTING-A-D00-00-00-00AA-921A-AAA(3)
+[45, 706, 295];156;"Lights:
+ Warning repository";DMC-S1000DLIGHTING-A-D00-00-00-01AA-012A-AAA(1)
+[45, 706, 301];156;"Lights:
+ Warning repository";DMC-S1000DLIGHTING-A-D00-00-00-01AA-012A-AAA(1)
+[45, 51, 596, 38, 394, 433];157;"Light system:
+ Illustrated Parts Data - IPD";DMC-S1000DLIGHTING-D-D00-00-00-01AA-941A-AAA(1)
+[45, 51, 481, 38, 474, 433];157;"Light system:
+ Illustrated Parts Data - IPD";DMC-S1000DLIGHTING-D-D00-00-00-01AA-941A-AAA(1)
+[45, 707, 295];158;"Lights:
+ Caution repository";DMC-S1000DLIGHTING-A-D00-00-00-02AA-012A-AAA(1)
+[45, 707, 301];158;"Lights:
+ Caution repository";DMC-S1000DLIGHTING-A-D00-00-00-02AA-012A-AAA(1)
diff --git a/publications/Bike Data Set for Release number 5.0/index/search_index.csv b/publications/Bike Data Set for Release number 5.0/index/search_index.csv
new file mode 100644
index 0000000000000000000000000000000000000000..32de7baa17c35de1be1dc1366b9b33ccd3e52eb7
--- /dev/null
+++ b/publications/Bike Data Set for Release number 5.0/index/search_index.csv
@@ -0,0 +1,14366 @@
+tokens;labels;text;DMC
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];0;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];0;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];1;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];1;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[32];2;All;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[467, 1421];3;B/SN;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[2, 268, 3, 2, 60];4;The model of the brake;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 102, 61, 3, 51];5;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 115, 61, 3, 51];5;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137, 71, 60];6;Serial number by brake;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];7;To be made available to all S1000D users.;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];7;To be made available to all S1000D users.;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];8;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];8;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[18, 20, 123, 74, 124, 107];9;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[60, 652, 137];10;Brake serial number;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];11;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];11;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[182, 242, 189, 155];12;Applicability cross-reference table;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[109, 3, 54];13;Limitations of liability:;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[113, 3, 54];13;Limitations of liability:;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[55, 34];14;Mountain bicycle;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];15;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];15;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];16;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];16;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[268];17;Model;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[18, 20, 128];18;S1000D upissued;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];19;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];19;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[83, 89];20;Copyright (C) 2016;DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];21;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];21;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];22;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];22;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];23;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];23;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-D-D00-00-00-00AA-00WA-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];24;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];24;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];25;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];25;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 583, 821, 139, 3, 2, 34, 5, 2, 60, 156, 236, 25, 354, 33, 3, 2, 60, 156, 5, 259, 91, 172, 25, 720, 153, 62, 57, 218, 161, 4, 153, 2, 259, 33, 39, 1422, 39, 721, 41, 161, 153, 38, 153, 7, 2, 34, 162, 5, 1423, 4, 9];26;The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 583, 821, 139, 3, 2, 34, 23, 2, 60, 156, 236, 25, 354, 33, 3, 2, 60, 156, 23, 259, 91, 172, 25, 720, 1075, 62, 57, 218, 161, 4, 153, 2, 259, 33, 39, 1422, 39, 721, 41, 161, 153, 38, 153, 7, 2, 34, 162, 5, 1423, 4, 9];26;The most important part of the bicycle is the brake system. Only a minimum maintenance of the brake system is necessary. But, when a problem does occur, make sure you to do the necessary maintenance as quickly as possible. If you do not do this the bicycle will be dangerous to use.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 5, 822, 60, 279, 138, 4];27;There are four brake pads (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 24, 822, 60, 353, 138, 4];27;There are four brake pads (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[60, 214];28;Brake lever;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[50, 6, 30, 102, 61, 3, 51];29;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[50, 6, 30, 115, 61, 3, 51];29;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];30;To be made available to all S1000D users.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];30;To be made available to all S1000D users.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 279, 138, 4];31;the brake pads (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 353, 138, 4];31;the brake pads (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 636, 60, 214, 267, 2, 60, 279, 29, 2, 101, 133, 6, 2, 460, 60, 279, 267, 2, 60, 29, 2, 173, 133];32;The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 636, 60, 214, 1845, 2, 60, 353, 29, 2, 101, 133, 6, 2, 460, 60, 353, 267, 2, 317, 29, 2, 173, 133];32;The left brake lever holds the brake pads on the front wheel and the right brake pads hold the brakes on the rear wheel.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];33;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];33;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[18, 20, 123, 74, 124, 107];34;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[722, 60];35;Cantilever brake;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[71];36;BY13;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[44, 134];37;Bike book;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[25, 355, 16, 805, 43, 2, 60, 214, 29, 2, 222, 521, 2, 309, 214, 29, 2, 60, 823, 7, 1133, 2, 60, 279, 931, 2, 824, 332, 3, 2, 133, 58, 932, 2, 532, 3, 2, 34];38;A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[25, 355, 16, 1959, 43, 2, 60, 647, 29, 2, 634, 2853, 2, 309, 647, 29, 2, 317, 823, 7, 2854, 2, 60, 353, 931, 2, 824, 332, 3, 2, 133, 58, 2855, 2, 532, 3, 2, 34];38;A cable that goes from the brake levers on the handlebars pulls the two levers on the brakes together. This presses the brake pads against the outer rim of the wheel, which decreases the speed of the bicycle.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];39;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];39;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[1134, 533, 3, 25, 55, 34, 214];40;Typical components of a mountain bicycle lever;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[1134, 1076, 3, 25, 55, 34, 214];40;Typical components of a mountain bicycle lever;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[722, 60, 37, 1135, 355];41;Cantilever brake with straddle cable;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[109, 3, 54];42;Limitations of liability:;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[113, 3, 54];42;Limitations of liability:;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 5, 1136, 356, 157, 3, 60, 156, 2, 248, 933, 29, 583, 34, 5, 2, 722, 60, 138, 4];43;There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 24, 1136, 356, 258, 3, 60, 1118, 2, 248, 2856, 29, 583, 1077, 23, 2, 722, 60, 138, 4];43;There are nine different types of brake systems. The one found on most bicycles is the cantilever brake (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];44;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];44;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];45;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];45;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 355];46;the brake cable;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[140, 3, 70, 82, 5, 57];47;Description of how it is made;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[140, 3, 70, 82, 23, 164];47;Description of how it is made;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[18, 20, 128];48;S1000D upissued;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 1137];49;the brake arm;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[60, 156];50;Brake system;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];51;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];51;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[83, 89];52;Copyright (C) 2016;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 349, 310, 534, 39, 1424];53;the brake clamp (also known as callipers);DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 349, 310, 98, 39, 1846];53;the brake clamp (also known as callipers);DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 214, 138, 4];54;The brake levers (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 647, 138, 4];54;The brake levers (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];55;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];55;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];56;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];56;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 214, 138, 4];57;the brake lever (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[60, 279];58;Brake pads;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[60, 353];58;Brake pads;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2034, 934, 3, 25, 60];59;Exploded diagram of a brake;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2857, 934, 3, 25, 60];59;Exploded diagram of a brake;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[2, 60, 156, 138, 4];60;The brake system (refer to ;DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];61;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];61;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-A-DA1-00-00-00AA-041A-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];62;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];62;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];63;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];63;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[311, 2, 34, 13, 25, 825, 340];64;Put the bicycle in a vertical position.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[496, 244];65;Manual test;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[50, 6, 30, 102, 61, 3, 51];66;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[50, 6, 30, 115, 61, 3, 51];66;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];67;To be made available to all S1000D users.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];67;To be made available to all S1000D users.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];68;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];68;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[18, 20, 123, 74, 124, 107];69;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[267, 2, 295, 263, 6, 382, 2, 34, 653];70;Hold the handle bars and push the bicycle forwards.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[267, 2, 295, 1119, 6, 382, 2, 34, 1316];70;Hold the handle bars and push the bicycle forwards.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[71];71;BY13;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[44, 134];72;Bike book;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];73;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];73;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[109, 3, 54];74;Limitations of liability:;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[113, 3, 54];74;Limitations of liability:;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];75;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];75;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];76;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];76;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[18, 20, 128];77;S1000D upissued;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[60, 156];78;Brake system;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];79;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];79;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[280];80;Operator;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[83, 89];81;Copyright (C) 2016;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];82;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];82;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[66, 2, 60];83;Apply the brakes.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[66, 2, 317];83;Apply the brakes.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];84;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];84;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[57, 218, 16, 2, 133, 1138, 6, 2, 34, 1139];85;Make sure that the wheels lock and the bicycle stops.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[57, 218, 16, 2, 648, 1138, 6, 2, 34, 2858];85;Make sure that the wheels lock and the bicycle stops.;DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];86;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];86;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-A-DA1-00-00-00AA-341A-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];87;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];87;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];88;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];88;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[71];89;BY131;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[114, 2, 497, 498];90;Remove the unwanted alcohol.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[50, 6, 30, 102, 61, 3, 51];91;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[50, 6, 30, 115, 61, 3, 51];91;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[66, 25, 723, 896, 3, 2];92;Apply a thin layer of the ;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];93;To be made available to all S1000D users.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];93;To be made available to all S1000D users.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];94;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];94;Ministries of Defence of the member countries of ASD.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[18, 20, 123, 74, 124, 107];95;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[283];96;LL-002;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[44, 134];97;Bike book;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];98;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];98;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[933, 249, 3, 2, 60, 279];99;Find each of the brake pads.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[933, 249, 3, 2, 60, 353];99;Find each of the brake pads.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[724, 2, 935, 584, 161, 36, 66, 2];100;Rub the surface until you have applied the ;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[724, 2, 935, 584, 161, 36, 577, 2];100;Rub the surface until you have applied the ;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[153, 25, 585, 380, 3, 2, 60, 39, 264, 13, 2, 383, 357, 221, 138, 4];101;Do a visual inspection of the brakes as given in the pre-ride checks (refer to ;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[153, 25, 585, 380, 3, 2, 317, 39, 366, 13, 2, 383, 357, 887, 138, 4];101;Do a visual inspection of the brakes as given in the pre-ride checks (refer to ;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[176];102;KZ222;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[109, 3, 54];103;Limitations of liability:;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[113, 3, 54];103;Limitations of liability:;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];104;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];104;"There are no dissemination limitations that apply to this data
+ module.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];105;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];105;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[186, 37, 724, 498];106;Clean with rubbing alcohol;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[186, 37, 1078, 498];106;Clean with rubbing alcohol;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[18, 20, 128];107;S1000D upissued;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[186, 2, 60, 279];108;Clean the brake pads.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[186, 2, 60, 353];108;Clean the brake pads.;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];109;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];109;"There are no specific handling instructions for this data
+ module.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[280];110;Operator;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[83, 89];111;Copyright (C) 2016;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];112;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];112;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];113;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];113;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[60, 279];114;Brake pads;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[60, 353];114;Brake pads;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[39, 291];115;As required;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[39, 306];115;As required;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];116;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];116;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[724, 498];117;Rubbing alcohol;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[1078, 498];117;Rubbing alcohol;DMC-BRAKE-A-DA1-10-00-00AA-251A-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];118;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];118;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];119;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];119;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[34];120;Bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[50, 6, 30, 102, 61, 3, 51];121;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[50, 6, 30, 115, 61, 3, 51];121;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];122;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];122;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[55, 143, 59];123;Mountain storm Mk1;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[146, 147, 59];124;Brook trekker Mk9;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[55, 34, 6, 55, 143, 59, 8, 146, 147, 59];125;Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9);DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];126;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];126;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[18, 20, 123, 74, 124, 107];127;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[44, 134];128;Bike book;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];129;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];129;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[109, 3, 54];130;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[113, 3, 54];130;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[44];131;BIKE;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[163, 190];132;Title page;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[55, 34];133;Mountain bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];134;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];134;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];135;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];135;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[18, 20, 128];136;S1000D upissued;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];137;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];137;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[83, 89];138;Copyright (C) 2016;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[18, 20, 897, 141];139;S1000D Sample Publication;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[55, 34, 496];140;Mountain bicycle manual;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];141;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];141;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];142;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];142;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[2035];143;CORENA;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[71];144;BY;DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];145;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];145;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-001A-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];146;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];146;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[72, 73, 4, 186];147;Other procedures to clean;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[72, 149, 4, 186];147;Other procedures to clean;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[496, 244];148;Manual test;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[269];149;Hubs;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1074];149;Hubs;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[94];150;Chain;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[142, 73];151;Install procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[142, 149];151;Install procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];152;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];152;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 3, 303];153;Description of function;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[410, 461];154;Drive train;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[333];155;Gears;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[437];155;Gears;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1140, 33, 76];156;Scheduled maintenance lists;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1339, 33, 368];156;Scheduled maintenance lists;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[826];157;Drivetrain;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[827];158;Mechs;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[384, 284, 73, 270];159;Post-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[384, 284, 149, 270];159;Post-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[468];160;Horn;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[60, 279];161;Brake pads;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[60, 353];161;Brake pads;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 31, 4, 270];162;Description attributed to crew;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 1393, 4, 270];162;Description attributed to crew;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[114, 73, 370, 177, 73];163;Remove procedures: Interactive content - Procedure;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[114, 149, 370, 177, 73];163;Remove procedures: Interactive content - Procedure;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[34];164;Bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[50, 6, 30, 102, 61, 3, 51];165;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[50, 6, 30, 115, 61, 3, 51];165;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 3, 70, 82, 5, 57, 586, 221];166;Description of how it is made: Knowledge Check;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 3, 70, 82, 23, 164, 586, 221];166;Description of how it is made: Knowledge Check;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];167;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];167;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[55, 34, 6, 55, 143, 59, 8, 146, 147, 59];168;Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[357, 25, 34];169;Riding a bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1847, 25, 34];169;Riding a bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[44, 134];170;Bike book;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];171;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];171;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[186, 37, 94, 334, 535];172;Clean with chain cleaning fluid;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[55, 34];173;Mountain bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[186, 37, 724, 498];174;Clean with rubbing alcohol;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[186, 37, 1078, 498];174;Clean with rubbing alcohol;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[71];175;BY;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[271];176;Shifters;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[484];176;Shifters;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[536];177;Oil;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[828, 139, 47, 322];178;Illustrated Parts Data - IPD;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[679, 290, 11, 322];178;Illustrated Parts Data - IPD;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1140, 33, 221];179;Scheduled maintenance checks;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1339, 33, 887];179;Scheduled maintenance checks;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];180;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];180;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[936, 252];181;Correlated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1079, 252];181;Correlated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[537, 1094, 385, 725];182;Servicing: Prerequisite concept review;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];183;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];183;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1357, 252];184;Detected fault;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1394, 252];184;Detected fault;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[133];185;Wheel;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[76, 3, 829, 47, 12];186;List of effective data modules;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[76, 3, 829, 11, 145];186;List of effective data modules;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[18, 20, 123, 74, 124, 107];187;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[383, 284, 73, 270];188;Pre-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[383, 284, 149, 270];188;Pre-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[358, 175];189;Inner tube;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[174];190;Stem;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[133];191;Wheels;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[648];191;Wheels;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[101, 133];192;Front wheel;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[371, 335];193;Performance support;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[151];194;Tire;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[226, 297, 73];195;Standard repair procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[226, 297, 149];195;Standard repair procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[726, 37, 439];196;Fill with air;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 3, 70, 82, 5, 57];197;Description of how it is made;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[140, 3, 70, 82, 23, 164];197;Description of how it is made;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];198;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];198;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[830, 284, 73, 270];199;Normal operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[830, 284, 149, 270];199;Normal operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];200;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];200;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[222];201;Handlebar;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[241, 1141];202;Servicing: Attention;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[537, 1141];202;Servicing: Attention;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[182, 242, 189, 155, 727];203;Applicability cross-reference table catalog;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[217];204;Frame;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1425, 252];205;Isolated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[1848, 252];205;Isolated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[221, 253];206;Check pressure;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[186, 37, 587, 440];207;Clean with degreasing agent;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[114, 73];208;Remove procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[114, 149];208;Remove procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[728];209;Steering;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[74];209;Steering;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[109, 3, 54];210;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[113, 3, 54];210;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[173, 133];211;Rear wheel;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];212;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];212;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];213;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];213;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[18, 20, 128];214;S1000D upissued;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[60, 156];215;Brake system;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[83, 89];216;Copyright (C) 2016;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[252, 937, 6, 654, 73];217;Fault reports and isolation procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[252, 1849, 6, 654, 149];217;Fault reports and isolation procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];218;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];218;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[304, 170];219;Time limits;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[304, 1850];219;Time limits;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[239];220;Headset;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[114, 6, 142, 25, 245, 281];221;Remove and install a new item;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[831, 29, 244, 243];222;Place on test stand;DMC-S1000DBIKE-A-D00-00-00-00AA-002A-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];223;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];223;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[72, 73, 4, 186];224;Other procedures to clean;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[72, 149, 4, 186];224;Other procedures to clean;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[496, 244];225;Manual test;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[269];226;Hubs;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1074];226;Hubs;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[94];227;Chain;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[142, 73];228;Install procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[142, 149];228;Install procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];229;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];229;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 3, 303];230;Description of function;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[410, 461];231;Drive train;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[333];232;Gears;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[437];232;Gears;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1140, 33, 76];233;Scheduled maintenance lists;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1339, 33, 368];233;Scheduled maintenance lists;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[826];234;Drivetrain;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[827];235;Mechs;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[55, 34, 6, 55, 143, 59];236;Mountain bicycle and Mountain storm Mk1;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[155, 3, 177];237;Table of contents;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[155, 3, 888];237;Table of contents;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[384, 284, 73, 270];238;Post-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[384, 284, 149, 270];238;Post-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[468];239;Horn;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[60, 279];240;Brake pads;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[60, 353];240;Brake pads;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 31, 4, 270];241;Description attributed to crew;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 1393, 4, 270];241;Description attributed to crew;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[114, 73, 370, 177, 73];242;Remove procedures: Interactive content - Procedure;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[114, 149, 370, 177, 73];242;Remove procedures: Interactive content - Procedure;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[32];243;All;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[34];244;Bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[50, 6, 30, 102, 61, 3, 51];245;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[50, 6, 30, 115, 61, 3, 51];245;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 3, 70, 82, 5, 57, 586, 221];246;Description of how it is made: Knowledge Check;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 3, 70, 82, 23, 164, 586, 221];246;Description of how it is made: Knowledge Check;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];247;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];247;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[55, 34, 6, 55, 143, 59, 8, 146, 147, 59];248;Mountain bicycle and (Mountain storm Mk1 or Brook trekker Mk9);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[357, 25, 34];249;Riding a bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1847, 25, 34];249;Riding a bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[44, 134];250;Bike book;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];251;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];251;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[186, 37, 94, 334, 535];252;Clean with chain cleaning fluid;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[55, 34];253;Mountain bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[186, 37, 724, 498];254;Clean with rubbing alcohol;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[186, 37, 1078, 498];254;Clean with rubbing alcohol;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[71];255;BY;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[271];256;Shifters;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[484];256;Shifters;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[536];257;Oil;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[828, 139, 47, 322];258;Illustrated Parts Data - IPD;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[679, 290, 11, 322];258;Illustrated Parts Data - IPD;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1140, 33, 221];259;Scheduled maintenance checks;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1339, 33, 887];259;Scheduled maintenance checks;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];260;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];260;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[936, 252];261;Correlated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1079, 252];261;Correlated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[537, 1094, 385, 725];262;Servicing: Prerequisite concept review;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];263;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];263;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1357, 252];264;Detected fault;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1394, 252];264;Detected fault;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[133];265;Wheel;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[18, 20, 123, 74, 124, 107];266;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[383, 284, 73, 270];267;Pre-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[383, 284, 149, 270];267;Pre-operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[358, 175];268;Inner tube;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[174];269;Stem;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[133];270;Wheels;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[648];270;Wheels;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[101, 133];271;Front wheel;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[371, 335];272;Performance support;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[151];273;Tire;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[226, 297, 73];274;Standard repair procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[226, 297, 149];274;Standard repair procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[726, 37, 439];275;Fill with air;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 3, 70, 82, 5, 57];276;Description of how it is made;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[140, 3, 70, 82, 23, 164];276;Description of how it is made;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];277;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];277;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[830, 284, 73, 270];278;Normal operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[830, 284, 149, 270];278;Normal operation procedures (crew);DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];279;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];279;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[222];280;Handlebar;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[241, 1141];281;Servicing: Attention;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[537, 1141];281;Servicing: Attention;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[182, 242, 189, 155, 727];282;Applicability cross-reference table catalog;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[217];283;Frame;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1425, 252];284;Isolated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[1848, 252];284;Isolated fault;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[55, 34, 6, 146, 147, 59];285;Mountain bicycle and Brook trekker Mk9;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[221, 253];286;Check pressure;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[186, 37, 587, 440];287;Clean with degreasing agent;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[114, 73];288;Remove procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[114, 149];288;Remove procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[728];289;Steering;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[74];289;Steering;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[109, 3, 54];290;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[113, 3, 54];290;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[173, 133];291;Rear wheel;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];292;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];292;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];293;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];293;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[18, 20, 128];294;S1000D upissued;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[60, 156];295;Brake system;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[83, 89];296;Copyright (C) 2016;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[252, 937, 6, 654, 73];297;Fault reports and isolation procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[252, 1849, 6, 654, 149];297;Fault reports and isolation procedures;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];298;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];298;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[304, 170];299;Time limits;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[304, 1850];299;Time limits;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[239];300;Headset;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[114, 6, 142, 25, 245, 281];301;Remove and install a new item;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[831, 29, 244, 243];302;Place on test stand;DMC-S1000DBIKE-A-D00-00-00-00AA-009A-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];303;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];303;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];304;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];304;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[32];305;All;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[50, 6, 30, 102, 61, 3, 51];306;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[50, 6, 30, 115, 61, 3, 51];306;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];307;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];307;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];308;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];308;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[18, 20, 123, 74, 124, 107];309;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[192, 242, 189, 155];310;Products cross-reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[1340, 242, 189, 155];310;Products cross-reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];311;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];311;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[109, 3, 54];312;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[113, 3, 54];312;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[55, 34];313;Mountain bicycle;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];314;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];314;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];315;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];315;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[18, 20, 128];316;S1000D upissued;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];317;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];317;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[83, 89];318;Copyright (C) 2016;DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];319;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];319;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];320;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];320;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];321;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];321;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00PA-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];322;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];322;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];323;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];323;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[32];324;All;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[2036, 1426];325;finished tour;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[2859, 1426];325;finished tour;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[10, 7, 150, 4, 5, 384, 729, 384, 2, 150, 637, 13, 25, 80, 5, 1142];326;" For this to be POST version 1, (POST-001), The condition specified in ""A-1"" must be true. ";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[10, 7, 150, 4, 5, 384, 729, 384, 2, 150, 1960, 13, 25, 80, 5, 1142];326;" For this to be POST version 1, (POST-001), The condition specified in ""A-1"" must be true. ";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[1426, 2036];327;tour finished;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[1426, 2859];327;tour finished;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[7, 162, 1427, 4, 1142, 41, 499, 36, 5, 66, 4, 2, 1143];328; This will evaluate to true if SB 1 has been applied to the airplane ;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[7, 162, 1427, 4, 1142, 41, 499, 81, 1080, 577, 4, 2, 1143];328; This will evaluate to true if SB 1 has been applied to the airplane ;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[2, 88, 1428, 5, 9, 10, 1144, 2037, 38, 10, 1429, 82, 153, 38, 500, 2, 730, 832, 3, 2, 1143, 2, 832, 3, 2, 1143, 5, 158, 71, 2, 2038];329; The values here are used for dependency checking, not for filtering. It does not indicate the current state of the airplane. The state of the airplane is provided by the IETM. ;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[2, 165, 1428, 24, 144, 10, 1144, 2037, 38, 10, 1429, 82, 1075, 38, 500, 2, 730, 832, 3, 2, 1143, 2, 832, 3, 2, 1143, 23, 187, 71, 2, 2038];329; The values here are used for dependency checking, not for filtering. It does not indicate the current state of the airplane. The state of the airplane is provided by the IETM. ;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[655, 241, 341, 157];330;Generic service bulletin type;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[150, 242, 189, 155];331;Conditions cross-reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[168, 242, 189, 155];331;Conditions cross-reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[50, 6, 30, 102, 61, 3, 51];332;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[50, 6, 30, 115, 61, 3, 51];332;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[384, 499, 6, 383, 499];333;POST SB 1 AND PRE SB 9;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];334;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];334;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[241, 341, 18, 10, 2, 323, 3, 2, 94, 1430];335;Service bulletin S001 for the installation of the chain guard;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];336;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];336;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[18, 20, 123, 74, 124, 107];337;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[1431, 150];338;Boolean condition;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[241, 341, 18, 94, 1430];339;Service bulletin S001 - Chain guard;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];340;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];340;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[241, 341];341;Service bulletin;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[109, 3, 54];342;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[113, 3, 54];342;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[2039];343;rfu-002;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[55, 34];344;Mountain bicycle;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];345;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];345;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];346;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];346;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[18, 20, 128];347;S1000D upissued;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];348;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];348;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[83, 89];349;Copyright (C) 2016;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];350;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];350;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];351;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];351;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[499];352;SB 1;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];353;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];353;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[655, 1431, 150];354;generic Boolean condition;DMC-S1000DBIKE-D-D00-00-00-00AA-00QA-AAA
+[157, 3, 44];355;Type of bike;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];356;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];356;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];357;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];357;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[32];358;All;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[1421];359;SN;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 102, 61, 3, 51];360;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 115, 61, 3, 51];360;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];361;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];361;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137];362;Serial number;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];363;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];363;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[18, 20, 123, 74, 124, 107];364;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[60, 652, 137];365;Brake Serial number;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[729, 2040];366;Version rank;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[55, 34];367;Mountain bicycle ;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];368;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];368;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[182, 242, 189, 155];369;Applicability cross-reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[109, 3, 54];370;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[113, 3, 54];370;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137, 3013, 29, 2, 217];371;Serial number (etched on the frame);DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137, 3133, 29, 2, 217];371;Serial number (etched on the frame);DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];372;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];372;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];373;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];373;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137, 29, 2, 60];374;Serial number on the brake;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[268];375;Model;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[18, 20, 128];376;S1000D upissued;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137, 1145, 833, 2, 501, 656, 469, 2, 309, 470, 657, 1095];377;"Serial Number (locate under the bottom bracket where the two
+ pedal cranks meet";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[652, 137, 1145, 833, 2, 501, 656, 469, 2, 309, 470, 1341, 1095];377;"Serial Number (locate under the bottom bracket where the two
+ pedal cranks meet";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];378;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];378;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[729];379;Version;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[83, 89];380;Copyright (C) 2016;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[2041];381;series;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[60, 268, 2, 268, 3, 2, 60, 13, 25, 44];382;Brake model - The model of the brake in a bike;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];383;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];383;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];384;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];384;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[2042];385;BSN;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[157];386;Type;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[268, 3, 2, 44];387;Model of the bike;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[729, 3, 2, 44];388;Version of the bike;DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];389;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];389;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-00WA-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];390;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];390;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];391;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];391;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[32];392;All;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1432, 1433];393;Chrome Bell;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[292, 2, 2043, 3, 2, 34];394;Control the acceleration of the bicycle.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[34, 292, 6, 898];395;Bicycle Controls and Indicators;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[34, 919, 6, 1395];395;Bicycle Controls and Indicators;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[34];396;Bicycle;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[50, 6, 30, 102, 61, 3, 51];397;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[50, 6, 30, 115, 61, 3, 51];397;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[538];398;off;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];399;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];399;To be made available to all S1000D users.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];400;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];400;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[18, 20, 123, 74, 124, 107];401;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[292, 6, 898];402;Controls and Indicators;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[919, 6, 1395];402;Controls and Indicators;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];403;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];403;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[539];404;Introduction;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[109, 3, 54];405;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[113, 3, 54];405;Limitations of liability:;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[219, 2044, 1146, 172, 60, 5, 3014];406;Lights illuminate automatically when brakes are engaged.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[795, 2044, 1146, 172, 317, 24, 3134];406;Lights illuminate automatically when brakes are engaged.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1133, 4, 2045, 1433, 1147, 9, 4, 2046, 25, 359, 10, 1141];407;Press to sound bell. Normally used to signal a need for attention.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1133, 4, 2045, 1433, 1147, 144, 4, 2046, 25, 359, 10, 1141];407;Press to sound bell. Normally used to signal a need for attention.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[382, 1148, 4, 441, 219];408;Push button to turn light ;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];409;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];409;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];410;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];410;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[29];411;on;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[2, 471, 155, 18, 6, 262, 18, 158, 2, 140, 6, 9, 3, 2, 292, 6, 898, 3015, 4, 2, 55, 34, 18, 472, 292, 6, 898, 45, 2047, 1096, 29, 2, 268];412;The following table(s) and illustration(s) provide the description and use of the controls and indicators pertaining to the mountain bicycle(s). Some controls and indicators may differ depending on the model.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[2, 796, 155, 18, 6, 262, 18, 158, 2, 140, 6, 9, 3, 2, 919, 6, 1395, 3135, 4, 2, 55, 34, 18, 472, 919, 6, 1395, 45, 2047, 1120, 29, 2, 268];412;The following table(s) and illustration(s) provide the description and use of the controls and indicators pertaining to the mountain bicycle(s). Some controls and indicators may differ depending on the model.;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[18, 20, 128];413;S1000D upissued;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1097, 2048];414;LED Taillight;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[2860, 2048];414;LED Taillight;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1097, 1434];415;LED Headlight;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[2860, 1434];415;LED Headlight;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];416;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];416;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[83, 89];417;Copyright (C) 2016;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];418;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];418;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1435, 152, 2049, 10, 2050, 105, 236];419;" cv56 (project-definable)=""For demonstration purposes only"" ";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[1435, 152, 2049, 10, 2050, 1961, 236];419;" cv56 (project-definable)=""For demonstration purposes only"" ";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];420;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];420;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];421;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];421;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[899, 470];422;Platform Pedals;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[899, 797];422;Platform Pedals;DMC-S1000DBIKE-A-D00-00-00-00AA-00XA-AAA
+[52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 171, 8, 14, 72, 54, 203, 43, 14, 9, 3, 7, 17];423;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 7, 17, 118, 5, 119, 10, 14, 120, 121, 85, 8, 122, 206, 8, 14, 72, 54, 207, 43, 14, 9, 3, 7, 17];423;"Neither ASD nor any person who has contributed to the creation,
+ revision or maintenance of this material shall be liable for any direct,
+ indirect, special or consequential damages or any other liability
+ arising from any use of this material.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1436];424;Filename;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[522, 76];425;Program listing;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[522, 813];425;Program listing;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 76, 163, 5, 38, 246, 13, 350];426;Random list titles are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 76, 339, 24, 38, 321, 13, 530];426;Random list titles are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1149, 64, 75];427;Commercial security classification;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1437, 2051, 588, 3016, 1150, 2052, 3017, 282, 1437];428;"Zone";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1437, 2051, 588, 3136, 1150, 2052, 3137, 282, 1437];428;"Zone";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[731, 732, 540, 938];429;//dmAddress/dmIdent/dmCode/@modelIdentCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[733, 589, 10, 76, 3, 1151, 372, 88];430;Acronym (Candidate for list of abbreviations) - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[733, 589, 10, 76, 3, 1851, 372, 88];430;Acronym (Candidate for list of abbreviations) - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[35, 939];431;User input;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[638, 734];432;Low intermediate;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1150, 114, 43, 372, 272];433;instloctyp01 removed from default BREX;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1150, 696, 43, 372, 272];433;instloctyp01 removed from default BREX;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2053];434;Subsubsystems;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2861];434;Subsubsystems;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[169, 2054, 1438];435;Level 2 (authorized workshop);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[169, 2862, 1438];435;Level 2 (authorized workshop);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[33, 169];436;Maintenance level;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[282, 293, 40, 342];437;Zones common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1396, 293, 40, 342];437;Zones common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[155, 3, 177];438;Table of contents;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[155, 3, 888];438;Table of contents;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1152, 236, 10, 386, 47, 431, 387];439;Underline (only for legacy data, see Chap 3.9.1);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1152, 236, 10, 386, 11, 431, 387];439;Underline (only for legacy data, see Chap 3.9.1);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[585, 1439];440;Visual examination;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2055];441;//@itemOriginator;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2056];442;Advanced;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2863];442;Advanced;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[590];443;Temperature;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 733, 8, 1151];444;Type of acronym or abbreviation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[735, 1440];445;Evident, Economic;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[442];446;Length;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[539, 4, 2, 44, 272, 834];447;Introduction to the Bike BREX DM;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1441, 88];448;Torque value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2057, 1153];449;//supervisorLevel/@supervisorLevelCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[226, 297, 73];450;Standard repair procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[940, 304];451;Hard time;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[215, 76];452;Wire list;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[231, 443];453;//caption/@color;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[900];454;Months;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1962];454;Months;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[941, 589, 10, 76, 3, 941];455;Term (Candidate for list of terms);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[941, 589, 10, 76, 3, 1852];455;Term (Candidate for list of terms);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[897];456;sample;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[55, 34];457;Mountain bicycle;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1442, 1443];458;Shop visits;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1442, 2864];458;Shop visits;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[835, 372, 88];459;Clear - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[830, 284];460;Normal operation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[335, 232, 293, 40, 342];461;Support equipment common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[536];462;Oil;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[156, 44, 69, 312];463;Systems (Bike specific SNS);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1118, 44, 69, 312];463;Systems (Bike specific SNS);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1444, 1154];464;//commentResponse/@responseType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[27, 5, 26, 98, 150, 16, 100, 68, 2, 47, 178, 10, 8, 64, 75, 3, 7, 11, 12];465;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[27, 24, 26, 98, 168, 16, 100, 68, 2, 11, 188, 10, 8, 64, 75, 3, 7, 11, 12];465;"There are no known conditions that would change the data restrictions for, or
+ security classification of, this data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[936, 252];466;Correlated fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1079, 252];466;Correlated fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[182, 242, 189, 155, 343];467;Applicability Cross-reference Table (ACT);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[373, 414, 31, 88];468;XML/SGML attribute value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1357, 252];469;Detected fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1394, 252];469;Detected fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[186, 37, 1155, 440];470;Clean with chemical agent;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[373, 414, 415];471;XML/SGML markup;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[736, 1156, 76, 38, 246, 1445, 13, 374, 47, 12];472;Sequential (numbered) lists not allowed unless in descriptive data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[736, 1156, 368, 38, 321, 1445, 13, 374, 11, 145];472;Sequential (numbered) lists not allowed unless in descriptive data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[18, 20, 123, 74, 124, 107];473;S1000D-SC-2016-017-002-00 Steering Committee TOR;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1896, 591, 1446, 591];474;//warning/randomList/listItem/randomList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[324, 591, 1446, 591];474;//warning/randomList/listItem/randomList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[241, 1447];475;Servicing (SVC);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[537, 1447];475;Servicing (SVC);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 76, 163, 5, 38, 246, 13, 324];476;Random list titles are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 76, 339, 24, 38, 321, 13, 495];476;Random list titles are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1157, 39, 183, 325, 3, 70, 25, 272, 11, 12, 5, 416, 4, 5, 9];477;serve as an example of how a BREX data module is meant to be used;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1157, 39, 183, 325, 3, 70, 25, 272, 11, 12, 23, 3138, 4, 5, 144];477;serve as an example of how a BREX data module is meant to be used;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 541, 570, 153, 38, 66, 4, 2, 44, 2058];478;Types of aircrew drills do not apply to the Bike DMs;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[258, 3, 541, 1121, 153, 38, 66, 4, 2, 44, 2058];478;Types of aircrew drills do not apply to the Bike DMs;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[140];479;Description;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 47, 12, 80, 5, 725, 6, 1897, 71, 1448, 298, 901];480;Bike data modules must be reviewed and approved by EPWG before publishing.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 11, 145, 80, 5, 2865, 6, 1963, 71, 1448, 298, 1964];480;Bike data modules must be reviewed and approved by EPWG before publishing.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[360, 542];481;Computer output;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 1449];482;"Sets the caption to ""ABORT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 1449];482;"Sets the caption to ""ABORT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[140, 3, 70, 82, 5, 57];483;Description of how it is made;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[140, 3, 70, 82, 23, 164];483;Description of how it is made;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[27, 5, 26, 69, 92, 166, 10, 7, 11, 12];484;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[27, 24, 26, 69, 92, 185, 10, 7, 11, 12];484;"There are no specific handling instructions for this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[33, 592];485;Maintenance allocation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[522, 462, 230];486;Program variable name;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1158, 942];487;Verbatim style;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2, 44, 47, 154, 80, 160, 325, 3, 70, 4, 66, 1898, 6, 2059, 1098, 502, 169, 3, 385, 1450];488;The Bike data set must contain examples of how to apply constructs and principles representing various levels of concept sophistication.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2, 44, 11, 154, 80, 160, 1853, 3, 70, 4, 66, 1965, 6, 2866, 2867, 502, 649, 3, 385, 1450];488;The Bike data set must contain examples of how to apply constructs and principles representing various levels of concept sophistication.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1451, 3, 232, 179, 215];489;Origin of equipment/harness/wire;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[139, 293, 40, 342];490;Parts common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[290, 293, 40, 342];490;Parts common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[943, 372, 88];491;Bold - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1425, 252];492;Isolated fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1848, 252];492;Isolated fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[411, 135];493;Modification code;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[488, 3, 591, 281, 170, 4, 543, 463];494;Prefix of 'randomList' items, limited to three variants;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[488, 3, 591, 713, 198, 4, 543, 3139];494;Prefix of 'randomList' items, limited to three variants;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[221, 33];495;Check maintenance;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1159];496;//@commentPriorityCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 944];497;"Sets the caption to ""CANCEL""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 944];497;"Sets the caption to ""CANCEL""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[417];498;Section;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2060];499;//@taskCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[655, 1158];500;Generic verbatim;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[252, 937, 6, 654, 73];501;Fault reports and isolation procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[252, 1849, 6, 654, 149];501;Fault reports and isolation procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[287, 76, 5, 38, 246, 13, 350];502;Ordered lists are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1397, 368, 24, 38, 321, 13, 530];502;Ordered lists are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[731, 732, 540, 945];503;//dmAddress/dmIdent/dmCode/@systemCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[133, 68];504;Wheel change;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 336];505;"Sets the caption to ""END""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 336];505;"Sets the caption to ""END""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[444, 474, 444, 946, 444];506;Dash (short dash - ISOpub: dash);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1160, 947, 337, 68];507;Auxiliary power unit change;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 1161];508;"Sets the caption to ""YES""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 1161];508;"Sets the caption to ""YES""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[731, 732, 540, 948];509;//dmAddress/dmIdent/dmCode/@subSystemCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[496, 244];510;Manual test;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[544, 135];511;Manufacturer code;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[64, 658];512;//security/@commercialClassification;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[182, 342];513;Applicability repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];514;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];514;Ministries of Defence of the member countries of ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[140, 3, 303, 31, 4, 270, 326, 571];515;Description of function attributed to crew (functional breakdown);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[140, 3, 303, 1393, 4, 270, 326, 571];515;Description of function attributed to crew (functional breakdown);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1452];516;Vendor;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1162];517;None;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1899, 8, 836, 1163, 38, 1164, 8, 836, 140];518;//descendant-or-self::orderedList[not(ancestor-or-self::description)];DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[327, 5, 183, 285, 659];519;Access is an electrical panel;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[327, 23, 183, 285, 659];519;Access is an electrical panel;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[231, 10, 445, 949, 231];520;Caption for dialog reset caption;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[47, 319];521;Data structure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[11, 319];521;Data structure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1453];522;Accepted;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1854];522;Accepted;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 268, 228];523;Bike model identification;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 1454, 4, 25, 503];524;Type of response to a comment;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1455];525;kilometer;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[292, 6, 898, 293, 40, 342];526;Controls and indicators common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[919, 6, 1395, 293, 40, 342];526;Controls and indicators common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[591, 1165];527;//randomList/@listItemPrefix;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[830, 284, 73];528;Normal operation procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[18, 20, 44, 219, 156];529;S1000D Bike light system;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[7, 31, 5, 359, 1456, 737, 1166, 1457, 2061, 737, 1458, 1167, 738, 2062, 5, 38, 66, 1458, 1456];530;"This attribute is needed
+//taskDefinition/@skillType
+Personnel skill categorization is not applied
+";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[7, 31, 23, 798, 1456, 737, 1166, 1457, 2061, 737, 1458, 1167, 738, 2062, 23, 38, 577, 1458, 1456];530;"This attribute is needed
+//taskDefinition/@skillType
+Personnel skill categorization is not applied
+";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[638];531;Low;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1459];532;Station;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1460];533;Grey;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2063];534;Weeks;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2868];534;Weeks;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[50, 6, 30, 102, 61, 3, 51];535;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[50, 6, 30, 115, 61, 3, 51];535;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1461, 1453];536;Partially accepted;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1461, 1854];536;Partially accepted;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[500, 2, 446, 3, 38, 2064, 37, 2, 260];537;indicates the impact of not complying with the requirement;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1081, 2, 446, 3, 38, 2869, 37, 2, 260];537;indicates the impact of not complying with the requirement;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[327, 5, 25, 1168];538;Access is a door;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[327, 23, 25, 1168];538;Access is a door;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[545];539;White;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[68, 114, 6, 142];540;Change = Remove and install;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1358, 313, 328];541;Hidden, Non-Safety;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1398, 313, 328];541;Hidden, Non-Safety;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1462];542;Amber;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[739, 1463];543;Discard (DIS);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[241, 341];544;Service Bulletin;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[229, 223];545;Business rules;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[229, 234];545;Business rules;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[373, 414, 1464, 230];546;XML/SGML entity name;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 76, 80, 38, 5, 1465, 159, 350];547;Random lists must not be nested within Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 368, 80, 38, 5, 1855, 159, 530];547;Random lists must not be nested within Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 40, 135];548;Bike information codes;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 40, 369];548;Bike information codes;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[167, 76, 5, 38, 246, 13, 350];549;Definition lists are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[167, 368, 24, 38, 321, 13, 530];549;Definition lists are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[235, 169];550;Training level;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1466];551;fec;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[734];552;Intermediate;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1169, 236, 10, 432, 1900];553;Overline (only for marking vectors);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1169, 236, 10, 525, 1966];553;Overline (only for marking vectors);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 1467];554;"Sets the caption to ""OK""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 1467];554;"Sets the caption to ""OK""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 1170];555;Bike technician;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[950, 230];556;Parameter name;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[951, 1468, 33];557;Since last maintenance;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[18, 20, 60, 156];558;S1000D Brake system;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[952, 1171];559;//installationLocation/@installationLocationType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2, 44, 272, 162, 5, 1172, 3, 1469, 3018, 4, 740, 16, 249, 245, 546, 191, 5, 2065, 1098, 13, 2, 272, 12];560;The Bike BREX will be subject of continuous enhancements to ensure that each new specification issue is appropriately represented in the BREX module.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2, 44, 272, 162, 5, 1172, 3, 1469, 3140, 4, 740, 16, 249, 245, 546, 191, 23, 2065, 1967, 13, 2, 272, 12];560;The Bike BREX will be subject of continuous enhancements to ensure that each new specification issue is appropriately represented in the BREX module.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[953, 38, 31, 1159];561;//commentPriority[not(attribute::commentPriorityCode)];DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[593];562;//@skillLevelCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[231, 10, 445, 954, 303];563;Caption for dialog submit function;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[245, 40, 230, 10, 25, 6, 25];564;New information names for 022A and 024A;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[245, 40, 714, 10, 25, 6, 25];564;New information names for 022A and 024A;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[433, 1164, 8, 836, 350];565;//note[ancestor-or-self::caution];DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2066];566;Rejected;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2870];566;Rejected;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[244, 1470];567;Test preparation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[504];568;Open;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 837];569;Type of emphasis;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[522, 462, 88];570;Program variable value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1471, 475];571;Buttock line;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[68, 114, 6, 142, 25, 245, 281];572;Change = Remove and install a new item;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[50, 6, 30, 102, 61, 3, 51, 22];573;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[50, 6, 30, 115, 211, 3, 51, 22];573;AeroSpace and Defence Industries Associations of Europe - ASD.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[585, 221, 1472];574;Visual check (VCK);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[388, 47, 157];575;Quantity data type;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[388, 11, 157];575;Quantity data type;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[388, 1173];576;//quantity/@quantityType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[806];577;Years;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1968];577;Years;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[326, 6, 8, 594, 361, 342];578;Functional and/or physical areas repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[326, 6, 8, 594, 1082, 342];578;Functional and/or physical areas repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1174];579;Constant;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1473, 1474];580;//sourceType/@sourceCriticality;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 1475];581;"Sets the caption to ""EXIT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 1475];581;"Sets the caption to ""EXIT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[28, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 5, 78, 10, 181, 41, 28, 4, 2, 17, 160, 13, 7, 42, 36, 62, 6, 5, 79];582;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[132, 4, 7, 42, 45, 62, 93, 67, 129, 2, 35, 23, 78, 10, 212, 41, 132, 4, 2, 17, 200, 13, 7, 42, 36, 213, 6, 24, 79];582;"Revisions to this document may occur after its issuance. The user is
+ responsible for determining if revisions to the material contained in
+ this document have occurred and are applicable.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[326, 221, 1476];583;Functional Check (FNC);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2067, 2068];584;//limitType/@limitUnitType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[411, 73];585;Modification procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[411, 149];585;Modification procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[737, 1166, 953, 1159, 737];586;"//commentPriority/@commentPriorityCode";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[660, 1175];587;//threshold/@thresholdUnitOfMeasure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[698, 589, 10, 76, 3, 698];588;Symbol (Candidate for list of symbols);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[698, 589, 10, 76, 3, 1122];588;Symbol (Candidate for list of symbols);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1176, 589, 10, 76, 3, 79, 1176];589;Spec (Candidate for list of applicable specs);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1176, 589, 10, 76, 3, 79, 2871];589;Spec (Candidate for list of applicable specs);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1099, 380, 1477];590;Detailed inspection (DET);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[150, 242, 189, 155, 418];591;Conditions Cross-reference Table (CCT);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[168, 242, 189, 155, 418];591;Conditions Cross-reference Table (CCT);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[304, 273, 1177];592;Time between overhaul;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[731, 732, 540, 955];593;//dmAddress/dmIdent/dmCode/@assyCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[956];594;Price;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[505, 44, 69, 312];595;Subsystems (Bike specific SNS);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1856, 44, 69, 312];595;Subsystems (Bike specific SNS);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[735, 328];596;Evident, Safety;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[64, 75];597;Security classification;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[433, 5, 38, 246, 13, 324];598;Notes are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[715, 24, 38, 321, 13, 495];598;Notes are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[445, 2069];599;//dialog/@cancelCaption;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1178, 38, 4, 5, 9, 4, 432, 1478, 227];600;Strikethrough (not to be used to mark deleted text);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1178, 38, 4, 5, 144, 4, 432, 1857, 227];600;Strikethrough (not to be used to mark deleted text);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[305, 734];601;High intermediate;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[32];602;All;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[196, 585, 380, 1479];603;General visual inspection (GVI);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[64, 547];604;//security/@securityClassification;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[350, 591, 163];605;//caution/randomList/title;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 949];606;"Sets the caption to ""RESET""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 949];606;"Sets the caption to ""RESET""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[229, 223, 42];607;Business rules document;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[229, 234, 42];607;Business rules document;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1480, 1179];608;//inlineSignificantData/@significantParaDataType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1180, 1481];609;Lubrication (LUB);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[196, 33, 73];610;General maintenance procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[7, 17, 5, 158, 39, 5, 6, 52, 22, 53, 14, 48, 49, 36, 117, 4, 2, 46, 28, 8, 33, 3, 2, 17, 57, 14, 205, 8, 125, 103, 8, 201, 96, 91, 38, 170, 4, 125, 3, 126, 8, 127, 10, 14, 108, 105];611;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[7, 17, 23, 187, 39, 23, 6, 52, 22, 53, 14, 48, 49, 81, 130, 4, 2, 46, 28, 8, 33, 3, 2, 17, 199, 14, 209, 8, 131, 103, 8, 210, 184, 91, 38, 198, 4, 131, 3, 126, 8, 127, 10, 14, 108, 105];611;"This material is provided ""As is"" and neither ASD nor any person who
+ has contributed to the creation, revision or maintenance of the material
+ makes any representations or warranties, express or implied, including
+ but not limited to, warranties of merchantability or fitness for any
+ particular purpose.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[445, 2070];612;//dialog/@resetCaption;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1181];613;//@accessPointTypeValue;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[350, 1482];614;//caution/definitionList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[373, 414, 31, 230];615;XML/SGML attribute name;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 270, 99];616;Type of crew member;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[163, 190];617;Title page;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[838, 169, 3, 25, 503];618;Priority level of a comment;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[735, 548];619;Evident, operational;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[549, 304, 170];620;Out time limit;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[179, 76];621;Harness list;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[828, 139, 47];622;Illustrated parts data;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[679, 290, 11];622;Illustrated parts data;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1483, 1182];623;//crewDrill/@drillType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[838, 169, 3, 25, 503, 291];624;Priority level of a comment required;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[838, 169, 3, 25, 503, 306];624;Priority level of a comment required;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[500, 2, 157, 3, 595];625;indicates the type of source;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1081, 2, 157, 3, 595];625;indicates the type of source;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[837, 1183];626;//emphasis/@emphasisType;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1473, 1484];627;//sourceType/@sourceTypeCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[737, 1166, 1485, 839, 737];628;"//crewMember/@crewMembertype";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[304];629;Time;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[957, 9, 29, 44, 360, 489];630;Blue (used on Bike Computer Display);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[957, 144, 29, 44, 360, 489];630;Blue (used on Bike Computer Display);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[596];631;//@quantityUnitOfMeasure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[4, 292, 6, 597, 2, 1469, 1184, 3, 2, 44, 47, 154];632;to control and guide the continuous development of the Bike data set;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[4, 292, 6, 597, 2, 1469, 1184, 3, 2, 44, 11, 154];632;to control and guide the continuous development of the Bike data set;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[305];633;High;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[232, 76];634;Equipment list;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[326, 221];635;Functional check;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2071, 1185];636;//verbatimText/@verbatimStyle;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[196];637;General;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[142, 73];638;Install procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[373, 414, 19, 230];639;XML/SGML element name;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1486];640;Ammunition;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[292, 8, 898, 88];641;Control or Indicator value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[544, 1100];642;Manufacturers recommendation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2872, 1100];642;Manufacturers recommendation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1896, 591, 163];643;//warning/randomList/title;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[324, 591, 163];643;//warning/randomList/title;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[726, 37, 439];644;Fill with air;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2072];645;//@submitCaption;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[324, 1163];646;//warning/orderedList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 270, 99, 291, 10, 570, 8, 476, 274];647;Type of crew member required for drill or procedural step;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 270, 99, 306, 10, 570, 8, 476, 274];647;Type of crew member required for drill or procedural step;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1487];648;Routine;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[839];649;//@crewMembertype;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[287, 76, 5, 38, 246, 13, 324];650;Ordered lists are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1397, 368, 24, 38, 321, 13, 495];650;Ordered lists are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];651;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];651;"Export of this data module to all countries that are the residence of
+ organizations that are users of S1000D is permitted. Storage of this data module
+ is to be at the discretion of the organization.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 1488];652;"Sets the caption to ""QUIT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 1488];652;"Sets the caption to ""QUIT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[433, 1164, 8, 836, 324];653;//note[ancestor-or-self::warning];DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 835];654;"Sets the caption to ""CLEAR""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 835];654;"Sets the caption to ""CLEAR""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[548, 221, 1489];655;Operational check (OPC);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[373, 414, 1101, 166];656;XML/SGML processing instruction;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2073, 252];657;Observed fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2873, 252];657;Observed fault;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[840, 142, 6, 661, 73];658;Assemble, install and connect procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[840, 142, 6, 661, 149];658;Assemble, install and connect procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[383, 284, 73];659;Pre-operation procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 142, 490];660;Type of install location;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[217];661;Frame;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1186];662;Green;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[196, 324, 6, 350, 6, 902, 328, 47];663;General warnings and cautions and related safety data;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[196, 495, 6, 530, 6, 920, 328, 11];663;General warnings and cautions and related safety data;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[731, 732, 540, 958];664;//dmAddress/dmIdent/dmCode/@infoCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1490, 169];665;Supervisor level;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[109, 3, 54];666;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[113, 3, 54];666;Limitations of liability:;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1187, 135];667;Qualification code;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[157, 3, 327, 447];668;Type of access point;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1485, 38, 31, 839];669;//crewMember[not(attribute::crewMemberType)];DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[433, 5, 38, 246, 13, 350];670;Notes are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[715, 24, 38, 321, 13, 530];670;Notes are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[182, 242, 189, 727];671;Applicability cross reference catalog;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[522, 1491];672;Program prompt;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1188, 166];673;Accomplishment instruction;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[83, 89];674;Copyright (C) 2016;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[284];675;Operation;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1189];676;Mass;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 26];677;"Sets the caption to ""NO""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 26];677;"Sets the caption to ""NO""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1190, 236, 10, 386, 47, 431, 387];678;Italic (only for legacy data, see Chap 3.9.1);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1190, 236, 10, 386, 11, 431, 387];678;Italic (only for legacy data, see Chap 3.9.1);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2, 44, 272, 11, 12, 36, 2074, 5, 959, 4];679;The Bike BREX data module has primarily been developed to;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2, 44, 272, 11, 12, 81, 2074, 1080, 1969, 4];679;The Bike BREX data module has primarily been developed to;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[140, 3, 303];680;Description of function;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[166, 1492];681;Instruction disposition;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[733, 1493];682;//acronym/@acronymtype;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[229, 223, 402];683;Business rules exchange;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[229, 234, 402];683;Business rules exchange;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[655, 419, 177];684;Generic learning content;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[655, 529, 177];684;Generic learning content;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[337, 3, 903, 10, 2, 660, 1494];685;Unit of measurement for the threshold interval;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[231, 10, 445, 944, 303];686;Caption for dialog cancel function;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[639, 1191, 47, 157];687;Paragraph significant data type;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[639, 1191, 11, 157];687;Paragraph significant data type;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[328, 1495];688;Safety critical;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[384, 284, 73];689;Post-operation procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[960];690;Red;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[544];691;Manufacturer;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[18, 20, 44, 899];692;S1000D Bike platform;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[4, 5, 247];693;to be defined;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[4, 5, 716];693;to be defined;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[192, 242, 189, 155, 389];694;Product Cross-reference Table (PCT);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1496, 1096, 29, 76, 169, 488, 37, 474, 444, 10, 598, 169, 1497, 10, 741, 6, 474, 444, 10, 1192, 169, 946, 1498, 444, 372, 88];695;Unorder (Depending on list level, prefix with short dash for first level, bullet for second, and short dash for third level - ISOpub: bull, dash) - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1496, 1120, 29, 76, 169, 488, 37, 474, 444, 10, 598, 169, 1497, 10, 741, 6, 474, 444, 10, 1192, 169, 946, 1498, 444, 372, 88];695;Unorder (Depending on list level, prefix with short dash for first level, bullet for second, and short dash for third level - ISOpub: bull, dash) - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1193];696;Volume;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[4, 5, 57, 86, 4, 32, 18, 20, 35];697;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[4, 5, 164, 86, 4, 32, 18, 20, 63];697;To be made available to all S1000D users.;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[403];698;Lubricant;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[303, 47, 10, 807, 6, 140];699;Function, data for plans and description;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[303, 11, 10, 1970, 6, 140];699;Function, data for plans and description;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[231, 443];700;Caption color;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[539];701;Introduction;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[76, 3, 190, 8, 47, 12, 431, 310, 135, 841, 6, 135, 18];702;List of pages or data modules See also code 00R and code 00S;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[76, 3, 717, 8, 11, 145, 431, 310, 135, 841, 6, 135, 18];702;List of pages or data modules See also code 00R and code 00S;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[170, 157];703;Limit type;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[961, 26, 488, 236, 1499];704;Simple (No prefix, only indent);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1500];705;Voltage;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];706;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];706;"Users may destroy this data module in accordance with their own local
+ procedures.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[327, 5, 25, 659];707;Access is a panel;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[327, 23, 25, 659];707;Access is a panel;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[337, 8, 250];708;Units or assembly;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[921, 8, 250];708;Units or assembly;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2075, 2076];709;//maintLevel/@maintLevelCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[167, 76, 5, 38, 246, 13, 324];710;Definition lists are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[167, 368, 24, 38, 321, 13, 495];710;Definition lists are not allowed in Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1501];711;Emergency;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[388, 47, 337, 3, 742, 10, 1502, 40, 138, 4, 387, 6, 2, 1503, 373, 155];712;Quantity data unit of measure - for further information refer to Chap 3.9.6.2 and the corresponding xml table;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[388, 11, 337, 3, 742, 10, 1502, 40, 138, 4, 387, 6, 2, 1503, 373, 155];712;Quantity data unit of measure - for further information refer to Chap 3.9.6.2 and the corresponding xml table;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1358, 328];713;Hidden, Safety;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1398, 328];713;Hidden, Safety;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[731, 732, 540, 2077];714;//dmAddress/dmIdent/dmCode/@subSubystemCode;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[350, 1163];715;//caution/orderedList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[169, 1194];716;Level 1 (home);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[253, 221];717;Pressure check;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1504, 230];718;Class name;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[537];719;Servicing;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[44, 420];720;Bike rider;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[599];721;Yellow;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1505, 1506];722;Restoration (RST);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[114, 73];723;Remove procedure;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[324, 1482];724;//warning/definitionList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[350, 591, 1446, 591];725;//caution/randomList/listItem/randomList;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2078];726;Pending;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[2874];726;Pending;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[699];727;Days;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1399];727;Days;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 1195];728;"Sets the caption to ""CONTINUE""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 1195];728;"Sets the caption to ""CONTINUE""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[638, 169, 3, 64, 75, 237, 2079];729;1 (lowest level of security classification, eg Unclassified);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1971, 169, 3, 64, 75, 237, 1005];729;1 (lowest level of security classification, eg Unclassified);DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[27, 5, 26, 110, 109, 16, 66, 4, 7, 11, 12];730;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[27, 24, 26, 110, 113, 16, 66, 4, 7, 11, 12];730;"There are no dissemination limitations that apply to this data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 76, 80, 38, 5, 1465, 159, 324];731;Random lists must not be nested within Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[473, 368, 80, 38, 5, 1855, 159, 495];731;Random lists must not be nested within Warnings;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[29, 150];732;On condition;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[326, 281, 137, 293, 40, 342];733;Functional item numbers common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[326, 281, 799, 293, 40, 342];733;Functional item numbers common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[390, 475];734;Water line;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[448];735;Basic;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[434, 135];736;Task code;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[154, 2, 231, 4, 954];737;"Sets the caption to ""SUBMIT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[266, 2, 231, 4, 954];737;"Sets the caption to ""SUBMIT""";DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[381];738;Partner;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[72, 73, 4, 186];739;Other procedure to clean;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1167, 738, 169];740;Personnel skill level;DMC-S1000DBIKE-D-D00-00-00-00AA-022A-AAA
+[1436];741;Filename;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[550, 1190, 236, 10, 386, 47, 431, 387];742;em02 - Italic (only for legacy data, see Chap 3.9.1);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[550, 1190, 236, 10, 386, 11, 431, 387];742;em02 - Italic (only for legacy data, see Chap 3.9.1);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 443, 13, 2, 1507, 904];743;Decide whether to use color in the final deliverable.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 905, 13, 2, 19, 1196];744;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 922, 13, 2, 19, 1196];744;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[473, 76, 163, 5, 38, 246, 13, 350];745;Random list titles are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[473, 76, 339, 24, 38, 321, 13, 530];745;Random list titles are not allowed in Cautions;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 743, 1197, 227, 6, 833, 275, 1901, 1508, 10, 743, 1197, 190, 600, 80, 5, 42];746;"Decide whether to use double column text, and under what
+ circumstances. Typography for double column page layout must be
+ documented.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 743, 1197, 227, 6, 833, 275, 1972, 1508, 10, 743, 1197, 190, 600, 80, 5, 1973];746;"Decide whether to use double column text, and under what
+ circumstances. Typography for double column page layout must be
+ documented.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[247, 2, 291, 421, 10, 182];747;Define the required functionality for applicability.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[247, 2, 306, 421, 10, 182];747;Define the required functionality for applicability.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[489, 3, 68, 432];748;Display of change marks;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[489, 3, 68, 1123];748;Display of change marks;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2053];749;Subsubsystems;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2861];749;Subsubsystems;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[223, 10, 2, 40, 230];750;Rules for the information names;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[234, 10, 2, 40, 714];750;Rules for the information names;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 2, 19, 1509];751;"Decide whether and how to use the element
+ .";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[47, 962, 10, 32, 12, 157, 80, 96, 35, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 73];752;"Data destruction for all module types must include, ""Users may
+ destroy this data module in accordance with their own local
+ procedures.""";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[11, 962, 10, 32, 12, 258, 80, 96, 63, 45, 106, 7, 11, 12, 13, 97, 37, 77, 90, 87, 149];752;"Data destruction for all module types must include, ""Users may
+ destroy this data module in accordance with their own local
+ procedures.""";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 70, 4, 400, 19, 2080, 19, 2081, 6, 19, 2082, 172, 9, 2, 936, 252, 385];753;"Decide how to populate element , element
+ and element when
+ using the correlated fault concept.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 70, 4, 400, 19, 2080, 19, 2081, 6, 19, 2082, 172, 307, 2, 1079, 252, 385];753;"Decide how to populate element , element
+ and element when
+ using the correlated fault concept.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 96, 6, 197, 2, 544, 18, 139, 26, 8, 189, 26];754;"Decide whether to include and present the manufacturer’s part No.
+ or reference No.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 25, 901, 8, 25, 1510, 389, 47, 12];755;Use of a published or a transient PCT data module;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 25, 1858, 8, 25, 1510, 389, 11, 12];755;Use of a published or a transient PCT data module;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 305, 37, 491, 166];756;Decide whether to use HIGH with updating instruction.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 305, 37, 1110, 166];756;Decide whether to use HIGH with updating instruction.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2083];757;Avaric;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 1511];758;Use of the attribute sbMaterialIdent;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[152, 80, 5, 1198, 3, 2084, 3019, 172, 246, 274, 137, 4, 471, 2, 324, 6, 740, 16, 27, 5, 25, 835, 662, 13, 2, 136, 273, 2, 324, 6, 2, 1199, 274];759;"Projects must be aware of potential hazards when allowing
+ step numbers to follow the warning and ensure that there is a
+ clear connection in the presentation between the warning and the
+ associated steps.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1124, 80, 5, 1198, 3, 2084, 3141, 172, 3142, 274, 799, 4, 471, 2, 324, 6, 740, 16, 27, 23, 25, 835, 662, 13, 2, 136, 273, 2, 324, 6, 2, 1342, 485];759;"Projects must be aware of potential hazards when allowing
+ step numbers to follow the warning and ensure that there is a
+ clear connection in the presentation between the warning and the
+ associated steps.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2085];760;Latin;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 246, 477, 1454, 2086, 10, 1359, 281];761;"Decide whether to allow multiple response attempts for interaction
+ items.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 246, 477, 1454, 2875, 10, 1359, 713];761;"Decide whether to allow multiple response attempts for interaction
+ items.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 272, 47, 12, 4, 402, 312];762;Use of the BREX data module to exchange SNS;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 272, 11, 12, 4, 402, 312];762;Use of the BREX data module to exchange SNS;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 158, 248, 523, 3, 249, 11, 12, 157, 343, 418, 6, 389, 8, 4, 2087, 2, 152, 276, 477, 523, 3, 249, 11, 12, 157, 6, 2, 255, 10, 2088];763;"Decide whether to provide one instance of each data module types
+ (ACT, CCT and PCT) or to segregate the project into multiple
+ instances of each data module type, and the method for
+ segregation.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 158, 248, 523, 3, 249, 11, 12, 258, 343, 418, 6, 389, 8, 4, 2087, 2, 152, 276, 477, 818, 3, 249, 11, 12, 157, 6, 2, 255, 10, 2088];763;"Decide whether to provide one instance of each data module types
+ (ACT, CCT and PCT) or to segregate the project into multiple
+ instances of each data module type, and the method for
+ segregation.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[192, 242];764;Products cross;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1340, 242];764;Products cross;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1512, 13, 2, 277, 47, 12];765;"Use of the element in the process data
+ modules";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1512, 13, 2, 277, 11, 145];765;"Use of the element in the process data
+ modules";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 432, 524, 733, 71, 2, 9, 3, 2, 227, 19, 733, 6, 2089, 41, 9, 15, 21, 4, 9, 2, 31, 1493, 58, 88, 4, 9, 6, 220, 216, 167, 4, 2, 88];766;"Decide whether and how to mark up acronyms by the use of the text
+ elements and . If used, decide
+ whether to use the attribute acronymType, which values to use and
+ allocate suitable definitions to the values.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 432, 524, 2876, 71, 2, 9, 3, 2, 227, 257, 733, 6, 2089, 41, 144, 15, 21, 4, 9, 2, 31, 1493, 58, 165, 4, 9, 6, 220, 216, 254, 4, 2, 165];766;"Decide whether and how to mark up acronyms by the use of the text
+ elements and . If used, decide
+ whether to use the attribute acronymType, which values to use and
+ allocate suitable definitions to the values.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 255, 3, 228, 3, 2, 2090, 43, 139];767;"Decide on the method of identification of the altered from
+ part.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 31, 1153];768;Use of attribute supervisorLevelCode;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1513, 58, 88, 4, 9, 6, 220, 216, 167, 4, 2, 88];769;"Decide whether to use the attribute checkListCategory, which
+ values to use and allocate suitable definitions to the values";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1513, 58, 165, 4, 9, 6, 220, 216, 254, 4, 2, 165];769;"Decide whether to use the attribute checkListCategory, which
+ values to use and allocate suitable definitions to the values";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 40, 342];770;Common information repository;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1514, 13, 2, 19, 2091, 159, 2, 19, 344];771;"Use of the element in the
+ element within the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 1515, 8, 1516, 2092, 963];772;Use of linear or hierarchically subdivided TOC;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 1515, 8, 1516, 2877, 963];772;Use of linear or hierarchically subdivided TOC;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1517, 13, 2, 19, 1200, 159, 2, 19, 344];773;"Use of the element in the element
+ within the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[940, 304];774;Hard time;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2093];775;Kanuri;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[900];776;Months;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1962];776;Months;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1509, 13, 2, 19, 1518];777;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 2, 191, 256, 8, 2, 191, 137, 13, 2, 744];778;"Presentation of the issue date or the issue number in the
+ LOEDM";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 14, 3, 2, 700, 264, 13, 2, 19, 1519, 2094, 2095, 8, 964, 39, 2, 197, 351, 745, 177, 3, 2, 19, 842, 8, 39, 25, 1520, 13, 25, 843, 572, 88, 3, 2, 31, 1201];779;"Decide whether to use any of the ""identifiers"" given in the
+ elements , ,
+ or as the presented link
+ (textual content of the element ), or as a
+ tooltip in a viewer application (value of the attribute
+ targetTitle).";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 14, 3, 2, 1974, 366, 13, 2, 257, 1519, 2878, 2879, 8, 964, 39, 2, 459, 351, 745, 177, 3, 2, 19, 842, 8, 39, 25, 1520, 13, 25, 708, 572, 88, 3, 2, 31, 1201];779;"Decide whether to use any of the ""identifiers"" given in the
+ elements , ,
+ or as the presented link
+ (textual content of the element ), or as a
+ tooltip in a viewer application (value of the attribute
+ targetTitle).";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 506, 362, 701, 3, 1202, 808, 262, 65, 136];780;"Use of the alternative individual numbering of multi sheet
+ illustrations at presentation";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 506, 362, 701, 3, 1202, 808, 819, 65, 136];780;"Use of the alternative individual numbering of multi sheet
+ illustrations at presentation";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2, 402, 3, 1203, 47, 12, 5, 246];781;The exchange of draft data modules is allowed.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2, 402, 3, 1203, 11, 145, 23, 321];781;The exchange of draft data modules is allowed.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[663, 6, 896];782;Categories and layers;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1343, 6, 3143];782;Categories and layers;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[835, 372, 88];783;Clear - Default value;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[299, 139, 47, 19, 13, 322];784;Optional parts data elements in IPD;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[299, 290, 11, 257, 13, 322];784;Optional parts data elements in IPD;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[551, 3, 662, 76, 47, 12];785;Generation of connection list data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[551, 3, 662, 76, 11, 145];785;Generation of connection list data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 2, 299, 19, 746, 80, 5, 9, 4, 552, 40, 844, 2, 177, 247, 13, 2, 235, 274];786;"Decide whether the optional element
+ must be used to add information about the content defined in the
+ training step.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 2, 299, 19, 746, 80, 5, 144, 4, 552, 40, 844, 2, 177, 716, 13, 2, 235, 274];786;"Decide whether the optional element
+ must be used to add information about the content defined in the
+ training step.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[47, 46, 229, 223, 262, 6, 375];787;"Data creation business rules - Illustrations and
+ multimedia";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[11, 46, 229, 234, 819, 6, 375];787;"Data creation business rules - Illustrations and
+ multimedia";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[156, 44, 69, 312];788;Systems (Bike specific SNS);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1118, 44, 69, 312];788;Systems (Bike specific SNS);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 809, 391, 19, 41, 9, 58, 391, 6, 13, 58, 11, 12, 157];789;"Decide whether to use alternates group elements. If used, which
+ groups and in which data modules types.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 1125, 391, 257, 41, 144, 58, 1344, 6, 13, 58, 11, 145, 258];789;"Decide whether to use alternates group elements. If used, which
+ groups and in which data modules types.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[845, 169, 3, 64, 75];790;7 (another level of security classification);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2096, 2097];791;"Spanish; Castilian";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[169, 3, 553, 4, 5, 158, 13, 2, 300, 140, 13, 232, 40, 154];792;"Level of detail to be provided in the technical descriptions in
+ Equipment information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[169, 3, 553, 4, 5, 187, 13, 2, 300, 1859, 13, 232, 40, 266];792;"Level of detail to be provided in the technical descriptions in
+ Equipment information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[19, 6, 31, 4, 5, 197, 29, 2, 155, 3, 177, 190];793;"Elements and attributes to be presented on the Table of content
+ page";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[257, 6, 296, 4, 5, 459, 29, 2, 155, 3, 177, 190];793;"Elements and attributes to be presented on the Table of content
+ page";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[84, 292, 601, 80, 5, 96, 10, 32, 12, 157, 6, 96, 84, 3, 7, 11, 12, 4, 32, 95, 16, 5, 2, 111, 3, 56, 16, 5, 35, 3, 18, 20, 5, 194, 104, 3, 7, 11, 12, 5, 4, 5, 65, 2, 112, 3, 2, 56];794;"Export control statements must be included for all module
+ types and include, ""Export of this data module to all countries
+ that are the residence of organizations that are users of S1000D
+ is permitted. Storage of this data module is to be at the
+ discretion of the organization.""";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[84, 292, 1860, 80, 5, 697, 10, 32, 12, 258, 6, 96, 84, 3, 7, 11, 12, 4, 32, 116, 16, 24, 2, 111, 3, 202, 16, 24, 63, 3, 18, 20, 23, 195, 104, 3, 7, 11, 12, 23, 4, 5, 65, 2, 112, 3, 2, 56];794;"Export control statements must be included for all module
+ types and include, ""Export of this data module to all countries
+ that are the residence of organizations that are users of S1000D
+ is permitted. Storage of this data module is to be at the
+ discretion of the organization.""";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[96, 178, 13, 9, 502, 262, 375, 367, 8, 72, 47, 40, 392];795;"Include restrictions in using various illustration, multimedia object
+ or other data information formats";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[96, 188, 13, 307, 502, 262, 375, 367, 8, 72, 11, 40, 800];795;"Include restrictions in using various illustration, multimedia object
+ or other data information formats";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 965, 13, 2, 19, 602, 2, 19, 603, 6, 2, 19, 747, 492];796;"Use of the element in the element
+ , the element and the
+ element context";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[41, 421, 5, 170, 4, 906, 6, 1521, 489, 15, 41, 182, 11, 12, 157, 343, 418, 6, 389, 162, 5, 9];797;"If functionality is limited to print and static display, decide if
+ applicability data module types (ACT, CCT, and PCT) will be
+ used.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[41, 421, 23, 198, 4, 906, 6, 1521, 489, 15, 41, 182, 11, 12, 258, 343, 418, 6, 389, 162, 5, 144];797;"If functionality is limited to print and static display, decide if
+ applicability data module types (ACT, CCT, and PCT) will be
+ used.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[376];798;IETP;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[288, 4, 9, 10, 2, 141, 76, 47, 12, 3, 2, 664];799;"Schema to use for the publication list data modules of the
+ LOAP";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[288, 4, 9, 10, 2, 141, 76, 11, 145, 3, 2, 664];799;"Schema to use for the publication list data modules of the
+ LOAP";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 2098];800;Use of the element ;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 721, 904, 846, 39, 18, 20, 367, 237, 47, 12, 141, 12, 262, 808, 6, 375, 367, 47, 286, 76, 9, 404, 377, 847, 190, 422, 141, 6, 8, 370, 848, 300, 141];801;"Decide on the possible deliverables, such as: S1000D objects (eg,
+ data modules, publication modules, illustration sheets and
+ multimedia objects, data management lists) using file based
+ transfer. Page-oriented publications and/or interactive electronic
+ technical publications.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 721, 1975, 846, 39, 18, 20, 531, 237, 11, 145, 141, 145, 262, 1976, 6, 375, 531, 11, 286, 368, 307, 404, 399, 847, 190, 429, 308, 6, 8, 370, 848, 300, 308];801;"Decide on the possible deliverables, such as: S1000D objects (eg,
+ data modules, publication modules, illustration sheets and
+ multimedia objects, data management lists) using file based
+ transfer. Page-oriented publications and/or interactive electronic
+ technical publications.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 655, 665, 405, 13, 322, 11, 12];802;"Decide whether to use the generic hotspot mechanism in IPD data
+ modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 655, 665, 405, 13, 322, 11, 145];802;"Decide whether to use the generic hotspot mechanism in IPD data
+ modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 907, 810, 88, 4, 362, 1359];803;"Decide whether to assign weighted values to individual
+ interactions.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 907, 3144, 165, 4, 362, 3145];803;"Decide whether to assign weighted values to individual
+ interactions.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 1522, 13, 2, 19, 966];804;"Use of the attribute reqTechInfoCategory in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 604, 13, 2, 19, 1483];805;"Use of the attribute independentCheck in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 967];806;Decide whether to use the attribute keepWithNext.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 2099, 162, 5, 9, 41, 9, 10, 275, 105];807;"Decide whether photographs will be used. If used, for what
+ purposes.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 2880, 162, 5, 144, 41, 144, 10, 275, 1961];807;"Decide whether photographs will be used. If used, for what
+ purposes.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2100];808;Estonian;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[422, 141, 190, 600, 968, 141, 1102, 6, 811];809;"oriented publications-Page layout, paper
+ publications, headers and footers";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[429, 308, 190, 600, 968, 308, 1400, 6, 1977];809;"oriented publications-Page layout, paper
+ publications, headers and footers";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2101];810;Mongolian;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 393, 20, 29, 2, 19, 602, 13, 2, 19, 314];811;"Use of the attribute id on the element in
+ the element ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 2, 19, 966];812;"Decide whether and how to use the element
+ .";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 11, 12, 163, 13, 2, 189, 155];813;Presentation of data module titles in the reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 11, 12, 339, 13, 2, 189, 155];813;Presentation of data module titles in the reference table;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 2, 19, 2102, 10, 325, 9, 969, 2, 19, 1167, 8, 48, 8, 9, 605, 19];814;"Decide whether and how to use the element . For
+ example, use either the element or
+ or use both elements.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 2, 19, 2881, 10, 325, 9, 969, 2, 19, 1167, 8, 48, 8, 9, 605, 257];814;"Decide whether and how to use the element . For
+ example, use either the element or
+ or use both elements.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 2, 255, 3, 136, 10, 292, 177, 3020, 71, 2, 31, 2103, 6, 2104];815;"Decide the method of presentation for controlled content recorded
+ by the attributes authorityName and authorityDocument.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 2, 255, 3, 136, 10, 1978, 177, 3146, 71, 2, 296, 2103, 6, 2104];815;"Decide the method of presentation for controlled content recorded
+ by the attributes authorityName and authorityDocument.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2105];816;Twi;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2106];817;Slovak;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 394, 12, 8, 2, 970, 101, 406, 288, 10, 232, 40, 154];818;"Use of separate modules or the consolidated Front matter Schema for
+ Equipment information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 394, 145, 8, 2, 970, 101, 406, 288, 10, 232, 40, 266];818;"Use of separate modules or the consolidated Front matter Schema for
+ Equipment information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[169, 3, 553, 4, 5, 158, 13, 2, 33, 6, 537, 47, 12, 13, 232, 40, 154];819;"Level of detail to be provided in the maintenance and servicing data
+ modules in Equipment information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[169, 3, 553, 4, 5, 187, 13, 2, 33, 6, 537, 11, 145, 13, 232, 40, 266];819;"Level of detail to be provided in the maintenance and servicing data
+ modules in Equipment information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[221, 33];820;Check maintenance;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1523, 268, 10, 971, 10, 319, 13, 541, 40];821;"Select model for checklist for structures in aircrew
+ information";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1523, 268, 10, 971, 10, 3147, 13, 541, 40];821;"Select model for checklist for structures in aircrew
+ information";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2107];822;Nauru;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 1360, 554, 260, 233, 11, 12];823;"Decide whether to implement supply requirement CIR data
+ module.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2108];824;Corsican;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 2, 224, 11, 288, 6, 2, 224, 47, 140, 288, 5, 4, 5, 9, 8, 38, 370, 224, 141, 421, 5, 236, 4, 5, 57, 86, 41, 2, 224, 288, 5, 9];825;"Decide whether the Wiring data Schema and the Wiring data
+ description Schema are to be used or not. Interactive wiring
+ publication functionalities are only to be made available if the
+ Wiring Schema is used.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 2, 224, 11, 288, 6, 2, 224, 11, 140, 288, 24, 4, 5, 144, 8, 38, 370, 224, 141, 2882, 24, 236, 4, 5, 164, 86, 41, 2, 224, 288, 23, 144];825;"Decide whether the Wiring data Schema and the Wiring data
+ description Schema are to be used or not. Interactive wiring
+ publication functionalities are only to be made available if the
+ Wiring Schema is used.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[702, 29, 2, 606, 6, 607, 3, 2, 449, 40];826;Agree on the scope and depth of the planning information.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[417];827;Section;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2109];828;Indonesian;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2110];829;Bambara;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 260];830;Common requirements;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 430];830;Common requirements;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[608, 3, 1524, 1204, 1205, 13, 11, 972, 433, 47, 286, 76, 6, 503];831;"Inclusion of RDF/DC metadata in data dispatch notes, data management
+ lists and comments";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[608, 3, 1524, 1204, 1205, 13, 11, 972, 715, 11, 286, 368, 6, 2883];831;"Inclusion of RDF/DC metadata in data dispatch notes, data management
+ lists and comments";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2111];832;Slovenian;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2112];833;Xhosa;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[83, 40, 80, 5, 400, 13, 249, 12, 6, 38, 242, 189];834;"Copyright information must be populated in each module and not
+ cross-referenced.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[83, 40, 80, 5, 889, 13, 249, 12, 6, 38, 242, 1126];834;"Copyright information must be populated in each module and not
+ cross-referenced.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[488, 4, 5, 9, 10, 473, 76, 65, 136];835;Prefixes to be used for random lists at presentation;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2884, 4, 5, 144, 10, 473, 368, 65, 136];835;Prefixes to be used for random lists at presentation;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 96, 84, 292, 295, 962, 1525, 6, 973, 166];836;"Decide whether to include export controls, handling, destruction
+ notices and disclosure instructions.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 96, 84, 919, 92, 962, 2885, 6, 973, 185];836;"Decide whether to include export controls, handling, destruction
+ notices and disclosure instructions.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 2113, 13, 2, 19, 1206, 159, 2, 19, 344];837;"Use of the element in the element
+ within the element ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1526, 13, 277, 47, 12];838;Use of the element in process data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1526, 13, 277, 11, 145];838;Use of the element in process data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 555, 17, 40, 13, 241, 341];839;Use of external material information in service bulletins;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 555, 17, 40, 13, 241, 890];839;Use of external material information in service bulletins;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 2114];840;Use of the element ;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 2886];840;Use of the element ;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[444, 474, 444, 946, 444];841;Dash (short dash - ISOpub: dash);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 974, 6, 2, 19, 507, 8, 4, 9, 504, 227, 172, 9, 343];842;"Use of the attribute valuePattern and the element
+ or to use open text when using ACT";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 974, 6, 2, 19, 507, 8, 4, 9, 504, 227, 172, 307, 343];842;"Use of the attribute valuePattern and the element
+ or to use open text when using ACT";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[556, 9, 3, 231];843;Inline use of captions;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[556, 9, 3, 1979];843;Inline use of captions;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 223, 10, 975, 3, 47, 12, 6, 904];844;"Decide on the rules for QA of data modules and
+ deliverables.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 234, 10, 975, 3, 11, 145, 6, 1975];844;"Decide on the rules for QA of data modules and
+ deliverables.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2115];845;Kinyarwanda;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[32, 288, 80, 5, 9, 39, 359, 96, 1527, 491, 2116, 2117, 2118, 2119, 3021, 2120, 2121, 2122, 2123, 272, 270, 277, 419, 322, 499, 2124, 252, 3022, 2125];846;"All schemas must be used as needed, including: pm, update, dml,
+ ddn, appliccrossreftable, descript, proced, frontmatter,
+ prdcrossreftable, condcrossreftable, comrep, brex, crew, process,
+ learning, ipd, sb, schedul, fault, wrngflds, wrngdata.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[32, 1980, 80, 5, 144, 39, 798, 184, 1527, 491, 2116, 2117, 2118, 2119, 3148, 2120, 2121, 2122, 2123, 272, 270, 277, 529, 322, 499, 2124, 252, 3149, 2125];846;"All schemas must be used as needed, including: pm, update, dml,
+ ddn, appliccrossreftable, descript, proced, frontmatter,
+ prdcrossreftable, condcrossreftable, comrep, brex, crew, process,
+ learning, ipd, sb, schedul, fault, wrngflds, wrngdata.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2126, 320];847;Bihari languages;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2126, 1401];847;Bihari languages;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 964, 13, 2, 19, 314];848;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 2127, 13, 2, 19, 2128];849;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 2887, 13, 2, 19, 2128];849;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[638, 169, 3, 64, 75, 237, 2079];850;"1 (lowest level of security classification, eg
+ Unclassified)";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1971, 169, 3, 64, 75, 237, 1005];850;"1 (lowest level of security classification, eg
+ Unclassified)";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[551, 3, 976, 76, 47, 12];851;Generation of terminal list data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[551, 3, 976, 76, 11, 145];851;Generation of terminal list data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1162];852;None;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[246, 404, 157, 10, 2129, 4, 503, 703];853;Allowed file types for attachments to comment forms;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[321, 404, 258, 10, 2888, 4, 503, 1981];853;Allowed file types for attachments to comment forms;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[101, 406, 47, 12];854;Front matter data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[101, 406, 11, 145];854;Front matter data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 70, 4, 1360, 2, 76, 3, 2130, 17, 2131, 226, 1528, 85, 1528, 6, 265];855;"Decide how to implement the lists of consumables, materials,
+ expendables, standard SE, special SE and tools.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 70, 4, 1360, 2, 368, 3, 2889, 1982, 2890, 226, 1528, 85, 1528, 6, 891];855;"Decide how to implement the lists of consumables, materials,
+ expendables, standard SE, special SE and tools.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[231, 10, 445, 949, 231];856;Caption for dialog reset caption;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[33, 1529, 6, 385, 3, 284, 229, 223, 395, 2, 157, 3, 40, 16, 25, 152, 8, 183, 56, 291, 240, 96, 10, 325, 25, 76, 8, 1099, 546, 3, 1361, 40, 154, 183, 40, 135, 546, 58, 553, 2, 40, 135, 6, 40, 230, 16, 704, 2, 11, 12, 177];857;"Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[33, 1529, 6, 2891, 3, 284, 229, 234, 395, 2, 258, 3, 40, 16, 25, 152, 8, 183, 56, 3150, 240, 96, 10, 325, 25, 76, 8, 1099, 546, 3, 1861, 40, 266, 183, 40, 369, 546, 58, 1983, 2, 40, 369, 6, 40, 714, 16, 704, 2, 11, 12, 177];857;"Maintenance philosophy and concepts of operation business
+ rules cover the types of information that a project or an
+ organization requires. They include for example a list or
+ detailed specification of chosen information sets, an
+ information codes specification which details the
+ information codes, and information names that describe the
+ data module content.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 977, 252, 385];858;Use of correlation fault concept;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 25, 978, 6, 327, 228, 156];859;"Decide whether to use a zoning and access identification
+ system.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 2, 191, 256, 8, 2, 191, 137, 37, 8, 450, 478, 137, 10, 2, 744, 573];860;"Decide whether to present the issue date or the issue number (with
+ or without inwork number) for the LOEDM entries.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 2, 191, 256, 8, 2, 191, 137, 37, 8, 450, 478, 137, 10, 2, 744, 923];860;"Decide whether to present the issue date or the issue number (with
+ or without inwork number) for the LOEDM entries.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2132];861;Oriya;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1455];862;kilometer;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 1362, 136, 223, 10, 157, 640, 1207, 6, 1530];863;"Decide whether to use the recommended presentation rules for type
+ size, spacing and justification.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 1402, 136, 234, 10, 157, 640, 2892, 6, 1530];863;"Decide whether to use the recommended presentation rules for type
+ size, spacing and justification.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 299, 31, 967];864;Use of the optional attribute keepWithNext;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[606, 6, 607, 3, 235, 40, 47, 12, 10, 235, 40, 154];865;"Scope and depth of training information data modules for training
+ information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[606, 6, 607, 3, 235, 40, 11, 145, 10, 235, 40, 266];865;"Scope and depth of training information data modules for training
+ information sets";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 13, 275, 1901, 237, 3023, 8, 65, 2, 336, 3, 2, 141, 5, 197, 13, 190, 422, 141];866;"Decide in what circumstances (eg, interspersed or at the end of
+ the publication) is presented in page-oriented publications.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 13, 275, 1972, 237, 3151, 8, 65, 2, 336, 3, 2, 141, 23, 459, 13, 190, 429, 308];866;"Decide in what circumstances (eg, interspersed or at the end of
+ the publication) is presented in page-oriented publications.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 2, 19, 1208, 10, 325, 2, 177, 6, 666, 3, 178, 40, 4, 96, 13, 25, 11, 12];867;"Decide whether and how to use the element .
+ For example, the content and extent of restriction information to
+ include in a data module.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1185, 58, 88, 4, 9, 6, 220, 216, 167, 4, 2, 88];868;"Decide whether to use the attribute verbatimStyle, which values to
+ use and allocate suitable definitions to the values.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1185, 58, 165, 4, 9, 6, 220, 216, 254, 4, 2, 165];868;"Decide whether to use the attribute verbatimStyle, which values to
+ use and allocate suitable definitions to the values.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1531];869;Use of the element ;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1181, 58, 88, 4, 9, 6, 220, 216, 167, 4, 2, 88];870;"Decide whether to use the attribute accessPointTypeValue, which
+ values to use and allocate suitable definitions to the values";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1181, 58, 165, 4, 9, 6, 220, 216, 254, 4, 2, 165];870;"Decide whether to use the attribute accessPointTypeValue, which
+ values to use and allocate suitable definitions to the values";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[64, 75, 4, 5, 9, 10, 268, 228, 377, 508];871;"Security classifications to be used for model identification based
+ ICN";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[64, 892, 4, 5, 144, 10, 268, 228, 399, 508];871;"Security classifications to be used for model identification based
+ ICN";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[50, 6, 30, 102, 61, 3, 51];872;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[50, 6, 30, 115, 61, 3, 51];872;AEROSPACE AND DEFENCE INDUSTRIES ASSOCIATION OF EUROPE;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 2, 660, 10, 354, 446, 29, 810, 16, 80, 5, 937, 13, 25, 499];873;"Decide the threshold for minimum impact on weight that must be
+ reported in a SB.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 2, 660, 10, 354, 446, 29, 810, 16, 80, 5, 1862, 13, 25, 499];873;"Decide the threshold for minimum impact on weight that must be
+ reported in a SB.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 19, 748, 13, 58, 40, 154, 82, 5, 246];874;"Decide whether to use the element in which
+ information sets it is allowed.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 19, 748, 13, 58, 40, 266, 82, 23, 321];874;"Decide whether to use the element in which
+ information sets it is allowed.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 64, 525];875;Presentation of security markings;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 64, 801];875;Presentation of security markings;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[182, 421];876;Applicability functionality;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[477, 523, 3, 315, 367];877;Multiple instances of CSDB objects;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[477, 818, 3, 315, 531];877;Multiple instances of CSDB objects;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2133];878;Wolof;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 1209, 6, 140, 40, 19];879;Use of detection and description information elements;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 1209, 6, 140, 40, 257];879;Use of detection and description information elements;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 478, 525];880;Presentation of inwork markings;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 478, 801];880;Presentation of inwork markings;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 25, 849, 154, 3, 47, 12, 8, 25, 141, 12, 10, 2, 664];881;"Use of a full set of data modules or a publication module for the
+ LOAP";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 25, 849, 154, 3, 11, 145, 8, 25, 141, 12, 10, 2, 664];881;"Use of a full set of data modules or a publication module for the
+ LOAP";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[354, 446, 29, 810, 13, 241, 341];882;Minimum impact on weight in service bulletins;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[354, 446, 29, 810, 13, 241, 890];882;Minimum impact on weight in service bulletins;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2134];883;Kongo;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 58, 255, 4, 5, 9, 4, 1902, 227];884;Decide on which method to be used to emphasize text.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 58, 255, 4, 5, 144, 4, 1902, 227];884;Decide on which method to be used to emphasize text.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1462];885;Amber;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[44, 47, 12, 80, 5, 725, 6, 1897, 71, 1448, 298, 901];886;"Bike data modules must be reviewed and approved by EPWG before
+ publishing.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[44, 11, 145, 80, 5, 2865, 6, 1963, 71, 1448, 298, 1964];886;"Bike data modules must be reviewed and approved by EPWG before
+ publishing.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[135, 3, 179, 47, 12];887;Coding of harness data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[643, 3, 179, 11, 145];887;Coding of harness data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 25, 1515, 8, 25, 1516, 2092, 963];888;"Decide whether to use a linear or a hierarchically subdivided
+ TOC.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 25, 1515, 8, 25, 1516, 2877, 963];888;"Decide whether to use a linear or a hierarchically subdivided
+ TOC.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2135];889;Finnish;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[229, 223];890;Business rules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[229, 234];890;Business rules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 2, 555, 141, 135, 19, 1532, 2, 163, 19, 1533, 8, 2, 474, 163, 19, 1534, 39, 2, 556, 189];891;"Decide whether to present the external publication code (element
+ ), the title (element
+ ) or the short title (element
+ ) as the inline reference.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[47, 1210, 6, 286, 229, 223, 2136, 2, 2137, 1210, 159, 2, 315, 2138, 3024, 37, 2, 11, 402, 229, 223, 240, 395, 70, 47, 5, 1363, 71, 605, 2, 2139, 6, 2, 509];892;"Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[11, 1210, 6, 286, 229, 234, 2136, 2, 2137, 1210, 159, 2, 315, 2138, 3152, 37, 2, 11, 402, 229, 234, 240, 395, 70, 11, 23, 3153, 71, 605, 2, 2139, 6, 2, 509];892;"Data integrity and management business rules enforce the
+ referential integrity within the CSDB. Closely coupled with
+ the data exchange business rules they cover how data is
+ managed by both the creator and the customer.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1535, 609, 807, 13, 850, 177, 908];893;Packaging lesson plans in SCORM content packages;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1535, 609, 1970, 13, 850, 177, 1984];893;Packaging lesson plans in SCORM content packages;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2140];894;Chuvash;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[734];895;Intermediate;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 88, 4, 9, 10, 2, 31, 2141, 220, 216, 167];896;"Decide which values to use for the attribute
+ inspectionTypeCategoryand allocate suitable definitions. .";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 165, 4, 9, 10, 2, 31, 2141, 220, 216, 254];896;"Decide which values to use for the attribute
+ inspectionTypeCategoryand allocate suitable definitions. .";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[419, 557, 40];897;Learning assessment information;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[529, 557, 40];897;Learning assessment information;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[47, 46, 229, 223, 227];898;Data creation business rules - Text;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[11, 46, 229, 234, 227];898;Data creation business rules - Text;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1903, 150, 71, 9, 3, 2, 19, 1144, 13, 2, 19, 2142, 13, 2, 418];899;"Constraining conditions by use of the element in
+ the element in the CCT";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[3154, 168, 71, 9, 3, 2, 19, 1144, 13, 2, 19, 2142, 13, 2, 418];899;"Constraining conditions by use of the element in
+ the element in the CCT";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 177, 3, 2, 19, 163, 8, 2, 909, 3, 2, 88, 3, 2, 31, 1536, 39, 2, 163, 3, 2, 101, 406, 40];900;"Decide whether to use the content of the element or
+ the interpretation of the value of the attribute frontMatterInfoType
+ as the title of the Front matter information.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[950, 230];901;Parameter name;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2143];902;Portuguese;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 191, 2, 256, 8, 2, 191, 137, 13, 2, 705];903;"Presentation of issue the date or the issue number in the
+ Highlights";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 191, 2, 256, 8, 2, 191, 137, 13, 2, 924];903;"Presentation of issue the date or the issue number in the
+ Highlights";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[608, 3, 2144, 141, 6, 42, 13, 2, 664];904;"Inclusion of unpublished publications and documents in the
+ LOAP";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[608, 3, 2144, 308, 6, 1863, 13, 2, 664];904;"Inclusion of unpublished publications and documents in the
+ LOAP";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 749, 13, 2, 327, 447, 233];905;Use of the attribute altNumber in the access points CIR;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 749, 13, 2, 327, 1083, 233];905;Use of the attribute altNumber in the access points CIR;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[838, 6, 1904, 3, 2, 64, 31, 547, 658, 6, 574];906;"Priorities and relationships of the security attributes
+ securityClassification, commercialClassification and caveat";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2893, 6, 1985, 3, 2, 64, 296, 547, 658, 6, 574];906;"Priorities and relationships of the security attributes
+ securityClassification, commercialClassification and caveat";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 95, 6, 320, 135, 4, 9, 6, 66, 240, 558, 510, 2, 152];907;"Decide on the country and language codes to use, and apply them
+ consistently across the project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 95, 6, 320, 369, 4, 9, 6, 66, 925, 558, 510, 2, 152];907;"Decide on the country and language codes to use, and apply them
+ consistently across the project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[204, 3, 30, 3, 2, 99, 95, 3, 22];908;"Ministries of Defence of the member countries of
+ ASD.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[208, 3, 30, 3, 2, 99, 116, 3, 22];908;"Ministries of Defence of the member countries of
+ ASD.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 851, 13, 2, 19, 1537, 13, 2, 19, 2145];909;"Use of the attribute genericPropertyType in the element
+ in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 1103, 4, 9, 10, 1538, 979];910;Decide which resolution to use for raster graphics.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 1103, 4, 9, 10, 1538, 1864];910;Decide which resolution to use for raster graphics.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[135, 3, 179, 323, 1539, 47, 12];911;Coding of harness installation drawing data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[643, 3, 179, 323, 812, 11, 145];911;Coding of harness installation drawing data modules;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[47, 92, 10, 32, 12, 157, 80, 96, 27, 5, 26, 69, 92, 166, 10, 7, 11, 12];912;"Data handling for all module types must include, ""There are no
+ specific handling instructions for this data module.""";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[11, 92, 10, 32, 12, 258, 80, 96, 27, 24, 26, 69, 92, 185, 10, 7, 11, 12];912;"Data handling for all module types must include, ""There are no
+ specific handling instructions for this data module.""";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[88, 10, 2, 31, 1540];913;Values for the attribute sourceOfRqmt;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[165, 10, 2, 31, 1540];913;Values for the attribute sourceOfRqmt;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 8, 38, 2, 78, 2146, 3, 2, 190, 422, 542, 6, 8, 469, 2, 141, 5, 906];914;"Decide whether to present or not the responsible producer of the
+ page-oriented output and/or where the publication was
+ printed.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 8, 38, 2, 78, 2146, 3, 2, 190, 429, 542, 6, 8, 469, 2, 141, 926, 1403];914;"Decide whether to present or not the responsible producer of the
+ page-oriented output and/or where the publication was
+ printed.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 750, 13, 2, 19, 2147];915;"Use of the attribute materialUsage in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 1541, 329, 76, 13, 25, 418, 47, 12];916;Use of the incorporation status list in a CCT data module;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 1541, 329, 76, 13, 25, 418, 11, 12];916;Use of the incorporation status list in a CCT data module;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 2, 11, 12, 163, 13, 2, 189, 155, 155, 189];917;"Decide whether to present the data module title in the reference
+ table (""Table 1 References"").";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 197, 2, 11, 12, 163, 13, 2, 189, 155, 155, 486];917;"Decide whether to present the data module title in the reference
+ table (""Table 1 References"").";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1542, 13, 2, 19, 314, 6, 2, 19, 1543];918;"Use of the element in the element
+ and the element ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2148, 1102, 6, 811];919;Decide whether to use mirrored headers and footers.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2894, 1400, 6, 1977];919;Decide whether to use mirrored headers and footers.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[231, 10, 445, 954, 303];920;Caption for dialog submit function;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 163, 6, 2, 191, 256, 3, 2, 1211, 47, 12, 13, 11, 12, 189];921;"Decide whether to use the title and the issue date of the
+ destination data module in data module references.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 163, 6, 2, 191, 256, 3, 2, 1211, 11, 12, 13, 11, 12, 486];921;"Decide whether to use the title and the issue date of the
+ destination data module in data module references.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1544, 1545, 2, 135, 80, 38, 5, 2149, 159, 25, 152];922;"Decide whether to use the attribute
+ initialProvisioningProjectNumber (IPPN). The codes must not be
+ duplicated within a project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 1544, 1545, 2, 369, 80, 38, 5, 2895, 159, 25, 152];922;"Decide whether to use the attribute
+ initialProvisioningProjectNumber (IPPN). The codes must not be
+ duplicated within a project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[600, 223, 6, 325];923;Layout rules and examples;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[600, 234, 6, 1853];923;Layout rules and examples;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2150];924;Swedish;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 135, 179, 980, 1539, 47, 12, 71, 9, 282, 40, 41, 15, 4, 9, 282, 40, 10, 2, 135, 2, 319, 3, 2, 11, 12, 135, 5, 981, 38, 751, 13, 7, 575, 82, 80, 5, 15, 29, 68, 3, 2, 1546, 319, 10, 2, 192, 237, 610, 3, 2, 282, 40, 13, 2, 337, 8, 250, 391, 3, 2, 312, 752, 3, 13, 2, 505, 611, 505, 391];925;"Decide whether to code harness routing drawing data modules by
+ using zone information. If decided to use zone information for the
+ coding, the structure of the data module code is possibly not
+ appropriate. In this case, it must be decided on changes of the
+ proposed structure for the Product (eg, population of the zone
+ information in the unit or assembly group of the SNS instead of in
+ the subsystem/sub-subsystem group).";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 135, 179, 980, 812, 11, 145, 71, 307, 282, 40, 41, 893, 4, 9, 282, 40, 10, 2, 643, 2, 319, 3, 2, 11, 12, 135, 23, 981, 38, 751, 13, 7, 575, 82, 80, 5, 893, 29, 1084, 3, 2, 1865, 319, 10, 2, 192, 237, 610, 3, 2, 282, 40, 13, 2, 337, 8, 250, 391, 3, 2, 312, 752, 3, 13, 2, 505, 611, 505, 391];925;"Decide whether to code harness routing drawing data modules by
+ using zone information. If decided to use zone information for the
+ coding, the structure of the data module code is possibly not
+ appropriate. In this case, it must be decided on changes of the
+ proposed structure for the Product (eg, population of the zone
+ information in the unit or assembly group of the SNS instead of in
+ the subsystem/sub-subsystem group).";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2151, 2152];926;"Panjabi; Punjabi";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 277, 47, 12];927;Decide whether to use the process data module.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 277, 11, 12];927;Decide whether to use the process data module.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[608, 3, 423, 6, 323, 40, 13, 2, 451];928;Inclusion of removal and installation information in the CMP;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 705, 37, 491, 166, 8, 38];929;"Decide whether to use Highlights with updating instructions or
+ not.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 924, 37, 1110, 185, 8, 38];929;"Decide whether to use Highlights with updating instructions or
+ not.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1471, 475];930;Buttock line;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[19, 6, 31, 4, 5, 197, 29, 2, 76, 3, 829, 47, 12];931;"Elements and attributes to be presented on the List of effective data
+ modules";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[257, 6, 296, 4, 5, 459, 29, 2, 76, 3, 829, 11, 145];931;"Elements and attributes to be presented on the List of effective data
+ modules";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2153, 982, 18, 114];932;"brDecisionPointUniqueIdent=""BRDP-S1-00051 removed";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2153, 982, 18, 696];932;"brDecisionPointUniqueIdent=""BRDP-S1-00051 removed";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 68, 432, 10, 155];933;Decide whether and how to use change marks for tables.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 6, 70, 4, 9, 68, 1123, 10, 650];933;Decide whether and how to use change marks for tables.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[64, 6, 47, 178];934;Security and data restrictions;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[64, 6, 11, 188];934;Security and data restrictions;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[476];935;Procedural;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2154];936;Guarani;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1174];937;Constant;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 19, 852, 41, 9, 247, 2, 177, 3, 2, 19, 452, 510, 2, 152];938;"Decide whether to use the element . If
+ used, define the content of the element consistent across the
+ project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 19, 852, 41, 144, 247, 2, 177, 3, 2, 19, 452, 510, 2, 152];938;"Decide whether to use the element . If
+ used, define the content of the element consistent across the
+ project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 343, 727, 47, 12];939;Use of the ACT catalog data module;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 343, 727, 11, 12];939;Use of the ACT catalog data module;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 275, 101, 406, 47, 12, 4, 5, 9, 6, 77, 177];940;"Decide what front matter data modules to be used and their
+ content.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 275, 101, 406, 11, 145, 4, 5, 144, 6, 77, 177];940;"Decide what front matter data modules to be used and their
+ content.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[326, 221, 1476];941;Functional Check (FNC);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 27, 5, 248, 588, 554, 260, 233, 11, 12, 8, 511, 1096, 29, 2, 312, 2, 572, 3, 2, 312, 181, 2, 1212, 3, 345, 47, 12];942;"Decide whether there is one single supply requirement CIR data
+ module or several depending on the SNS. The application of the SNS
+ determines the granularity of these data modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 27, 23, 248, 588, 554, 260, 233, 11, 12, 8, 511, 1120, 29, 2, 312, 2, 572, 3, 2, 312, 3155, 2, 1212, 3, 345, 11, 145];942;"Decide whether there is one single supply requirement CIR data
+ module or several depending on the SNS. The application of the SNS
+ determines the granularity of these data modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2155];943;Ndonga;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 41, 14, 152, 69, 31, 88, 5, 359, 10, 2, 31, 596, 41, 359, 15, 58, 152, 69, 88, 4, 9, 10, 2, 31, 596, 6, 220, 216, 167];944;"Decide if any project specific attribute values are needed for the
+ attribute quantityUnitOfMeasure. If needed, decide which project
+ specific values to use for the attribute quantityUnitOfMeasure and
+ allocate suitable definitions.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 41, 14, 152, 69, 31, 165, 24, 798, 10, 2, 31, 596, 41, 798, 15, 58, 152, 69, 165, 4, 9, 10, 2, 31, 596, 6, 220, 216, 254];944;"Decide if any project specific attribute values are needed for the
+ attribute quantityUnitOfMeasure. If needed, decide which project
+ specific values to use for the attribute quantityUnitOfMeasure and
+ allocate suitable definitions.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[64, 75, 4, 5, 9, 10, 559, 135, 377, 508];945;Security classifications to be used for CAGE code based ICN;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[64, 892, 4, 5, 144, 10, 559, 135, 399, 508];945;Security classifications to be used for CAGE code based ICN;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[983, 1547, 1547, 983];946;"Ndebele, North; North Ndebele";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 139, 3, 2, 984, 47, 12, 6, 141, 96, 376, 359, 4, 5, 1548];947;"Decide which parts of the documentation (data modules and
+ publications including IETP) need to be printable.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 290, 3, 2, 984, 11, 145, 6, 308, 184, 376, 359, 4, 5, 1548];947;"Decide which parts of the documentation (data modules and
+ publications including IETP) need to be printable.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[985, 3, 2, 18, 20, 909, 3, 986, 31, 88];948;"Translation of the ""S1000D interpretation"" of configurable attribute
+ values";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[985, 3, 2, 18, 20, 909, 3, 986, 31, 165];948;"Translation of the ""S1000D interpretation"" of configurable attribute
+ values";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 2, 230, 3, 753, 554, 6, 335, 232];949;"Presentation of the name of spares, supplies and support
+ equipment";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 2, 230, 3, 1866, 1085, 6, 335, 232];949;"Presentation of the name of spares, supplies and support
+ equipment";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2156, 2157];950;"Dutch; Flemish";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[33, 73];951;Maintenance procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[33, 149];951;Maintenance procedures;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2, 576, 80, 5, 2158, 377, 29, 2, 229, 223, 576, 447, 264, 13, 387];952;"The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2, 1127, 80, 5, 2896, 399, 29, 2, 229, 234, 576, 1083, 366, 13, 387];952;"The decisions must be coordinated/based on the Business
+ rules decision points given in Chap 3.9.5.2.16.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 1549, 8, 1550, 189, 8, 605, 273, 177, 69, 11, 19, 6, 2, 233, 47, 12];953;"Decide whether to use implicit or explicit references, or both
+ between content specific data elements and the CIR data
+ modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 1549, 8, 1550, 486, 8, 605, 273, 177, 69, 11, 257, 6, 2, 233, 11, 145];953;"Decide whether to use implicit or explicit references, or both
+ between content specific data elements and the CIR data
+ modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 401, 47, 12, 160, 285, 226, 139, 47];954;"Decide whether to produce data modules containing electrical
+ standard parts data.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 401, 11, 145, 1345, 285, 226, 290, 11];954;"Decide whether to produce data modules containing electrical
+ standard parts data.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 11, 12, 135];955;Presentation of data module code;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 987, 6, 9, 2, 40, 135, 167, 13, 2, 320, 1551, 71, 2, 152];956;"Decide whether to translate and use the information code
+ definitions in the languages adopted by the project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 987, 6, 9, 2, 40, 135, 254, 13, 2, 1401, 1867, 71, 2, 152];956;"Decide whether to translate and use the information code
+ definitions in the languages adopted by the project.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 746, 13, 2, 19, 2159];957;"Use of the element in the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[988, 33, 40];958;Engine maintenance information;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[845, 169, 3, 64, 75];959;6 (another level of security classification);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 96, 47, 178, 40];960;Decide whether to include data restriction information.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 96, 11, 178, 40];960;Decide whether to include data restriction information.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2160];961;Volapük;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[592, 3, 78, 381, 294, 135, 10, 268, 228, 135, 377, 508];962;"Allocation of responsible partner company codes for model
+ identification code based ICN";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[592, 3, 78, 381, 294, 369, 10, 268, 228, 135, 399, 508];962;"Allocation of responsible partner company codes for model
+ identification code based ICN";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[177, 3, 84, 292, 553];963;Content of export control details;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[177, 3, 84, 292, 1983];963;Content of export control details;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1213, 137, 6, 28, 329, 159, 2, 262, 989, 361];964;"Engineering numbers and revision status within the illustration
+ reproduction area";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[1213, 799, 6, 28, 329, 159, 2, 262, 989, 361];964;"Engineering numbers and revision status within the illustration
+ reproduction area";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[32];965;All;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[192, 31, 6, 150, 1364, 6, 228, 1214];966;"Product attribute and conditions naming and identification
+ scheme";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[192, 31, 6, 168, 1364, 6, 228, 1214];966;"Product attribute and conditions naming and identification
+ scheme";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2161];967;Nepali;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[262, 223, 6, 375];968;Illustration rules and multimedia;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[262, 234, 6, 375];968;Illustration rules and multimedia;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 260];969;Common Requirements;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 430];969;Common Requirements;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 192, 31, 6, 150, 4, 96, 13, 2, 389, 150, 16, 1098, 548, 8, 1215, 1216, 162, 1552, 38, 5, 96, 13, 2, 389, 39, 240, 5, 38, 1199, 37, 25, 192, 523];970;"Decide which product attributes and conditions to include in the
+ PCT. Conditions that represent operational or environmental
+ properties will usually not be included in the PCT as they are not
+ associated with a product instance.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 192, 296, 6, 168, 4, 96, 13, 2, 389, 168, 16, 1098, 548, 8, 1215, 1868, 162, 1552, 38, 5, 697, 13, 2, 389, 39, 240, 24, 38, 1342, 37, 25, 192, 523];970;"Decide which product attributes and conditions to include in the
+ PCT. Conditions that represent operational or environmental
+ properties will usually not be included in the PCT as they are not
+ associated with a product instance.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[354, 446, 29, 1217, 13, 241, 341];971;Minimum impact on balance in service bulletins;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[354, 446, 29, 1217, 13, 241, 890];971;Minimum impact on balance in service bulletins;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 319, 4, 9, 10, 2, 508, 237, 236, 2162, 1553, 442, 9, 3, 754, 154];972;"Decide which structure to use for the ICN (eg, only numerical,
+ fixed length, use of character set).";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 319, 4, 9, 10, 2, 508, 237, 236, 2162, 2897, 442, 9, 3, 754, 154];972;"Decide which structure to use for the ICN (eg, only numerical,
+ fixed length, use of character set).";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 809, 391, 13, 11, 12, 177];973;Use of alternates groups in data module content;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 1125, 1344, 13, 11, 12, 177];973;Use of alternates groups in data module content;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 255, 4, 9, 10, 978, 6, 338, 327, 447];974;"Decide which method to use for zoning and identifying access
+ points.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 255, 4, 9, 10, 978, 6, 1986, 327, 1083];974;"Decide which method to use for zoning and identifying access
+ points.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 29, 2, 255, 3, 228, 3, 2, 1104, 753, 139];975;"Decide on the method of identification of the preferred spare
+ part.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 749, 58, 88, 4, 9, 6, 220, 216, 167, 4, 2, 88];976;"Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 31, 749, 58, 165, 4, 9, 6, 220, 216, 254, 4, 2, 165];976;"Decide whether to use the attribute altNumber, which values to use
+ and allocate suitable definitions to the values.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2163];977;Gujarati;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[157, 3, 541, 570, 153, 38, 66, 4, 2, 2164];978;Types of aircrew drills do not apply to the BikeDMs;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[258, 3, 541, 1121, 153, 38, 66, 4, 2, 2164];978;Types of aircrew drills do not apply to the BikeDMs;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 1208];979;Use of the element ;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 749, 13, 2, 282, 233];980;Use of the attribute altNumber in the zones CIR;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 749, 13, 2, 1396, 233];980;Use of the attribute altNumber in the zones CIR;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[735, 548];981;Evident, operational;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 749, 13, 2, 265, 233];982;Use of the attribute altNumber in the tools CIR;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 749, 13, 2, 891, 233];982;Use of the attribute altNumber in the tools CIR;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[152, 986, 88];983;Project configurable values;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[152, 986, 165];983;Project configurable values;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 1554, 990, 6, 1555, 13, 2, 19, 2165, 159, 2, 19, 344];984;"Use of the attributes condNumber, manufacturerCodeValue and condType
+ in the element within the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 296, 1554, 990, 6, 1555, 13, 2, 19, 2165, 159, 2, 19, 344];984;"Use of the attributes condNumber, manufacturerCodeValue and condType
+ in the element within the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2166];985;Bosnian;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[549, 304, 170];986;Out time limit;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 18, 20, 226, 190, 422, 136, 1365];987;"Use of the S1000D standard page-oriented presentation
+ chapters.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 18, 20, 226, 190, 429, 136, 3156];987;"Use of the S1000D standard page-oriented presentation
+ chapters.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[47, 286, 76];988;Data management lists;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[11, 286, 368];988;Data management lists;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 1513];989;Use of the attribute checkListCategory;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 822, 1218, 663, 8, 4, 247, 72];990;"Decide whether to use the four compliance categories or to define
+ others.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 822, 1218, 1343, 8, 4, 247, 3157];990;"Decide whether to use the four compliance categories or to define
+ others.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 19, 991, 6, 70, 4, 9, 82, 10, 325, 2, 260, 16, 80, 5, 66, 4, 25, 11, 12, 37, 992, 4, 991, 1525];991;"Decide whether to use the element and how to
+ use it. For example, the requirements that must be applied to a data
+ module with regard to supersedure notices.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 19, 991, 6, 70, 4, 9, 82, 10, 325, 2, 430, 16, 80, 5, 577, 4, 25, 11, 12, 37, 992, 4, 991, 2885];991;"Decide whether to use the element and how to
+ use it. For example, the requirements that must be applied to a data
+ module with regard to supersedure notices.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 25, 462, 372, 88, 162, 5, 489, 13, 25, 445];992;"Decide whether a variable default value will be displayed in a
+ dialog.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 25, 462, 372, 88, 162, 5, 1987, 13, 25, 445];992;"Decide whether a variable default value will be displayed in a
+ dialog.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 1898];993;Common constructs;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[293, 1965];993;Common constructs;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 343, 727, 47, 12];994;Decide whether to use the ACT catalog data module.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 2, 343, 727, 11, 12];994;Decide whether to use the ACT catalog data module.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 905, 13, 2, 141, 12, 329, 40];995;"Use of the element in the publication module status
+ information";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 19, 922, 13, 2, 141, 12, 329, 40];995;"Use of the element in the publication module status
+ information";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[2167];996;Sango;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[376, 189, 392];997;IETP reference format;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[194, 157, 3, 375];998;Permitted types of multimedia;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[195, 258, 3, 375];998;Permitted types of multimedia;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[247, 2, 1366, 298, 6, 93, 2, 19, 453, 1556, 6, 2168, 7, 5, 821, 39, 82, 36, 1905, 29, 2, 1906, 9, 325, 10, 248, 853, 2, 1906, 148, 1146, 464, 2, 1366, 138, 4, 47, 12, 172, 82, 3025, 2, 19, 453, 7, 162, 512, 720, 41, 2, 854, 36, 2169, 138, 4, 159, 2, 639, 298, 2, 19, 453];999;"Define the words before and after the elements ,
+ and . This is important as it
+ has implications on the stylesheets used. Example: For one
+ implementation, the stylesheet can automatically generate the words
+ ""Refer to data module: "" when it recognizes the element
+ . This will cause problems if the author has written
+ ""Refer to "" within the paragraph before the element
+ .";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[247, 2, 1988, 298, 6, 93, 2, 257, 453, 1556, 6, 2168, 7, 23, 821, 39, 82, 81, 1989, 29, 2, 3158, 144, 325, 10, 248, 853, 2, 1906, 148, 1146, 464, 2, 1988, 138, 4, 11, 12, 172, 82, 3159, 2, 19, 453, 7, 162, 512, 1869, 41, 2, 854, 81, 2898, 138, 4, 159, 2, 639, 298, 2, 19, 453];999;"Define the words before and after the elements ,
+ and . This is important as it
+ has implications on the stylesheets used. Example: For one
+ implementation, the stylesheet can automatically generate the words
+ ""Refer to data module: "" when it recognizes the element
+ . This will cause problems if the author has written
+ ""Refer to "" within the paragraph before the element
+ .";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[957, 9, 29, 44, 360, 489];1000;Blue (used on Bike Computer Display);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[957, 144, 29, 44, 360, 489];1000;Blue (used on Bike Computer Display);DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 1557, 2170, 10, 2130, 17, 2131, 232, 6, 265];1001;"Decide whether to use equivalent substitutes for consumables,
+ materials, expendables equipment and tools.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 1557, 2899, 10, 2889, 1982, 2890, 232, 6, 891];1001;"Decide whether to use equivalent substitutes for consumables,
+ materials, expendables equipment and tools.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 2, 270, 570, 274, 163, 43, 2, 19, 993];1002;"Presentation of the crew drill step titles from the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[136, 3, 2, 270, 570, 274, 339, 43, 2, 19, 993];1002;"Presentation of the crew drill step titles from the element
+ ";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 183, 994, 5, 291, 6, 4, 275, 169];1003;Decide whether an index is required and to what level.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 183, 994, 23, 306, 6, 4, 275, 169];1003;Decide whether an index is required and to what level.;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[196];1004;General;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 19, 6, 31, 4, 5, 197, 29, 2, 76, 3, 829, 47, 12];1005;"Decide which elements and attributes to be presented on the List
+ of effective data modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 58, 257, 6, 296, 4, 5, 459, 29, 2, 76, 3, 829, 11, 145];1005;"Decide which elements and attributes to be presented on the List
+ of effective data modules.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 96, 423, 6, 323, 40, 13, 2, 451];1006;"Decide whether to include removal and installation information in
+ the CMP.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 299, 31, 604];1007;Use of the optional attribute independentCheck;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[292, 8, 898, 88];1008;Control or Indicator value;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 2, 31, 1558];1009;Use of the attribute zoneRefType;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 743, 1907, 995, 29, 748, 190];1010;"Decide whether to use double sided printing on foldout
+ pages.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 743, 1907, 995, 29, 748, 717];1010;"Decide whether to use double sided printing on foldout
+ pages.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[996, 3, 47, 402];1011;Frequency of data exchanges;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[996, 3, 11, 1870];1011;Frequency of data exchanges;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[157, 3, 270, 99, 291, 10, 570, 8, 476, 274];1012;Type of crew member required for drill or procedural step;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[157, 3, 270, 99, 306, 10, 570, 8, 476, 274];1012;Type of crew member required for drill or procedural step;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[855];1013;Norwegian;DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[386, 11, 1219, 286, 6, 295, 229, 223];1014;"Legacy data conversion, management and handling business
+ rules";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[386, 11, 1219, 286, 6, 92, 229, 234];1014;"Legacy data conversion, management and handling business
+ rules";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 18, 20, 226, 190, 422, 136, 223, 10, 2, 191, 256, 8, 4, 465, 152, 8, 56, 69, 223, 10, 67, 997, 13, 2, 501, 3, 2, 811];1015;"Decide whether to use S1000D standard page-oriented presentation
+ rules for the issue date or to create project or organization
+ specific rules for its positioning in the bottom of the
+ footer.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[15, 21, 4, 9, 18, 20, 226, 190, 429, 136, 234, 10, 2, 191, 256, 8, 4, 465, 152, 8, 56, 69, 234, 10, 67, 997, 13, 2, 501, 3, 2, 811];1015;"Decide whether to use S1000D standard page-oriented presentation
+ rules for the issue date or to create project or organization
+ specific rules for its positioning in the bottom of the
+ footer.";DMC-S1000DBIKE-D-D00-00-00-00AA-024A-AAA
+[9, 3, 182, 40, 3, 502, 155, 396, 19, 31, 513, 3, 2, 19, 155];1016;"Use of applicability information of various table child elements -
+ attribute applicRefId of the element