Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element boe:PersonTypeWithRole / boe:Role
Namespace urn:us:gov:ic:boe
Annotations

The functional role/designation of the person.

Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 256
Source
<xsd:element name="Role" type="ism:ShortStringType" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The functional role/designation of the person.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location BOE.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 boe:PersonTypeWithRole / boe:Name
Namespace urn:us:gov:ic:boe
Annotations

The proper word or set of words by which the person is known.

Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 256
Source
<xsd:element name="Name" type="ism:ShortStringType" minOccurs="1" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The proper word or set of words by which the person is known.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location BOE.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 boe:PersonTypeWithRole / boe:Title
Namespace urn:us:gov:ic:boe
Annotations

The person's official title.

Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 256
Source
<xsd:element name="Title" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The person's official title.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location BOE.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 boe:PersonTypeWithRole / boe:Organization
Namespace urn:us:gov:ic:boe
Annotations

The organization whom the person supports.

Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 256
Source
<xsd:element name="Organization" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The organization whom the person supports.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location BOE.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 boe:PersonTypeWithRole / boe:Email
Namespace urn:us:gov:ic:boe
Annotations

The primary email or email best used for contacting the person.

Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 256
Source
<xsd:element name="Email" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The primary email or email best used for contacting the person.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location BOE.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 boe:PersonTypeWithRole / boe:Phone
Namespace urn:us:gov:ic:boe
Annotations

The primary phone number or phone number best used for contacting the person.

Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 256
Source
<xsd:element name="Phone" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The primary phone number or phone number best used for contacting the person.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location BOE.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 boe:PersonTypeWithRole
Namespace urn:us:gov:ic:boe
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup BOE_xsd_Complex_Type_boe_PersonTypeWithRole.tmp#PersonTypeWithRole_Role BOE_xsd_Complex_Type_boe_PersonTypeWithRole.tmp#PersonTypeWithRole_Name BOE_xsd_Complex_Type_boe_PersonTypeWithRole.tmp#PersonTypeWithRole_Title BOE_xsd_Complex_Type_boe_PersonTypeWithRole.tmp#PersonTypeWithRole_Organization BOE_xsd_Complex_Type_boe_PersonTypeWithRole.tmp#PersonTypeWithRole_Email BOE_xsd_Complex_Type_boe_PersonTypeWithRole.tmp#PersonTypeWithRole_Phone
Used by
Model
Children boe:Email , boe:Name , boe:Organization , boe:Phone , boe:Role , boe:Title
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:complexType name="PersonTypeWithRole">
  <xsd:all>
    <xsd:element name="Role" type="ism:ShortStringType" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The functional role/designation of the person.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Name" type="ism:ShortStringType" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The proper word or set of words by which the person is known.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Title" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The person's official title.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Organization" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The organization whom the person supports.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Email" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The primary email or email best used for contacting the person.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Phone" type="ism:ShortStringType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">The primary phone number or phone number best used for contacting the person.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:all>
  <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
</xsd:complexType>
Schema location BOE.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