Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element pubs:Publisher
Namespace urn:us:gov:ic:pubs
Annotations

This element is used to tag the identification of the entity responsible for releasing the information-the entity primarily responsible for the intellectual content of the product. It is intended that this element apply whenever applicable to an organization, as opposed to a person.

Diagram
Diagram PUBS-XML_xsd_Attribute_Group_pubs_CommonAttributesGroup.tmp#CommonAttributesGroup PUBS-XML_xsd_Element_pubs_Agency.tmp#Agency PUBS-XML_xsd_Element_pubs_AuthorInfo.tmp#AuthorInfo PUBS-XML_xsd_Element_pubs_CoauthorInfo.tmp#CoauthorInfo PUBS-XML_xsd_Element_pubs_ContributingAuthorInfo.tmp#ContributingAuthorInfo PUBS-XML_xsd_Element_pubs_POCinfo.tmp#POCinfo PUBS-XML_xsd_Element_pubs_POCinfo.tmp#POCinfo PUBS-XML_xsd_Element_pubs_AttributionText.tmp#AttributionText
Properties
content complex
Used by
Model
Children pubs:Agency , pubs:AttributionText , pubs:AuthorInfo , pubs:CoauthorInfo , pubs:ContributingAuthorInfo , pubs:POCinfo
Instance
<pubs:Publisher id="" IDReference="" qualifier="" styleType="" xmlns:pubs="urn:us:gov:ic:pubs">
  <pubs:Agency atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" releasableTo="" SARIdentifier="" SCIcontrols="">{0,1}</pubs:Agency>
  <pubs:AuthorInfo atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" styleType="">{1,unbounded}</pubs:AuthorInfo>
  <pubs:CoauthorInfo atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" styleType="">{0,unbounded}</pubs:CoauthorInfo>
  <pubs:ContributingAuthorInfo atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" styleType="">{0,unbounded}</pubs:ContributingAuthorInfo>
  <pubs:POCinfo atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" styleType="">{0,unbounded}</pubs:POCinfo>
  <pubs:POCinfo atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" styleType="">{1,unbounded}</pubs:POCinfo>
  <pubs:AttributionText atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" hasApproximateMarkings="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" styleType="">{0,1}</pubs:AttributionText>
</pubs:Publisher>
Attributes
QName Type Use Annotation
IDReference xsd:IDREFS optional

A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.

id xsd:ID optional

A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.

qualifier xsd:string optional

A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.

styleType xsd:string optional

A user-defined property within an element for representing the formatting/style to be applied.

Wildcard: ANY attribute from ANY namespace OTHER than 'urn:us:gov:ic:pubs'
Source
<xsd:element name="Publisher">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">This element is used to tag the identification of the entity responsible for releasing the information-the entity primarily responsible for the intellectual content of the product. It is intended that this element apply whenever applicable to an organization, as opposed to a person.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="pubs:Agency" minOccurs="0" maxOccurs="1"/>
      <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:sequence minOccurs="1" maxOccurs="1">
          <xsd:element ref="pubs:AuthorInfo" minOccurs="1" maxOccurs="unbounded"/>
          <xsd:element ref="pubs:CoauthorInfo" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element ref="pubs:ContributingAuthorInfo" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element ref="pubs:POCinfo" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
        <xsd:sequence minOccurs="1" maxOccurs="1">
          <xsd:element ref="pubs:POCinfo" minOccurs="1" maxOccurs="unbounded"/>
        </xsd:sequence>
      </xsd:choice>
      <xsd:element ref="pubs:AttributionText" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="pubs:CommonAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here