Data Modules

A data module represents the smallest self-contained information unit within a technical publication. Exactly what constitutes a data module is for the author to decide and it will depend on the size of the publication and how much content is suitable for reuse. A data module could represent an entire document, if it is only a few pages and the content is only suitable for re-use in its entirety; or it could represent a chapter, section, sub-section, paragraph or something as small as a list, if that list could be re-used in multiple documents. The data module consist of a single XML file with a root element <dmodule> and two main sections: the identification and status section <identAndStatusSection> and the content section.

                    <dmodule>
                        <identAndStatusSection>
                            <dmAddress>
                            ...
                            </dmAddress>
                            <dmStatus>
                            ...
                            </dmStatus>
                        </identAndStatusSection>
                        <content>
                        ...
                        </content>
                    </dmodule>
                

The identification and status section contains the metadata and management information and is further broken down into the data module address element <dmAddress> which contains identification information such as numbering, revision and title, and the data module status element <dmStatus> which contains information such as providence, security classification and applicable business rules.

The content section of the data module contains the text and illustrations displayed to the user. The structure of this section varies depending on the type of publication and the data module schema being used. The available schemas (version 4.1) are shown in the following table:

Table 1. S1000D Data Module Schemas

Data module typeSchema
Applicability cross-reference table (ACT)appliccrossreftable.xsd
Business rules exchange information (BREX)brex.xsd
Checklist informationchecklist.xsd
Common information repository (CIR)comrep.xsd
Conditions cross-reference table (CCT)condcrossreftable.xsd
Container informationcontainer.xsd
Crew/operator informationcrew.xsd
Descriptive informationdescript.xsd
Fault isolation informationfault.xsd
Front matterfrontmatter.xsd
Learning informationlearning.xsd
Maintenance planning informationschedul.xsd
Parts informationipd.xsd
Procedural informationproced.xsd
Process module informationprocess.xsd
Products cross-reference tableprdcrossreftable.xsd
SCO (Shareable content objects) informationscocontent.xsd
Service bulletinssb.xsd
Wiring datawrngdata.xsd
Wiring data description informationwrngflds.xsd