std-relationship-type Standard Relationship Type

Name of the lifecycle stage or type of the designators contained in a <std-id> element or in a group of such elements within a <std-id-group>. There may be many such standard identifiers, differentiated by this attribute.

Usage/Remarks

The values for this @std-relationship-type attribute (and the @std-id-type attribute) answer some requirements of the Crossref Standards Working Group to support NSB adoption or co-published standards documents that are equivalent, to allow both a designation and an alternative designation when, for example, a single document is co-produced, but has a different designator for each of the co-producing bodies.
OPTIONAL on elements: <std-id>, <std-id-group>
Value Meaning
Text, numbers, or special characters The lifecycle stage or type of the <std-id> elements, for example, “std-as-published” or “std-family” or the lifecycle stage or type for a group of <std-id> elements (<std-id-group>).
Restriction This is an optional attribute; there is no default.

Suggested usage

Best Practice: Although this attribute may take any text as values, the suggested values are:
std-as-published
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, are the designations given to a specific dated designation/version of a standards document when it was published.
std-alt-as-published
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, are the post-publication designations, for example, used when pointing to an amended or corrected version of the standard.
std-family
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, refer to a standard’s family or series. When used on the <std-id-group>, this attribute describes a series. When used on the <std-id> element, this attribute names the series of the document being described.
std-series
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, are related to the standards document’s series.
std-set
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, refer to a standard’s set. Different standards organizations may define set differently.
std-supersedes
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, supersede the current standard.
adopted-from
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, were adopted from the current standard.
revision-of
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, are revisions of the current standard.
title
A standard identifier (<std-id>), or all the standard identifiers in a <std-id-group>, refer to a standard’s family or series title.
Tagged Sample

As published and as published alternative

...
<std-id-group 
  std-relationship-type="std-as-published">
 <std-id 
   std-id-type="dated">ASME A17.1-2013/CSA B44-13</std-id>
 <std-id 
   std-id-type="dated" 
   std-id-link-type="doi">10.1115/ASME A17.1-2013/CSA B44-13</std-id>
</std-id-group>

<std-id-group 
  std-relationship-type="std-as-published">
 <std-id 
   std-id-type="undated">ASME A17.1/CSA B44</std-id>
 <std-id 
   std-id-type="undated" 
   std-id-link-type="doi">10.1115/ASME A17.1/CSA B44</std-id>
</std-id-group>

<std-id-group 
  std-relationship-type="as-published">
 <std-id 
   std-id-type="short" 
   std-relationship-type="std-family">A17</std-id>
 <std-id 
   std-id-type="short" 
   std-id-link-type="doi">10.1115/ASME.A17</std-id>
</std-id-group>

<std-id-group 
  originator="CSA" 
  std-relationship-type="std-alt-as-published">
 <std-id 
   std-id-type="dated">CSA B44-13</std-id>
 <std-id 
   std-id-type="dated" 
   std-id-link-type="doi">10.XYZ/CSA.B44-13</std-id>
</std-id-group>
...