originator Originator

The name of the standards organization that created this document or portion of a document. This name is typically the short form name, such as “ASME”.

Usage/Remarks

The “originator” of a standard is the current publisher of the standard or the organization that submits an original standard that is being adopted. In the ISO-STS Tag Set, @originator attribute appeared on the elements <nat-meta> and <reg-meta>, and referred to the SDO. The semantics of this attribute have not changed, but the attribute is now allowed on additional elements.
Implied Inheritance
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.
OPTIONAL on elements: <nat-meta>, <reg-meta>
Value Meaning
Text, numbers, or special characters The name of the regional or national producing standards organization, such as “CEN”, “NEN”, “DIN”, or “SFS”.
Restriction This attribute is required; it must be provided if the element is used.
OPTIONAL on many elements; click for list and usage
Value Meaning
Text, numbers, or special characters The name of the standards organization responsible for creating the content of this element, for example, “IEEE”, “ASME”, “ASTM”, or “DIN”.
Restriction This is an optional attribute; there is no default.
Tagged Samples
Subjects from 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>
...
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>
...