Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Element pubs:IntelDoc
Namespace urn:us:gov:ic:pubs
Annotations

A generic publication type applicable to any text based analysis.

Diagram
Diagram PUBS-XML_xsd_Attribute_Group_pubs_PubsRootNodeAttributeGroup.tmp#PubsRootNodeAttributeGroup PUBS-XML_xsd_Element_pubs_IntelDoc.tmp#IntelDoc_PublicationMetadataList PUBS-XML_xsd_Element_pubs_IntelDoc.tmp#IntelDoc_DocumentBody
Properties
content complex
Model
Children pubs:DocumentBody , pubs:PublicationMetadataList
Instance
<pubs:IntelDoc CESVersion="" CESVersion="" COIProtectionLevel="" DESVersion="" DESVersion="" cem:DESVersion="" edh:DESVersion="" DESVersion="" ISMCATCESVersion="" xmlns:pubs="urn:us:gov:ic:pubs">
  <pubs:PublicationMetadataList>{1,1}</pubs:PublicationMetadataList>
  <pubs:DocumentBody>{1,1}</pubs:DocumentBody>
</pubs:IntelDoc>
Attributes
QName Type Use Annotation
CESVersion restriction of xs:string optional

The version number of the CES

CESVersion optional
COIProtectionLevel pubs:COIProtectionLevelType optional

IC Community of Interest server access control level

DESVersion restriction of xsd:string required

The version number of the specification. This attribute is intended for processing systems to determine the appropriate versions of Schema, Schematron, and CVE values for validation and interpretation of an instance document.

If there are multiple of this attribute specified in an instance document, the first one in document order is the one that will apply to the entire document. Document order is defined in https://www.w3.org/TR/xpath-datamodel/#document-order

DESVersion optional
DESVersion restriction of xsd:string optional

The version number of the specification. This attribute is intended for processing systems to determine the appropriate versions of Schema, Schematron, and CVE values for validation and interpretation of an instance document.

If there are multiple of this attribute specified in an instance document, the first one in document order is the one that will apply to the entire document. Document order is defined in https://www.w3.org/TR/xpath-datamodel/#document-order

ISMCATCESVersion restriction of xsd:string optional

The version number of the ISMCAT CES used in the document

If there are multiple @ISMCATCESVersion attributes specified in an instance document, the first one in document order is the one that will apply to the entire document.

cem:DESVersion cem:DESVersionType optional

The version number of the specification. This attribute is intended for processing systems to determine the appropriate versions of Schema, Schematron, and CVE values for validation and interpretation of an instance document.

If there are multiple of this attribute specified in an instance document, the first one in document order is the one that will apply to the entire document. Document order is defined in https://www.w3.org/TR/xpath-datamodel/#document-order

edh:DESVersion restriction of xs:string optional

The version number of the DES

Source
<xsd:element name="IntelDoc">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">A generic publication type applicable to any text based analysis.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="PublicationMetadataList" type="pubs:PublicationMetadtaListType">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">
            <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A set of one or more sets of administrative and descriptive indexing and cataloging information for a publication.</p>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="DocumentBody" type="pubs:DocumentBodyType">
        <xsd:annotation>
          <xsd:documentation>
            <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The text of the document, and any publication specific data required.</p>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <!-- Includes pubs:RootNodeAttributeGroup because pubs:DESVersion is required 
            by the validation strategy to determine which version of the schema to 
            apply in standalone validation -->
    <xsd:attributeGroup ref="pubs:PubsRootNodeAttributeGroup"/>
  </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.
Element pubs:IntelDoc / pubs:PublicationMetadataList
Namespace urn:us:gov:ic:pubs
Annotations

A set of one or more sets of administrative and descriptive indexing and cataloging information for a publication.

Diagram
Diagram PUBS-XML_xsd_Complex_Type_pubs_PublicationMetadtaListType.tmp#PublicationMetadtaListType_PublicationMetadata PUBS-XML_xsd_Complex_Type_pubs_PublicationMetadtaListType.tmp#PublicationMetadtaListType
Type pubs:PublicationMetadtaListType
Properties
content complex
Model
Children pubs:PublicationMetadata
Instance
<pubs:PublicationMetadataList xmlns:pubs="urn:us:gov:ic:pubs">
  <pubs:PublicationMetadata atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,unbounded}</pubs:PublicationMetadata>
</pubs:PublicationMetadataList>
Source
<xsd:element name="PublicationMetadataList" type="pubs:PublicationMetadtaListType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A set of one or more sets of administrative and descriptive indexing and cataloging information for a publication.</p>
    </xsd:documentation>
  </xsd:annotation>
</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.
Element pubs:IntelDoc / pubs:DocumentBody
Namespace urn:us:gov:ic:pubs
Annotations

The text of the document, and any publication specific data required.

Diagram
Diagram PUBS-XML_xsd_Element_pubs_Title.tmp#Title PUBS-XML_xsd_Element_pubs_Subtitle.tmp#Subtitle PUBS-XML_xsd_Element_pubs_TOC.tmp#TOC PUBS-XML_xsd_Element_pubs_Preface.tmp#Preface PUBS-XML_xsd_Element_pubs_Scope.tmp#Scope PUBS-XML_xsd_Element_pubs_Summary.tmp#Summary PUBS-XML_xsd_Element_pubs_KeyFindings.tmp#KeyFindings PUBS-XML_xsd_Element_pubs_Equation.tmp#Equation PUBS-XML_xsd_Element_pubs_Equation.tmp#Equation PUBS-XML_xsd_Element_pubs_ExtensionElements.tmp#ExtensionElements PUBS-XML_xsd_Element_pubs_ExtensionElements.tmp#ExtensionElements PUBS-XML_xsd_Element_pubs_FieldedData.tmp#FieldedData PUBS-XML_xsd_Element_pubs_FieldedData.tmp#FieldedData PUBS-XML_xsd_Element_pubs_ImageMap.tmp#ImageMap PUBS-XML_xsd_Element_pubs_ImageMap.tmp#ImageMap PUBS-XML_xsd_Element_pubs_List.tmp#List PUBS-XML_xsd_Element_pubs_List.tmp#List PUBS-XML_xsd_Element_pubs_MediaResource.tmp#MediaResource PUBS-XML_xsd_Element_pubs_MediaResource.tmp#MediaResource PUBS-XML_xsd_Element_pubs_Note.tmp#Note PUBS-XML_xsd_Element_pubs_Note.tmp#Note PUBS-XML_xsd_Element_pubs_Para.tmp#Para PUBS-XML_xsd_Element_pubs_Para.tmp#Para PUBS-XML_xsd_Element_pubs_PreformattedText.tmp#PreformattedText PUBS-XML_xsd_Element_pubs_PreformattedText.tmp#PreformattedText PUBS-XML_xsd_Element_pubs_Quote.tmp#Quote PUBS-XML_xsd_Element_pubs_Quote.tmp#Quote PUBS-XML_xsd_Element_pubs_Table.tmp#Table PUBS-XML_xsd_Element_pubs_Table.tmp#Table PUBS-XML_xsd_Element_Group_pubs_BlockObjectsGroup.tmp#BlockObjectsGroup PUBS-XML_xsd_Element_pubs_Equation.tmp#Equation PUBS-XML_xsd_Element_pubs_Equation.tmp#Equation PUBS-XML_xsd_Element_pubs_ExtensionElements.tmp#ExtensionElements PUBS-XML_xsd_Element_pubs_ExtensionElements.tmp#ExtensionElements PUBS-XML_xsd_Element_pubs_FieldedData.tmp#FieldedData PUBS-XML_xsd_Element_pubs_FieldedData.tmp#FieldedData PUBS-XML_xsd_Element_pubs_ImageMap.tmp#ImageMap PUBS-XML_xsd_Element_pubs_ImageMap.tmp#ImageMap PUBS-XML_xsd_Element_pubs_List.tmp#List PUBS-XML_xsd_Element_pubs_List.tmp#List PUBS-XML_xsd_Element_pubs_MediaResource.tmp#MediaResource PUBS-XML_xsd_Element_pubs_MediaResource.tmp#MediaResource PUBS-XML_xsd_Element_pubs_Note.tmp#Note PUBS-XML_xsd_Element_pubs_Note.tmp#Note PUBS-XML_xsd_Element_pubs_Para.tmp#Para PUBS-XML_xsd_Element_pubs_Para.tmp#Para PUBS-XML_xsd_Element_pubs_PreformattedText.tmp#PreformattedText PUBS-XML_xsd_Element_pubs_PreformattedText.tmp#PreformattedText PUBS-XML_xsd_Element_pubs_Quote.tmp#Quote PUBS-XML_xsd_Element_pubs_Quote.tmp#Quote PUBS-XML_xsd_Element_pubs_Table.tmp#Table PUBS-XML_xsd_Element_pubs_Table.tmp#Table PUBS-XML_xsd_Element_Group_pubs_BlockObjectsGroup.tmp#BlockObjectsGroup PUBS-XML_xsd_Element_pubs_Sidebar.tmp#Sidebar PUBS-XML_xsd_Element_pubs_Section.tmp#Section PUBS-XML_xsd_Element_pubs_Section.tmp#Section PUBS-XML_xsd_Element_Group_pubs_ComplexContentGroup.tmp#ComplexContentGroup PUBS-XML_xsd_Element_pubs_Appendix.tmp#Appendix PUBS-XML_xsd_Element_pubs_Attachments.tmp#Attachments PUBS-XML_xsd_Element_pubs_Glossary.tmp#Glossary PUBS-XML_xsd_Element_pubs_Bibliography.tmp#Bibliography PUBS-XML_xsd_Element_pubs_Index.tmp#Index PUBS-XML_xsd_Element_pubs_DistributionList.tmp#DistributionList PUBS-XML_xsd_Complex_Type_pubs_DocumentBodyType.tmp#DocumentBodyType
Type pubs:DocumentBodyType
Properties
content complex
Model
Children pubs:Appendix , pubs:Attachments , pubs:Bibliography , pubs:DistributionList , pubs:Equation , pubs:ExtensionElements , pubs:FieldedData , pubs:Glossary , pubs:ImageMap , pubs:Index , pubs:KeyFindings , pubs:List , pubs:MediaResource , pubs:Note , pubs:Para , pubs:Preface , pubs:PreformattedText , pubs:Quote , pubs:Scope , pubs:Section , pubs:Sidebar , pubs:Subtitle , pubs:Summary , pubs:TOC , pubs:Table , pubs:Title , table
Instance
<pubs:DocumentBody xmlns:pubs="urn:us:gov:ic:pubs">
  <pubs:Title atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Title>
  <pubs:Subtitle atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Subtitle>
  <pubs:TOC id="" IDReference="" qualifier="" styleType="">{1,1}</pubs:TOC>
  <pubs:Preface atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Preface>
  <pubs:Scope atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Scope>
  <pubs:Summary atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Summary>
  <pubs:KeyFindings atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:KeyFindings>
  <pubs:Equation atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Equation>
  <pubs:ExtensionElements id="" IDReference="" qualifier="" styleType="">{1,1}</pubs:ExtensionElements>
  <pubs:FieldedData atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:FieldedData>
  <pubs:ImageMap atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:ImageMap>
  <pubs:List atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" listStyle="bullet" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:List>
  <pubs:MediaResource atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:MediaResource>
  <pubs:Note atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" externalNotice="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" noteType="" noticeDate="" noticeProseID="" noticeReason="" noticeType="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="" unregisteredNoticeType="">{1,1}</pubs:Note>
  <pubs:Para atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Para>
  <pubs:PreformattedText atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="" textStyle="">{1,1}</pubs:PreformattedText>
  <pubs:Quote atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" date="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" originator="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Quote>
  <pubs:Table atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" colsep="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" frame="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pgwide="" qualifier="" releasableTo="" rowsep="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Table>
  <table>{1,1}</table>
  <pubs:Equation atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Equation>
  <pubs:ExtensionElements id="" IDReference="" qualifier="" styleType="">{1,1}</pubs:ExtensionElements>
  <pubs:FieldedData atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:FieldedData>
  <pubs:ImageMap atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:ImageMap>
  <pubs:List atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" listStyle="bullet" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:List>
  <pubs:MediaResource atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:MediaResource>
  <pubs:Note atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" externalNotice="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" noteType="" noticeDate="" noticeProseID="" noticeReason="" noticeType="" ownerProducer="" pocType="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="" unregisteredNoticeType="">{1,1}</pubs:Note>
  <pubs:Para atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Para>
  <pubs:PreformattedText atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="" textStyle="">{1,1}</pubs:PreformattedText>
  <pubs:Quote atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" date="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" originator="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Quote>
  <pubs:Table atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" colsep="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" frame="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" pgwide="" qualifier="" releasableTo="" rowsep="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Table>
  <table>{1,1}</table>
  <pubs:Sidebar atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,1}</pubs:Sidebar>
  <pubs:Section atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,unbounded}</pubs:Section>
  <pubs:Section atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{1,unbounded}</pubs:Section>
  <pubs:Appendix atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,unbounded}</pubs:Appendix>
  <pubs:Attachments atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,unbounded}</pubs:Attachments>
  <pubs:Glossary atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,1}</pubs:Glossary>
  <pubs:Bibliography atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,1}</pubs:Bibliography>
  <pubs:Index atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,1}</pubs:Index>
  <pubs:DistributionList atomicEnergyMarkings="" classification="" classificationReason="" classifiedBy="" COIProtectionLevel="" compilationReason="" cuiBasic="" cuiControlledBy="" cuiControlledByOffice="" cuiDecontrolDate="" cuiDecontrolEvent="" cuiPOC="" cuiSpecified="" declassDate="" declassEvent="" declassException="" derivativelyClassifiedBy="" derivedFrom="" displayOnlyTo="" disseminationControls="" FGIsourceOpen="" FGIsourceProtected="" handleViaChannels="" hasApproximateMarkings="" highWaterNATO="" id="" IDReference="" joint="" nonICmarkings="" nonUSControls="" ownerProducer="" qualifier="" releasableTo="" SARIdentifier="" SCIcontrols="" secondBannerLine="" styleType="">{0,1}</pubs:DistributionList>
</pubs:DocumentBody>
Source
<xsd:element name="DocumentBody" type="pubs:DocumentBodyType">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The text of the document, and any publication specific data required.</p>
    </xsd:documentation>
  </xsd:annotation>
</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