Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element irm:OrganizationType / irm:name
Namespace urn:us:gov:ic:irm
Annotations

ded:Definition: An element within organization that contains the name of the organization.

ded:Obligation: (Conditional) Mandatory if organization is used.

ded:Comment: There is no maximum number of name elements.

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType
Type irm:simpleTokenType
Properties
content simple
maxOccurs unbounded
Facets
minLength 1
Source
<xsd:element name="name" type="irm:simpleTokenType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains the name of the organization.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Conditional) Mandatory if organization is used.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: There is no maximum number of name elements.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-IRM.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 irm:OrganizationType / irm:phone
Namespace urn:us:gov:ic:irm
Annotations
?

ded:Definition: An element within organization that contains a telephone number. A telephone number. Optional. This value must include country code and area code, when applicable.

ded:Obligation: (Optional)

ded:Comment: A telephone number at which the organization can be contacted. There is no maximum number of phone elements.

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType
Type irm:simpleTokenType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
Source
<xsd:element name="phone" type="irm:simpleTokenType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains a telephone number. A telephone number. Optional. This value must include country code and area code, when applicable.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: A telephone number at which the organization can be contacted. There is no maximum number of phone elements.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-IRM.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 irm:OrganizationType / irm:email
Namespace urn:us:gov:ic:irm
Annotations
?

ded:Definition: An element within organization that contains an address for electronic email. An address for electronic mail.

ded:Obligation: (Optional)

ded:Comment: There is no maximum number of email elements.

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType
Type irm:simpleTokenType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
Source
<xsd:element name="email" type="irm:simpleTokenType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains an address for electronic email. An address for electronic mail.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: There is no maximum number of email elements.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-IRM.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 irm:OrganizationType / irm:subOrganization
Namespace urn:us:gov:ic:irm
Annotations
?

ded:Definition: An element within organization that contains a further refinement of the organization.

ded:Obligation: (Optional)

ded:Comment: There is no maximum number of subOrganization elements.

Diagram
Diagram IC-IRM_xsd_Simple_Type_irm_simpleTokenType.tmp#simpleTokenType IC-IRM_xsd_Attribute_Group_irm_SecurityAttributesGroup.tmp#urn_us_gov_ic_irm_SecurityAttributesGroup
Type extension of irm:simpleTokenType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type 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.
Source
<xsd:element name="subOrganization" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains a further refinement of the organization.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: There is no maximum number of subOrganization elements.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="irm:simpleTokenType">
        <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.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.
Complex Type irm:OrganizationType
Namespace urn:us:gov:ic:irm
Annotations
?

The type used to model the irm:Organization element.

Diagram
Diagram IC-IRM_xsd_Attribute_irm_acronym.tmp#urn_us_gov_ic_irm_acronym IC-IRM_xsd_Complex_Type_irm_OrganizationType.tmp#OrganizationType_name IC-IRM_xsd_Complex_Type_irm_OrganizationType.tmp#OrganizationType_phone IC-IRM_xsd_Complex_Type_irm_OrganizationType.tmp#OrganizationType_email IC-IRM_xsd_Complex_Type_irm_OrganizationType.tmp#OrganizationType_subOrganization
Used by
Model
Children irm:email , irm:name , irm:phone , irm:subOrganization
Attributes
QName Type Use Annotation
irm:acronym irm:simpleTokenType optional
?

ded:Definition: An attribute of organization that contains the acronym of the organization if there is an acronym.

ded:Obligation: (Optional)

ded:Comment: Where there is only an acronym for an organization populate both the name element and acronym attribute with that acronym.

Source
<xsd:complexType name="OrganizationType">
  <xsd:annotation>
    <xsd:documentation>&#x2028;
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The type used to model the irm:Organization element.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="0">
    <xsd:element name="name" type="irm:simpleTokenType" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains the name of the organization.</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Conditional) Mandatory if organization is used.</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: There is no maximum number of name elements.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="phone" type="irm:simpleTokenType" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>&#x2028;
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains a telephone number. A telephone number. Optional. This value must include country code and area code, when applicable.</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: A telephone number at which the organization can be contacted. There is no maximum number of phone elements.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="email" type="irm:simpleTokenType" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>&#x2028;
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains an address for electronic email. An address for electronic mail.</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: There is no maximum number of email elements.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="subOrganization" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>&#x2028;
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Definition">ded:Definition: An element within organization that contains a further refinement of the organization.</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Obligation">ded:Obligation: (Optional)</p>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA" data-ded="ded:Comment">ded:Comment: There is no maximum number of subOrganization elements.</p>
        </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
        <xsd:simpleContent>
          <xsd:extension base="irm:simpleTokenType">
            <xsd:attributeGroup ref="irm:SecurityAttributesGroup"/>
          </xsd:extension>
        </xsd:simpleContent>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute ref="irm:acronym" use="optional"/>
</xsd:complexType>
Schema location IC-IRM.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