Showing:

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

A description of the source collection system used for this product.

Diagram
Diagram PUBS-XML_xsd_Element_pubs_CollectSource.tmp#CollectSource_identity PUBS-XML_xsd_Element_pubs_CollectSource.tmp#CollectSource_access PUBS-XML_xsd_Element_pubs_CollectSource.tmp#CollectSource_reliability PUBS-XML_xsd_Element_pubs_CollectSourceDescription.tmp#CollectSourceDescription PUBS-XML_xsd_Element_pubs_CollectSourceContext.tmp#CollectSourceContext PUBS-XML_xsd_Element_pubs_CollectSourceID.tmp#CollectSourceID
Properties
content complex
Used by
Model
Children pubs:CollectSourceContext , pubs:CollectSourceDescription , pubs:CollectSourceID
Instance
<pubs:CollectSource access="" identity="" reliability="" xmlns:pubs="urn:us:gov:ic:pubs">
  <pubs:CollectSourceDescription COIProtectionLevel="" id="" IDReference="" qualifier="" SchemaguideSecurityAttributesOptionGroup="" styleType="">{1,1}</pubs:CollectSourceDescription>
  <pubs:CollectSourceContext COIProtectionLevel="" id="" IDReference="" qualifier="" SchemaguideSecurityAttributesOptionGroup="" styleType="">{0,1}</pubs:CollectSourceContext>
  <pubs:CollectSourceID SchemaguideSecurityAttributesGroup="">{0,1}</pubs:CollectSourceID>
</pubs:CollectSource>
Attributes
QName Type Use Annotation
access restriction of xsd:NMTOKEN optional

A description of the source's degree of access to the information.

identity xsd:string optional

An identification number assigned to the source.

reliability restriction of xsd:NMTOKEN optional

A description of the source's historical reliability and quality of the information the source has provided in the past

Source
<xsd:element name="CollectSource">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A description of the source collection system used for this product.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all minOccurs="1" maxOccurs="1">
      <xsd:element ref="pubs:CollectSourceDescription" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="pubs:CollectSourceContext" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="pubs:CollectSourceID" minOccurs="0" maxOccurs="1"/>
    </xsd:all>
    <xsd:attribute name="identity" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">An identification number assigned to the source.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="access" use="optional">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A description of the source's degree of access to the information.</p>
        </xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="direct"/>
          <xsd:enumeration value="indirect"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="reliability" use="optional">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A description of the source's historical reliability and quality of the information the source has provided in the past</p>
        </xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="reliable"/>
          <xsd:enumeration value="uncertain"/>
          <xsd:enumeration value="unknown"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </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.
Attribute pubs:CollectSource / @identity
Namespace No namespace
Annotations

An identification number assigned to the source.

Type xsd:string
Properties
use optional
Used by
Source
<xsd:attribute name="identity" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">An identification number assigned to the source.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
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.
Attribute pubs:CollectSource / @access
Namespace No namespace
Annotations

A description of the source's degree of access to the information.

Type restriction of xsd:NMTOKEN
Properties
use optional
Facets
enumeration direct
enumeration indirect
Used by
Source
<xsd:attribute name="access" use="optional">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A description of the source's degree of access to the information.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="direct"/>
      <xsd:enumeration value="indirect"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
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.
Attribute pubs:CollectSource / @reliability
Namespace No namespace
Annotations

A description of the source's historical reliability and quality of the information the source has provided in the past

Type restriction of xsd:NMTOKEN
Properties
use optional
Facets
enumeration reliable
enumeration uncertain
enumeration unknown
Used by
Source
<xsd:attribute name="reliability" use="optional">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A description of the source's historical reliability and quality of the information the source has provided in the past</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="reliable"/>
      <xsd:enumeration value="uncertain"/>
      <xsd:enumeration value="unknown"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
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