originator

Originator

The name of the standards organization that created the element for which this is an attribute. This name is typically the short form name, such as “ASME”.

Remarks

Usage: When this attribute is not specified on an element, the implication is that the content of the element originated with the standards body identified as responsible for the part of the standards document in which the element resides.
  • Standards: Thus for a standards document (<standard>), all elements would be assumed to be created by the producing standards organization, unless overridden by an @originator.attribute
  • Adoptions: For adoptions (<adoption>), the material specific to the adoption is assumed to originate with the adopting organization, with the understanding that there may be several levels of adoption, each “owning” its own front matter, back matter, etc. Material inside the standard being adopted is assumed to originate with the standards organization that produced that standard.
Used with Term Lists When attached to a grouping of terms, such as a <kwd-group> or <subj-group>), this attribute names the standards-producing organization that placed the group of terms into the standards document, which is particularly useful in jointly authored standards. This attribute does not name the organization or group that created the taxonomy or vocabulary or the service that applied the vocabulary to the standards document.
Historical Note: ISO STS, from which this Tag Set was derived, allowed @originator attributes on many elements that may not need separate originator identification now that there is a nested adoption model (<adoption>).

Used on Elements: <nat-meta>, <reg-meta>

ValueMeaning
Text, numbers, or special charactersThe name of the regional or national producing standards organization, such as “CEN”, “NEN”, “DIN”, or “SFS”.
RestrictionThis attribute is required; it must be provided if the element is used.

Example 1

Subjects from an SDO-specific taxonomy showing vocabulary attributes:
...
<subj-group id="SG1.1" originator="ASME" vocab="ASME-Taxonomy"
  xml:lang="en" subj-group-type="Industries"
  vocab-identifier="http:/www.asme.org/ASME-Taxonomy/Industries/">
 <subject id="SG1.1-1"
   vocab-term-identifier="http:/www.asme.org/ASME-Taxonomy/Industries/fossil-power"
  >Fossil Power</subject>
 <subject id="SG1.1-2"
   vocab-term-identifier="http:/www.asme.org/ASME-Taxonomy/Industries/power-plants"
  >Power Plants</subject>
</subj-group>

<subj-group id="SG1.2" originator="ASME" vocab="ASME-Taxonomy"
  xml:lang="en" subj-group-type="Materials-Product-Form"
  vocab-identifier="http:/www.asme.org/ASME-Taxonomy/Materials-Product-Form/">
 <subject id="SG1.2-1"
   vocab-term-identifier="http:/www.asme.org/ASME-Taxonomy/Materials-Product-Form/piping"
  >Piping</subject>
 <subject id="SG1.2-2"
   vocab-term-identifier="http:/www.asme.org/ASME-Taxonomy/Materials-Product-Form/pressure-vessels"
  >Pressure Vessels</subject>
</subj-group>
...  

Example 2

INSPEC keywords:
...
<kwd-group kwd-group-type="INSPEC" originator="IEEE">
 <kwd>social networking (online)</kwd>
 <kwd>buyer&#x0027;s guides</kwd>
 <kwd>electronic commerce</kwd>
</kwd-group> 

<kwd-group kwd-group-type="InspecFree" originator="IEEE">
 <kwd>whiz list</kwd>
 <kwd>social networking sites</kwd>
 <kwd>online purchase</kwd>
 <kwd>e-commerce portals</kwd>
 <kwd>Web site users</kwd>
 <kwd>marketing strategy</kwd>
</kwd-group>
...