Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element irm:IntelDiscipline
Namespace urn:us:gov:ic:irm
Annotations
An intelligence discipline to which a resource applies. Use attribute "otherDiscipline" to specify a value that is not in the enumerated list. ISM attributes refer to the classification of the Discipline or text in otherDiscipline.
Diagram
Diagram IC-IRM_xsd_Element_irm_IntelDiscipline.tmp#IntelDiscipline_discipline IC-IRM_xsd_Element_irm_IntelDiscipline.tmp#IntelDiscipline_otherDiscipline IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-IRM_xsd_Element_irm_IntelSubdiscipline.tmp#IntelSubdiscipline
Properties
content: complex
Used by
Element irm:IntelType
Model irm:IntelSubdiscipline*
Children irm:IntelSubdiscipline
Instance
<irm:IntelDiscipline irm:discipline="" irm:otherDiscipline="" SchemaguideSecurityAttributesGroup="" xmlns:irm="urn:us:gov:ic:irm">
  <irm:IntelSubdiscipline irm:otherDiscipline="" SchemaguideSecurityAttributesGroup="" irm:subdiscipline="">{0,unbounded}</irm:IntelSubdiscipline>
</irm:IntelDiscipline>
Attributes
QName Type Fixed Default Use Annotation
SchemaguideSecurityAttributesGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
irm:discipline CVEnumIRMIntelDisciplines required
irm:otherDiscipline ShortStringType optional
An intelligence discipline, other than those provided for by the controlled vocabulary for attribute "discipline". This attribute is optional. However, it must be used when the value of attribute "discipline" is "other".
Source
<xsd:element name="IntelDiscipline">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An intelligence discipline to which a resource applies. Use attribute "otherDiscipline" to specify a value that is not in the enumerated list. ISM attributes refer to the classification of the Discipline or text in otherDiscipline.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="irm:IntelSubdiscipline" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="discipline" use="required" type="irm-cve:CVEnumIRMIntelDisciplines"/>
    <xsd:attribute name="otherDiscipline" type="ism:ShortStringType" use="optional">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">An intelligence discipline, other than those provided for by the controlled vocabulary for attribute "discipline". This attribute is optional. However, it must be used when the value of attribute "discipline" is "other".</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd
Attribute irm:IntelDiscipline / @irm:discipline
Namespace urn:us:gov:ic:irm
Type CVEnumIRMIntelDisciplines
Properties
use: required
Facets
enumeration CI
Counterintelligence
enumeration GEOINT
Geospatial Intelligence (consists of imagery, IMINT, and geospatial information)
enumeration HUMINT
Human Source Intelligence
enumeration IMINT
Imagery Intelligence
enumeration MASINT
Measurement and Signature Intelligence
enumeration OSINT
Open-Source Intelligence
enumeration SIGINT
Signals Intelligence (consists of COMINT, ELINT, and FISINT)
enumeration TECHINT
Foreign Scientific/Technological Intelligence
enumeration other
other
Used by
Source
<xsd:attribute name="discipline" use="required" type="irm-cve:CVEnumIRMIntelDisciplines"/>
Schema location IC-IRM.xsd
Attribute irm:IntelDiscipline / @irm:otherDiscipline
Namespace urn:us:gov:ic:irm
Annotations
An intelligence discipline, other than those provided for by the controlled vocabulary for attribute "discipline". This attribute is optional. However, it must be used when the value of attribute "discipline" is "other".
Type ShortStringType
Properties
use: optional
Facets
maxLength 256
Used by
Source
<xsd:attribute name="otherDiscipline" type="ism:ShortStringType" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An intelligence discipline, other than those provided for by the controlled vocabulary for attribute "discipline". This attribute is optional. However, it must be used when the value of attribute "discipline" is "other".</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-IRM.xsd