Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element boe:SystemComponentType / boe:Name
Namespace urn:us:gov:ic:boe
Annotations

The common name of the component. This may be the device or machine name for a networked component.

Diagram
Diagram
Type ShortStringType
Properties
content simple
minOccurs 1
maxOccurs 1
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 common name of the component. This may be the device or machine name for a networked component.</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:SystemComponentType / boe:Type
Namespace urn:us:gov:ic:boe
Annotations

The type of component

Diagram
Diagram
Type ShortStringType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="Type" 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 type of component</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:SystemComponentType / boe:OwnerManufacturer
Namespace urn:us:gov:ic:boe
Annotations

The manufacturer, author, or owner of the component

Diagram
Diagram
Type ShortStringType
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="OwnerManufacturer" 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 manufacturer, author, or owner of the component</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:SystemComponentType / boe:Version
Namespace urn:us:gov:ic:boe
Annotations

The version or model number of the component.

Diagram
Diagram
Type ShortStringType
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xsd:element name="Version" 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 version or model number of the component.</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:SystemComponentType / boe:SerialNumber
Namespace urn:us:gov:ic:boe
Annotations

The serial number or unique identifier of the component, if applicable.

Diagram
Diagram
Type ShortStringType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xsd:element name="SerialNumber" 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 serial number or unique identifier of the component, if applicable.</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:SystemComponentType
Namespace urn:us:gov:ic:boe
Diagram
Diagram BOE_xsd_Complex_Type_boe_SystemComponentType.tmp#SystemComponentType_Name BOE_xsd_Complex_Type_boe_SystemComponentType.tmp#SystemComponentType_Type BOE_xsd_Complex_Type_boe_SystemComponentType.tmp#SystemComponentType_OwnerManufacturer BOE_xsd_Complex_Type_boe_SystemComponentType.tmp#SystemComponentType_Version BOE_xsd_Complex_Type_boe_SystemComponentType.tmp#SystemComponentType_SerialNumber
Used by
Model
Children boe:Name , boe:OwnerManufacturer , boe:SerialNumber , boe:Type , boe:Version
Source
<xsd:complexType name="SystemComponentType">
  <xsd:all>
    <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 common name of the component. This may be the device or machine name for a networked component.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Type" 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 type of component</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="OwnerManufacturer" 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 manufacturer, author, or owner of the component</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Version" 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 version or model number of the component.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="SerialNumber" 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 serial number or unique identifier of the component, if applicable.</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