PubIDPubID

CalConnect Standard (CC)

IndustryCC

Description

CalConnect Standards — the normative specifications published by CalConnect. Numbered with a 4-digit sequence (preserves leading zeros, e.g. CC 18011:2018). An optional series letter (A, WD for Working Draft, DIR for Directives) can prefix the number after a slash. Full-date forms occur for working drafts (e.g. CC/WD 51017:2024-07-23).

Syntax

CalConnect identifiers follow the shape: CC[/<series>] <number>:<date>. The publisher token is always 'CC'. An optional series letter or token follows after a slash (A, WD, DIR, …). The number is a plain string (preserves leading zeros and sub-part separators like '0812-1' or '0707.1'). The date segment uses the ISO-style year format with optional month and day for full-date forms (e.g. 'CC/WD 51017:2024-07-23').

Examples 5

CC 18011:2018
CC/DIR 10006:2019
CC/WD 51017:2024-07-23
CC 0514:2017
CC 0812-1:2019

Components Used

CalConnect CalConnect Standard (CC) identifiers are composed of these elements:

Publisher

CC — the canonical publisher token

e.g.CC
Series

Optional series letter or token (A, WD, DIR, etc.) appearing after the publisher, separated by slash

e.g.WD
:series
Number

Document number, kept as a string to preserve leading zeros and sub-part separators (0514, 0812-1, 0707.1)

e.g.51017
:number
Date

Publication date: always year; month/day present only for full-date forms (2024-07-23)

e.g.2024
:date

Algebraic Relations

Relations that can involve CalConnect Standard (CC) identifiers:

RelationDescriptionSyntaxExample
StandardBasic CalConnect Standard without seriesCC <number>:<year>CC 18011:2018
With SeriesSeries prefix after the publisher, separated by slashCC/<series> <number>:<date>CC/DIR 10006:2019
Full DateFull-date form for working draftsCC/<series> <number>:<year>-<month>-<day>CC/WD 51017:2024-07-23
Without PublisherBare series+number form (no 'CC' prefix)[<series> ]<number>:<date>DIR 10006:2019

URN Mapping

Patternurn:cc:[series]:[number]:[year]

See Also