From fd4907174e0d3d5be32fc2f08c07e6f79d9cda00 Mon Sep 17 00:00:00 2001 From: Steve LLamb <38917682+SteveLLamb@users.noreply.github.com> Date: Wed, 7 Jan 2026 10:42:52 -0800 Subject: [PATCH 1/5] closes #32 --- doc/main.html | 19 ++++++++++++++----- tooling | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/doc/main.html b/doc/main.html index eca5077..3636280 100644 --- a/doc/main.html +++ b/doc/main.html @@ -125,20 +125,29 @@

File Formats for Document Submission

Main element

-

With the exception of figures, the main element shall be submitted as a single HTML document, as specified at .

+

With the exception of figures, elements, or snippets, the main element shall be submitted as a single HTML document, as specified at .

+
+ +
+

Figure element

+ +

Images referenced in the main element as a figure shall use the format image/svg+xml, as specified at

-

Images referenced in the main element shall use one of the following formats:

+
+
+

Legacy images

+ +

For legacy documents, images not possible to be represented or reproduced as image/svg+xml referenced in the main element shall use one of the following formats:

-

An editable master shall be provided for each image in a format other +

Additionally, an editable master shall be provided for each image in a format other than image/svg+xml. The editable master shall be in one of the following formats:

diff --git a/tooling b/tooling index 75fdae9..ac610aa 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 75fdae9b54d72b1e6101932ac364543cd4cacd54 +Subproject commit ac610aa2ffc5a66a10ee52c8c77ccfc7e3305b53 From 114330f3c5a3960f420cc3417e93e2466aee7055 Mon Sep 17 00:00:00 2001 From: Steve LLamb <38917682+SteveLLamb@users.noreply.github.com> Date: Wed, 7 Jan 2026 10:50:31 -0800 Subject: [PATCH 2/5] udpate iso 8601, closes #31 --- doc/main.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/main.html b/doc/main.html index 3636280..397af2b 100644 --- a/doc/main.html +++ b/doc/main.html @@ -46,7 +46,8 @@
  • ISO/IEC Directives, Part 2, Principles and rules for the structure and drafting of ISO and IEC documents https://www.iso.org/sites/directives/current/part2/index.xhtml
  • -
  • ISO 8601 (latest edition), Data elements and interchange formats — Information interchange — Representation of dates and times +
  • ISO 8601-1 (latest edition), Date and time — Representations for information interchange + https://www.iso.org/standard/70907.html
  • IANA Media Types https://www.iana.org/assignments/media-types/media-types.xhtml
  • @@ -195,7 +196,7 @@

    Normative Language Forms

    Dates

    - In accordance with , all dates shall be represented in the form YYYY-MM-DD as numeric digits (e.g. 2009-04-23 to indicate April 23, 2009). + In accordance with , all dates shall be represented in the form YYYY-MM-DD as numeric digits (e.g. 2009-04-23 to indicate April 23, 2009).

    @@ -638,9 +639,8 @@

    Registered Disclosure Documents (Informative)

    https://www.w3.org/TR/2004/REC-xmlschema-1-20041028/
  • W3C Web Services Description Language (WSDL) 1.1 https://www.w3.org/TR/2001/NOTE-wsdl-20010315
  • -
  • XML Metadata Interchange (XMI) - http://www.omg.org/spec/XMI/
  • -
  • ISO 80000-2 (latest edition), Quantities and units — Part 2: Mathematics
  • +
  • ISO 80000-2 (latest edition), Quantities and units — Part 2: Mathematics + https://www.iso.org/standard/64973.html
  • DWG (AutoCAD Drawing) Format Family https://www.loc.gov/preservation/digital/formats/fdd/fdd000445.shtml
  • Visio VSDX Drawing File Format From e972cbf5055d67182075ca3a1cd74d5179e43815 Mon Sep 17 00:00:00 2001 From: Steve LLamb <38917682+SteveLLamb@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:01:32 -0800 Subject: [PATCH 3/5] integrate changes from pr #16. closes #15 --- doc/main.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/main.html b/doc/main.html index 397af2b..8bc559b 100644 --- a/doc/main.html +++ b/doc/main.html @@ -261,7 +261,13 @@

    Parts

    General

    Closely related Engineering Documents may be created as Parts. A Part of a document is a separate Engineering Document and shall be shown to be related to other - by using the same root document number plus a suffix of a hyphen and the Part number to distinguish among Parts (e.g. 1020-2:2009-04, indicating document 1020, Part 2). + by using the same root document number plus a suffix of a hyphen and the Part number to distinguish among Parts (e.g. 1020-2:2009, indicating document 1020, Part 2). +

    +

    + Part numbers should be continuously ascending from document to document (e.g. 1020-1:2009, 1020-2:2011, 1020-3:2012) unless part numbers are used to organize large sets of multi-part documents. +

    +

    + The Technology Committee Chair(s) shall assign document numbers in consultation with the document editor to ensure that the number is not being used in a document currently under development, and also with SMPTE HO to research thet the number has not been used in a previously published document. Part numbers may be assigned at the request of the document editor at any time after a Project is approved and shall be assigned before a Final Committee Draft ballot is issued.

  • From 8b711698616e97962adb4e19c114dcc213237dea Mon Sep 17 00:00:00 2001 From: Steve LLamb <38917682+SteveLLamb@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:04:08 -0800 Subject: [PATCH 4/5] roll to draft --- doc/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/main.html b/doc/main.html index 8bc559b..a2ac995 100644 --- a/doc/main.html +++ b/doc/main.html @@ -7,8 +7,8 @@ - - + + Document Naming and Packaging From 2ed2900ecd7b736f9d60e3b27169f867c88c4c5f Mon Sep 17 00:00:00 2001 From: Steve LLamb <38917682+SteveLLamb@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:58:21 -0800 Subject: [PATCH 5/5] roll to pub --- doc/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/main.html b/doc/main.html index a2ac995..b553641 100644 --- a/doc/main.html +++ b/doc/main.html @@ -7,8 +7,8 @@ - - + + Document Naming and Packaging