organizationnamedetails

The <organizationnamedetails> element contains information about the name of an authoring organization.

Contains

Note

These models represent only the default document types distributed by OASIS. Actual content models will differ with each new document type.
Doctype Content model
bookmap, learningBookmap ( (organizationname) (optional) then (otherinfo) (any number) )

Contained by

Doctype Content model
bookmap, learningBookmap namedetails

Inheritance

+ topic/ph xnal-d/organizationnamedetails

Example

<organizationinfo>
 <namedetails>
  <organizationnamedetails>
   <organizationname>WizardWorks, Inc.</organizationname>
   <otherinfo>'Best wizard in Oz'</otherinfo>
  </organizationnamedetails>
 </namedetails>
 <addressdetails>
  <thoroughfare>123 Yellow Brick Road</thoroughfare>
  <locality>Emerald City</locality>
  <administrativearea>Kansas</administrativearea>
  <country>USA</country>
 </addressdetails>
 <contactnumbers><contactnumber>123-555-4678</contactnumber></contactnumbers>
 <emailaddresses><emailaddress>wizard@example.org</emailaddress></emailaddresses>
 <urls><url>www.wizardworks.example.org</url></urls>
</organizationinfo>

Attributes

Name Description Data Type Default Value Required?
univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups) A set of related attributes, described in univ-atts attribute group
global-atts attribute group (xtrf, xtrc) A set of related attributes, described in global-atts attribute group
class, outputclass, keyref Keyref provides a redirectable reference based on a key defined within a map. See The keyref attribute for information on using this attribute. Class and outputclass are described in Other common DITA attributes

Was this helpful?