Skip to main content
June 28, 2026 5 min read BIM & CAD

Standardizing Drawing Folder Submissions & BIM Directory Structures: ISO 19650 and BS 1192 Protocols

Learn how to organize highway engineering drawing packages, configure ISO 19650 file naming containers, and eliminate broken XREF paths in Civil 3D submittals.

1. Functional Purpose & Scope

On major transportation infrastructure projects, design deliverables comprise hundreds—often thousands—of CAD drawings, calculation briefs, geotechnical borehole logs, BIM model containers, and Bill of Quantities schedules. Throughout the project lifecycle (Concept, Preliminary Design, 60% Intermediate, 100% Final Tender, and As-Built), consultancies must package and transmit these assets to supervising engineers, client authorities, funding institutions, and construction contractors.

Submissions frequently face immediate rejection or cause expensive site confusion due to trivial administrative defects: skipped drawing sheet numbers, broken external reference (XREF) paths, ambiguous revision tags (e.g., mixing "Rev 1", "Rev A", and "Final_v2"), and deeply nested directory paths that violate operating system path length limits.

Adopting standardized information management protocols—specifically ISO 19650-1/2 and BS 1192:2007—transforms project delivery into a disciplined, automated process. This guide details the standard naming syntax, Common Data Environment (CDE) folder architectures, Civil 3D Sheet Set Manager (.dst) workflows, and automated directory verification methods for civil engineering submittals.

2. Mathematical & Engineering Basis

Information containers in a standardized engineering Common Data Environment (CDE) follow a strict alphanumeric schema and state machine transition model.

2.1 ISO 19650 Standard Container Naming Schema

Every drawing file, calculation document, and model container must follow a delimited naming convention consisting of standard metadata fields separated by hyphens:

[Project]-[Originator]-[Volume]-[Level]-[Type]-[Role]-[Number]

Where standard engineering definitions specify:
• Project: 3 to 6 character unique project identifier (e.g., P904)
• Originator: 3 to 6 character corporate/organization code (e.g., INF for Infradigital CAD)
• Volume / System: Spatial or corridor subdivision code:
  – Z00: Entire project / Sitewide
  – Z01: Corridor Section 1 (e.g., Km 0+000 to Km 25+000)
  – Z02: Corridor Section 2 (e.g., Km 25+000 to Km 50+000)
• Level / Location: Vertical or elevation level (e.g., 00 for ground level, ZZ for multiple/all levels)
• Type: Standard information type:
  – DR: Drawing
  – M3: 3D Model file (DWG/IFC)
  – CA: Calculation Sheet
  – RP: Technical Report
  – BQ: Bill of Quantities
• Role: Professional engineering discipline:
  – C: Civil / Highway Engineering
  – G: Geotechnical
  – H: Drainage & Hydraulics
  – S: Structural (Bridges/Culverts)
  – T: Traffic & Road Safety
• Number: 4 to 6 digit sequential index (e.g., 0101, 0102).

2.2 Sequential Numbering and Gap Detection Formulation

Let a submittal drawing package contain an ordered sequence of sheet numbers S = [ s_1, s_2, s_3, ..., s_n ]. The sequential continuity condition requires:

s_(i+1) - s_i = 1    for all i in [ 1, n - 1 ]

If s_(i+1) - s_i > 1, a missing sheet anomaly is flagged. If s_(i+1) - s_i = 0, a duplicate sheet number defect is identified.

2.3 Information Container States and Revision Tracking

Under ISO 19650, every container transitions through four structured CDE states:
1. WIP (Work in Progress): Unchecked authoring area. Revision prefix: P01.01, P01.02.
2. Shared: Issued for interdisciplinary coordination or client review. Revision: P01, P02. Suitability codes: S1 (Coordination), S2 (Information), S3 (Review & Comment).
3. Published: Contractual submittal (Tender, Construction). Revision prefix: C01, C02. Suitability codes: A1 (Approved for Construction), B1 (Tender).
4. Archived: Superseded historic records.

3. Practical Civil 3D Workflow

To maintain disciplined folder hierarchies and automated sheet generation in Autodesk Civil 3D:

  1. Deploy Standard Directory Tree: Use the Infradigital Folder Structure Generator to instantly create standard project folders:
    [P904_Highway_Project] ├── 01_WIP │     ├── Civil_3D_Models │     └── Source_Surveys ├── 02_SHARED │     ├── Interdisciplinary_XREFs │     └── Review_PDFs ├── 03_PUBLISHED │     ├── Tender_Drawings │     └── Calculation_Briefs └── 04_ARCHIVE
  2. Configure Civil 3D Sheet Set Manager (.dst): Open Sheet Set Manager (Ctrl+4). Click New Sheet Set. Reference your project drawing template (DWT).
  3. Relative XREF Paths: Ensure all external references (surveys, alignments, title blocks) use Relative Paths (e.g., ..\02_SHARED\XREFs\XREF_Alignment.dwg) rather than Absolute Paths (e.g., D:\Personal\Projects\...). Relative paths guarantee that when the client or supervisor extracts the submission on their server, all drawing references load without missing file errors.
  4. Automated Sheet Index Table: In the Sheet Set Manager, right-click the root sheet set and click Insert Sheet List Table. Civil 3D compiles an automated drawing transmittal schedule displaying Sheet Number, Title, Revision, and Date.
  5. Electronic Packaging via eTransmit: When packaging for submittal, right-click the Sheet Set and select eTransmit. Configure the transmittal setup to bind or preserve relative XREFs, purge unused styles, and generate a transmittal log.

4. Worked Numerical Example

Configure the official drawing numbering schedule for a 25-kilometer section of the P904 Modjo-Hawassa Highway (Lot 3):

Discipline PackageSheet CountStandard ISO 19650 Drawing RangeSuitability & Revision
General & Cover Page3 sheetsP904-INF-Z00-00-DR-C-0001 to 0003B1 / Rev C01 (Tender)
Typical Cross-Sections4 sheetsP904-INF-Z01-00-DR-C-0101 to 0104B1 / Rev C01 (Tender)
Plan & Profile (1:1000/1:100)25 sheetsP904-INF-Z01-00-DR-C-0201 to 0225B1 / Rev C01 (Tender)
Drainage & Culvert Details8 sheetsP904-INF-Z01-00-DR-H-0301 to 0308B1 / Rev C01 (Tender)
Road Signs & Markings6 sheetsP904-INF-Z01-00-DR-T-0401 to 0406B1 / Rev C01 (Tender)

Automated Sequential Audit Log

Suppose a draft submittal contains the following files in the Plan & Profile package:
• P904-INF-Z01-00-DR-C-0201.dwg
• P904-INF-Z01-00-DR-C-0202.dwg
• P904-INF-Z01-00-DR-C-0203.dwg
• P904-INF-Z01-00-DR-C-0205.dwg   ← ERROR DETECTED

Evaluating the sequence: s_4 - s_3 = 205 - 203 = 2 > 1.
The verification script immediately halts packaging and flags:
[CRITICAL AUDIT ERROR]: Missing drawing sheet "P904-INF-Z01-00-DR-C-0204" between sheets 0203 and 0205. Submittal generation aborted.

5. Common Pitfalls & Quality Control

  • Hardcoded Absolute Drive Paths in External References: Linking survey or alignment XREFs via absolute paths (e.g., C:\Users\John\Desktop\...). When transmitted to the client, every XREF displays as "Unresolved", resulting in blank drawing viewports.
  • Violating Operating System Path Limits (MAX_PATH): Creating deeply nested subfolders with descriptive sentence names that exceed the standard Windows 260-character path limit, preventing files from being opened, copied, or backed up.
  • Skipped Sheet Numbers in Contract Packages: Deleting a drawing during design revisions and failing to re-index the remaining sheets, leading to inquiries from contractors during tender bidding regarding missing drawings.
  • Informal File Naming Variations: Allowing multiple draftsmen to use personal naming schemes (e.g., Profile_Km12_final_final.dwg alongside P904-02-DR-0212.dwg).
  • Omitting the Drawing Transmittal Register: Submitting a zip archive without an automated transmittal register PDF detailing file hashes, drawing titles, revision letters, and purpose of issue.

6. Regulatory & Standard Citations

• ISO 19650-1:2018: Organization and Digitization of Information About Buildings and Civil Engineering Works, Including Building Information Modelling (BIM) — Part 1: Concepts and Principles.

• ISO 19650-2:2018: Part 2: Delivery Phase of the Assets (Common Data Environment workflows, container naming convention).

• British Standard BS 1192:2007+A2:2016: Collaborative Production of Architectural, Engineering and Construction Information — Code of Practice.

• AASHTO: Guide for the Implementation of BIM for Infrastructure (National Transportation BIM guidelines).