HyperNIEM 5

Disclaimer: This tool was developed by Tom Carlson Consulting LLC. It was created from the official distribution of the data model. Tom Carlson Consulting LLC makes neither claim nor warranty that this tool provides an accurate representation of the NIEM data model. For official and authoritative representations, please visit the official NIEM release website.


<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://release.niem.gov/niem/codes/cbrncl/5.0/" version="1" xml:lang="en-US" xsi:schemaLocation="http://release.niem.gov/niem/appinfo/5.0/ ../utility/appinfo.xsd http://release.niem.gov/niem/conformanceTargets/3.0/ ../utility/conformanceTargets.xsd" ct:conformanceTargets="http://reference.niem.gov/niem/specification/naming-and-design-rules/5.0/#ReferenceSchemaDocument"
  xmlns:appinfo="http://release.niem.gov/niem/appinfo/5.0/"
  xmlns:cbrncl="http://release.niem.gov/niem/codes/cbrncl/5.0/"
  xmlns:ct="http://release.niem.gov/niem/conformanceTargets/3.0/"
  xmlns:structures="http://release.niem.gov/niem/structures/5.0/"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <xs:annotation>
    <xs:documentation>NIEM CBRN domain Radiological and Nuclear Code List</xs:documentation>
    <xs:appinfo>
      <appinfo:LocalTerm term="CBRN" literal="Chemical, Biological, Radiological and Nuclear"/>
      <appinfo:LocalTerm term="CFR" definition="Code of Federal Regulations"/>
      <appinfo:LocalTerm term="GNDA" literal="Global Nuclear Detection Architecture"/>
      <appinfo:LocalTerm term="MIME" literal="Multipurpose Internet Mail Extensions"/>
      <appinfo:LocalTerm term="Reachback" definition="A process by which commanders, their staffs and deployed forces may be provided with timely, coordinated and authoritative advice on Chemical, Biological, Radiological and Nuclear issues, drawing upon remote expert sources of information."/>
      <appinfo:LocalTerm term="UNECE" literal="United Nations Economic Commission for Europe"/>
      <appinfo:LocalTerm term="W3C" literal="World Wide Web Consortium"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:import namespace="http://release.niem.gov/niem/structures/5.0/" schemaLocation="../utility/structures.xsd"/>
  <xs:simpleType name="AnalysisResultStatusCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for status states of the analysis of a measurement or measurement group.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Failure">
        <xs:annotation>
          <xs:documentation>The analysis was not successfully completed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Success">
        <xs:annotation>
          <xs:documentation>The analysis was successfully completed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="AnalysisResultStatusCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the status states of the analysis of a measurement or measurement group.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:AnalysisResultStatusCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CaseKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of cases.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Analysis">
        <xs:annotation>
          <xs:documentation>The case is an analysis/study that integrates data from multiple cases.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exercise">
        <xs:annotation>
          <xs:documentation>The case is regarding a CBRN Detection or Response Exercise event.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operational">
        <xs:annotation>
          <xs:documentation>The case is regarding an operational CBRN Detection or Response event.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The case is of a kind that does not match to known case kinds.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Test">
        <xs:annotation>
          <xs:documentation>The case is regarding a CBRN Detection or Response Test event.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The case of an unknown kind.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Warning">
        <xs:annotation>
          <xs:documentation>The case is regarding a BOLO or other type of warning on the possible existence of threat materials that detection sites</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CaseKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various kinds of cases that are being used.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CaseKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CasePriorityCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of case priorities.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Critical">
        <xs:annotation>
          <xs:documentation>The highest case priority rating.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High">
        <xs:annotation>
          <xs:documentation>A case priority rating between critical and normal.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Low">
        <xs:annotation>
          <xs:documentation>The lowest case priority rating.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Normal">
        <xs:annotation>
          <xs:documentation>A case priority rating between high and low.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CasePriorityCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of case priorities.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CasePriorityCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CaseRelationshipKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of relationships a Case may have with other entities.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Child">
        <xs:annotation>
          <xs:documentation>The case of interest is the child case in the relationship.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The cases are related in some manner other than an parent/child relationship.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Parent">
        <xs:annotation>
          <xs:documentation>The case of interest is the parent case in the relationship.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CaseRelationshipKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of relationships between two cases.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CaseRelationshipKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CaseRequestCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of case request code</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Associated Cases">
        <xs:annotation>
          <xs:documentation>Request for the cases associated with a case.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Case by Status">
        <xs:annotation>
          <xs:documentation>Request for all cases with a specific status code.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Case by Threat Level">
        <xs:annotation>
          <xs:documentation>Request for all cases with a specific threat level code or higher, for a specified case status code.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Case Content">
        <xs:annotation>
          <xs:documentation>Request for the list of files and other cases recorded as part of a case.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Case Description">
        <xs:annotation>
          <xs:documentation>Request for the data that describes the case (and its metadata).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Files by ID">
        <xs:annotation>
          <xs:documentation>Request for one or more case files based on file id.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Files by Subject">
        <xs:annotation>
          <xs:documentation>Request for all files that are of a specific subject matter type (one or more).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CaseRequestCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of case request code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CaseRequestCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CaseResponseCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of case response code</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Case access denied">
        <xs:annotation>
          <xs:documentation>Requested Case data not authorized for access.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Case not found">
        <xs:annotation>
          <xs:documentation>Requested Case data not found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Email file transfer">
        <xs:annotation>
          <xs:documentation>Available files transmitted to requestor's authorized email address.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="File access denied">
        <xs:annotation>
          <xs:documentation>Requested files not authorized for access.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="File included">
        <xs:annotation>
          <xs:documentation>Available files are included in this message.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="File not found">
        <xs:annotation>
          <xs:documentation>Requested files not found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FTP file transfer">
        <xs:annotation>
          <xs:documentation>Available files loaded to requestor's authorized FTP site.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="No case match">
        <xs:annotation>
          <xs:documentation>No case found that matches request.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="No file match">
        <xs:annotation>
          <xs:documentation>No file found that matches request.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Some files denied access">
        <xs:annotation>
          <xs:documentation>Some requested files not authorized for access.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Some files not found">
        <xs:annotation>
          <xs:documentation>Some requested files not found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CaseResponseCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of case response code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CaseResponseCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CaseStatusCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of status states for a Case.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Active-Hot">
        <xs:annotation>
          <xs:documentation>The case is active, but not yet determined to be a threat. Requires constant attention.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Active-Routine">
        <xs:annotation>
          <xs:documentation>The case is active but not being proactively pursued.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Active-Threat">
        <xs:annotation>
          <xs:documentation>The case is active and determined to represent a threat . Requires total commitment of effort to monitor, track, and status.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Active-Watch">
        <xs:annotation>
          <xs:documentation>The case is active of sufficient interest to maintain on a watch list.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Closed-Error">
        <xs:annotation>
          <xs:documentation>The case has been determined to have been opened in error and has been closed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Closed-Normal">
        <xs:annotation>
          <xs:documentation>The case has been closed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Inactive">
        <xs:annotation>
          <xs:documentation>The case in no longer of interest, but a decision to close the case has not been made.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Merged">
        <xs:annotation>
          <xs:documentation>The case has been closed by merging into another case.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pending">
        <xs:annotation>
          <xs:documentation>The case has been created, but will not become active until triggered by a date-time, event, or user action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Suspended">
        <xs:annotation>
          <xs:documentation>The case is no longer active, but can be returned to an active state by a time or event trigger, or user action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The case status is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CaseStatusCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of status states for a Case.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CaseStatusCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CaseThreatLevelCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a case threat level code values</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="General Risk">
        <xs:annotation>
          <xs:documentation>General risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hazard">
        <xs:annotation>
          <xs:documentation>The case represents activities or items that have been adjudicated by governing authority to not represent a threat of terrorist attack, but do represent a risk to people and/or the environment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High Risk">
        <xs:annotation>
          <xs:documentation>High risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Illicit">
        <xs:annotation>
          <xs:documentation>The case represents activities or items that have been adjudicated by governing authority to not represent a threat of terrorist attack, but are believed to be in violation of laws or regulations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Low Risk">
        <xs:annotation>
          <xs:documentation>Low risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="No Risk">
        <xs:annotation>
          <xs:documentation>The case represents activities or items that have been adjudicated by the governing authority to not represent a threat of terrorist attack.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Severe Risk">
        <xs:annotation>
          <xs:documentation>Severe risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Significant Risk">
        <xs:annotation>
          <xs:documentation>Significant risk that the case represents activities or items intended to support a terrorist attack.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The threat represented by the activities or items is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CaseThreatLevelCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of case threat level</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CaseThreatLevelCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CompressionCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for codes that describe the algorithm (if any) by which data has been compressed.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CountedZeroes">
        <xs:annotation>
          <xs:documentation>The data is compressed using the CountedZeroes algorithm.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="None">
        <xs:annotation>
          <xs:documentation>No compression</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ConfidenceCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines confidence level code values.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="High">
        <xs:annotation>
          <xs:documentation>The confidence level is high.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Low">
        <xs:annotation>
          <xs:documentation>The confidence level is low.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Medium">
        <xs:annotation>
          <xs:documentation>The confidence level is medium.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The confidence level is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Very High">
        <xs:annotation>
          <xs:documentation>The confidence level is very high.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Very Low">
        <xs:annotation>
          <xs:documentation>The confidence level is very low.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConfidenceCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines confidence level code values.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ConfidenceCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceBoundForCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the conveyance bound code enumerations.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="non-US">
        <xs:annotation>
          <xs:documentation>The conveyance is enroute to a non-US destination.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The conveyance transit status is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USCustoms">
        <xs:annotation>
          <xs:documentation>The conveyance has arrived in the US and is enroute to a customs holding facility.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USDirect">
        <xs:annotation>
          <xs:documentation>The conveyance is enroute directly to the US or its territories and possessions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USExternal">
        <xs:annotation>
          <xs:documentation>The conveyance is in transit to a facility operated by the US government located outside the US and its territories and possessions; for example, an overseas military base.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USIndirect">
        <xs:annotation>
          <xs:documentation>The conveyance is enroute to the US or its terrorities and possessions, with stops and possibly transhipments before arrival in the US.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USInterior">
        <xs:annotation>
          <xs:documentation>The conveyance is in transit inside the US 50 states.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USTerritory">
        <xs:annotation>
          <xs:documentation>The conveyance is in transit within a US territory or possession.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceBoundForCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the Conveyance bound code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ConveyanceBoundForCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceColorCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the conveyance color codes.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AMETHYST">
        <xs:annotation>
          <xs:documentation>AMETHYST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BEIGE">
        <xs:annotation>
          <xs:documentation>BEIGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BLACK">
        <xs:annotation>
          <xs:documentation>BLACK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BLUE">
        <xs:annotation>
          <xs:documentation>BLUE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BLUE, DARK">
        <xs:annotation>
          <xs:documentation>BLUE, DARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BLUE, LIGHT">
        <xs:annotation>
          <xs:documentation>BLUE, LIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BRONZE">
        <xs:annotation>
          <xs:documentation>BRONZE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BROWN">
        <xs:annotation>
          <xs:documentation>BROWN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CAMOUFLAGE">
        <xs:annotation>
          <xs:documentation>CAMOUFLAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CHROME, STAINLESS STEEL">
        <xs:annotation>
          <xs:documentation>CHROME, STAINLESS STEEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="COPPER">
        <xs:annotation>
          <xs:documentation>COPPER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CREAM, IVORY">
        <xs:annotation>
          <xs:documentation>CREAM, IVORY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GOLD">
        <xs:annotation>
          <xs:documentation>GOLD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRAY">
        <xs:annotation>
          <xs:documentation>GRAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GREEN">
        <xs:annotation>
          <xs:documentation>GREEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GREEN, DARK">
        <xs:annotation>
          <xs:documentation>GREEN, DARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GREEN, LIGHT">
        <xs:annotation>
          <xs:documentation>GREEN, LIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LAVENDER">
        <xs:annotation>
          <xs:documentation>LAVENDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MAROON, BURGUNDY">
        <xs:annotation>
          <xs:documentation>MAROON, BURGUNDY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MAUVE">
        <xs:annotation>
          <xs:documentation>MAUVE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MULTICOLORED">
        <xs:annotation>
          <xs:documentation>MULTICOLORED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ORANGE">
        <xs:annotation>
          <xs:documentation>ORANGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PINK">
        <xs:annotation>
          <xs:documentation>PINK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PURPLE">
        <xs:annotation>
          <xs:documentation>PURPLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RED">
        <xs:annotation>
          <xs:documentation>RED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SILVER">
        <xs:annotation>
          <xs:documentation>SILVER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TAN">
        <xs:annotation>
          <xs:documentation>TAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TAUPE">
        <xs:annotation>
          <xs:documentation>TAUPE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TEAL">
        <xs:annotation>
          <xs:documentation>TEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TURQUOISE">
        <xs:annotation>
          <xs:documentation>TURQUOISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WHITE">
        <xs:annotation>
          <xs:documentation>WHITE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YELLOW">
        <xs:annotation>
          <xs:documentation>YELLOW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceColorCodeType">
    <xs:annotation>
      <xs:documentation>A data type for conveyance color codes.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ConveyanceColorCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of conveyances.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A01">
        <xs:annotation>
          <xs:documentation>aircraft fixed-wing commercial passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A02">
        <xs:annotation>
          <xs:documentation>aircraft fixed-wing commercial cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A03">
        <xs:annotation>
          <xs:documentation>aircraft rotary-wing commercial passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A04">
        <xs:annotation>
          <xs:documentation>aircraft rotary-wing commercial cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A05">
        <xs:annotation>
          <xs:documentation>aircraft amphibian commercial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A06">
        <xs:annotation>
          <xs:documentation>aircraft fixed-wing multi-engine private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A07">
        <xs:annotation>
          <xs:documentation>aircraft fixed-wing single-engine private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A08">
        <xs:annotation>
          <xs:documentation>aircraft rotary-wing private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A09">
        <xs:annotation>
          <xs:documentation>aircraft amphibian private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A10">
        <xs:annotation>
          <xs:documentation>aircraft unpowered</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A11">
        <xs:annotation>
          <xs:documentation>aircraft fixed-wing military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A12">
        <xs:annotation>
          <xs:documentation>aircraft rotary-wing military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A13">
        <xs:annotation>
          <xs:documentation>aircraft amphibian military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A14">
        <xs:annotation>
          <xs:documentation>aircraft fixed-wing government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A15">
        <xs:annotation>
          <xs:documentation>aircraft rotary-wing government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A16">
        <xs:annotation>
          <xs:documentation>aircraft amphibian government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A17">
        <xs:annotation>
          <xs:documentation>aircraft lighter-than-air</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A18">
        <xs:annotation>
          <xs:documentation>aircraft other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B01">
        <xs:annotation>
          <xs:documentation>boat fishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B02">
        <xs:annotation>
          <xs:documentation>boat recreation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B03">
        <xs:annotation>
          <xs:documentation>boat utility/service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B04">
        <xs:annotation>
          <xs:documentation>boat sail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B05">
        <xs:annotation>
          <xs:documentation>boat other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C01">
        <xs:annotation>
          <xs:documentation>container</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>other conveyance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pipeline">
        <xs:annotation>
          <xs:documentation>pipeline</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R01">
        <xs:annotation>
          <xs:documentation>rail boxcar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R02">
        <xs:annotation>
          <xs:documentation>rail flatcar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R03">
        <xs:annotation>
          <xs:documentation>rail tanker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R04">
        <xs:annotation>
          <xs:documentation>rail container car</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R05">
        <xs:annotation>
          <xs:documentation>rail auto carrier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R06">
        <xs:annotation>
          <xs:documentation>rail locomotive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R07">
        <xs:annotation>
          <xs:documentation>rail car other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S01">
        <xs:annotation>
          <xs:documentation>ship commercial passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S02">
        <xs:annotation>
          <xs:documentation>ship commercial cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S03">
        <xs:annotation>
          <xs:documentation>ship commercial tanker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S04">
        <xs:annotation>
          <xs:documentation>ship commercial fishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S05">
        <xs:annotation>
          <xs:documentation>ship commercial utility/service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S06">
        <xs:annotation>
          <xs:documentation>ship ferry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S07">
        <xs:annotation>
          <xs:documentation>ship private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S08">
        <xs:annotation>
          <xs:documentation>ship military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S09">
        <xs:annotation>
          <xs:documentation>ship government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S10">
        <xs:annotation>
          <xs:documentation>ship other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:documentation>unknown conveyance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V01">
        <xs:annotation>
          <xs:documentation>vehicle truck commercial cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V02">
        <xs:annotation>
          <xs:documentation>vehicle truck commercial tanker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V03">
        <xs:annotation>
          <xs:documentation>vehicle truck commercial service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V04">
        <xs:annotation>
          <xs:documentation>vehicle truck rental</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V05">
        <xs:annotation>
          <xs:documentation>vehicle truck private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V06">
        <xs:annotation>
          <xs:documentation>vehicle truck government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V07">
        <xs:annotation>
          <xs:documentation>vehicle truck military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V08">
        <xs:annotation>
          <xs:documentation>vehicle trailer flatbed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V09">
        <xs:annotation>
          <xs:documentation>vehicle trailer cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V10">
        <xs:annotation>
          <xs:documentation>vehicle trailer tanker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V11">
        <xs:annotation>
          <xs:documentation>vehicle trailer boat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V12">
        <xs:annotation>
          <xs:documentation>vehicle trailer car</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V13">
        <xs:annotation>
          <xs:documentation>vehicle bus commercial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V14">
        <xs:annotation>
          <xs:documentation>vehicle bus private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V15">
        <xs:annotation>
          <xs:documentation>vehicle bus government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V16">
        <xs:annotation>
          <xs:documentation>vehicle automobile commercial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V17">
        <xs:annotation>
          <xs:documentation>vehicle automobile private</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V18">
        <xs:annotation>
          <xs:documentation>vehicle automobile government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V19">
        <xs:annotation>
          <xs:documentation>vehicle automobile military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V20">
        <xs:annotation>
          <xs:documentation>vehicle military combat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V21">
        <xs:annotation>
          <xs:documentation>vehicle utility/service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V22">
        <xs:annotation>
          <xs:documentation>vehicle farm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V23">
        <xs:annotation>
          <xs:documentation>vehicle recreation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V24">
        <xs:annotation>
          <xs:documentation>vehicle motorcycle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V25">
        <xs:annotation>
          <xs:documentation>vehicle other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kind of Conveyance</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ConveyanceKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceOrganizationRelationshipKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of relationships that may exist between a conveyance and an organization.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="lessee">
        <xs:annotation>
          <xs:documentation>The organization leases (or rents) the conveyance from a lessor.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="lessor">
        <xs:annotation>
          <xs:documentation>The organization leases (or rents) the conveyance to lessee.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="operator">
        <xs:annotation>
          <xs:documentation>The organization operates the conveyance, but does not own it.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>The organization's relationship to the conveyance is other than own/operate/lease/rent.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="owner">
        <xs:annotation>
          <xs:documentation>The organization owns the conveyance, but does not operate it.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="owner/operator">
        <xs:annotation>
          <xs:documentation>The organization owns and operates the conveyance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceOrganizationRelationshipKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of relationships that may exist between a conveyance and an organization.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ConveyanceOrganizationRelationshipKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceRelationshipKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of relationships that a conveyance can have.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="connected to">
        <xs:annotation>
          <xs:documentation>A conveyance connected to another conveyance, such as a trailer connected to the tractor in a truck, or a railcar in a train consist.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="contained in">
        <xs:annotation>
          <xs:documentation>A conveyance contained on or in another conveyance, such as a container on a ship or a railcar.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>The relationship between the two conveyances is other than contained in or connected to.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceRelationshipKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of relationships that a conveyance can have.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ConveyanceRelationshipKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="CredentialsAuthenticatedCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the states of authentication of credentials.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Authenticated">
        <xs:annotation>
          <xs:documentation>The credentials have been authenticated.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Not Authenticated">
        <xs:annotation>
          <xs:documentation>The credentials have not been authenticated.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CredentialsAuthenticatedCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the states of authentication of credentials.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:CredentialsAuthenticatedCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EncounterDeviceCategoryLevelCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the kind of encounter device category level.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="component">
        <xs:annotation>
          <xs:documentation>The configuration level is a component of a device.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="device">
        <xs:annotation>
          <xs:documentation>The configuration level is a device, which may be composed of components, and may be part of a system.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="system">
        <xs:annotation>
          <xs:documentation>The configuration level is a system, which may be composed of devices and systems.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EncounterDeviceCategoryLevelCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the kind of encounter device category level.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:EncounterDeviceCategoryLevelCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EquationKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the equation type code values</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Exponential">
        <xs:annotation>
          <xs:documentation>An exponential equation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FullRangeFraction">
        <xs:annotation>
          <xs:documentation>A polynomial equation that includes a scaling factor as the last coefficient, defined as: e/(1-ax).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>An other unspecified kind of equation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pade">
        <xs:annotation>
          <xs:documentation>An equation form as defined in ANSI N42.42, section 5.2.38.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PolyLogarithmic">
        <xs:annotation>
          <xs:documentation>A polylogarithmic equation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Polynomial">
        <xs:annotation>
          <xs:documentation>An equation of the form a +bX + cX**2 + .. The order of the polynomial is indicated by the number of terms specified in the Coefficients child element.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EquationKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the Equation type</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:EquationKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FacilityCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the facility category codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Airport">
        <xs:annotation>
          <xs:documentation>A facility where aircraft arrive and depart.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Land">
        <xs:annotation>
          <xs:documentation>A facility that engages in rad/nuc detection enounters with respect to vehicles and rail transport.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Response">
        <xs:annotation>
          <xs:documentation>A facility involved with responding to identified rad/nuc threat materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Seaport">
        <xs:annotation>
          <xs:documentation>A facility where vessels arrive and depart.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Support">
        <xs:annotation>
          <xs:documentation>A facility that supports the rad/nuc detection/interdiction mission but does not directly engage in detection encounters.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Watch">
        <xs:annotation>
          <xs:documentation>A facility involved in fusion and situation awareness monitoring of rad/nuc detection/interdiction activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FacilityCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the categories of facilities.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:FacilityCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FacilityOperationalStatusCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the Facility Operational Status Codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Decommissioned">
        <xs:annotation>
          <xs:documentation>The site has been decommissioned and is not longer available to support the mission.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Degraded">
        <xs:annotation>
          <xs:documentation>The site is mission ready, but has been degraded and is not at full capability.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="In Standup">
        <xs:annotation>
          <xs:documentation>The site is in the process of being physically implemented.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mission Ready">
        <xs:annotation>
          <xs:documentation>The site is fully mission capable to include communications networks.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Not Mission Ready">
        <xs:annotation>
          <xs:documentation>The site is not capable of supporting its assigned mission.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Planned">
        <xs:annotation>
          <xs:documentation>The site is not in existence. It represents a planned site at some point in the future.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The status of the site is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FacilityOperationalStatusCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the operational states of a facility or site.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:FacilityOperationalStatusCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FacilityUsageCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type to describe the uses of real property facilities.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="">
        <xs:annotation>
          <xs:documentation>None</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Academic Library">
        <xs:annotation>
          <xs:documentation>A facility within an educational facility for the collection, storage and retrieval of print, audio and visual materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Administrative Building">
        <xs:annotation>
          <xs:documentation>A building containing general office space as well as space typically associated with office space. Associated space may include conference rooms, small storage rooms, restrooms, break/lunch rooms, locker/shower rooms, and utility rooms.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Administrative Government Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses any administrative services of a government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Administrative Military Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses the administrative services of a military.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Administrative Structure, Other Than Building">
        <xs:annotation>
          <xs:documentation>Miscellaneous administrative structures such as flagpoles, billboards, reviewing stands, and information stands.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Administrative Structure, Underground">
        <xs:annotation>
          <xs:documentation>An underground facility containing general office space as well as that space typically associated with office space. Associated space may include conference rooms, small storage rooms, restrooms, break/lunch rooms, locker/shower rooms, and utility rooms.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aerospace Transportation Terminal">
        <xs:annotation>
          <xs:documentation>Terminals for the movement of people and goods from one location to another via air travel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Age Restricted Multi-Family Residence">
        <xs:annotation>
          <xs:documentation>A single building containing multiple dwellings that limits occupants to a specific age range.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agribusiness Facility">
        <xs:annotation>
          <xs:documentation>A facility that utilizes different aspects of farming to produce a profit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural Auction/Market Facility">
        <xs:annotation>
          <xs:documentation>A facility for conducting public sales in which agricultural commodities such as grain, fruits, or livestock are sold to the highest bidder. Facility may include storage space for livestock and other commodities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural Facility">
        <xs:annotation>
          <xs:documentation>Facilities specializing in horticulture, agriculture or the production of living things.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility for maintaining and working on machinery specifically used for agriculture.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural Research and Development Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for agricultural sciences.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural Research Facility">
        <xs:annotation>
          <xs:documentation>Agricultural Research Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural School">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults on the subjects of crop production, livestock management, soil and water conservation and other area of agriculture in the attempt of earning a terminal degree in a related field.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of plants, animals and other agriculture specific items.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agricultural-Undeveloped">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the agricultural purposes or the building of agriculture facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Air Cargo Warehouse">
        <xs:annotation>
          <xs:documentation>A facility for the housing and/or organization of storage containers transported by airplane.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Air Force facility">
        <xs:annotation>
          <xs:documentation>A military facility specific to the Air Force.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Air Raid/Fallout Shelter">
        <xs:annotation>
          <xs:documentation>An enclosed, reinforced facility, generally within or beneath an existing building, that provides protection against air attack and/or nuclear fallout.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aircraft Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of airframes and other related assemblies, spares, and aircraft equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Airfield Apron">
        <xs:annotation>
          <xs:documentation>An area provided for aircraft parking, servicing, and loading.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Airfield Operational Building">
        <xs:annotation>
          <xs:documentation>A facility, in a separate building or combined with a flight control tower or fire and rescue station and used to administer operations, possibly including spaces for meeting, communications, transient waiting, and briefing pilots.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Airfield Pavement">
        <xs:annotation>
          <xs:documentation>A thoroughfare, route, or path reserved for use by planes and other aircraft.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Airfield Runway">
        <xs:annotation>
          <xs:documentation>A thoroughfare, route, or path reserved for the landing and taking off of planes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Airfield Taxiway">
        <xs:annotation>
          <xs:documentation>A thoroughfare, route, or path connecting a runway to and apron or storage facility.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Airplane Maintenance and Fueling Facility">
        <xs:annotation>
          <xs:documentation>A facility for the repair of aircraft and supply necessary fluids and fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="All-Suites Lodging">
        <xs:annotation>
          <xs:documentation>A facility that provides short term lodging through individual living dwellings containing sleeping quarters, living areas and typically kitchens or cooking areas.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Alley">
        <xs:annotation>
          <xs:documentation>A narrow lane found in urban areas which usually runs between or behind buildings.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Alternate Joint Communications Center">
        <xs:annotation>
          <xs:documentation>A facility supporting the communication and computer services for the National Command Authority, the Joint Staff, OSD, and other DoD Agencies and functions as a disaster recovery site. It is capable of housing the Emergency Operations Centers for the Military Departments. This FAC will only be used by WHS.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ambulance Shelter">
        <xs:annotation>
          <xs:documentation>A detached facility to protect ambulances from the elements.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ambulatory Surgery Center">
        <xs:annotation>
          <xs:documentation>A health care facilities for surgical procedures not requiring an overnight hospital stay are performed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ammunition, Explosive, and Toxic Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of ammunition, explosives, and toxic materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ammunition, Explosives, and Toxic Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the upkeep and maintenance of ammunition, explosives and toxic materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ammunition, Explosives, and Toxics Production Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of ammunition and other explosives.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Amusement Arcade">
        <xs:annotation>
          <xs:documentation>An indoor facility containing multiple video games and/or other small amusement games such as skee-ball, air hockey and foosball.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animal Feed Operations Facility">
        <xs:annotation>
          <xs:documentation>Facility for operating and supporting the feeding of livestock; may be integrated into a livestock facility, or separately located.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animal Healthcare Facility">
        <xs:annotation>
          <xs:documentation>A facility for administrative and operational functions of veterinary activities assigned to the installation. These can include animal medical care, control of communicable animal diseases, animal boarding, and food inspection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animal Lodging Facility">
        <xs:annotation>
          <xs:documentation>A facility that offers short term lodging for animals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animal Recreation Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the support of recreational pursuits involving animals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animal Waste Handling Facility">
        <xs:annotation>
          <xs:documentation>A facility for the collection and storage of animal waste and by-product.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Apartment Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the building of apartments.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Apiary and Other Related Structures">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the raising of bees for the production of honey, honey comb and/or wax.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aquaculture Facility">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the raising of fish, crustaceans and other aquatic creatures or plants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aqueduct">
        <xs:annotation>
          <xs:documentation>A facility for the conveyance and delivery of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arena">
        <xs:annotation>
          <xs:documentation>A sports arena, usually oval or horseshoe-shaped, with tiers of seats for spectators. Interior sports area usually contains a field for football, soccer, baseball, softball, or track and field events.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Army and marine corps facility">
        <xs:annotation>
          <xs:documentation>A military facility specific to the Army or Marine Corps.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Art Museum">
        <xs:annotation>
          <xs:documentation>A facility for the exhibition of art, usually visual art.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Art School">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults on the subject of art in the attempt of earning a Bachelor of Arts (B.A.) or a Master of Arts ( M.A.).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arterial Roadway">
        <xs:annotation>
          <xs:documentation>A high-capacity urban road.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Assembly Facility">
        <xs:annotation>
          <xs:documentation>Facilities where large groups of individuals can gather and assemble for commercial, entertainment, educational, and other purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Auction House">
        <xs:annotation>
          <xs:documentation>A facility where goods and products are sold to the highest bidder.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Auditorium and Theater Facility">
        <xs:annotation>
          <xs:documentation>Auditoriums and theaters provide space for administrative areas, seating and viewing, film projection and storage, live performances, concession stand, toilets, lobby and ticket sales.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Auto Auction Facility">
        <xs:annotation>
          <xs:documentation>A facility that sells automotive goods through auction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Auto Maintenance and Fueling Station">
        <xs:annotation>
          <xs:documentation>A facility for the repair of automobiles and filling of necessary fluids and fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Automated Data Processing Center">
        <xs:annotation>
          <xs:documentation>A building or part of a building that contains the equipment and functions of automated data processing. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Automobile Craft Center">
        <xs:annotation>
          <xs:documentation>A facility that provide space for auto bays, administration, classroom, tool storage and checkout, break area and lavatories.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Automobile Parking Facility">
        <xs:annotation>
          <xs:documentation>A facility for the temporary housing of automobiles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Automobile Racing Track">
        <xs:annotation>
          <xs:documentation>A facility for the controlled racing of automobiles (often modified cars, trucks or motorcycles).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bank">
        <xs:annotation>
          <xs:documentation>A facility that provides the following essential services: checking and savings accounts, loans, foreign currency sales, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bed and Breakfast">
        <xs:annotation>
          <xs:documentation>A facility for short term lodging often located within a residence and offers breakfast as part of the accommodations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Behavioral Disability Care Residence">
        <xs:annotation>
          <xs:documentation>A dwelling containing multiple sleeping quarters typically with shared eating, living and lavatory facilities and staffed with medical workers that specialize in caring for the mentally ill.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beltway">
        <xs:annotation>
          <xs:documentation>A road that encircles a town or city.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beverage and Tobacco Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of soft drink, ice, and bottled water manufacturing; breweries; wineries; distilleries; and tobacco stemming, redrying, and product manufacturing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beverage or Tobacco Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of beverages or tobacco products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Big Box Retail">
        <xs:annotation>
          <xs:documentation>A facility specializing in a single (or select few) merchandising needs that offers an extreme selection of products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Billiards Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility containing multiple pool tables and seating.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Biomedical Research Facility">
        <xs:annotation>
          <xs:documentation>Facilities used for clinical, diagnostic, teaching, research, or production work that is performed with indigenous or exotic agents with a potential for respiratory transmission, and which may cause serious and/or potentially lethal infection applicable to Risk Group 3 pathogenic agents as defined by the latest edition of Biosafety in Microbiological and Biomedical Laboratories, U.S. Department of Health and Human Services, Public Health Service, Centers for Disease Control and Prevention, and National Institutes of Health.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Boat Maintenance and Fueling Dry Docks">
        <xs:annotation>
          <xs:documentation>A facility for the repair of marine equipment on land and supply necessary fluids and fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Boathouse">
        <xs:annotation>
          <xs:documentation>A facility for the storage and maintenance of small boats and canoes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bowling Alley">
        <xs:annotation>
          <xs:documentation>An indoor facility containing multiple bowling lanes and seating.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Boxing Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility containing a boxing ring (or multiple boxing rings) as well as medicine ball, speed ball and punching bag stations for boxers to train and/or fight.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bridge">
        <xs:annotation>
          <xs:documentation>A structure built to span physical obstacles such as a body of water, valley, or road, for the purpose of providing passage over the obstacle.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Broadcasting Facility">
        <xs:annotation>
          <xs:documentation>A building containing the equipment and functions that provide photographic or television production. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Building Improvements and Acquisitions">
        <xs:annotation>
          <xs:documentation>The acquisition and/or improvement of a building. This Facility Analysis Category should not be used for inventory purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bulk Liquid Fuel Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of bulk liquid fuels.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bulk Liquid Non-Fuel Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of bulk liquids, other than fuels.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bus Stop Shelter">
        <xs:annotation>
          <xs:documentation>A facility for individuals to await bus service.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Business Park">
        <xs:annotation>
          <xs:documentation>A collection of office buildings grouped closely to form a neighborhood of tenants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Business School">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults on the subject of business and economics in the attempt of earning a degree in Business Administration (BA) and/or Masters of Business Administration (MBA).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Canal">
        <xs:annotation>
          <xs:documentation>A man-made facility for the navigation of waterways or channeling of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Canal Lock">
        <xs:annotation>
          <xs:documentation>A facility for raising and lowering traffic between stretches of water of different levels on river and canal waterways. The distinguishing feature of a lock is a fixed chamber whose water level can be varied.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cargo Handling and Storage Area">
        <xs:annotation>
          <xs:documentation>A facility for the housing of goods to be shipped.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Casino">
        <xs:annotation>
          <xs:documentation>A facility which houses and accommodates gambling activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Casino Hotel">
        <xs:annotation>
          <xs:documentation>A facility that offers short term lodging and is connected to or is part of a casino complex.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cement/Rock/Gravel Plant">
        <xs:annotation>
          <xs:documentation>A facility for the creation of construction and decorative rock and cement products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cemetery">
        <xs:annotation>
          <xs:documentation>Those areas set aside for burial of the dead.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ceramic Craft Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for the molding, forming and firing of ceramic products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ceremonial Hall">
        <xs:annotation>
          <xs:documentation>A facility for the indoor conduct of ceremonies during inclement weather.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Charter School">
        <xs:annotation>
          <xs:documentation>A publicly funded facility that has been freed from some of the rules, regulations, and statutes that apply to other public schools, in exchange for some type of accountability for producing certain results, which are set forth within the school's charter.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chemical Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of chemicals products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chemical Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of chemicals, including petrochemical; industrial gas; synthetic fibers/filaments; pesticides, fertilizers, and other agricultural chemicals; pharmaceuticals; paint, coating, and adhesives; soap and cleaning compounds; et al.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chemical Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for chemistry research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Childrens Library">
        <xs:annotation>
          <xs:documentation>A facility for the collection, storage and retrieval of print, audio and visual materials specifically suited to children and young adults.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Childrens Museum">
        <xs:annotation>
          <xs:documentation>A facility for the exhibition of world issues and history with the intent of making the topics easily understood for children through mostly experiential activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chilled Water and Refrigerant Distribution Line">
        <xs:annotation>
          <xs:documentation>Pipelines for the transport of water or other coolants between a central cooling plant and the facilities to be cooled.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chilled Water Facility">
        <xs:annotation>
          <xs:documentation>A facility that is capable of lowering the temperature of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cinema">
        <xs:annotation>
          <xs:documentation>A facility for the display and viewing of motion pictures/movies/films.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Clearing, Grading, and Landscaping">
        <xs:annotation>
          <xs:documentation>The removal of vegetation, reshaping of the land surface, and/or the planting of decorative trees and shrubs. This Facility Analysis Category should not be used for inventory purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Clinic">
        <xs:annotation>
          <xs:documentation>A health care facility that is primarily devoted to the care of outpatients.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Clothing Sales Store">
        <xs:annotation>
          <xs:documentation>A facility for the sales of military clothing and personal equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Club or Organization Building">
        <xs:annotation>
          <xs:documentation>A facility for use by active duty military personnel, authorized civilians, and their family members for private organization/club meetings and activities that are not affiliated with the US government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Co-housing Multiple Family Residence">
        <xs:annotation>
          <xs:documentation>Multiple dwellings that share facilities (typically kitchen, dining, laundry and recreational areas are shared).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Coal-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power by either burning coal to create steam to turn turbines, or by burning coal to power a generator.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Coast Guard Facility">
        <xs:annotation>
          <xs:documentation>A military facility specific to the Coast Guard.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Coastal/Island">
        <xs:annotation>
          <xs:documentation>Land that touches or is surrounded by a body of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cold Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of goods that require to be held below a certain temperature to prevent spoiling.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Collector Roadway">
        <xs:annotation>
          <xs:documentation>Roads that provide service to and between traffic generators such as larger towns or consolidated schools, commercial or industrial areas, or serve as links between arterial roadways and highways.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Columbarium">
        <xs:annotation>
          <xs:documentation>A structure for the placement and storage of cinerary urns. Columbaria can be either integrated into an interior or boundary wall, or part of a mausoleum or another building.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commercial Malls">
        <xs:annotation>
          <xs:documentation>A facility that offers a wide variety of retail stores for consumers in addition to other services such as dining.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commercial Pier">
        <xs:annotation>
          <xs:documentation>A structure for docking ships that extends into the waterway such that ships can dock along both sides.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commercial Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the development of commercial facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Comprehensive Ambulatory Care Center">
        <xs:annotation>
          <xs:documentation>A health care facility that specializes in the consultation, treatment or advanced medical procedures delivered on an outpatient basis.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Computer and Electronic Product Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of computer and peripheral equipment manufacturing; communications equipment manufacturing; audio/video equipment manufacturing; semiconductor and other electronic component manufacturing; navigational, measuring, electromedical, and control instruments manufacturing;</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Computer or Electronics Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the production, quality assurance, and calibration of electronic and communication equipment and components.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Computing Center">
        <xs:annotation>
          <xs:documentation>A facility used to house large collections of computers or very large, single computers capable of vast computing operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Computing Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for computational research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Conference Facility">
        <xs:annotation>
          <xs:documentation>A room or hall where individuals of differing sized groups can meet for a singular event or meeting either in person or via audio and/or video conferencing system.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Conservation/Preservation Easement">
        <xs:annotation>
          <xs:documentation>Land that offered for preservation purposes between a landowner and a government agency.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Consumer Products Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of goods intended for direct sale to individual consumers.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contaminated Facility or Area">
        <xs:annotation>
          <xs:documentation>A facility or land that has been contaminated and in unavailable for use, excluding as impact areas. This Facility Analysis Category should not be used for inventory purposes as the facility or land is also captured in other categories.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contaminated Land">
        <xs:annotation>
          <xs:documentation>Land that is not suitable for use due to the presence of hazardous waste.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Convenience Store">
        <xs:annotation>
          <xs:documentation>A facility that offers a wide range of readily used items but with limited selection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Convenience/Strip Center">
        <xs:annotation>
          <xs:documentation>A collection of retail facilities in one building but with separate entrances from the outside and parking.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Convention and Exhibition Facility">
        <xs:annotation>
          <xs:documentation>A facility, typically large in scale, designed to hold a convention, exhibition, conference or group of individuals gathered to promote and share a common interest.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Convention Center">
        <xs:annotation>
          <xs:documentation>A facility with sufficient floor area to accommodate several thousand individuals in addition to multiple display areas and booths.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Convention Hotel">
        <xs:annotation>
          <xs:documentation>A facility that offers short term lodging and is connected to or is part of a convention center.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="County Highway">
        <xs:annotation>
          <xs:documentation>Any public road maintained by the county in which it originates or resides. The term is common and almost always designates major roads.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Courthouse">
        <xs:annotation>
          <xs:documentation>A facility that houses both a local court of law and occasionally the regional government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Covered Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of goods that must be protected from natural elements such as sun or rain.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Craft Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provide space for administration, drawing and art studio, storage, photo dark room, audio/photo sales area, separate areas for individual crafts and arts, and kiln area for ceramics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Craft Textile Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for the weaving, cutting, dying and assemble of fabric products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Creative/Loft Office Building">
        <xs:annotation>
          <xs:documentation>A facility that offers office/production space with little or no interior structure to inhibit tenants use of the space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cremation Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides cremation services for the deceased and their families.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Crop Farm">
        <xs:annotation>
          <xs:documentation>A facility that produces large quantities of grain or other plant based foods as the major source of income.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cultural Facility">
        <xs:annotation>
          <xs:documentation>Facilities used for programs or activities focused on the arts, personal beliefs or other activities focused on personal growth and reflection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cut and Fill">
        <xs:annotation>
          <xs:documentation>The removal of soil from higher elevations and/or the placement of soil in lower elevations to prepare a site for further construction. This Facility Analysis Category should not be used for inventory purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dairy Facility">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the harvesting of animal milk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dam">
        <xs:annotation>
          <xs:documentation>A barrier constructed to obstruct the normal flow of a watercourse. This FAC includes all civil works dams and other water collecting facilities, whether man-made or natural, together with appurtenant water diversion, regulation and delivery facilities and spillways, outlet works, and power intake works.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Daycare Facility">
        <xs:annotation>
          <xs:documentation>A facility for the care and education of infants thru pre-school age children and for school aged children less than 12 years of age before and after normal public school hours.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Daycare or Preschool Facility">
        <xs:annotation>
          <xs:documentation>A facility for the care and education of children by a person other than the child's guardian or immediate family.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Death Facility">
        <xs:annotation>
          <xs:documentation>A facility, either detached or within a hospital, for the identification, preparation, and holding of human remains.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Demolition">
        <xs:annotation>
          <xs:documentation>The razing of structures and other obstructions and subsequent removal of debris. This Facility Analysis Category should not be used for inventory purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dental Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides routine and specialized dental treatment to authorized personnel. Classified as a Business Occupancy facility under the NFPA Life Safety Code.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Department Store">
        <xs:annotation>
          <xs:documentation>A facility that sells a wide range of the consumer's personal and residential product needs; and at the same time offering the consumer a choice of multiple manufactures, in a wide range of product categories.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Depot and Arsenal Covered Storage">
        <xs:annotation>
          <xs:documentation>An covered storage area to be used for depot-level storage.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Depot Open Storage Facility">
        <xs:annotation>
          <xs:documentation>An open storage area to be used for depot-level storage. Usually a paved surface.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Detention Center">
        <xs:annotation>
          <xs:documentation>A facility to house and secure service members during pre-trial confinement, post-trial confinement, and for the duration of sentences. Although not normally housed in the same facility, prisoners can include officers, enlisted personnel, and prisoners of war. Functional space includes sleeping space, administrative areas, dining areas, recreational and educational areas, vocational areas, and health clinics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dining Establishment">
        <xs:annotation>
          <xs:documentation>Facilities that provide delivery, distribution and/or sale of prepared food and drink.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Discotheque">
        <xs:annotation>
          <xs:documentation>A facility which sells both food and beverages and contains both an open floor space for dancing and an audio booth or stage to allow for musical performances.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Distribution Warehouse">
        <xs:annotation>
          <xs:documentation>A facility for the collection and organization of storage containers for transportation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dog Racing Track">
        <xs:annotation>
          <xs:documentation>A facility for the controlled racing of canines.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dormitory">
        <xs:annotation>
          <xs:documentation>A single building containing multiple sleeping quarters and typically shared eating and lavatory facilities typically for students.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dredging">
        <xs:annotation>
          <xs:documentation>The removal of the bed material underlying a body of water, to provide operating channels, maneuvering area, anchorages and moving basins for ships.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Driveway">
        <xs:annotation>
          <xs:documentation>A connection between a public roadway and a residence, business or destination.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dry Storage Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the collection and housing of goods that are either dry by nature or need to remain dry.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Duplex">
        <xs:annotation>
          <xs:documentation>A two dwelling apartment or condominium.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Duplex 3-4 Plex Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the building of duplexes or small, multi-family residences.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Education Facility">
        <xs:annotation>
          <xs:documentation>Facilities designed for instruction of students and research accompanying higher education.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Elderly Special Care Residence">
        <xs:annotation>
          <xs:documentation>A dwelling containing multiple sleeping quarters with shared eating, living and lavatory facilities and staffed with medical workers that specialize in care of older patients.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrical Equipment or Appliance Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of electronics and appliance goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrical Equipment, Appliance, and Component Manufacturing Research Development Test and Evaluatio">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of electrical lighting equipment manufacturing, household appliance manufacturing, battery manufacturing, communication and energy wire and cable manufacturing, wiring device manufacturing, and electrical equipment manufacturing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrical Storage">
        <xs:annotation>
          <xs:documentation>Facility for the housing of electrical current.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrical Substation">
        <xs:annotation>
          <xs:documentation>Equipment to step down the voltage of the electric power supply before it enters the distribution network, normally consisting of incoming power lines (higher voltage), transformers to convert the incoming voltage, switchgear to distribute the converted power, and necessary safety and security equipment. This category does not include a building to house the equipment (see FAC 8910 Utility Building).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrical Switching Station">
        <xs:annotation>
          <xs:documentation>Equipment used to distribute the incoming electric power supply as required to provide electrical service to separate areas and/or facilities. The switching station has no transformers but otherwise is similar to a substation. The switching station consists of switchgear and all necessary safety and security equipment but does not include a building to house the equipment (see FAC 8910 Utility Building).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrical Transformer">
        <xs:annotation>
          <xs:documentation>Equipment used to convert the supplied power voltage before transmitting it further in the electrical distribution network. Transformers may be pole-mounted, pad-mounted, or housed in a building. This CATCODE does not include a building to house the equipment (see FAC 8910 Utility Building) or the pad on which the equipment may be mounted (see FAC 8526 Miscellaneous Paved Area).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electronic and Communication Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility, other than a building, designed to support electronic and communication equipment maintenance, repair, and inspection activities. Cost factors based on an average size of 5,500 SF.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electronic and Communication Maintenance Shop">
        <xs:annotation>
          <xs:documentation>A facility designed to house electronic and communication equipment maintenance, repair, and inspection activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electronic and Communication Maintenance Shop, Depot">
        <xs:annotation>
          <xs:documentation>A facility designed to house electronic and communication equipment maintenance, repair, and inspection activities at the depot level.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electronics and Communications Equipment Maintenance Facility">
        <xs:annotation>
          <xs:documentation>Facilities designed to allow for maintenance, repair, and inspection of electronics and communication equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electronics Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for electrical research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Elementary School">
        <xs:annotation>
          <xs:documentation>A facility generally outfitted or intended for use in providing children with the earliest stages of education.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Embassy">
        <xs:annotation>
          <xs:documentation>A facility (residence or office) that serves as the permanent diplomatic mission of a state or inter-governmental organization present in another state for purposes of representation and diplomatic endeavors.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Emergency Unaccompanied Personnel Housing">
        <xs:annotation>
          <xs:documentation>A facility such as hutments that can be used for emergency housing during training, mobilization, deployments, and natural disasters. These facilities provide bare minimum shelter that does not meet the criteria for permanent housing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Energy Distribution Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the transfer of energy or fuels.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Energy Distribution Node">
        <xs:annotation>
          <xs:documentation>Facilities for the dispensing of energy and/or the conversion of fuel into a new form of energy.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Energy Infrastructure Facility">
        <xs:annotation>
          <xs:documentation>Facilities and structures for the production, management and distribution of energy utilities, including but not limited to gas and other fuels, and electrical power.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Energy Production Facility">
        <xs:annotation>
          <xs:documentation>A plant for the generation of electrical power.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Energy Storage Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the housing of energy sources and fuels.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Engineering Research and Development Facility">
        <xs:annotation>
          <xs:documentation>Building used directly in theoretical or applied research, development, testing, and evaluation activities for engineering science including all engineering disciplines, applied sciences, and applied mathematics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Engineering Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for engineering research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Entertainment Assembly Facility">
        <xs:annotation>
          <xs:documentation>Facilities used to house an entertainment act or activity.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Entertainment Production Facility">
        <xs:annotation>
          <xs:documentation>Facilities specializing in the production of entertainment content.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Entertainment Rehearsal Facility">
        <xs:annotation>
          <xs:documentation>A facility separate from performance facility used for the purpose of rehearsal and practice of musical and theatrical performances.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Environmentally-Controlled Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of goods that require specific environment conditions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Equipment Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of machinery needed for the production or maintenance of other goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EUPH Tent Pad">
        <xs:annotation>
          <xs:documentation>Tent pads, which can be used for erecting tents for emergency housing during training, mobilization, deployments, and natural disasters. Cost factors are based on the area of a GP Medium tent.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exchange or Market">
        <xs:annotation>
          <xs:documentation>A facility where goods, products, commodities and securities are traded or sold.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exchange Support Facility">
        <xs:annotation>
          <xs:documentation>Administrative or maintenance facilities that support exchange operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exchange Warehouse">
        <xs:annotation>
          <xs:documentation>Storage facilities that support exchange operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Explosives and Flame Range">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely practice explosive and flame weapon basics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Explosives Railway Holding Yard">
        <xs:annotation>
          <xs:documentation>A rail yard used for the transfer and/or temporary holding of ammunition and explosive materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Explosives Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of explosives.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exterior Lighting Pole">
        <xs:annotation>
          <xs:documentation>Outdoor lighting such as street lights and perimeter lights. This FAC should only consist of pole-mounted lighting, not luminaries mounted on buildings or luminaries mounted on electrical distribution poles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Extra-Atmospheric Aerospace Transportation Terminal">
        <xs:annotation>
          <xs:documentation>A facility for atmospheric and space aircraft flight operations to take place, regardless of whether they involve cargo, passengers or neither.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fabricated Metal Product Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of fabricated metal products and goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fair or Circus Ground">
        <xs:annotation>
          <xs:documentation>A temporary facility containing multiple entertainment venues, rides and attractions for then entertainment of crowds.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Family Housing Trailer Site">
        <xs:annotation>
          <xs:documentation>Pads or sites with associated utilities provided for privately or government owned trailers and mobile homes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Family Housing Trailer/Relocatable">
        <xs:annotation>
          <xs:documentation>A trailer or movable dwelling unit for a service member or for an authorized government civilian and his/her authorized dependents when accompanied by those dependents.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Family Service Center">
        <xs:annotation>
          <xs:documentation>A facility to provide a responsive source of information, guidance, and assistance in solving problems of a personal nature to military personnel and their dependents.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fast Food Restaurant">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the rapid production and distribution of food with minimal table service.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Federal Government-Owned Land">
        <xs:annotation>
          <xs:documentation>Land comprising the whole or a part of a military installation that is owned by the Federal Government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Feedlot">
        <xs:annotation>
          <xs:documentation>An often open-air facility for the feeding of livestock with grain and feed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fire Protection Water Facility">
        <xs:annotation>
          <xs:documentation>Facilities containing or distributing water for the purpose of limiting or preventing fire.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fire Station">
        <xs:annotation>
          <xs:documentation>A building containing the personnel and equipment that provides fire and rescue support to the installation. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fish Facility">
        <xs:annotation>
          <xs:documentation>A facility consisting of ladders, locks, and other related components for the passage of fish at dams and navigation locks as well as the maintenance of fish runs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fish Passage">
        <xs:annotation>
          <xs:documentation>A facility consisting of ladders, locks, and other related components for the passage of fish at dams and navigation locks as well as the maintenance of fish runs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fishing Preserve">
        <xs:annotation>
          <xs:documentation>A body of water or area of water that is enclosed where propagated wild fish and nonnative wildlife are released and hunted as authorized.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fitness and Training Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility for fitness activities and often equipped with weight machines, aerobic exercise machines such as treadmills and exercise bikes and open areas with padded flooring for stretching, yoga and other aerobic activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flex Space Office Building">
        <xs:annotation>
          <xs:documentation>A facility that offers undeveloped space suitable for different types of office facility needs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flood Zone">
        <xs:annotation>
          <xs:documentation>Land that is adjacent to a body of water and may become flooded as a result of heavy rains.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flowage Easement">
        <xs:annotation>
          <xs:documentation>Land that a government may intentionally flooded and/or submerge with just cause and proper compensation for damages incurred.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Food Bank">
        <xs:annotation>
          <xs:documentation>A facility that collects, stores and distributes non-perishable food items to those in need within the surrounding community.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Food Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of animal food manufacturing, grain and oilseed milling, sugar and confectionery product manufacturing, fruit and vegetable preserving, specialty food manufacturing, dairy product manufacturing, animal slaughtering and processing, seafood product preparation and packaging, bakeries and tortilla manufacturing, et al.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Food Processing and Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of food products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Food Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of food products</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Foreign Land">
        <xs:annotation>
          <xs:documentation>Land under the custody of the Services comprising a military installation in a foreign country or trust area, except that land in Facility Analysis Categories 9210 and 9220.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Forestry and Timber Fabrication Facility">
        <xs:annotation>
          <xs:documentation>A facility that processes trees into standardized lumber.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Forestry Guard Station">
        <xs:annotation>
          <xs:documentation>A facility for observation of a forested area in order to protect against fires. Station includes observation tower and housing for the forester and family.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fraternity/Sorority House">
        <xs:annotation>
          <xs:documentation>A dwelling owned, maintained and inhabited by members of a specific group or affiliation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Freezer Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of goods that require a constant state of being frozen.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Full Service Lodging">
        <xs:annotation>
          <xs:documentation>A facility that offers short term lodging and allows occupants to access service areas for personals use such as laundry facilities and kitchen areas.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Full Service Restaurant">
        <xs:annotation>
          <xs:documentation>A facility that both prepares and serves food and drink for customers that is served and eaten on the premises.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Funeral Home">
        <xs:annotation>
          <xs:documentation>A facility that provides burial and funeral services for the deceased and their families.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Furniture Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of finished carpentry and furniture.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Garden Center">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the sale of horticulture based products and plants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gas Fuel Storage">
        <xs:annotation>
          <xs:documentation>Facility for the housing of gas fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gas Plant and Storage Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the production and housing of gaseous goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gas-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power by either burning gases to create steam to turn turbines, or by burning gases to power a generator.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="General Purpose Library">
        <xs:annotation>
          <xs:documentation>A facility with bookshelf space, administrative offices, restrooms, reading area, and music appreciation area for the general population.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Geothermal-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power by the running of turbines with steam produced by water heated by the earth.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Glass-Making Craft Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for the blowing of glass, cutting and assembly of glass products and ornate windows.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Golf Course">
        <xs:annotation>
          <xs:documentation>Golf courses are grassy, turfed tracts of land with tees, fairways, hazards and greens for the purpose of playing golf. Cost factors are based upon an 18-hole golf course.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Golf Driving Range">
        <xs:annotation>
          <xs:documentation>A facility for practicing driving golf balls.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Golf Facility">
        <xs:annotation>
          <xs:documentation>Facilities specializing in the outdoor sport of golf including golf courses, driving ranges, miniature golf and other golf related activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Golf Pitch and Putt Course">
        <xs:annotation>
          <xs:documentation>A smaller version of a regulation golf course, where the distance from tee to hole is normally less than 200 yards. Cost factors are based upon a 9 hole, Par 3, Pitch Putt course.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Government Facility">
        <xs:annotation>
          <xs:documentation>A facility owned or substantially controlled by a government and the services of any civilian and military personnel of that government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Government Subsidized Residence">
        <xs:annotation>
          <xs:documentation>A dwelling (or dwellings) that has a lowered cost of ownership due to government funding and support.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Grain Elevator">
        <xs:annotation>
          <xs:documentation>A facility for the storage of grain and animal feed, typically containing conveyor belts to move grain vertically. Grain elevators may contain multiple individual silos.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Grain Silo">
        <xs:annotation>
          <xs:documentation>A structure for storing bulk grain or fermented feed known as silage.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Green House">
        <xs:annotation>
          <xs:documentation>A facility with glass walls and roof in which temperature and humidity can be regulated for the growing and protection of plants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Grocery Store">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the sale of food goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ground Improvement Structure">
        <xs:annotation>
          <xs:documentation>Typically linear facilities or improvements constructed to improve a site's functional performance, such as irrigation, a dam, a fence, wall, or storm drainage system components.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ground Operational Facility Other Than Building">
        <xs:annotation>
          <xs:documentation>A non-building structure housing equipment and providing support for administrative and other functions required by operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ground Operations Building">
        <xs:annotation>
          <xs:documentation>A facility for staff to complete activities vital to aircraft when parked or being serviced.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Grounds Drainage">
        <xs:annotation>
          <xs:documentation>Structure or improvement put in place to improve drainage of water from a site.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Guided Missile Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the upkeep and maintenance of guided missiles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Guided Missile Production Facility">
        <xs:annotation>
          <xs:documentation>A facility for the production, quality assurance, and calibration of missiles and missile components.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gymnastics Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility with padded flooring and multiple gymnastic apparatuses.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Harbor Control Facility">
        <xs:annotation>
          <xs:documentation>A facility that functions to control physical access to a harbor.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Harbor Marine Improvements">
        <xs:annotation>
          <xs:documentation>Structures constructed to improve harbor operations by reducing wave action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hazardous Materials Containment Research Facility">
        <xs:annotation>
          <xs:documentation>Facility used to limit exposure to or prevent the release of potentially hazardous materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hazardous Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility used for the storage and/or disposal of hazardous wastes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hazardous Waste Landfill">
        <xs:annotation>
          <xs:documentation>A site used for the disposal of hazardous solid waste material. Hazardous waste includes chemical waste, paint, material contaminated with petroleum products. Materials generally not included, and handled separately, are waste POL, biological hazards, radioactive materials, and infectious wastes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Headquarters Office">
        <xs:annotation>
          <xs:documentation>A centralized office that serves to connect other office branches in different locations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Health Care Facility">
        <xs:annotation>
          <xs:documentation>Facilities used to house equipment and personnel for the diagnosis, treatment, and prevention of disease, illness, injury, and other physical and mental impairments in humans.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heat and Refrigeration Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the production and constant application of specific temperatures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heat Distribution Line">
        <xs:annotation>
          <xs:documentation>A pipeline for the transmission of hot water or steam between a central heating plant and the facilities to be heated.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heat Gas Distribution Line">
        <xs:annotation>
          <xs:documentation>A pipeline for the transmission of gas to be used directly in heat production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heat Gas Production Plant">
        <xs:annotation>
          <xs:documentation>A plant for the production of gas to be used directly in heat production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heat Gas Storage">
        <xs:annotation>
          <xs:documentation>A plant for the storage of gas to be used directly in heat production. Cost factors are based upon a capacity size of 12,000 GA.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heat Source">
        <xs:annotation>
          <xs:documentation>A central plant for the production of heat for one or more separate facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heavy Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation and/or assembly of large, heavy, industrial products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heavy Railway">
        <xs:annotation>
          <xs:documentation>A railway that is constructed to withstand heavy loads and machinery.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Heliport">
        <xs:annotation>
          <xs:documentation>A facility for helicopter flight operations to take place, regardless of whether they involve cargo, passengers or neither.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Helium Production/Storage Building">
        <xs:annotation>
          <xs:documentation>A building for the receipt, bulk storage, processing, and dispensing of helium gas. Included are tanks, valves, valve chambers, and similar equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Helium Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility, other than a building, for the bulk storage of helium gas. Cost factors are based on a 30,000 GA welded steel pressure tank.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High Hazard Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for hazardous research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High School">
        <xs:annotation>
          <xs:documentation>A facility generally outfitted or intended for use in the education and preparing of young adults looking to enter the work force or attend a higher education institution.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High Speed Railway">
        <xs:annotation>
          <xs:documentation>A railway constructed to allow for travel at high speeds, typically used for commuter lines.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High-Rise Office Building">
        <xs:annotation>
          <xs:documentation>An office building containing more than ten stories of office space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High-Tech Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation and/or assembly of products requiring advanced tools and parts.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Higher Education Facility">
        <xs:annotation>
          <xs:documentation>A facility or facilities for the education of adults on a specific, self-selected topic or field of study.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Highway Rest Stop">
        <xs:annotation>
          <xs:documentation>A facility that allows for drivers to temporarily pull off the roadway to use restroom facilities or get a short reprieve from their travels.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="History Museum">
        <xs:annotation>
          <xs:documentation>A facility for the exhibition of history, usually specializing in a specific period of time or a unique point of view in which to view the evolution of an item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Homeland Security Facility">
        <xs:annotation>
          <xs:documentation>A military facility specific to the Department of Homeland Security.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Homeless Shelter">
        <xs:annotation>
          <xs:documentation>A facility that is being provided for housing homeless persons or to assist agencies that provide support to the homeless.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Horse Racing Track">
        <xs:annotation>
          <xs:documentation>A facility for the controlled racing of equestrians.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hospital">
        <xs:annotation>
          <xs:documentation>A facility that provides general and specialized medical, psychiatric, obstetrical or surgical care for four or more authorized inpatients on a 24 hour basis, with both inpatient and outpatient services. Pharmacy, clinic, ambulance, and administrative space within the hospital are included in this Facility Analysis Category. Classified as a Health Care Occupancy facility under the NFPA Life Safety Code.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hospitality Facility">
        <xs:annotation>
          <xs:documentation>Facilities that provide service or entertainment to customers.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hotel">
        <xs:annotation>
          <xs:documentation>A facility for the short term lodging of military members, family members, authorized civilian employees and guests in connection with official travel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Housing Facility">
        <xs:annotation>
          <xs:documentation>Facilities used for long-term inhabitation and dwelling by humans.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Human Arts College">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults on the subjects of humanities and social and human sciences in the attempt of earning a terminal degree in a related field.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hunting Preserve">
        <xs:annotation>
          <xs:documentation>An area of land that is enclosed by fence where propagated wild animals and nonnative wildlife are released and hunted as authorized.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hydroelectric Generation Facility">
        <xs:annotation>
          <xs:documentation>A large-scale plant for the generation of electrical power using the potential energy of dammed water. Facilities in this FAC typically generate greater than 30 MW.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Impact, Maneuver, and Training Area">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely practice and experience impact and maneuver basics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Improvement to Facility or Site">
        <xs:annotation>
          <xs:documentation>Non-maintenance changes made to a facility or the site it sits upon that result in a change to the performance or capabilities of the facility or site.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="In-Leased Land">
        <xs:annotation>
          <xs:documentation>Land leased and used by the lessee.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Incinerator">
        <xs:annotation>
          <xs:documentation>A facility to burn combustible wastes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Baseball or Softball Diamond">
        <xs:annotation>
          <xs:documentation>An enclosed diamond or fan-shaped field used for playing baseball or softball. The field often contains an inner diamond or square that is made of sand or compacted dirt, and an outfield made of grass or artificial grass.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Basketball Court">
        <xs:annotation>
          <xs:documentation>An enclosed facility with one or more hard-surfaced areas used for playing basketball.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Football Field">
        <xs:annotation>
          <xs:documentation>An enclosed 360' by 160' grass or artificial grass field used to play American Football.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor High Diving Facility">
        <xs:annotation>
          <xs:documentation>An indoor, artificially enclosed body of water and platform of varying heights that protrudes out over the water used for diving.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Ice Skating Rink">
        <xs:annotation>
          <xs:documentation>An indoor facility designed for year round ice- and/or roller-skating.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Individual Athletic Recreation Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility for the pursuit of sports that require a level of physical exertion and skilled training.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Multipurpose Recreation Facility">
        <xs:annotation>
          <xs:documentation>A facility provided for the recreation and entertainment of the personnel on an installation and their guests to include space for an administrative area, recreation area, toilet and personnel area, food service and sales area, and equipment check-out.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Racquet Sports Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the performance of indoor racquet sports, such as tennis, racquet ball, or squash.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Racquetball Facility">
        <xs:annotation>
          <xs:documentation>A four-walled court without covering often constructed with glass walls. Lighting is often installed to allow for use after dusk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Recreation Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the pursuit of indoor recreation and sport.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Soccer Field">
        <xs:annotation>
          <xs:documentation>An enclosed 150-300' by 300-390' grass or artificial grass field used to play Soccer (professional fields measure 222' by 345').</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Sports Training Facility">
        <xs:annotation>
          <xs:documentation>Indoor facilities for the training of capabilities and skills required for sports.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Squash Facility">
        <xs:annotation>
          <xs:documentation>A four-walled court enclosure often constructed with glass walls for playing squash.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Swimming Pool">
        <xs:annotation>
          <xs:documentation>An indoor, artificially enclosed body of water used for swimming.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Team Court Sports Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the performance of non-racquet team sports.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Team Sports Facility">
        <xs:annotation>
          <xs:documentation>Enclosed facilities for the performance of team sports, including athletic buildings, gynasiums, domes, and enclosed arenas.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Tennis Facility">
        <xs:annotation>
          <xs:documentation>An enclosed court or courts that allows for the playing of tennis in all weather conditions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Volleyball Court">
        <xs:annotation>
          <xs:documentation>An enclosed facility with one or more hard-surfaced areas used for playing volleyball.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Water Park">
        <xs:annotation>
          <xs:documentation>An enclosed amusement park that features water rides and other water related activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indoor Water Recreation Facility">
        <xs:annotation>
          <xs:documentation>An enclosed swimming pool designed for year-round use.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Industrial Pier">
        <xs:annotation>
          <xs:documentation>A facility for the handling of mass quantities of passengers and cargo onto and off ships or canal boats.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Industrial Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the development of industrial and/or production facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Industrial Waste Treatment">
        <xs:annotation>
          <xs:documentation>A facility for the treatment of industrial waste to remove contaminants to an acceptable degree.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Information Distribution Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the receiving and transmitting of information.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Information Infrastructure Facility">
        <xs:annotation>
          <xs:documentation>Facilities and structures for the management and distribution of information utilities, including but not limited to internet, cable television, and telephone service.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Information Node">
        <xs:annotation>
          <xs:documentation>A facility used to house computer systems and associated components, such as telecommunications and storage systems.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Installation and Organization Covered Storage">
        <xs:annotation>
          <xs:documentation>An covered storage area to be used for installation-level storage.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Installation Gas Distribution Line">
        <xs:annotation>
          <xs:documentation>Distribution pipes for the transfer of oxygen, nitrogen, carbon dioxide, compressed air and other non-heating gasses.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Installation Gas Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of oxygen, nitrogen, carbon dioxide, compressed air and other non-heating gasses. Cost factors are based upon an average size facility of 1,297 SF.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Installation Maintenance and Repair Production Facility">
        <xs:annotation>
          <xs:documentation>A facility for the maintenance and repair of used or worn out products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Installation Repair and Operation Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the upkeep and maintenance of installations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Intermodal/Transportation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage and/or organization of storage containers intended for transportation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="International Airport">
        <xs:annotation>
          <xs:documentation>A facility for commercial aircraft international flight operations to take place, regardless of whether they involve cargo, passengers or neither.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interstate Highway">
        <xs:annotation>
          <xs:documentation>A limited-access road that is part of a larger network of highways across multiple states.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Irrigation Distribution Facility">
        <xs:annotation>
          <xs:documentation>A facility for the dispensing of water to arid or dry areas of plant growth.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Jail">
        <xs:annotation>
          <xs:documentation>A facility to house and secure individuals during pre-trial confinement, post-trial confinement, or temporary holding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Joint Services Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses the staff, servicemen or equipment for more than one branch of a government's military.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Junior High School">
        <xs:annotation>
          <xs:documentation>Junior High School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K through 12Learning Facility">
        <xs:annotation>
          <xs:documentation>Dependent schools provide eEducational facilities on military installations for kindergarten through grade 12.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Kennel">
        <xs:annotation>
          <xs:documentation>A facility for the enclosure and confinement of dogs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Kindergarten">
        <xs:annotation>
          <xs:documentation>A facility generally outfitted or intended for use in the education of basic skills and knowledge of young children through creative play, social interaction and formal lessons.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lake">
        <xs:annotation>
          <xs:documentation>A body of relatively still fresh or salt water of considerable size, localized in a basin, that is surrounded by land.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Land">
        <xs:annotation>
          <xs:documentation>Land without a major dedicated structure on it, both improved and unimproved.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Land Easement">
        <xs:annotation>
          <xs:documentation>A right that allows other parties access to and use of land for a specific purpose, without depriving the owner or tenant of continued use.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Land Fill">
        <xs:annotation>
          <xs:documentation>A site used for the disposal of solid waste material, other than hazardous waste.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Land Purchase, Condemnation, Donation, or Transfer">
        <xs:annotation>
          <xs:documentation>Real property transactions that can convey an ownership interest.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Large Complex Multiple Family Residence">
        <xs:annotation>
          <xs:documentation>A single building containing many dwellings (11 or more dwellings per building).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Leather and Allied Industry Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of leather goods</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Leather and Allied Product Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of leather and hide tanning and finishing, footwear manufacturing, and other allied product manufacturing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Legislative Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses the legislative branch of a government and the services related to the creation and implementation of law.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Library">
        <xs:annotation>
          <xs:documentation>A facility for the collection, storage and retrieval of print, audio and visual materials in both numerous physical and digital formats.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="License or Permit">
        <xs:annotation>
          <xs:documentation>Rights in use of real property that do not convey an interest in ownership.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Licensed and Permitted Land">
        <xs:annotation>
          <xs:documentation>Land acquired for use under license or permit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Life Sciences Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for sociological, physical and horticultural research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Light Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation and/or assembly of small or light goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Light Railway">
        <xs:annotation>
          <xs:documentation>A railway that is constructed to handle light trains and loads.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LIHTC Tax Credit Housing">
        <xs:annotation>
          <xs:documentation>A dwelling (or dwellings) that is awarded tax credits (deductions) to allow for lower income occupants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Limited Service Restaurant">
        <xs:annotation>
          <xs:documentation>A facility that prepares and/or serves food in a limited capacity due to either location, seating area or preparation space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Liquid Fuel Storage">
        <xs:annotation>
          <xs:documentation>Facility for the housing of liquid fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Liquid Oxygen Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of liquid oxygen.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Livestock Farm">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the raising of animals for meat production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Loading Platform/Ramp">
        <xs:annotation>
          <xs:documentation>A structure from which trucks or rail cars can be loaded or unloaded by moving the load directly to or from the bed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Local or Municipal Airfield">
        <xs:annotation>
          <xs:documentation>A facility for very small commercial or hobby aircraft flight operations to take place, regardless of whether they involve cargo, passengers or neither.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Local Transit Bus Station">
        <xs:annotation>
          <xs:documentation>A facility for individuals to purchase tickets and await bus service within local jurisdiction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Local Transit Station">
        <xs:annotation>
          <xs:documentation>A facility for individuals to purchase tickets and await rail service within local jurisdiction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lodging Facility">
        <xs:annotation>
          <xs:documentation>Facilities that provide temporary lodging to customers.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Loft/Multi-Story Warehouse">
        <xs:annotation>
          <xs:documentation>A facility for the housing of goods on multiple levels.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Long Distance Bus Station">
        <xs:annotation>
          <xs:documentation>A facility for individuals to purchase tickets and await bus service that exceeds a local jurisdiction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Low-Rise Office Building">
        <xs:annotation>
          <xs:documentation>A one to two story building containing office space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Luxury Lodging">
        <xs:annotation>
          <xs:documentation>Luxury Lodging</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Machinery Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the assembly of machinery.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Machinery Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of agriculture, construction, and mining machinery manufacturing; industrial machinery manufacturing; commercial and service industry machinery manufacturing; ventilation, heating, air-conditioning, and commercial refrigeration equipment manufacturing; metalworking machinery manufacturing; engine, turbine, and power transmission equipment manufacturing; et al.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Magnet School">
        <xs:annotation>
          <xs:documentation>A facility specializing in the education of children on specific courses or curricula that is not limited to those within a single school zone or boundary defined by other geopolitical spaces.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Magnetic Levitation Railway">
        <xs:annotation>
          <xs:documentation>A railway in which the train does not make contact with the track but rather is pushed along by the push and pull of strong electromagnets.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of specific item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manufacturing Research and Development Facility">
        <xs:annotation>
          <xs:documentation>Facilities used to complete research in the development of manufactured goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Marine Cargo Staging Area">
        <xs:annotation>
          <xs:documentation>An open area for the temporary placement of cargo to be loaded on, or already unloaded from, ships.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Marine Improvement">
        <xs:annotation>
          <xs:documentation>Structures constructed to improve harbor operations by reducing wave action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Marine Transportation Terminal">
        <xs:annotation>
          <xs:documentation>Terminals for the movement of people and goods from one location to another via maritime travel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Market">
        <xs:annotation>
          <xs:documentation>A facility where goods and products are traded or sold.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Martial Arts Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility that has padded flooring to allow for safe instruction and execution of different martial arts techniques.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Maternity Facility">
        <xs:annotation>
          <xs:documentation>A health care facility that specializes in the caring of woman while pregnant and during childbirth and the caring of newborn infants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Medical Center">
        <xs:annotation>
          <xs:documentation>A large health care complex or collection of facilities including hospitals, research facilities, medical schools and other health care facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Medical Warehouse">
        <xs:annotation>
          <xs:documentation>A storage facility for medical equipment and supplies that are continuously withdrawn and replenished. Storage of war reserve medical supplies is included in depot storage facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Meeting Facility">
        <xs:annotation>
          <xs:documentation>A facility used to house meetings and social gatherings.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Metal Craft Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for the cutting, welding and assembly of metal products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mid-rise Office Building">
        <xs:annotation>
          <xs:documentation>A three to ten story building containing office space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Middle School">
        <xs:annotation>
          <xs:documentation>A facility generally outfitted or intended for use in the education of children utilizing academic departments and multiple teachers to facilitate learning.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Academy">
        <xs:annotation>
          <xs:documentation>A facility which prepares candidates for service in the officer corps of the Army, the Navy, Air Force or Coast Guard or provides education in a service environment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Base">
        <xs:annotation>
          <xs:documentation>A facility directly owned and operated by and/or for the military or one of its branches that shelters military equipment and personnel, and facilitates training and operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Dining Facility">
        <xs:annotation>
          <xs:documentation>A facility, with cafeteria style dining operations, for unaccompanied personnel and other authorized persons.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Dining Support Facility">
        <xs:annotation>
          <xs:documentation>A separate facility that provides support to dining facility operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Exchange Eating Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides either self-service or counter service. These facilities are operated by/for the exchange system and include fast-food concessions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Facility">
        <xs:annotation>
          <xs:documentation>A facility owned or substantially controlled by a government and military personnel of that government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Field Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the take-off, landing and storage of aircraft.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Headquarters">
        <xs:annotation>
          <xs:documentation>A facility from which a military performs the functions of command, training and deployment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Headquarters Office">
        <xs:annotation>
          <xs:documentation>A building that contains the operational and administrative offices of the military.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Locker Room Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides locker space for the belongings of military personnel who must vacate their quarters for extended periods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the upkeep and maintenance of equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Non-Exchange Eating Facility">
        <xs:annotation>
          <xs:documentation>Eating facilities not managed by the exchange system that provide food and beverages, served to personnel by operators who are not associated with the exchange.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Open Mess and Club Facility">
        <xs:annotation>
          <xs:documentation>Open dining facilities include officer, noncommissioned officer, enlisted and civilian clubs, that provide dining, social programs and entertainment services for the membership.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of military equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Research Facility">
        <xs:annotation>
          <xs:documentation>Military Research Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Military Training Facility">
        <xs:annotation>
          <xs:documentation>Training buildings that include primarily classroom space for multipurpose training instruction typically conducted by a school/training center. These facilities may include auditorium, library and/or technical education or learning resource centers, and administrative support space. These general-purpose facilities are intended for use by organizations that serve a large population for basic lecture/conference/seminar instruction. These facilities are distinct from organizational classroom areas associated with unit headquarters and trainee barracks.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mineral Extraction Facility">
        <xs:annotation>
          <xs:documentation>Facilities specializing in the processing and extraction of minerals from the earth.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miniature Golf Course">
        <xs:annotation>
          <xs:documentation>A miniature and exaggerated version of the sport of golf played solely with the use of a single club (the putter).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mining Facility">
        <xs:annotation>
          <xs:documentation>A facility that digs and extracts minerals, rocks and naturally occurring metals from the ground.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Items and Equipment Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the upkeep and maintenance of miscellaneous equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Liquid Storage Tank and Basin">
        <xs:annotation>
          <xs:documentation>Miscellaneous liquid storage and holding tanks and basins, that are not included in another Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Operations Support Building">
        <xs:annotation>
          <xs:documentation>A building containing equipment and functions that directly support operational activities not included in other Facility Analysis Categories. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Paved Area">
        <xs:annotation>
          <xs:documentation>Paved surfaces that are not included in another Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Personnel Shelter">
        <xs:annotation>
          <xs:documentation>A facility to protect personnel from the elements, such as bus stops or smoking shelters.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Pump Station">
        <xs:annotation>
          <xs:documentation>Miscellaneous liquid pumping stations that are not included in another Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Miscellaneous Railroad Facility">
        <xs:annotation>
          <xs:documentation>A facility, other than track, normally associated with rail operations. Cost factors are based upon a railroad scale contained within a 100' section of track.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Missile and Space Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of missiles, missile systems, related ground handling and launching equipment, and other aerospace equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mixed Use Lodging">
        <xs:annotation>
          <xs:documentation>A facility that offers short term lodging and is connected to retail or office space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mixed Use Retail/Commercial Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily retail space along with other commercial spaces.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mixed-Commerce Facility">
        <xs:annotation>
          <xs:documentation>A building that combines multiple retail or commercial facilities in one area.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mixed-Gender Dormitory">
        <xs:annotation>
          <xs:documentation>A single building containing multiple sleeping quarters and typically shared eating and lavatory facilities for students of both genders.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mixed-Use Facility">
        <xs:annotation>
          <xs:documentation>A facility developed to support multiple functions without being clearing defined by, or designed for one specific use.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Monorail">
        <xs:annotation>
          <xs:documentation>A railway consisting of a single, centralized track.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Monument and Memorial">
        <xs:annotation>
          <xs:documentation>Items such as commemorative plaques, military equipment displays, statues, and the like.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Motel">
        <xs:annotation>
          <xs:documentation>A facility for short term lodging that caters to motorists by having dedicated parking and separate entries for each rented unit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Motor Vehicle Transportation Terminal">
        <xs:annotation>
          <xs:documentation>Facilities indicating a destination, node or temporary stop for motor vehicles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Movie Studio">
        <xs:annotation>
          <xs:documentation>A facility or facilities containing the necessary equipment and built environments for the production of motion pictures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Multi-Family Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the building of multi-family residences.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Multi-tenant Office Building">
        <xs:annotation>
          <xs:documentation>A single building that may contain multiple office spaces from many different tenants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Multiple Bedroom Family Residence">
        <xs:annotation>
          <xs:documentation>A dwelling containing multiple individual sleeping rooms and additional rooms for living, dining, kitchen and bathroom activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Multiple Family Residences">
        <xs:annotation>
          <xs:documentation>Multiple dwellings contained in a single structure.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Museum">
        <xs:annotation>
          <xs:documentation>A facility for preserving history and tradition, through education oriented exhibits and programs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nanotechnology Research Facility">
        <xs:annotation>
          <xs:documentation>Buildings used directly in theoretical or applied research, development, testing, and evaluation activities for nano-technological research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="National Guard Facility">
        <xs:annotation>
          <xs:documentation>A military facility specific to the National Guard.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="National or International Religious Center">
        <xs:annotation>
          <xs:documentation>National or International Religious Center</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Natural Gas Pipeline">
        <xs:annotation>
          <xs:documentation>A series of pipes and tubing for the transfer of natural gas.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Natural Gas Pumping Station">
        <xs:annotation>
          <xs:documentation>Facility for the distribution of natural gas.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nature Preserve">
        <xs:annotation>
          <xs:documentation>An area for outdoor recreational and/or mealtime activities. The area may include picnic tables, barbecue grills, and space for recreational activities. Cost factors are based upon an area consisting of 6 picnic tables, 3 grills.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Naval facility">
        <xs:annotation>
          <xs:documentation>A military facility specific to the Navy.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Navigation Revetment">
        <xs:annotation>
          <xs:documentation>A facility of erosion resistant material placed parallel to the shoreline and directly on an existing slope, embankment, or dike to protect the area from waves and strong currents and to control the meandering of a waterway.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neighborhood Center">
        <xs:annotation>
          <xs:documentation>A retail facility located within a community or neighborhood.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nightclub">
        <xs:annotation>
          <xs:documentation>Facilities that predominantly provide delivery, distribution and/or sale of drink with elements of entertainment, possibly including sound systems, light shows, live performance, or space for dancing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Non-Athletic Indoor Recreation Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility for the pursuit of recreations and sports that require minimal physical exertion.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Non-Building Airfield Operational Facility">
        <xs:annotation>
          <xs:documentation>A non-building facility used to support administration or operations of an airfield.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nonmetallic Mineral Product Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of mineral based products other than metal.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nonmetallic Mineral Product Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of clay products; glass and glass products; cement and concrete products; lime and gypsum products; et al.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Not Real Property">
        <xs:annotation>
          <xs:documentation>Service category codes that are not accountable items of real property.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nuclear-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power through the process of nuclear fission.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office Building">
        <xs:annotation>
          <xs:documentation>A facility that contains a collection of offices.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office Facility">
        <xs:annotation>
          <xs:documentation>Facilities used for the administration of a business, service or other work related activity.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office Showroom">
        <xs:annotation>
          <xs:documentation>A building containing offices for a company and an area for displaying/demonstrating the company's products or services.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the building of office facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office-Industrial Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily office space along with industrial or production facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office-Multi-Family Residence Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily office space along with residential facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office-Retail Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily office space along with retail facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office-Retail-Industrial Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily office space along with retail facilities, and industrial or production facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office-Retail-Multi-Family Residence Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily office space along with retail facilities and residential facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office/Research and Development Building">
        <xs:annotation>
          <xs:documentation>A single building that contains office space and research and development facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Office/Warehouse Building">
        <xs:annotation>
          <xs:documentation>A single building that contains both office space and storage/distribution facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Offshore Mooring Facility">
        <xs:annotation>
          <xs:documentation>A structure used to physically secure a ship at an offshore location, not alongside a pier or wharf.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Oil and Gas Extraction Facility">
        <xs:annotation>
          <xs:documentation>A facility that drills, pumps and extracts oil and gas from the ground.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Oil-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power by either burning oil to create steam to turn turbines, or by burning oil to power a generator.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="One-Bedroom Family Residence">
        <xs:annotation>
          <xs:documentation>A dwelling that contains a single room dedicated to sleeping and additional rooms for living, dining kitchen and bathroom activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Open Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of goods within an open area with set boundaries.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Open Storage, Installation Facility">
        <xs:annotation>
          <xs:documentation>An open storage area to be used for installation-level storage. Usually a paved surface.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operational Support Building">
        <xs:annotation>
          <xs:documentation>A building containing the equipment and functions needed for running operational missions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operational Support Facility Other Than Building">
        <xs:annotation>
          <xs:documentation>A non-building structure supporting equipment and functions required by operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operations Supply Building">
        <xs:annotation>
          <xs:documentation>A building containing the equipment and functions that directly support operational supply activities. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operations Support Lab">
        <xs:annotation>
          <xs:documentation>A building containing the equipment and functions of a technical laboratory that directly supports operational activities. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Orchard">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the growing and harvesting of tree bearing fruit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ornamental Crop Farm">
        <xs:annotation>
          <xs:documentation>A facility that produces small quantities of grain or other plant based foods as a small source of income or for pleasure.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Aerospace Transportation Terminals">
        <xs:annotation>
          <xs:documentation>Other Aerospace Transportation Terminals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Agricultural Facility">
        <xs:annotation>
          <xs:documentation>Other Agricultural Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Airfield Pavements">
        <xs:annotation>
          <xs:documentation>Other Airfield Pavements</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Bridges">
        <xs:annotation>
          <xs:documentation>Other Bridges</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Convention and Exhibition Facility">
        <xs:annotation>
          <xs:documentation>Other Convention and Exhibition Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Craft Production Facility">
        <xs:annotation>
          <xs:documentation>Other Craft Production Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Cultural Facility">
        <xs:annotation>
          <xs:documentation>Other Cultural Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Daycare and Preschool Facility">
        <xs:annotation>
          <xs:documentation>Other Daycare and Preschool Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Death Facility">
        <xs:annotation>
          <xs:documentation>Other Death Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Dormitories">
        <xs:annotation>
          <xs:documentation>Other Dormitories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Dry Storage Facility">
        <xs:annotation>
          <xs:documentation>Other Dry Storage Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Energy Distribution Facility">
        <xs:annotation>
          <xs:documentation>Other Energy Distribution Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Energy Nodes">
        <xs:annotation>
          <xs:documentation>Other Energy Nodes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Energy Production Facility">
        <xs:annotation>
          <xs:documentation>Other Energy Production Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Energy Storage Facility">
        <xs:annotation>
          <xs:documentation>Other Energy Storage Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Entertainment Facility">
        <xs:annotation>
          <xs:documentation>Other Entertainment Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Environmentally-Controlled Storage Facility">
        <xs:annotation>
          <xs:documentation>Other Environmentally-Controlled Storage Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Exchanges and Markets">
        <xs:annotation>
          <xs:documentation>Other Exchanges and Markets</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Government Facility">
        <xs:annotation>
          <xs:documentation>Other Government Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Hazardous Storage Facility">
        <xs:annotation>
          <xs:documentation>Other Hazardous Storage Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Health Facility">
        <xs:annotation>
          <xs:documentation>Other Health Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Higher Education Facility">
        <xs:annotation>
          <xs:documentation>Other Higher Education Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Hotels">
        <xs:annotation>
          <xs:documentation>Other Hotels</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Indoor Recreation Facility">
        <xs:annotation>
          <xs:documentation>Other Indoor Recreation Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Information Distribution Facility">
        <xs:annotation>
          <xs:documentation>A facility, other than a building, that supports communications operations and communication equipment. Cost factors are based upon a 75' self-supporting tower.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Information Nodes">
        <xs:annotation>
          <xs:documentation>Other Information Nodes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other K through 12Learning Facility">
        <xs:annotation>
          <xs:documentation>Other K through 12Learning Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Land">
        <xs:annotation>
          <xs:documentation>Other Land</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Libraries">
        <xs:annotation>
          <xs:documentation>Other Libraries</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the production of miscellaneous items that are not included in another Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Marine Transportation Terminals">
        <xs:annotation>
          <xs:documentation>Other Marine Transportation Terminals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Military Facility">
        <xs:annotation>
          <xs:documentation>Other Military Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Mineral Extraction Facility">
        <xs:annotation>
          <xs:documentation>Other Mineral Extraction Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Mixed-Commerce Facility">
        <xs:annotation>
          <xs:documentation>Other Mixed-Commerce Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Motor Vehicle Transportation Terminals">
        <xs:annotation>
          <xs:documentation>Other Motor Vehicle Transportation Terminals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Multiple Family Residences">
        <xs:annotation>
          <xs:documentation>Other Multiple Family Residences</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Museums">
        <xs:annotation>
          <xs:documentation>Other Museums</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Offices">
        <xs:annotation>
          <xs:documentation>Other Offices</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Outdoor Recreation Facility">
        <xs:annotation>
          <xs:documentation>Other Outdoor Recreation Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Public Welfare Facility">
        <xs:annotation>
          <xs:documentation>Other Public Welfare Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Rail Transportation Terminals">
        <xs:annotation>
          <xs:documentation>Other Rail Transportation Terminals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Railways">
        <xs:annotation>
          <xs:documentation>Other Railways</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Real Property Improvements">
        <xs:annotation>
          <xs:documentation>Other improvements to real property that are not included in another Facility Analysis Category. This Facility Analysis Category should not be used for inventory purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Religious Facility">
        <xs:annotation>
          <xs:documentation>Other Religious Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Research Facility">
        <xs:annotation>
          <xs:documentation>Other Research Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Retail Commercial Facility">
        <xs:annotation>
          <xs:documentation>Other Retail Commercial Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Rights">
        <xs:annotation>
          <xs:documentation>Other Rights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Roadways">
        <xs:annotation>
          <xs:documentation>Other Roadways</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Single Family Residences">
        <xs:annotation>
          <xs:documentation>Other Single Family Residences</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Special Care Residences">
        <xs:annotation>
          <xs:documentation>Other Special Care Residences</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Special Water Production Facility">
        <xs:annotation>
          <xs:documentation>Other Special Water Production Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Storage Facility">
        <xs:annotation>
          <xs:documentation>Other Storage Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Vehicle Maintenance and Parking Facility">
        <xs:annotation>
          <xs:documentation>Other Vehicle Maintenance and Parking Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Waste Collection and Holding Facility">
        <xs:annotation>
          <xs:documentation>Other Waste Collection and Holding Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Waste Processing Facility">
        <xs:annotation>
          <xs:documentation>Other Waste Processing Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Water Distribution Facility">
        <xs:annotation>
          <xs:documentation>Other Water Distribution Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Water Holding and Collection Facility">
        <xs:annotation>
          <xs:documentation>Other Water Holding and Collection Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other Water Treatment">
        <xs:annotation>
          <xs:documentation>Other Water Treatment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Baseball or Softball Diamond">
        <xs:annotation>
          <xs:documentation>A diamond or fan shaped field used for playing baseball or softball. The field often contains an inner diamond or square that is made of sand or compacted dirt, and an outfield made of grass or artificial grass. The field is typically surrounded by fencing and powerful lighting to allow for play after dusk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Basketball Court">
        <xs:annotation>
          <xs:documentation>A hard surfaced area (typically asphalt or concrete) that is used for playing basketball. The field is typically surrounded by a tall fence and powerful lights to allow for play after dusk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Football Field">
        <xs:annotation>
          <xs:documentation>A 360' by 160' grass or artificial grass field used to play American Football. The field is typically surrounded by powerful lighting to allow for play after dusk and seating areas or stands are placed along the two longer sides.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Multipurpose Recreation Facility">
        <xs:annotation>
          <xs:documentation>Facilities for use in a collection recreational activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Racquet Sports Facility">
        <xs:annotation>
          <xs:documentation>Court areas are outdoor athletic and recreational courts consisting of prepared surfaces marked for tennis, basketball, volleyball, and badminton.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Racquetball Facility">
        <xs:annotation>
          <xs:documentation>A four-walled court without covering often constructed with glass walls. Lighting is often installed to allow for use after dusk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Recreation Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the pursuit of outdoor recreation and sport.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Sign">
        <xs:annotation>
          <xs:documentation>A facility (usually a single structure) that is used to promote, advertise or make a product or service known to the public.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Skating Rink">
        <xs:annotation>
          <xs:documentation>An exterior area of ice (typically man made) that is maintained and used for both leisurely skating and organized sports.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Soccer Field">
        <xs:annotation>
          <xs:documentation>A 150-300' by 300-390' grass or artificial grass field used to play Soccer (professional fields measure 222' by 345'). The field is typically surrounded by powerful lighting to allow for play after dusk and seating areas or stands are placed along the two longer sides.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Sports Training Facility">
        <xs:annotation>
          <xs:documentation>Outdoor facilities for the training of capabilities and skills required for sports.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Squash Facility">
        <xs:annotation>
          <xs:documentation>A four-walled court without covering often constructed with glass walls. Lighting is often installed to allow for use after dusk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Swimming Pool">
        <xs:annotation>
          <xs:documentation>An outdoor, artificially enclosed body of water used for swimming.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Team Sports Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the performance of team sports including stadiums, fields and arenas.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Tennis Facility">
        <xs:annotation>
          <xs:documentation>A non-covered court or courts often surrounded by tall fencing or grandstands and equipped with powerful lighting to be used after dusk.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Theater">
        <xs:annotation>
          <xs:documentation>An outdoor facility to accommodate cultural events such as plays, concerts, and festivals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Water Park">
        <xs:annotation>
          <xs:documentation>An amusement park that features water rides and other water related activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Water Recreation Facility">
        <xs:annotation>
          <xs:documentation>Facilities specializing in outdoor sports specific to bodies of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outdoor Winter Sports Facility">
        <xs:annotation>
          <xs:documentation>Facilities specializing in outdoor sports specific to cold climates, usually involving the freezing of water for ice or snow.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Outlet Center">
        <xs:annotation>
          <xs:documentation>A specialized branch of a main retail facility that offers lower prices but on a limited selection of goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Overhead Electrical Power Distribution Line">
        <xs:annotation>
          <xs:documentation>The overhead lines for the transmission of electrical power between source, substations and switching stations, and end users. The unit of measure (LF) is defined as the LF of electrical circuit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Painting Craft Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for the application of paints and other glazes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Paper Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of paper products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Parts Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of miscellaneous parts and items needed for the production or maintenance of other goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Passenger Assembly Facility">
        <xs:annotation>
          <xs:documentation>A facility for the temporary housing and sorting of passengers prior to boarding an aircraft.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pavilion">
        <xs:annotation>
          <xs:documentation>A facility that supports outdoor recreation areas such as parks, playgrounds, picnic areas, bleachers, etc. by providing an overhead cover to protect personnel and equipment from the elements.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pedestrian Bridge">
        <xs:annotation>
          <xs:documentation>Bridges that support walkway crossing of a river, underpass, or similar gap.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pentagon">
        <xs:annotation>
          <xs:documentation>This FAC is designed to support the unique nature of the Pentagon and to accommodate the current design, various categories of facilities, historical architectural features, and anti-terrorism/force protection requirements. This FAC will only be used by WHS.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Performing Arts Facility">
        <xs:annotation>
          <xs:documentation>A facility used for the viewing and performance of dance, music, opera, theater or other art involving live performers.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Petroleum and Coal Products Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of petroleum and coal product manufacturing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Petroleum or Coal Products Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of petroleum and/or coal products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pharmaceutical or Biotechnology Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of pharmaceutical and/or biotechnology.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Physical Disability Care Residence">
        <xs:annotation>
          <xs:documentation>A dwelling containing multiple sleeping quarters typically with shared eating, living and lavatory facilities and staffed with medical workers that specialize in rehabilitation and short-term care..</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Physical Sciences Research and Development Facility">
        <xs:annotation>
          <xs:documentation>Physical science is an encompassing term for the branches of natural science and science that study non-living systems (physics, chemistry, earth science).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pipe Line">
        <xs:annotation>
          <xs:documentation>A series of pipes and tubing for the transfer of liquid or gas fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Planned Development (PUD)">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the development of community facilities and residences.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plastics and Rubber Products Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of plastic and rubber product manufacturing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plastics or Rubber Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of plastics and rubber products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Playground">
        <xs:annotation>
          <xs:documentation>Playgrounds are outdoor areas set aside for recreation near family housing, schools, recreational areas, or child support service centers. They provide for the outdoor recreational needs of children. Cost factors are based upon an average size of 6,000 SF.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Police Station">
        <xs:annotation>
          <xs:documentation>A facility designed to be the law enforcement center on the installation. Includes space for the police reception desk, working space for police personnel, confinement space for prisoners, and an arms room.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pond">
        <xs:annotation>
          <xs:documentation>A body of standing water, either natural or man-made, that is usually smaller than a lake.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Post Office">
        <xs:annotation>
          <xs:documentation>A facility that houses United States Postal Service operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potable Water Distribution Facility">
        <xs:annotation>
          <xs:documentation>A facility for the dispensing of water for human or animal consumption.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potable Water Treatment Facility">
        <xs:annotation>
          <xs:documentation>A facility for the cleaning of water to be consumed by humans and animals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Power Center">
        <xs:annotation>
          <xs:documentation>Power Center</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Power Line">
        <xs:annotation>
          <xs:documentation>Cables and wires used for the transfer of electrical current.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Power Trench">
        <xs:annotation>
          <xs:documentation>A path or ditch for the safe and accessible transfer of power lines.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Power Tunnel">
        <xs:annotation>
          <xs:documentation>An underground pathway for the safe and accessible transfer of power lines.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Preschool Facility">
        <xs:annotation>
          <xs:documentation>A facility for the care and education of children typically younger than 4-5 years of age prior to their admittance into a formal education institution.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Primary Metal Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of raw metal stock and goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Primary Metal Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation related to iron and steel mills and ferroalloy manufacturing; steel product manufacturing; nonferrous metal production and processing; and foundries.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Primary School">
        <xs:annotation>
          <xs:documentation>Primary School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Printing Facility">
        <xs:annotation>
          <xs:documentation>A facility designed to provide installation document printing and reproduction support. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Prison">
        <xs:annotation>
          <xs:documentation>A facility to house and secure criminals for the duration of sentences.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Production Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the creation, repair, or maintenance of items of value.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Professional College">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults, working individuals and non-traditional students on a collection of the subjects in the attempt of earning a terminal degree in a related field.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Proprietary Preschool Facility">
        <xs:annotation>
          <xs:documentation>A facility for the care and education of children typically younger than 4-5 years of age based on a specialized principle or theory prior to their admittance into a formal education institution.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Psychiatric Facility">
        <xs:annotation>
          <xs:documentation>A health care facility that specializes in the treatment of serious mental disorders.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Domain Withdraw">
        <xs:annotation>
          <xs:documentation>Land originally withdrawn from public domain under jurisdiction of the Department of Interior.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Grounds Fencing, Gate, or Guard Tower">
        <xs:annotation>
          <xs:documentation>A facility used to control entrance/exit from a designated public space often connected to or housing personnel designated to oversee and limit passage.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Health and Safety Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses any department or service of a government focusing on the safety and welfare of the public.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Land">
        <xs:annotation>
          <xs:documentation>Public land of Territories or Possessions acquired for use of the Federal Government.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Restroom/Shower">
        <xs:annotation>
          <xs:documentation>A public toilet and/or shower facility.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Service Facility">
        <xs:annotation>
          <xs:documentation>Facilities for use by governmental organizations for various types of public service, including but not limited to military facilities, police and fire stations, courthouses, and capitol buildings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Public Welfare Facility">
        <xs:annotation>
          <xs:documentation>Facilities offering elements of public safety and wellness.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pulp, Paper, and Paperboard Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of paper and paperboard product manufacturing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Race Track">
        <xs:annotation>
          <xs:documentation>A facility for the racing of animals, automobiles, motorcycles or athletes. The facility typically contains seating for spectators in addition to the racing surface.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radioactive Material Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of radioactive isotopes and radioactive waste.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rail Bridge">
        <xs:annotation>
          <xs:documentation>Bridges that support railroad track crossing of a river, road underpass, or similar gap.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rail Maintenance and Fueling Facility">
        <xs:annotation>
          <xs:documentation>A facility for the repair of trains and supply of fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rail Transportation Terminal">
        <xs:annotation>
          <xs:documentation>Facilities indicating a destination, node or temporary stop for rail based transportation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rail Yard">
        <xs:annotation>
          <xs:documentation>A facility for the temporary housing of locomotives and train cars.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Railway">
        <xs:annotation>
          <xs:documentation>Rail track to include spurs, sidings, yards, and turnouts. Track includes two parallel rails, crossties, and roadbed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Raw Material Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of products intended for sale to manufactures and persons looking to produce multiple goods or products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recreation Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the pursuit of indoor and outdoor recreation and sports.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recreational Camp and Trailer Park">
        <xs:annotation>
          <xs:documentation>Trailer parking sites/pads or tent pads, with associated site facilities, for recreational trailers, vehicles, or tents. Cost factors are based upon an area providing 100 camping sites.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recreational Marina">
        <xs:annotation>
          <xs:documentation>A facility for berthing pleasure craft. Cost factors are based upon an average size of 150 -200 slips.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recreational Pier">
        <xs:annotation>
          <xs:documentation>A platform constructed along or over a body of water, from which wildlife can be observed, recreational boats can be tied or launched, or fishing can take place. Cost factors are based upon medium construction of a small jetty equivalent structure, less than 120 SF.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recycling Center">
        <xs:annotation>
          <xs:documentation>A facility for the collection, sorting and processing of materials to be reused in manufacturing or production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Refrigeration and Air Conditioning Source">
        <xs:annotation>
          <xs:documentation>A central plant for the production of cooling or air conditioning.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Refuse Collection and Recycling Facility">
        <xs:annotation>
          <xs:documentation>A facility for the collection of refuse or recyclable materials before they are processed for disposal or recycling. Cost factors are based upon an average-size facility of 5,000 SF.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Regional Administrative Office">
        <xs:annotation>
          <xs:documentation>A company's branch office located in a specific location to address local needs, concerns of cultures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Regional Airport">
        <xs:annotation>
          <xs:documentation>A facility for small commercial aircraft intercontinental flight operations to take place, regardless of whether they involve cargo, passengers or neither.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Regional Center">
        <xs:annotation>
          <xs:documentation>A retail facility that specializes in goods and products specific to that area or culture.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Regulatory Agency Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses a public authority or government agency responsible for exercising autonomous authority over some area of human activity in a regulatory or supervisory capacity.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rehabilitation Facility">
        <xs:annotation>
          <xs:documentation>A facility for counseling personnel suffering from drug or alcohol abuse.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Education Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for religious education, activities, family counseling, and community based activities in support of the installation population.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for most religious activities, such as a church, temple, synagogue, or mosque.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Institution">
        <xs:annotation>
          <xs:documentation>Facilities that provides space for religious education, services or other religious activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Monument or Icon">
        <xs:annotation>
          <xs:documentation>A specific facility dedicated to the depiction or celebration of a religious figure or item of faith in a specific religion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Pilgrimage Site">
        <xs:annotation>
          <xs:documentation>A religious facility that serves as a destination place for followers or the location of a significant event or item within a specific faith.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Retreat">
        <xs:annotation>
          <xs:documentation>A facility that serves as a destination place for followers to refresh their beliefs or remove themselves from their traditional surrounds while seeking religious answers or practicing religious activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Remote Delivery Facility">
        <xs:annotation>
          <xs:documentation>This FAC is designed to support the unique nature of the Pentagon's Remote Delivery Facility and to accommodate the current design, various categories of facilities, anti-terrorism/force protection requirements, and volume of material handled. This FAC will only be used by WHS.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Research Development Test and Evaluation Range Facilities">
        <xs:annotation>
          <xs:documentation>Facility used in the direct application, development, testing, and evaluation of ammunition and explosives.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Research Development Test and Evaluation Technical Service Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the manufacturing of models, prototypes, and other items used in direct research, development, testing, and evaluation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Research Facility">
        <xs:annotation>
          <xs:documentation>A facility used for the exploration, review, investigation, testing and development of a specific topic or item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Reservoir">
        <xs:annotation>
          <xs:documentation>An impoundment for the storage of water that, in its natural condition, is not safe for drinking.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Residence Hotel">
        <xs:annotation>
          <xs:documentation>A facility that provides lodging to meet short term housing requirements for unaccompanied enlisted personnel and civilian employees on temporary duty or traveling on official business.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Residential (Single-Family) Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the building of single family residences.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Resort Hotel">
        <xs:annotation>
          <xs:documentation>A facility that provides short term lodging and offers a series of recreational and entertainment accommodations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail Facility">
        <xs:annotation>
          <xs:documentation>Facility that provides a method for display, sale and purchase of goods and services.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail Pad">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the development of retail facilities that has also been graded, leveled, annexed with utilities to the site, paved, had curb and gutter installed, or improved in some other fashion to prepare it for construction and use.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the development of retail facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail-Office Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily retail space along with office facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail-Office-Residential Building">
        <xs:annotation>
          <xs:documentation>A single building that contains primarily retail space along with office space and residential facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail-Pad Building">
        <xs:annotation>
          <xs:documentation>A building constructed to fit a site specifically zoned or reserved for the development of retail facilities that has been improved in some fashion to prepare it for construction and use.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Retail-Residential Building">
        <xs:annotation>
          <xs:documentation>A single building that contains both retail space and residential facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Right-of-Way">
        <xs:annotation>
          <xs:documentation>A strip of land that is granted, through an easement or other mechanism, for transportation purposes, such as for a trail, driveway, rail line or highway.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="River">
        <xs:annotation>
          <xs:documentation>A body of water with movement that may lead to, or originate from another body of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Roadside Truck Stop">
        <xs:annotation>
          <xs:documentation>A facility for drivers to pull off the roadway and purchase fuel and other goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Roadway">
        <xs:annotation>
          <xs:documentation>A thoroughfare, route, or way on land between two places.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rural Long Distance Rail Station">
        <xs:annotation>
          <xs:documentation>A facility for individuals to purchase tickets and await rail service that exceeds a local jurisdiction from a point outside a city's limits.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rural/Isolated Airfield">
        <xs:annotation>
          <xs:documentation>A facility distant from settlements or communities for aircraft flight operations to take place, regardless of whether they involve cargo, passengers or neither.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Salvage Yard">
        <xs:annotation>
          <xs:documentation>A facility for the housing of discarded goods that may be used for repair of similar products or reused for completely new goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sanitary Sewer Distribution Facility">
        <xs:annotation>
          <xs:documentation>A facility for the dispensing of waters collected from sewer systems.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Satellite Distribution Facility">
        <xs:annotation>
          <xs:documentation>A building which contains satellite communications operations and communication equipment. Communication equipment located in these facilities is not real property, therefore is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Science and Technology Museum">
        <xs:annotation>
          <xs:documentation>A facility for the exhibition of advances or research in the areas of science and technology.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Science College">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults on the subject of science and mathematics in the attempt of earning a Bachelor of Science (B.S.) or a Master of Science ( M.S.).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scientific Research and Development Facility">
        <xs:annotation>
          <xs:documentation>Facilities used to administer scientific experiments and research in the development of living things and manufactured goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Seaway Facility">
        <xs:annotation>
          <xs:documentation>A large sea or ocean inlet larger than a bay, deeper than a bight and wider than a fjord; or it may be defined as a narrow sea or ocean channel between two bodies of land.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary School">
        <xs:annotation>
          <xs:documentation>Secondary School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Self-Storage/Mini-Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of miscellaneous personal items of an individual or business.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Septic Lagoon and Settlement Ponds">
        <xs:annotation>
          <xs:documentation>A facility to hold large volumes of wastewater during the process of settling out contaminants.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Septic Tank and Drain Field">
        <xs:annotation>
          <xs:documentation>A facility to hold wastewater during the process of contaminants settling-out or the process of ground filtration.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sewage Lift Stations">
        <xs:annotation>
          <xs:documentation>Pumping stations for the movement of sewage and waste</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sewage Treatment">
        <xs:annotation>
          <xs:documentation>A facility for the treatment of sewage to remove contaminants to an acceptable degree.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ship and Marine Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of ships and marine equipment, and amphibious vehicles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ship Navigation Building">
        <xs:annotation>
          <xs:documentation>A building that contains ship navigation and traffic control equipment and functions. Equipment located in these facilities is not real property and is not included in this Facility Analysis Category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ship Navigation Facility">
        <xs:annotation>
          <xs:documentation>A facility, other than a building, that supports ship navigation and traffic control operations. Cost factors are based upon an Ocean Science Group SL125C beacon with buoy and anchor system.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Shopping Centers">
        <xs:annotation>
          <xs:documentation>A collection of retail facilities that are located near one another and share parking facilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Shore Erosion Prevention Facility">
        <xs:annotation>
          <xs:documentation>Structures constructed to prevent shore erosion due to wave action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sidewalk and Walkway">
        <xs:annotation>
          <xs:documentation>A pathway constructed to support pedestrian traffic. Construction is of concrete, asphalt, paving blocks, gravel, or the like.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sidewalk or Other Pavement">
        <xs:annotation>
          <xs:documentation>A path along the side of a road.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Simulation Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely replicate a specific element of military service.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Single Family Residence">
        <xs:annotation>
          <xs:documentation>A dwelling unit for a service member or for an authorized government civilian and his/her authorized dependents when accompanied by those dependents.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Single-Gender Dormitory">
        <xs:annotation>
          <xs:documentation>A single building containing multiple sleeping quarters and typically shared eating and lavatory facilities for students of a single gender.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ski Slope">
        <xs:annotation>
          <xs:documentation>A large hill or hills reserved for the use of downhill skiing. Usually accompanied by a tow rope or ski lift system and main building for the sale of goods and an assortment of food and beverages.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Slaughterhouse and Processing Facility">
        <xs:annotation>
          <xs:documentation>A facility that processes live animals into standardized cuts of meat or meat products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Small Arms Range">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely practice small arms basics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Small Complex Multiple Family Residence">
        <xs:annotation>
          <xs:documentation>A single building containing a small collection of dwellings (typically less than 10 dwellings per building)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Small Craft Berthing">
        <xs:annotation>
          <xs:documentation>Small craft berthing consists of either a pier or wharf providing an area for small craft (less than 66 feet in length) to berth. This may include lighterage vessels, tug boats, fire boats, and other small craft.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Small Craft Building">
        <xs:annotation>
          <xs:documentation>A building in which small craft (less than 66 feet in length) can be stored.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Snow Shed">
        <xs:annotation>
          <xs:documentation>A type of rigid snow-supporting structure for avalanche control typically places over pathways or roads.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Snowmobile Course">
        <xs:annotation>
          <xs:documentation>A large open area or lengthy trail with designated areas clear of brush or trees so use by snowmobiles involved in both racing and leisurely driving.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Social Club Facility">
        <xs:annotation>
          <xs:documentation>An indoor facility dedicated for members of a group or activity to congregate.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Solar-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power by harnessing solar rays via photovoltaic cells.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Solid Fuel Storage">
        <xs:annotation>
          <xs:documentation>Facility for the housing of solid fuel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Care Residence">
        <xs:annotation>
          <xs:documentation>A dwelling containing multiple sleeping quarters with shared eating, living and lavatory facilities in addition to offering additional care and medical/health assistance from trained staff.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Library">
        <xs:annotation>
          <xs:documentation>A facility for the collection, storage and retrieval of print, audio and visual materials on a specific or special topic.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Purpose Museum">
        <xs:annotation>
          <xs:documentation>A facility for the exhibition of a specific item or special topic.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Waste Holding Facility">
        <xs:annotation>
          <xs:documentation>A facility that requires additional infrastructure to store waste with specific needs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Waste Reclamation Facility">
        <xs:annotation>
          <xs:documentation>A facility that requires additional infrastructure to process waste with specific needs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Water Production Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the modification to water for specific purposes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special Water Purification Facility">
        <xs:annotation>
          <xs:documentation>A facility that processes water to eliminate specific elements or chemicals present.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Specialized Religious Center">
        <xs:annotation>
          <xs:documentation>Specialized Religious Center</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Specialty Store">
        <xs:annotation>
          <xs:documentation>A facility that offers products in a very select grouping or specific need.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Stable">
        <xs:annotation>
          <xs:documentation>A facility for the boarding of horses, both privately owned and those available for rental.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Stand-By/Emergency Power Facility">
        <xs:annotation>
          <xs:documentation>Stand-by electrical generation to provide power to specific facilities, units, and functions in the event that there is an interruption in normal power.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="State or Provincial Highway">
        <xs:annotation>
          <xs:documentation>Any public road maintained by the state or province in which it originates or resides. The term is common and almost always designates major roads.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="State-Owned Land">
        <xs:annotation>
          <xs:documentation>Land, owned by a State, Territory, or Possession, that is under the exclusive control of a Military Department.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Steam Production Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of steam by heating water to its boiling point.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Steam Tunnel">
        <xs:annotation>
          <xs:documentation>An underground pathway used for the transfer of steam.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Stock Exchange">
        <xs:annotation>
          <xs:documentation>A facility that provide space for stock area, sales area, office space, toilets and entrance facilities for the exchange and other related activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Storage Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the housing of goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Storm Water Sewer Distribution Facility">
        <xs:annotation>
          <xs:documentation>A facility for the dispensing of waters collected from surface run-off following rain.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strategic Petroleum Reserve Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of excess petroleum for use in times of need.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Stream">
        <xs:annotation>
          <xs:documentation>A body of water with movement, confined within a bed and banks.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Street">
        <xs:annotation>
          <xs:documentation>A paved public thoroughfare in a built environment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Street Retail Facility">
        <xs:annotation>
          <xs:documentation>A small non-permanent facility that offers a small selection of good for sale.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Student Apartment">
        <xs:annotation>
          <xs:documentation>A dwelling specifically designated for students that choose not to live in dormitories.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Student Dining Hall">
        <xs:annotation>
          <xs:documentation>A facility that prepares and serves food for students at an educational facility.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Studio Family Residence">
        <xs:annotation>
          <xs:documentation>A dwelling containing a single living space for dining, living and sleeping. May contain separate spaces for kitchen and bathroom activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Subdivision-Industrial Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the collection of industrial facilities or an industrial park.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Subdivision-Office Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the collection of office facilities or an office park.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Subdivision-Residential Site">
        <xs:annotation>
          <xs:documentation>Land specifically zoned or reserved for the collection of residential facilities or a neighborhood, cul-de-sac, or sub-division.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tank and Automotive Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of tank and other automotive equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Target Range">
        <xs:annotation>
          <xs:documentation>A facility that offers a safe and controlled environment for the discharge of firearms.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tavern, Bar, or Micro-Brewery">
        <xs:annotation>
          <xs:documentation>Facilities that predominantly provide delivery, distribution and/or sale of drink with a limited selection of food.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Team and Unit Range">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely practice team or unit procedure basics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technology Research Facility">
        <xs:annotation>
          <xs:documentation>Technology Research Facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Telecommunication Lines">
        <xs:annotation>
          <xs:documentation>Communication lines, to include overhead, underground, and marine cables and lines.Reset Value will be calculated as the reported asset size/5,280.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Textile Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of textile goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Textile Mill and Textile Product Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation related to the manufacture of textile furnishings (carpets, rugs, curtains, et al.), apparel, and accessories.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Theme Park">
        <xs:annotation>
          <xs:documentation>A permanent facility containing multiple entertainment venues, rides and attractions with the intent of entertaining large numbers of people.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Theme/Festival Center">
        <xs:annotation>
          <xs:documentation>A retail facility that specializes in a specific concept.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thrift Shop">
        <xs:annotation>
          <xs:documentation>Thrift shops are nonprofit facilities for the sale and purchase of used goods and handmade items. Volunteer family members normally operate these facilities on a consignment basis.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tier I Data Center">
        <xs:annotation>
          <xs:documentation>A facility used to house computer systems and associated components that address single, non-redundant distribution path serving IT equipment; contain non-redundant capacity components; and contain infrastructure to guarantee 99.671% availability.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tier II Data Center">
        <xs:annotation>
          <xs:documentation>A facility used to house computer systems and associated components that meet or exceed all Tier I requirements and contain infrastructure to guarantee 99.741% availability.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tier III Data Center">
        <xs:annotation>
          <xs:documentation>A facility used to house computer systems and associated components that meet or exceed all Tier I and II requirements; allow for multiple independent distribution paths serving IT equipment; ensure all IT equipment is dual-powered and fully compatible with the topology of a site's architecture; and contains infrastructure to guarantee 99.982% availability.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tier IV Data Center">
        <xs:annotation>
          <xs:documentation>A facility used to house computer systems and associated components that meet or exceed all Tier I, II and III requirements; ensure all cooling equipment is independently dual-powered, including chillers and heating, ventilating and air-conditions (HVAC) systems; and contains fault-tolerant site infrastructure with power storage and distribution facilities guaranteeing 99.995% availability.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tire Store">
        <xs:annotation>
          <xs:documentation>A facility that specializes in the sale of tires.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Toll Booth/Plaza">
        <xs:annotation>
          <xs:documentation>A facility with accommodation for a toll collector, beside a tollgate on a toll road or canal.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Toxins Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing of toxic materials and chemicals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Traffic Control Facility">
        <xs:annotation>
          <xs:documentation>Facilities developed to limit or control quantities of traffic and ensure safe travel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Traffic Control Signal">
        <xs:annotation>
          <xs:documentation>A traffic control signal consists of the various components; such as controls, controller cabinets, light fixtures, masts, detectors, and conduits; to control vehicle and pedestrian traffic at a single intersection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Training Center">
        <xs:annotation>
          <xs:documentation>A facility where individuals are able to receive instruction and practice in a controlled environment the specific skills needed for the fields of sport, military and vocational trades.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Training Dike/Wing Dam/Pile Dike">
        <xs:annotation>
          <xs:documentation>A facility used to maintain updrift beaches or to restrict long shore sediment transport. These facilities are generally aligned perpendicular to shore for the purpose of protecting shoreline and adjacent upland by influencing movement of water and/or transport of materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Training Facility Other Than Building">
        <xs:annotation>
          <xs:documentation>Non-building structure that provides support or space for multipurpose training and instruction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Training Support Facility">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely learn military service basics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Transportation Equipment Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of motor vehicle manufacturing; motor vehicle body and trailer manufacturing; aerospace product and parts manufacturing; railroad rolling stock manufacturing; ship and boat building; and the manufacturing of other transportation equipment such as military armored vehicles, tanks, and tank components.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Transportation Facility">
        <xs:annotation>
          <xs:documentation>Terminals, stations, and routes for the movement of people and goods from one location to another by a variety of means.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Transportation Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of automobiles and other vehicles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Truck Terminal/Transit Facility">
        <xs:annotation>
          <xs:documentation>A facility for the housing and/or organization of storage containers transported by truck.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tunnel">
        <xs:annotation>
          <xs:documentation>An underground passageway, completely enclosed except for openings for ingress and egress, commonly at each end.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Underground Administrative Structure">
        <xs:annotation>
          <xs:documentation>An underground building containing general office space as well as space typically associated with office space.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Underground Electrical Power Distribution Line">
        <xs:annotation>
          <xs:documentation>The underground lines for the transmission of electrical power between source, substations and switching stations, and end users. The unit of measure (LF) is defined as the LF of electrical circuit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Underground/Cave Storage">
        <xs:annotation>
          <xs:documentation>A facility for the housing of items below the surface of the ground.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Underwater Equipment Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of underwater equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="University">
        <xs:annotation>
          <xs:documentation>A facility for the education of adults on a wide variety of subjects and self-study in the attempt of reaching a terminal degree for a specific career.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Urban Hotel">
        <xs:annotation>
          <xs:documentation>A facility for short term lodging located within a city's core or downtown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Urban Long Distance Rail Station">
        <xs:annotation>
          <xs:documentation>A facility for individuals to purchase tickets and await rail service that exceeds a local jurisdiction from within a city's limits.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Utility Tunnel">
        <xs:annotation>
          <xs:documentation>A walk-thru tunnel that contains various utility lines and that allows these lines to be accessed for maintenance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle Dealership">
        <xs:annotation>
          <xs:documentation>A facility that sells automobiles or other vehicles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle Maintenance and Parking Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the temporary housing and repair of vehicles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle Related Retail/Commercial">
        <xs:annotation>
          <xs:documentation>A facility that specializes in automotive goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle Scales">
        <xs:annotation>
          <xs:documentation>A facility for weighing vehicles and their loads in a roll-on/roll-off mode.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle Staging Area, Surfaced">
        <xs:annotation>
          <xs:documentation>A surfaced area for the permanent organizational parking and/or temporary holding of vehicles and equipment awaiting deployment. This FAC is not intended for surfaced parking areas designated for individual vehicle parking spots identified under FAC 8521 or un-surfaced parking and storage designated under FAC 8522.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicular Bridge">
        <xs:annotation>
          <xs:documentation>Bridges that support vehicle roadway crossing of a river, underpass, or similar gap.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicular Tunnel">
        <xs:annotation>
          <xs:documentation>Tunnels that support vehicle traffic for an underground crossing of rivers, mountains, or other terrain feature.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vocational College">
        <xs:annotation>
          <xs:documentation>A facility for the education or training of adults in the attempt of mastering the skills of a specific trade, occupation or vocation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vocational Training Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the education, learning and practicing of the skills required for a specific trade.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Warm Storage Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of goods that require to be held above a certain temperature to prevent spoiling.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Waste Collection and Holding Facility">
        <xs:annotation>
          <xs:documentation>Facilities and structures for the collecting and storage of waste products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Waste Infrastructure Facility">
        <xs:annotation>
          <xs:documentation>Facilities and structures supporting the infrastructure for the removal, treatment, and disposal of waste.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Waste Processing Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the treatment of waste products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Waste Water Treatment Facility">
        <xs:annotation>
          <xs:documentation>A facility for the cleaning and improvement of water containing waste product.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Distillation Facility">
        <xs:annotation>
          <xs:documentation>A facility that processes water to remove all or most impurities present.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Distribution Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the dispensing of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Distribution Line, Fire Protection">
        <xs:annotation>
          <xs:documentation>Pipelines for the distribution of water that is intended for fire fighting.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Holding and Collection Facility">
        <xs:annotation>
          <xs:documentation>A facility for the storage of water that, in its natural condition, is not safe for drinking.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Impoundment, Fire Protection">
        <xs:annotation>
          <xs:documentation>An impoundment for the storage of water that is intended for fire fighting.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Infrastructure Facility">
        <xs:annotation>
          <xs:documentation>Facilities and structures for the production, management and distribution of water utilities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Pump Facility, Fire Protection">
        <xs:annotation>
          <xs:documentation>A facility for the pumping of water that is intended for fire fighting.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Separation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the separation of grease, oil, or grit from wastewater.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Source, Fire Protection">
        <xs:annotation>
          <xs:documentation>A source of water that is intended for fire fighting.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Tank or Tower">
        <xs:annotation>
          <xs:documentation>A facility for the storage of water at a raised elevation to ensure pressure via gravity.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Tank, Fire Protection">
        <xs:annotation>
          <xs:documentation>A tank for the storage of water, to be used for fire protection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water Treatment Facility">
        <xs:annotation>
          <xs:documentation>Facilities for the cleaning and improvement of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water-Related Site">
        <xs:annotation>
          <xs:documentation>Land that is affected by the presence of a body of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weapon Range">
        <xs:annotation>
          <xs:documentation>A facility that houses or offers the ability to safely practice weapon basics.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weapons and Spares Maintenance Facility">
        <xs:annotation>
          <xs:documentation>A facility used by a military for the upkeep and maintenance of weapons and spares.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weapons and Spares Production Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of weapons.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weapons Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Buildings used in the direct research, development, testing, and evaluation of weapons and weapon systems. Does not include missile-related research under Facility Analysis Category 3121.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wetland/Marshland">
        <xs:annotation>
          <xs:documentation>Land that is permanently or seasonally saturated or covered by water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wetlands Water Treatment Facility">
        <xs:annotation>
          <xs:documentation>A facility for the cleaning and improvement of stagnant water coming from or remaining on a parcel of land.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wharf">
        <xs:annotation>
          <xs:documentation>A structure that abuts the waterway such that ships can dock along only the seaward side.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wilderness Site">
        <xs:annotation>
          <xs:documentation>Land that has been preserved from the building of any facility or major structure.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wildlife Management Area">
        <xs:annotation>
          <xs:documentation>An area set aside to provide for wildlife habitat and limited sporting activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wind-Powered Electrical Generation Facility">
        <xs:annotation>
          <xs:documentation>A facility for the generation of electrical power by harnessing wind power via turbines and/or fans.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Withdrawn Public land">
        <xs:annotation>
          <xs:documentation>Land originally withdrawn from public domain under jurisdiction of the Department of Interior.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wood and Plastic Craft Production Facility">
        <xs:annotation>
          <xs:documentation>A facility that provides space for the cutting and assembly of wood and plastic products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wood Product Manufacturing Facility">
        <xs:annotation>
          <xs:documentation>A facility for the creation of carpentry and other wood products.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wood Product Manufacturing Research Development Test and Evaluation Facility">
        <xs:annotation>
          <xs:documentation>Building used in the direct research, development, testing, and evaluation of sawmills and wood preservation; veneer, plywood, and engineered wood product manufacturing; millwork; wood container and pallet manufacturing; manufactured home and prefabricated wood building manufacturing; et al.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Working Animal Support Building">
        <xs:annotation>
          <xs:documentation>A building containing working animal operational and support functions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zoo/Nature Facility">
        <xs:annotation>
          <xs:documentation>A facility in which animals are confined within enclosures, displayed to the public, and in which they may also be bred.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FacilityUsageCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a description of the functional usage of a facility.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:FacilityUsageCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FaultSeverityCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code values for the various categories of fault severity.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Error">
        <xs:annotation>
          <xs:documentation>The problem has cause serious disruption of the operation. Data produced by the operation is not trustworthy.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fatal">
        <xs:annotation>
          <xs:documentation>The problem has caused the immediate termination of the operation. Data produced by the operation is not trustworthy.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Warning">
        <xs:annotation>
          <xs:documentation>The problem has caused no or only minor disruption of the operation; however, a condition exists that should be investigated. Data produced by the operation may not be trustworthy.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FaultSeverityCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the categories of fault severity.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:FaultSeverityCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="GNDAOrganizationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for list of organizations that participate in the Global Nuclear Detection Architecture.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ANL">
        <xs:annotation>
          <xs:documentation>Argonne National Lab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BNL">
        <xs:annotation>
          <xs:documentation>Brookhaven National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CBP">
        <xs:annotation>
          <xs:documentation>Customs and Border Protection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSI">
        <xs:annotation>
          <xs:documentation>CBP/Container Security Initiative</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOE/Triage">
        <xs:annotation>
          <xs:documentation>Department of Energy/Triage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DTRA">
        <xs:annotation>
          <xs:documentation>Defense Threat Reduction Agency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Foreign">
        <xs:annotation>
          <xs:documentation>A organization external to the United States</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ICE">
        <xs:annotation>
          <xs:documentation>Immigrations and Customs Enforcement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INL">
        <xs:annotation>
          <xs:documentation>Idaho National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JAC">
        <xs:annotation>
          <xs:documentation>Joint Analysis Center (DHS/DNDO)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JHU/APL">
        <xs:annotation>
          <xs:documentation>Johns Hopkins University/Applied Physics Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LANL">
        <xs:annotation>
          <xs:documentation>Los Alamos National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LBNL">
        <xs:annotation>
          <xs:documentation>Lawrence Berkeley National Lab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLNL">
        <xs:annotation>
          <xs:documentation>Lawrence Livermore National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSS">
        <xs:annotation>
          <xs:documentation>Customs and Border Protection/Laboratory and Scientific Services</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA">
        <xs:annotation>
          <xs:documentation>Not applicable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIST">
        <xs:annotation>
          <xs:documentation>National Institute of Standards</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="None">
        <xs:annotation>
          <xs:documentation>Border Patrol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NRC">
        <xs:annotation>
          <xs:documentation>Nuclear Regulatory Commission</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ORNL">
        <xs:annotation>
          <xs:documentation>Oak Ridge National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>An organization whose name does not appear in this list.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PNNL">
        <xs:annotation>
          <xs:documentation>Pacific Northwest National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RESL">
        <xs:annotation>
          <xs:documentation>Radiological and Environmental Sciences Laboratory (of INL)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SBI">
        <xs:annotation>
          <xs:documentation>CBP/Secure Border Initiative</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SFC">
        <xs:annotation>
          <xs:documentation>State or local fusion center.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SFI">
        <xs:annotation>
          <xs:documentation>CBP/Secure Freight Initiative</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Site">
        <xs:annotation>
          <xs:documentation>A detection site, fixed or mobile.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SNL">
        <xs:annotation>
          <xs:documentation>Sandia National Laboratory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SRNL">
        <xs:annotation>
          <xs:documentation>Savannah River National Lab</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TSA">
        <xs:annotation>
          <xs:documentation>Transportation Security Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USCG">
        <xs:annotation>
          <xs:documentation>US Coast Guard</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="GNDAOrganizationCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a list of organizations that participate in the Global Nuclear Detection Architecture.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:GNDAOrganizationCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="IDAcquisitionMethodCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the codes for the methods by which the identifier of an object can be determined.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Barcode">
        <xs:annotation>
          <xs:documentation>Identifier is obtained by a barcode reader device.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CBPRequest">
        <xs:annotation>
          <xs:documentation>Identifier was assigned at the request of CBP.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LPR">
        <xs:annotation>
          <xs:documentation>Identifier is obtained by a LPR device.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ManualEntry">
        <xs:annotation>
          <xs:documentation>Identifier is obtained by a person and manually entered.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Missing">
        <xs:annotation>
          <xs:documentation>Identifier is missing - method of acquisition is not applicable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OCRScan">
        <xs:annotation>
          <xs:documentation>Identifier is obtained by an OCR device.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Method for obtaining the identifier is not enumerated in the list of methods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RFI">
        <xs:annotation>
          <xs:documentation>Identifier is obtained by a RFI reader device.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:documentation>Method for obtaining the identifier is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="IDAcquisitionMethodCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the methods by which the identifier of an object can be determined.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:IDAcquisitionMethodCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ImageOrientationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code values for the orientation of an image; i.e., portrait or landscape.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Landscape">
        <xs:annotation>
          <xs:documentation>The long dimension is horizontal.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Portrait">
        <xs:annotation>
          <xs:documentation>The long dimension is vertical.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The image orientation is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ImageOrientationCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the orientation of an image; i.e., portrait or landscape.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ImageOrientationCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ImagePerspectiveCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code Values for the viewing perspectives for image multimedia data.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Bottom">
        <xs:annotation>
          <xs:documentation>The image is a view of the bottom (underside) of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Front">
        <xs:annotation>
          <xs:documentation>The image is a view of the front of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interior">
        <xs:annotation>
          <xs:documentation>The image is a view of the interior of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Left Side">
        <xs:annotation>
          <xs:documentation>The image is a view of the left side of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA">
        <xs:annotation>
          <xs:documentation>Not applicable.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rear">
        <xs:annotation>
          <xs:documentation>The image is a view of the rear of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Right Side">
        <xs:annotation>
          <xs:documentation>The image is a view of the right of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Top">
        <xs:annotation>
          <xs:documentation>The image is a view of the top of the subject.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The viewing perspective is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ImagePerspectiveCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the viewing perspectives for image multimedia data.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ImagePerspectiveCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="InspectionResolutionCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the code values for Inspection Resolution Code</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Alarm or Fault Test">
        <xs:annotation>
          <xs:documentation>An alarm or fault produced by a test.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Alarm or Fault Unknown Cause">
        <xs:annotation>
          <xs:documentation>An alarm or fault was produced by an unknown cause.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BannedSubstances">
        <xs:annotation>
          <xs:documentation>Banned substances were found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Explosives">
        <xs:annotation>
          <xs:documentation>Explosives were found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FalseBiologicalMaterialAlarm">
        <xs:annotation>
          <xs:documentation>The biological material alarm was a false alarm.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FalseChemicalAlarm">
        <xs:annotation>
          <xs:documentation>The chemical alarm was a false alarm.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FalseRadiationAlarm">
        <xs:annotation>
          <xs:documentation>The radiation alarm was a false alarm.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HumanSmuggling">
        <xs:annotation>
          <xs:documentation>Human smuggling was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IllegalBiologicalMaterialFound">
        <xs:annotation>
          <xs:documentation>Illegal biological material(s) was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IllegalChemicalFound">
        <xs:annotation>
          <xs:documentation>Illegal chemical(s) was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IllegalRadioactiveMaterialFound">
        <xs:annotation>
          <xs:documentation>Illegal radioactive material was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LegalBiologicalMaterial)Found">
        <xs:annotation>
          <xs:documentation>Legal biological material(s) was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LegalChemicalFound">
        <xs:annotation>
          <xs:documentation>Legal chemical(s) was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LegalRadioactiveMaterialFound">
        <xs:annotation>
          <xs:documentation>Legal radioactive material was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MedicalIsotopeOnPerson">
        <xs:annotation>
          <xs:documentation>A medical isotope was found on a person.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Narcotics">
        <xs:annotation>
          <xs:documentation>Narcotics were found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NORM">
        <xs:annotation>
          <xs:documentation>Naturally occuring radioactive material.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NothingSuspiciousFound">
        <xs:annotation>
          <xs:documentation>Nothing suspicious was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OtherSuspiciousMaterialFound">
        <xs:annotation>
          <xs:documentation>Other suspicious material was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OtherThreat">
        <xs:annotation>
          <xs:documentation>Another kind of threat was found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SNM">
        <xs:annotation>
          <xs:documentation>Special Nuclear Material is present.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weapons">
        <xs:annotation>
          <xs:documentation>Weapons were found.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="InspectionResolutionCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the Inspection Resolution Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:InspectionResolutionCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="InspectionThreatFindingCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code Values for the various Inspection threat findings</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FalseNIIAlarm">
        <xs:annotation>
          <xs:documentation>False NII alarm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FalseRadiationAlarm">
        <xs:annotation>
          <xs:documentation>False radiation alarm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IllegalRadioactiveMaterialFound">
        <xs:annotation>
          <xs:documentation>Illegal radioactive material was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IllegalRadiologicalEquipmentFound">
        <xs:annotation>
          <xs:documentation>Illegal radiological equipment was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LegalRadioactiveMaterialFound">
        <xs:annotation>
          <xs:documentation>Legal radioactive material was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LegalRadiologicalEquipmentFound">
        <xs:annotation>
          <xs:documentation>Legal radiological equipment was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NothingSuspiciousFound">
        <xs:annotation>
          <xs:documentation>Nothing suspicious found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OtherSuspiciousEquipmentFound">
        <xs:annotation>
          <xs:documentation>Other suspicious equipment was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OtherSuspiciousMaterialFound">
        <xs:annotation>
          <xs:documentation>Other suspicious material was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OtherThreat">
        <xs:annotation>
          <xs:documentation>Other threat was found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="InspectionThreatFindingCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the inspection threat finding code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:InspectionThreatFindingCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="LayerMaterialKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the layer material kind code values</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Agar">
        <xs:annotation>
          <xs:documentation>Agar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Air">
        <xs:annotation>
          <xs:documentation>Air</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Al">
        <xs:annotation>
          <xs:documentation>Aluminum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Candle">
        <xs:annotation>
          <xs:documentation>Candle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cardboard">
        <xs:annotation>
          <xs:documentation>Cardboard</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cd">
        <xs:annotation>
          <xs:documentation>Cadmium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Concrete">
        <xs:annotation>
          <xs:documentation>Concrete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cu">
        <xs:annotation>
          <xs:documentation>Copper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DU">
        <xs:annotation>
          <xs:documentation>Depleted Uranium U-238</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fe">
        <xs:annotation>
          <xs:documentation>Iron/Steel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Glass">
        <xs:annotation>
          <xs:documentation>Glass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HE">
        <xs:annotation>
          <xs:documentation>High Explosives</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Human">
        <xs:annotation>
          <xs:documentation>Human</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lucite">
        <xs:annotation>
          <xs:documentation>Lucite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pb">
        <xs:annotation>
          <xs:documentation>Lead</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Poly">
        <xs:annotation>
          <xs:documentation>Polyethylene</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Polymeth Block">
        <xs:annotation>
          <xs:documentation>Polymethylacrylate Block</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sn">
        <xs:annotation>
          <xs:documentation>Tin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="W">
        <xs:annotation>
          <xs:documentation>Tungsten</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Water">
        <xs:annotation>
          <xs:documentation>Water</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LayerMaterialKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the layer material kind code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:LayerMaterialKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MapGuideBrandCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the codes for the brands of map guides.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>A brand other than enumerated in this list.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thomas">
        <xs:annotation>
          <xs:documentation>The Thomas Guide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MapGuideBrandCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the brands of map guides.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MapGuideBrandCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MeasuredItemIDKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code values for Kind of identifier used for identifying a measured item.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ARN">
        <xs:annotation>
          <xs:documentation>Aircraft registration number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LPN">
        <xs:annotation>
          <xs:documentation>Vehicle license plate number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The identifier kind is other than enumerated in this list.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PackageID">
        <xs:annotation>
          <xs:documentation>An identifier on a package.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SCN">
        <xs:annotation>
          <xs:documentation>Shipping container number.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SRN">
        <xs:annotation>
          <xs:documentation>Ship registration number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VIN">
        <xs:annotation>
          <xs:documentation>Vehicle identification number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VRN">
        <xs:annotation>
          <xs:documentation>Vehicle registration number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MeasuredItemIDKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the kind of identifier used for identifying a measured item.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MeasuredItemIDKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MeasuredItemKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of items being inspected for Radiation/Nuclear threats.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Aircraft">
        <xs:annotation>
          <xs:documentation>A conveyance for transporting cargo via the airspace above the earth's surface.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animal">
        <xs:annotation>
          <xs:documentation>A living being, other than a human being, either living or dead.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barge">
        <xs:annotation>
          <xs:documentation>An unpowered conveyance for transporting cargo over water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Boat">
        <xs:annotation>
          <xs:documentation>A watercraft conveyance typically smaller than a ship and typically employed in roles other than transporting cargo.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Car">
        <xs:annotation>
          <xs:documentation>A conveyance for transporting persons and their personal affects over land via roadways under its own power.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cargo">
        <xs:annotation>
          <xs:documentation>A collection of goods being transported.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Container">
        <xs:annotation>
          <xs:documentation>Shipping Container</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Luggage">
        <xs:annotation>
          <xs:documentation>A package of goods accompanying a person being transported.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mail">
        <xs:annotation>
          <xs:documentation>A mail or courier package item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The measured item is of a kind not included in the standard list. It should be described in the element MeasuredItemDescriptionText.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Package">
        <xs:annotation>
          <xs:documentation>A package of goods.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Person">
        <xs:annotation>
          <xs:documentation>A human being, either living or dead.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pipeline">
        <xs:annotation>
          <xs:documentation>A continuous line of pipe for conveying liquids over an extended distance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Railcar">
        <xs:annotation>
          <xs:documentation>A conveyance for transporting cargo over land via railways.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ship">
        <xs:annotation>
          <xs:documentation>A conveyance for transporting cargo over the oceans and other large bodies of water.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Trailer">
        <xs:annotation>
          <xs:documentation>An unpowered conveyance for transporting cargo over land via roadways.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Truck">
        <xs:annotation>
          <xs:documentation>A conveyance for transporting cargo over land via roadways under its own power.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle">
        <xs:annotation>
          <xs:documentation>A conveyance that operates on land under its own power.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MeasuredItemKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the measured item kind code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MeasuredItemKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MeasurementClassCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code values for the classes of spectrum measurements that a radiation instrument can acquire for different kinds of radioactive sources or radiation fields.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Background">
        <xs:annotation>
          <xs:documentation>Measurement of environmental background. The data shall be recorded without subtraction of intrinsic activity.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Calibration">
        <xs:annotation>
          <xs:documentation>Measurement to be used for any type of calibration (e.g., energy, stabilization, efficiency).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Foreground">
        <xs:annotation>
          <xs:documentation>Measurement of an unknown radiation field. The data shall be recorded without subtraction of environmental background or intrinsic activity.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IntrinsicActivity">
        <xs:annotation>
          <xs:documentation>Measurement of the radiation intrinsic to the radiation instrument, without contribution from the environment or other sources.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NotSpecified">
        <xs:annotation>
          <xs:documentation>The object being measured by the instrument cannot be specified by the user or radiation instrument.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MeasurementClassCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the classes of spectrum measurements that a radiation instrument can acquire for different kinds of radioactive sources or radiation fields.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MeasurementClassCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MeasureUnitCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the measure unit category codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Area">
        <xs:annotation>
          <xs:documentation>Area</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Quantity">
        <xs:annotation>
          <xs:documentation>Quantity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Volume">
        <xs:annotation>
          <xs:documentation>Volume</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weight">
        <xs:annotation>
          <xs:documentation>Weight</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MeasureUnitCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the measure unit category codes</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MeasureUnitCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MeasureUnitCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various measure unit codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Area">
        <xs:annotation>
          <xs:documentation>Area</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Quantity">
        <xs:annotation>
          <xs:documentation>Quantity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Volume">
        <xs:annotation>
          <xs:documentation>Volume</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Weight">
        <xs:annotation>
          <xs:documentation>Weight</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MeasureUnitCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various measure unit codes</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MeasureUnitCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MessageKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the code values that defines the various message kinds</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AlarmSummaryMessage">
        <xs:annotation>
          <xs:documentation>A message to provide notification of an alarm with summary information.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ConveyanceTrackingMessage">
        <xs:annotation>
          <xs:documentation>A set of messages for requesting and providing information on conveyance observations. A set of such observations may provide a tracking of the movement of the conveyance over time.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DeviceConfigAndHealthStatusMessage">
        <xs:annotation>
          <xs:documentation>A set of messages to provide configuration and health status data regarding a device.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GeneralDeviceMessage">
        <xs:annotation>
          <xs:documentation>A set of messages to provide data collected from devices other than radiation detection data during a radiation detection event.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RadiationDeviceMessage">
        <xs:annotation>
          <xs:documentation>A set of messages to provide radiation measurement or assessment data collected during a radiation detection event.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RadNucCaseMessage">
        <xs:annotation>
          <xs:documentation>A message requesting and providing information on a case that involves detection and interdiction of radiation/nuclear threats.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RequestMessage">
        <xs:annotation>
          <xs:documentation>A set of messages for making requests for data from an encounter site.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SiteOperationsInfoMessage">
        <xs:annotation>
          <xs:documentation>A set of messages to provide information on the operations of an encounter site.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SystemAuditMessage">
        <xs:annotation>
          <xs:documentation>A message type for providing data regarding the functions and operations of site control systems.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TradeDataMessage">
        <xs:annotation>
          <xs:documentation>A message type for trade data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MessageKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various message kinds</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MessageKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MessagePriorityCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type the defines the various code values that defines the priority associated with a message</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="High">
        <xs:annotation>
          <xs:documentation>The message priority is high</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Normal">
        <xs:annotation>
          <xs:documentation>The message priority is normal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Very High">
        <xs:annotation>
          <xs:documentation>The message priority is very high</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MessagePriorityCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the priority associated with a message</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MessagePriorityCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MessageStatusCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for data types that defines the status of a message</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ActivityCodeFailure">
        <xs:annotation>
          <xs:documentation>The message was successfully received by not successfully processed due to an activity code error.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DataError">
        <xs:annotation>
          <xs:documentation>The message was successfully received by not successfully processed due to a data error.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DeviceError">
        <xs:annotation>
          <xs:documentation>The message was successfully received by not successfully processed due to a device error.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DuplicateMessage">
        <xs:annotation>
          <xs:documentation>The message was successfully received but not processed since it is a duplicate of a message already processed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ErrorAcknowledgement">
        <xs:annotation>
          <xs:documentation>Acknowledgement of receipt of an error message.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="InvalidSchema">
        <xs:annotation>
          <xs:documentation>The message was received, but was not successfully processed due to an invalid schema.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MessageError">
        <xs:annotation>
          <xs:documentation>The message was received, but was not successfully processed due to an invalid message error (invalid Message Type, encoding, format, etc.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The message status does not fit any known category.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Success">
        <xs:annotation>
          <xs:documentation>The message was sucessfully received and accepted.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SystemError">
        <xs:annotation>
          <xs:documentation>The message was successfully received by not successfully processed due to a system error.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UnknownError">
        <xs:annotation>
          <xs:documentation>The message was not successfully received and/or processed due to an unknown error.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MessageStatusCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the status of a message.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MessageStatusCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MIMEContentCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of MIME content and their file extension, as published by the Internet Assigned Numbers Authority (IANA.org).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="323">
        <xs:annotation>
          <xs:documentation>text/h323</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="acx">
        <xs:annotation>
          <xs:documentation>application/internet-property-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ai">
        <xs:annotation>
          <xs:documentation>application/postscript</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="aif">
        <xs:annotation>
          <xs:documentation>audio/x-aiff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="aifc">
        <xs:annotation>
          <xs:documentation>audio/x-aiff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="aiff">
        <xs:annotation>
          <xs:documentation>audio/x-aiff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="asf">
        <xs:annotation>
          <xs:documentation>video/x-ms-asf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="asr">
        <xs:annotation>
          <xs:documentation>video/x-ms-asf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="asx">
        <xs:annotation>
          <xs:documentation>video/x-ms-asf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="au">
        <xs:annotation>
          <xs:documentation>audio/basic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="avi">
        <xs:annotation>
          <xs:documentation>video/x-msvideo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="axs">
        <xs:annotation>
          <xs:documentation>application/olescript</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bas">
        <xs:annotation>
          <xs:documentation>text/plain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bcpio">
        <xs:annotation>
          <xs:documentation>application/x-bcpio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bin">
        <xs:annotation>
          <xs:documentation>application/octet-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bmp">
        <xs:annotation>
          <xs:documentation>image/bmp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="c">
        <xs:annotation>
          <xs:documentation>text/plain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cat">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-pkiseccat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cdf">
        <xs:annotation>
          <xs:documentation>application/x-cdf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cer">
        <xs:annotation>
          <xs:documentation>application/x-x509-ca-cert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="class">
        <xs:annotation>
          <xs:documentation>application/octet-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="clp">
        <xs:annotation>
          <xs:documentation>application/x-msclip</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cmx">
        <xs:annotation>
          <xs:documentation>image/x-cmx</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cod">
        <xs:annotation>
          <xs:documentation>image/cis-cod</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cpio">
        <xs:annotation>
          <xs:documentation>application/x-cpio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="crd">
        <xs:annotation>
          <xs:documentation>application/x-mscardfile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="crl">
        <xs:annotation>
          <xs:documentation>application/pkix-crl</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="crt">
        <xs:annotation>
          <xs:documentation>application/x-x509-ca-cert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="csh">
        <xs:annotation>
          <xs:documentation>application/x-csh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="css">
        <xs:annotation>
          <xs:documentation>text/css</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dcr">
        <xs:annotation>
          <xs:documentation>application/x-director</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="der">
        <xs:annotation>
          <xs:documentation>application/x-x509-ca-cert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dir">
        <xs:annotation>
          <xs:documentation>application/x-director</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dll">
        <xs:annotation>
          <xs:documentation>application/x-msdownload</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dms">
        <xs:annotation>
          <xs:documentation>application/octet-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="doc">
        <xs:annotation>
          <xs:documentation>application/msword</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dot">
        <xs:annotation>
          <xs:documentation>application/msword</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dvi">
        <xs:annotation>
          <xs:documentation>application/x-dvi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dxr">
        <xs:annotation>
          <xs:documentation>application/x-director</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="eps">
        <xs:annotation>
          <xs:documentation>application/postscript</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="etx">
        <xs:annotation>
          <xs:documentation>text/x-setext</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="evy">
        <xs:annotation>
          <xs:documentation>application/envoy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="exe">
        <xs:annotation>
          <xs:documentation>application/octet-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fif">
        <xs:annotation>
          <xs:documentation>application/fractals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="flr">
        <xs:annotation>
          <xs:documentation>x-world/x-vrml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gif">
        <xs:annotation>
          <xs:documentation>image/gif</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gtar">
        <xs:annotation>
          <xs:documentation>application/x-gtar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gz">
        <xs:annotation>
          <xs:documentation>application/x-gzip</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="h">
        <xs:annotation>
          <xs:documentation>text/plain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hdf">
        <xs:annotation>
          <xs:documentation>application/x-hdf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hlp">
        <xs:annotation>
          <xs:documentation>application/winhlp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hqx">
        <xs:annotation>
          <xs:documentation>application/mac-binhex40</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hta">
        <xs:annotation>
          <xs:documentation>application/hta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="htc">
        <xs:annotation>
          <xs:documentation>text/x-component</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="htm">
        <xs:annotation>
          <xs:documentation>text/html</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="html">
        <xs:annotation>
          <xs:documentation>text/html</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="htt">
        <xs:annotation>
          <xs:documentation>text/webviewhtml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ico">
        <xs:annotation>
          <xs:documentation>image/x-icon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ief">
        <xs:annotation>
          <xs:documentation>image/ief</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="iii">
        <xs:annotation>
          <xs:documentation>application/x-iphone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ins">
        <xs:annotation>
          <xs:documentation>application/x-internet-signup</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="isp">
        <xs:annotation>
          <xs:documentation>application/x-internet-signup</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="jfif">
        <xs:annotation>
          <xs:documentation>image/pipeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="jpe">
        <xs:annotation>
          <xs:documentation>image/jpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="jpeg">
        <xs:annotation>
          <xs:documentation>image/jpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="jpg">
        <xs:annotation>
          <xs:documentation>image/jpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="js">
        <xs:annotation>
          <xs:documentation>application/x-javascript</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="latex">
        <xs:annotation>
          <xs:documentation>application/x-latex</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="lha">
        <xs:annotation>
          <xs:documentation>application/octet-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="lsf">
        <xs:annotation>
          <xs:documentation>video/x-la-asf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="lsx">
        <xs:annotation>
          <xs:documentation>video/x-la-asf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="lzh">
        <xs:annotation>
          <xs:documentation>application/octet-stream</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="m13">
        <xs:annotation>
          <xs:documentation>application/x-msmediaview</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="m14">
        <xs:annotation>
          <xs:documentation>application/x-msmediaview</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="m3u">
        <xs:annotation>
          <xs:documentation>audio/x-mpegurl</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="man">
        <xs:annotation>
          <xs:documentation>application/x-troff-man</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mdb">
        <xs:annotation>
          <xs:documentation>application/x-msaccess</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="me">
        <xs:annotation>
          <xs:documentation>application/x-troff-me</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mht">
        <xs:annotation>
          <xs:documentation>message/rfc822</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mhtml">
        <xs:annotation>
          <xs:documentation>message/rfc822</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mid">
        <xs:annotation>
          <xs:documentation>audio/mid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mny">
        <xs:annotation>
          <xs:documentation>application/x-msmoney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mov">
        <xs:annotation>
          <xs:documentation>video/quicktime</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="movie">
        <xs:annotation>
          <xs:documentation>video/x-sgi-movie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mp2">
        <xs:annotation>
          <xs:documentation>video/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mp3">
        <xs:annotation>
          <xs:documentation>audio/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mpa">
        <xs:annotation>
          <xs:documentation>video/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mpe">
        <xs:annotation>
          <xs:documentation>video/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mpeg">
        <xs:annotation>
          <xs:documentation>video/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mpg">
        <xs:annotation>
          <xs:documentation>video/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mpp">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-project</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mpv2">
        <xs:annotation>
          <xs:documentation>video/mpeg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ms">
        <xs:annotation>
          <xs:documentation>application/x-troff-ms</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="mvb">
        <xs:annotation>
          <xs:documentation>application/x-msmediaview</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="nws">
        <xs:annotation>
          <xs:documentation>message/rfc822</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="oda">
        <xs:annotation>
          <xs:documentation>application/oda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p10">
        <xs:annotation>
          <xs:documentation>application/pkcs10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p12">
        <xs:annotation>
          <xs:documentation>application/x-pkcs12</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p7b">
        <xs:annotation>
          <xs:documentation>application/x-pkcs7-certificates</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p7c">
        <xs:annotation>
          <xs:documentation>application/x-pkcs7-mime</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p7m">
        <xs:annotation>
          <xs:documentation>application/x-pkcs7-mime</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p7r">
        <xs:annotation>
          <xs:documentation>application/x-pkcs7-certreqresp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="p7s">
        <xs:annotation>
          <xs:documentation>application/x-pkcs7-signature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pbm">
        <xs:annotation>
          <xs:documentation>image/x-portable-bitmap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pdf">
        <xs:annotation>
          <xs:documentation>application/pdf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pfx">
        <xs:annotation>
          <xs:documentation>application/x-pkcs12</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pgm">
        <xs:annotation>
          <xs:documentation>image/x-portable-graymap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pko">
        <xs:annotation>
          <xs:documentation>application/ynd.ms-pkipko</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pma">
        <xs:annotation>
          <xs:documentation>application/x-perfmon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pmc">
        <xs:annotation>
          <xs:documentation>application/x-perfmon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pml">
        <xs:annotation>
          <xs:documentation>application/x-perfmon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pmr">
        <xs:annotation>
          <xs:documentation>application/x-perfmon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pmw">
        <xs:annotation>
          <xs:documentation>application/x-perfmon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pnm">
        <xs:annotation>
          <xs:documentation>image/x-portable-anymap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pot,">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-powerpoint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ppm">
        <xs:annotation>
          <xs:documentation>image/x-portable-pixmap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pps">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-powerpoint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ppt">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-powerpoint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="prf">
        <xs:annotation>
          <xs:documentation>application/pics-rules</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ps">
        <xs:annotation>
          <xs:documentation>application/postscript</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pub">
        <xs:annotation>
          <xs:documentation>application/x-mspublisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="qt">
        <xs:annotation>
          <xs:documentation>video/quicktime</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ra">
        <xs:annotation>
          <xs:documentation>audio/x-pn-realaudio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ram">
        <xs:annotation>
          <xs:documentation>audio/x-pn-realaudio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ras">
        <xs:annotation>
          <xs:documentation>image/x-cmu-raster</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="rgb">
        <xs:annotation>
          <xs:documentation>image/x-rgb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="rmi">
        <xs:annotation>
          <xs:documentation>audio/mid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="roff">
        <xs:annotation>
          <xs:documentation>application/x-troff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="rtf">
        <xs:annotation>
          <xs:documentation>application/rtf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="rtx">
        <xs:annotation>
          <xs:documentation>text/richtext</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="scd">
        <xs:annotation>
          <xs:documentation>application/x-msschedule</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sct">
        <xs:annotation>
          <xs:documentation>text/scriptlet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="setpay">
        <xs:annotation>
          <xs:documentation>application/set-payment-initiation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="setreg">
        <xs:annotation>
          <xs:documentation>application/set-registration-initiation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sh">
        <xs:annotation>
          <xs:documentation>application/x-sh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="shar">
        <xs:annotation>
          <xs:documentation>application/x-shar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sit">
        <xs:annotation>
          <xs:documentation>application/x-stuffit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="snd">
        <xs:annotation>
          <xs:documentation>audio/basic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="spc">
        <xs:annotation>
          <xs:documentation>application/x-pkcs7-certificates</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="spl">
        <xs:annotation>
          <xs:documentation>application/futuresplash</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="src">
        <xs:annotation>
          <xs:documentation>application/x-wais-source</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sst">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-pkicertstore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="stl">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-pkistl</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="stm">
        <xs:annotation>
          <xs:documentation>text/html</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sv4cpio">
        <xs:annotation>
          <xs:documentation>application/x-sv4cpio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sv4crc">
        <xs:annotation>
          <xs:documentation>application/x-sv4crc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="svg">
        <xs:annotation>
          <xs:documentation>image/svg+xml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="swf">
        <xs:annotation>
          <xs:documentation>application/x-shockwave-flash</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="t">
        <xs:annotation>
          <xs:documentation>application/x-troff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tar">
        <xs:annotation>
          <xs:documentation>application/x-tar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tcl">
        <xs:annotation>
          <xs:documentation>application/x-tcl</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tex">
        <xs:annotation>
          <xs:documentation>application/x-tex</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="texi">
        <xs:annotation>
          <xs:documentation>application/x-texinfo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="texinfo">
        <xs:annotation>
          <xs:documentation>application/x-texinfo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tgz">
        <xs:annotation>
          <xs:documentation>application/x-compressed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tif">
        <xs:annotation>
          <xs:documentation>image/tiff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tiff">
        <xs:annotation>
          <xs:documentation>image/tiff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tr">
        <xs:annotation>
          <xs:documentation>application/x-troff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="trm">
        <xs:annotation>
          <xs:documentation>application/x-msterminal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tsv">
        <xs:annotation>
          <xs:documentation>text/tab-separated-values</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="txt">
        <xs:annotation>
          <xs:documentation>text/plain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="uls">
        <xs:annotation>
          <xs:documentation>text/iuls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ustar">
        <xs:annotation>
          <xs:documentation>application/x-ustar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="vcf">
        <xs:annotation>
          <xs:documentation>text/x-vcard</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="vrml">
        <xs:annotation>
          <xs:documentation>x-world/x-vrml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wav">
        <xs:annotation>
          <xs:documentation>audio/x-wav</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wcm">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-works</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wdb">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-works</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wks">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-works</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wmf">
        <xs:annotation>
          <xs:documentation>application/x-msmetafile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wps">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-works</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wri">
        <xs:annotation>
          <xs:documentation>application/x-mswrite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wrl">
        <xs:annotation>
          <xs:documentation>x-world/x-vrml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wrz">
        <xs:annotation>
          <xs:documentation>x-world/x-vrml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xaf">
        <xs:annotation>
          <xs:documentation>x-world/x-vrml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xbm">
        <xs:annotation>
          <xs:documentation>image/x-xbitmap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xla">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-excel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xlc">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-excel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xlm">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-excel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xls">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-excel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xlt">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-excel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xlw">
        <xs:annotation>
          <xs:documentation>application/vnd.ms-excel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xof">
        <xs:annotation>
          <xs:documentation>x-world/x-vrml</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xpm">
        <xs:annotation>
          <xs:documentation>image/x-xpixmap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="xwd">
        <xs:annotation>
          <xs:documentation>image/x-xwindowdump</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="z">
        <xs:annotation>
          <xs:documentation>application/x-compress</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="zip">
        <xs:annotation>
          <xs:documentation>application/zip</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MIMEContentCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various MIME Content Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MIMEContentCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MIMEEncodingCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the kinds of MIME transfer encodings, as published by the Internet Assigned Numbers Authority (IANA.org).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="7bit">
        <xs:annotation>
          <xs:documentation>up to 998 octets per line of the code range 1..127 with CR and LF (codes 13 and 10 respectively) only allowed to appear as part of a CRLF line ending. This is the default value.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8bit">
        <xs:annotation>
          <xs:documentation>Up to 998 octets per line with CR and LF (codes 13 and 10 respectively) only allowed to appear as part of a CRLF line ending.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="base64">
        <xs:annotation>
          <xs:documentation>Used to encode arbitrary octet sequences into a form that satisfies the rules of 7bit. Designed to be efficient for non-text 8 bit data. Sometimes Used for text data that frequently uses non-US-ASCII characters.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="binary">
        <xs:annotation>
          <xs:documentation>any sequence of octets</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="quoted-printable">
        <xs:annotation>
          <xs:documentation>Used to encode arbitrary octet sequences into a form that satisfies the rules of 7bit. Designed to be efficient and mostly human readable when used for text data consisting primarily of US-ASCII characters but also containing a small proportion of bytes with values outside that range.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MIMEEncodingCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various MIME Encoding Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MIMEEncodingCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="MultimediaDeviceCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the code values for the kind of devices that can record multimedia data.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Audio">
        <xs:annotation>
          <xs:documentation>A device that records audible sounds, such as voice.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Camera">
        <xs:annotation>
          <xs:documentation>A camera that captures images on film.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Camera-D">
        <xs:annotation>
          <xs:documentation>A camera that captures images on digital/electronic media.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LPR">
        <xs:annotation>
          <xs:documentation>License Plate Reader</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NII">
        <xs:annotation>
          <xs:documentation>Non-Intrusive Imaging</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OCR">
        <xs:annotation>
          <xs:documentation>Optical Character Recognition</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Reader">
        <xs:annotation>
          <xs:documentation>A device to create digital data from a physical/visual form of the data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RFID">
        <xs:annotation>
          <xs:documentation>Radio Frequency Identifier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scanner">
        <xs:annotation>
          <xs:documentation>A device to create a digital image of printed material.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Video">
        <xs:annotation>
          <xs:documentation>A video recording device that captures images on film.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Video-D">
        <xs:annotation>
          <xs:documentation>A video recording device that captures images on digital/electronic media.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VIS">
        <xs:annotation>
          <xs:documentation>Visual Inspection System Image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="MultimediaDeviceCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kind of devices that can record multimedia data.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:MultimediaDeviceCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="PackagingFormCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various packaging form codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AmmoPack">
        <xs:annotation>
          <xs:documentation>AmmoPack</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bag">
        <xs:annotation>
          <xs:documentation>Bag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bale">
        <xs:annotation>
          <xs:documentation>Bale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barrel">
        <xs:annotation>
          <xs:documentation>Barrel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beam">
        <xs:annotation>
          <xs:documentation>Beam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bottle">
        <xs:annotation>
          <xs:documentation>Bottle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Box">
        <xs:annotation>
          <xs:documentation>Box</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BoxWithInnerContainer">
        <xs:annotation>
          <xs:documentation>BoxWithInnerContainer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BulkBag">
        <xs:annotation>
          <xs:documentation>BulkBag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bundle">
        <xs:annotation>
          <xs:documentation>Bundle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Can">
        <xs:annotation>
          <xs:documentation>Can</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Carboy">
        <xs:annotation>
          <xs:documentation>Carboy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Carton">
        <xs:annotation>
          <xs:documentation>Carton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Case">
        <xs:annotation>
          <xs:documentation>Case</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cask">
        <xs:annotation>
          <xs:documentation>Cask</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Coil">
        <xs:annotation>
          <xs:documentation>Coil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cones">
        <xs:annotation>
          <xs:documentation>Cones</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Container">
        <xs:annotation>
          <xs:documentation>Container</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Crate">
        <xs:annotation>
          <xs:documentation>Crate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cylinder">
        <xs:annotation>
          <xs:documentation>Cylinder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Drum">
        <xs:annotation>
          <xs:documentation>Drum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Flask">
        <xs:annotation>
          <xs:documentation>Flask</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GarmentsOnHangers">
        <xs:annotation>
          <xs:documentation>GarmentsOnHangers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HouseholdGoods">
        <xs:annotation>
          <xs:documentation>HouseholdGoods</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Keg">
        <xs:annotation>
          <xs:documentation>Keg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Kit">
        <xs:annotation>
          <xs:documentation>Kit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lifts">
        <xs:annotation>
          <xs:documentation>Lifts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OnOwnWheel">
        <xs:annotation>
          <xs:documentation>OnOwnWheel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Package">
        <xs:annotation>
          <xs:documentation>Package</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pail">
        <xs:annotation>
          <xs:documentation>Pail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pallet">
        <xs:annotation>
          <xs:documentation>Pallet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pieces">
        <xs:annotation>
          <xs:documentation>Pieces</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rack">
        <xs:annotation>
          <xs:documentation>Rack</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Reel">
        <xs:annotation>
          <xs:documentation>Reel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Roll">
        <xs:annotation>
          <xs:documentation>Roll</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sheet">
        <xs:annotation>
          <xs:documentation>Sheet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Skid">
        <xs:annotation>
          <xs:documentation>Skid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Slip">
        <xs:annotation>
          <xs:documentation>Slip</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spool">
        <xs:annotation>
          <xs:documentation>Spool</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tank">
        <xs:annotation>
          <xs:documentation>Tank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TriWallBox">
        <xs:annotation>
          <xs:documentation>TriWallBox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tube">
        <xs:annotation>
          <xs:documentation>Tube</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Units">
        <xs:annotation>
          <xs:documentation>Units</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicles">
        <xs:annotation>
          <xs:documentation>Vehicles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PackagingFormCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various packaging form codes</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:PackagingFormCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="PhotonSourceCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the Photon source code</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Co-60">
        <xs:annotation>
          <xs:documentation>Cobalt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cs-137">
        <xs:annotation>
          <xs:documentation>Cesium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="x-ray">
        <xs:annotation>
          <xs:documentation>x-ray</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PhotonSourceCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various photon source code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:PhotonSourceCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RadAlarmCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the categories of alarms.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Alpha">
        <xs:annotation>
          <xs:documentation>An alarm indicating presence of alpha radiation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beta">
        <xs:annotation>
          <xs:documentation>An alarm indicating presence of beta radiation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gamma">
        <xs:annotation>
          <xs:documentation>An alarm indicating presence of gamma radiation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Isotope">
        <xs:annotation>
          <xs:documentation>An alarm indicating presence of a radionuclide.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neutron">
        <xs:annotation>
          <xs:documentation>An alarm indicating presence of neutron radiation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>An alarm produced by some other means.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RadAlarmCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the categories of alarms.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RadAlarmCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RadDetectorCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the categories of radiation detectors based on the type of particles and/or photon emission that can be detect from a radiological or nuclear substance.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Alpha">
        <xs:annotation>
          <xs:documentation>A detector that primarily detects alpha particles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beta">
        <xs:annotation>
          <xs:documentation>A detector that primarily detects beta particles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gamma">
        <xs:annotation>
          <xs:documentation>A detector that primarily detects gamma rays.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neutron">
        <xs:annotation>
          <xs:documentation>A detector that primarily detects neutrons.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>A detector that does not fit any of the defined categories.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="X-ray">
        <xs:annotation>
          <xs:documentation>A detector that primary detects X-rays.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RadDetectorCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the categories of radiation detectors based on the type of particles and/or photon emission that can be detect from a radiological or nuclear substance.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RadDetectorCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RadDetectorKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the kinds of radiation detectors that may compose a radiation instrument.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="BF3">
        <xs:annotation>
          <xs:documentation>Boron Trifloride proportional counter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BGO">
        <xs:annotation>
          <xs:documentation>Bismuth Germanate scintillator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CdTe">
        <xs:annotation>
          <xs:documentation>Cadmium Telluride</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CdWO4">
        <xs:annotation>
          <xs:documentation>Cadmium Tungstate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CeBr4">
        <xs:annotation>
          <xs:documentation>Cerium Bromide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CLYC">
        <xs:annotation>
          <xs:documentation>Cs2LiYCl6</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CsI">
        <xs:annotation>
          <xs:documentation>Cesium Iodide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CZT">
        <xs:annotation>
          <xs:documentation>Cadmium Zinc Telluride</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GMT">
        <xs:annotation>
          <xs:documentation>Geiger Muller Tube</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GMTW">
        <xs:annotation>
          <xs:documentation>Windowed GM Tube</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="He3">
        <xs:annotation>
          <xs:documentation>3He proportional counter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="He4">
        <xs:annotation>
          <xs:documentation>4He proportional counter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HgI2">
        <xs:annotation>
          <xs:documentation>Mercuric Iodide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HPGe">
        <xs:annotation>
          <xs:documentation>High Purity Germanium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HPXe">
        <xs:annotation>
          <xs:documentation>High Pressure Xenon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LaBr3">
        <xs:annotation>
          <xs:documentation>Lanthanum Bromide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LaCl3">
        <xs:annotation>
          <xs:documentation>Lanthanum Cloride</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LiCAF">
        <xs:annotation>
          <xs:documentation>LiCaAlF6</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LiFiber">
        <xs:annotation>
          <xs:documentation>Lithium glass fiber</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LiGlass">
        <xs:annotation>
          <xs:documentation>Lithium Glass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LiI">
        <xs:annotation>
          <xs:documentation>Lithium Iodide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LiZnS">
        <xs:annotation>
          <xs:documentation>6LiZnS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NaI">
        <xs:annotation>
          <xs:documentation>Sodium Iodide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>A kind of radiation detector not otherwise defined.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PS">
        <xs:annotation>
          <xs:documentation>Polystyrene</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PVT">
        <xs:annotation>
          <xs:documentation>Polyvinyl Toluene</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SrI2">
        <xs:annotation>
          <xs:documentation>Strontium Iodide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RadDetectorKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of radiation detectors that may compose a radiation instrument.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RadDetectorKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RadInstrumentClassCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the classes of radiation detection instruments based on type and use.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Backpack">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62694 or ANSI/IEEE N42.43.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dosimeter">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 61526, ISO 4037-3, or ANSI/IEEE N42.20.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electronic Personal Emergency Radiation Detector">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by ANSI/IEEE N42.49A.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gamma Handheld">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62533 or ANSI/IEEE N42.33.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mobile System">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by ANSI/IEEE N42.43.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Network Area Monitor">
        <xs:annotation>
          <xs:documentation>A collection of radiation instruments working together as a single instrument. This type of instrument may be described by any of the radiation measurement instrument standards.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neutron Handheld">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62534.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>A class of radiation measurement instrument not otherwise defined.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Personal Radiation Detector">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62401 or ANSI/IEEE N42.32.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Portal Monitor">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62244 or ANSI/IEEE N42.35.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radionuclide Identifier">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62327 or ANSI/IEEE N42.34.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spectroscopic Personal Radiation Detector">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62618 or ANSI/IEEE N42.48.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spectroscopic Portal Monitor">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by IEC 62484 or ANSI/IEEE N42.38.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Transportable System">
        <xs:annotation>
          <xs:documentation>Radiation measurement instruments best described by ANSI/IEEE N42.43.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RadInstrumentClassCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the classes of radiation detection instruments based on type and use.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RadInstrumentClassCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RadInstrumentModeCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the operating modes of a radiation detection instrument.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Calibrate">
        <xs:annotation>
          <xs:documentation>Calibration mode</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Long Dwell">
        <xs:annotation>
          <xs:documentation>The radiation measurement instrument makes a single long measurement. For example, when a transportable system is stationary, measuring a source for higher accuracy.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Search">
        <xs:annotation>
          <xs:documentation>The radiation measurement instrument makes a series of short measurements. For example, when a transportable system is moving and searching for sources, collecting gross count rates or spectra periodically. Another example, a portal monitor that collects gross count rates periodically while conveyances are in transit.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Test">
        <xs:annotation>
          <xs:documentation>Test or diagnostics mode</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RadInstrumentModeCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the operating modes of a radiation detection instrument.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RadInstrumentModeCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RadionuclideCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of radionuclides. Reference CFR 172.101, Appendix A, Table 2.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Actinium-224">
        <xs:annotation>
          <xs:documentation>Actinium-224</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Actinium-225">
        <xs:annotation>
          <xs:documentation>Actinium-225</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Actinium-226">
        <xs:annotation>
          <xs:documentation>Actinium-226</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Actinium-227">
        <xs:annotation>
          <xs:documentation>Actinium-227</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Actinium-228">
        <xs:annotation>
          <xs:documentation>Actinium-228</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Aluminum-26">
        <xs:annotation>
          <xs:documentation>Aluminum-26</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-237">
        <xs:annotation>
          <xs:documentation>Americium-237</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-238">
        <xs:annotation>
          <xs:documentation>Americium-238</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-239">
        <xs:annotation>
          <xs:documentation>Americium-239</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-240">
        <xs:annotation>
          <xs:documentation>Americium-240</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-241">
        <xs:annotation>
          <xs:documentation>Americium-241</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-242">
        <xs:annotation>
          <xs:documentation>Americium-242</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-242m">
        <xs:annotation>
          <xs:documentation>Americium-242m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-243">
        <xs:annotation>
          <xs:documentation>Americium-243</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-244">
        <xs:annotation>
          <xs:documentation>Americium-244</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-244m">
        <xs:annotation>
          <xs:documentation>Americium-244m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-245">
        <xs:annotation>
          <xs:documentation>Americium-245</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-246">
        <xs:annotation>
          <xs:documentation>Americium-246</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Americium-246m">
        <xs:annotation>
          <xs:documentation>Americium-246m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-115">
        <xs:annotation>
          <xs:documentation>Antimony-115</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-116">
        <xs:annotation>
          <xs:documentation>Antimony-116</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-116m">
        <xs:annotation>
          <xs:documentation>Antimony-116m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-117">
        <xs:annotation>
          <xs:documentation>Antimony-117</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-118m">
        <xs:annotation>
          <xs:documentation>Antimony-118m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-119">
        <xs:annotation>
          <xs:documentation>Antimony-119</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-120 (16 min)">
        <xs:annotation>
          <xs:documentation>Antimony-120 (16 min)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-120 (5.76 day)">
        <xs:annotation>
          <xs:documentation>Antimony-120 (5.76 day)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-122">
        <xs:annotation>
          <xs:documentation>Antimony-122</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-124">
        <xs:annotation>
          <xs:documentation>Antimony-124</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-124m">
        <xs:annotation>
          <xs:documentation>Antimony-124m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-125">
        <xs:annotation>
          <xs:documentation>Antimony-125</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-126">
        <xs:annotation>
          <xs:documentation>Antimony-126</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-126m">
        <xs:annotation>
          <xs:documentation>Antimony-126m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-127">
        <xs:annotation>
          <xs:documentation>Antimony-127</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-128 (10.4 min)">
        <xs:annotation>
          <xs:documentation>Antimony-128 (10.4 min)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-128 (9.01 hr)">
        <xs:annotation>
          <xs:documentation>Antimony-128 (9.01 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-129">
        <xs:annotation>
          <xs:documentation>Antimony-129</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-130">
        <xs:annotation>
          <xs:documentation>Antimony-130</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Antimony-131">
        <xs:annotation>
          <xs:documentation>Antimony-131</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Argon-39">
        <xs:annotation>
          <xs:documentation>Argon-39</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Argon-41">
        <xs:annotation>
          <xs:documentation>Argon-41</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-69">
        <xs:annotation>
          <xs:documentation>Arsenic-69</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-70">
        <xs:annotation>
          <xs:documentation>Arsenic-70</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-71">
        <xs:annotation>
          <xs:documentation>Arsenic-71</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-72">
        <xs:annotation>
          <xs:documentation>Arsenic-72</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-73">
        <xs:annotation>
          <xs:documentation>Arsenic-73</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-74">
        <xs:annotation>
          <xs:documentation>Arsenic-74</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-76">
        <xs:annotation>
          <xs:documentation>Arsenic-76</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-77">
        <xs:annotation>
          <xs:documentation>Arsenic-77</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arsenic-78">
        <xs:annotation>
          <xs:documentation>Arsenic-78</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Astatine-207">
        <xs:annotation>
          <xs:documentation>Astatine-207</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Astatine-211">
        <xs:annotation>
          <xs:documentation>Astatine-211</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-126">
        <xs:annotation>
          <xs:documentation>Barium-126</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-128">
        <xs:annotation>
          <xs:documentation>Barium-128</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-131">
        <xs:annotation>
          <xs:documentation>Barium-131</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-131m">
        <xs:annotation>
          <xs:documentation>Barium-131m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-133">
        <xs:annotation>
          <xs:documentation>Barium-133</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-133m">
        <xs:annotation>
          <xs:documentation>Barium-133m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-135m">
        <xs:annotation>
          <xs:documentation>Barium-135m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-139">
        <xs:annotation>
          <xs:documentation>Barium-139</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-140">
        <xs:annotation>
          <xs:documentation>Barium-140</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-141">
        <xs:annotation>
          <xs:documentation>Barium-141</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barium-142">
        <xs:annotation>
          <xs:documentation>Barium-142</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Berkelium-245">
        <xs:annotation>
          <xs:documentation>Berkelium-245</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Berkelium-246">
        <xs:annotation>
          <xs:documentation>Berkelium-246</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Berkelium-247">
        <xs:annotation>
          <xs:documentation>Berkelium-247</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Berkelium-249">
        <xs:annotation>
          <xs:documentation>Berkelium-249</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Berkelium-250">
        <xs:annotation>
          <xs:documentation>Berkelium-250</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beryllium-10">
        <xs:annotation>
          <xs:documentation>Beryllium-10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Beryllium-7">
        <xs:annotation>
          <xs:documentation>Beryllium-7</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-200">
        <xs:annotation>
          <xs:documentation>Bismuth-200</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-201">
        <xs:annotation>
          <xs:documentation>Bismuth-201</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-202">
        <xs:annotation>
          <xs:documentation>Bismuth-202</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-203">
        <xs:annotation>
          <xs:documentation>Bismuth-203</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-205">
        <xs:annotation>
          <xs:documentation>Bismuth-205</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-206">
        <xs:annotation>
          <xs:documentation>Bismuth-206</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-207">
        <xs:annotation>
          <xs:documentation>Bismuth-207</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-210">
        <xs:annotation>
          <xs:documentation>Bismuth-210</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-210m">
        <xs:annotation>
          <xs:documentation>Bismuth-210m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-212">
        <xs:annotation>
          <xs:documentation>Bismuth-212</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-213">
        <xs:annotation>
          <xs:documentation>Bismuth-213</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bismuth-214">
        <xs:annotation>
          <xs:documentation>Bismuth-214</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-74">
        <xs:annotation>
          <xs:documentation>Bromine-74</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-74m">
        <xs:annotation>
          <xs:documentation>Bromine-74m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-75">
        <xs:annotation>
          <xs:documentation>Bromine-75</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-76">
        <xs:annotation>
          <xs:documentation>Bromine-76</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-77">
        <xs:annotation>
          <xs:documentation>Bromine-77</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-80">
        <xs:annotation>
          <xs:documentation>Bromine-80</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-80m">
        <xs:annotation>
          <xs:documentation>Bromine-80m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-82">
        <xs:annotation>
          <xs:documentation>Bromine-82</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-83">
        <xs:annotation>
          <xs:documentation>Bromine-83</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bromine-84">
        <xs:annotation>
          <xs:documentation>Bromine-84</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-104">
        <xs:annotation>
          <xs:documentation>Cadmium-104</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-107">
        <xs:annotation>
          <xs:documentation>Cadmium-107</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-109">
        <xs:annotation>
          <xs:documentation>Cadmium-109</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-113">
        <xs:annotation>
          <xs:documentation>Cadmium-113</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-113m">
        <xs:annotation>
          <xs:documentation>Cadmium-113m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-115">
        <xs:annotation>
          <xs:documentation>Cadmium-115</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-115m">
        <xs:annotation>
          <xs:documentation>Cadmium-115m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-117">
        <xs:annotation>
          <xs:documentation>Cadmium-117</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cadmium-117m">
        <xs:annotation>
          <xs:documentation>Cadmium-117m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Calcium-41">
        <xs:annotation>
          <xs:documentation>Calcium-41</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Calcium-45">
        <xs:annotation>
          <xs:documentation>Calcium-45</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Calcium-47">
        <xs:annotation>
          <xs:documentation>Calcium-47</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-244">
        <xs:annotation>
          <xs:documentation>Californium-244</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-246">
        <xs:annotation>
          <xs:documentation>Californium-246</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-248">
        <xs:annotation>
          <xs:documentation>Californium-248</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-249">
        <xs:annotation>
          <xs:documentation>Californium-249</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-250">
        <xs:annotation>
          <xs:documentation>Californium-250</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-251">
        <xs:annotation>
          <xs:documentation>Californium-251</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-252">
        <xs:annotation>
          <xs:documentation>Californium-252</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-253">
        <xs:annotation>
          <xs:documentation>Californium-253</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Californium-254">
        <xs:annotation>
          <xs:documentation>Californium-254</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Carbon-11">
        <xs:annotation>
          <xs:documentation>Carbon-11</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Carbon-14">
        <xs:annotation>
          <xs:documentation>Carbon-14</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-134">
        <xs:annotation>
          <xs:documentation>Cerium-134</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-135">
        <xs:annotation>
          <xs:documentation>Cerium-135</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-137">
        <xs:annotation>
          <xs:documentation>Cerium-137</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-137m">
        <xs:annotation>
          <xs:documentation>Cerium-137m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-139">
        <xs:annotation>
          <xs:documentation>Cerium-139</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-141">
        <xs:annotation>
          <xs:documentation>Cerium-141</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-143">
        <xs:annotation>
          <xs:documentation>Cerium-143</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cerium-144">
        <xs:annotation>
          <xs:documentation>Cerium-144</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-125">
        <xs:annotation>
          <xs:documentation>Cesium-125</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-127">
        <xs:annotation>
          <xs:documentation>Cesium-127</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-129">
        <xs:annotation>
          <xs:documentation>Cesium-129</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-130">
        <xs:annotation>
          <xs:documentation>Cesium-130</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-131">
        <xs:annotation>
          <xs:documentation>Cesium-131</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-132">
        <xs:annotation>
          <xs:documentation>Cesium-132</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-134">
        <xs:annotation>
          <xs:documentation>Cesium-134</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-134m">
        <xs:annotation>
          <xs:documentation>Cesium-134m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-135">
        <xs:annotation>
          <xs:documentation>Cesium-135</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-135m">
        <xs:annotation>
          <xs:documentation>Cesium-135m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-136">
        <xs:annotation>
          <xs:documentation>Cesium-136</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-137">
        <xs:annotation>
          <xs:documentation>Cesium-137</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cesium-138">
        <xs:annotation>
          <xs:documentation>Cesium-138</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chlorine-36">
        <xs:annotation>
          <xs:documentation>Chlorine-36</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chlorine-38">
        <xs:annotation>
          <xs:documentation>Chlorine-38</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chlorine-39">
        <xs:annotation>
          <xs:documentation>Chlorine-39</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chromium-48">
        <xs:annotation>
          <xs:documentation>Chromium-48</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chromium-49">
        <xs:annotation>
          <xs:documentation>Chromium-49</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Chromium-51">
        <xs:annotation>
          <xs:documentation>Chromium-51</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-55">
        <xs:annotation>
          <xs:documentation>Cobalt-55</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-56">
        <xs:annotation>
          <xs:documentation>Cobalt-56</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-57">
        <xs:annotation>
          <xs:documentation>Cobalt-57</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-58">
        <xs:annotation>
          <xs:documentation>Cobalt-58</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-58m">
        <xs:annotation>
          <xs:documentation>Cobalt-58m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-60">
        <xs:annotation>
          <xs:documentation>Cobalt-60</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-60m">
        <xs:annotation>
          <xs:documentation>Cobalt-60m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-61">
        <xs:annotation>
          <xs:documentation>Cobalt-61</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cobalt-62m">
        <xs:annotation>
          <xs:documentation>Cobalt-62m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Copper-60">
        <xs:annotation>
          <xs:documentation>Copper-60</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Copper-61">
        <xs:annotation>
          <xs:documentation>Copper-61</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Copper-64">
        <xs:annotation>
          <xs:documentation>Copper-64</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Copper-67">
        <xs:annotation>
          <xs:documentation>Copper-67</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-238">
        <xs:annotation>
          <xs:documentation>Curium-238</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-240">
        <xs:annotation>
          <xs:documentation>Curium-240</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-241">
        <xs:annotation>
          <xs:documentation>Curium-241</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-242">
        <xs:annotation>
          <xs:documentation>Curium-242</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-243">
        <xs:annotation>
          <xs:documentation>Curium-243</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-244">
        <xs:annotation>
          <xs:documentation>Curium-244</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-245">
        <xs:annotation>
          <xs:documentation>Curium-245</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-246">
        <xs:annotation>
          <xs:documentation>Curium-246</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-247">
        <xs:annotation>
          <xs:documentation>Curium-247</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-248">
        <xs:annotation>
          <xs:documentation>Curium-248</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Curium-249">
        <xs:annotation>
          <xs:documentation>Curium-249</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dysprosium-155">
        <xs:annotation>
          <xs:documentation>Dysprosium-155</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dysprosium-157">
        <xs:annotation>
          <xs:documentation>Dysprosium-157</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dysprosium-159">
        <xs:annotation>
          <xs:documentation>Dysprosium-159</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dysprosium-165">
        <xs:annotation>
          <xs:documentation>Dysprosium-165</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dysprosium-166">
        <xs:annotation>
          <xs:documentation>Dysprosium-166</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Einsteinium-250">
        <xs:annotation>
          <xs:documentation>Einsteinium-250</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Einsteinium-251">
        <xs:annotation>
          <xs:documentation>Einsteinium-251</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Einsteinium-253">
        <xs:annotation>
          <xs:documentation>Einsteinium-253</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Einsteinium-254">
        <xs:annotation>
          <xs:documentation>Einsteinium-254</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Einsteinium-254m">
        <xs:annotation>
          <xs:documentation>Einsteinium-254m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Erbium-161">
        <xs:annotation>
          <xs:documentation>Erbium-161</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Erbium-165">
        <xs:annotation>
          <xs:documentation>Erbium-165</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Erbium-169">
        <xs:annotation>
          <xs:documentation>Erbium-169</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Erbium-171">
        <xs:annotation>
          <xs:documentation>Erbium-171</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Erbium-172">
        <xs:annotation>
          <xs:documentation>Erbium-172</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-145">
        <xs:annotation>
          <xs:documentation>Europium-145</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-146">
        <xs:annotation>
          <xs:documentation>Europium-146</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-147">
        <xs:annotation>
          <xs:documentation>Europium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-148">
        <xs:annotation>
          <xs:documentation>Europium-148</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-149">
        <xs:annotation>
          <xs:documentation>Europium-149</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-150 (12.6 hr)">
        <xs:annotation>
          <xs:documentation>Europium-150 (12.6 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-150 (34.2 yr)">
        <xs:annotation>
          <xs:documentation>Europium-150 (34.2 yr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-152">
        <xs:annotation>
          <xs:documentation>Europium-152</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-152m">
        <xs:annotation>
          <xs:documentation>Europium-152m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-154">
        <xs:annotation>
          <xs:documentation>Europium-154</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-155">
        <xs:annotation>
          <xs:documentation>Europium-155</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-156">
        <xs:annotation>
          <xs:documentation>Europium-156</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-157">
        <xs:annotation>
          <xs:documentation>Europium-157</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Europium-158">
        <xs:annotation>
          <xs:documentation>Europium-158</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fermium-252">
        <xs:annotation>
          <xs:documentation>Fermium-252</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fermium-253">
        <xs:annotation>
          <xs:documentation>Fermium-253</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fermium-254">
        <xs:annotation>
          <xs:documentation>Fermium-254</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fermium-255">
        <xs:annotation>
          <xs:documentation>Fermium-255</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fermium-257">
        <xs:annotation>
          <xs:documentation>Fermium-257</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Fluorine-18">
        <xs:annotation>
          <xs:documentation>Fluorine-18</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Francium-222">
        <xs:annotation>
          <xs:documentation>Francium-222</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Francium-223">
        <xs:annotation>
          <xs:documentation>Francium-223</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-145">
        <xs:annotation>
          <xs:documentation>Gadolinium-145</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-146">
        <xs:annotation>
          <xs:documentation>Gadolinium-146</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-147">
        <xs:annotation>
          <xs:documentation>Gadolinium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-148">
        <xs:annotation>
          <xs:documentation>Gadolinium-148</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-149">
        <xs:annotation>
          <xs:documentation>Gadolinium-149</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-151">
        <xs:annotation>
          <xs:documentation>Gadolinium-151</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-152">
        <xs:annotation>
          <xs:documentation>Gadolinium-152</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-153">
        <xs:annotation>
          <xs:documentation>Gadolinium-153</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gadolinium-159">
        <xs:annotation>
          <xs:documentation>Gadolinium-159</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-65">
        <xs:annotation>
          <xs:documentation>Gallium-65</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-66">
        <xs:annotation>
          <xs:documentation>Gallium-66</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-67">
        <xs:annotation>
          <xs:documentation>Gallium-67</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-68">
        <xs:annotation>
          <xs:documentation>Gallium-68</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-70">
        <xs:annotation>
          <xs:documentation>Gallium-70</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-72">
        <xs:annotation>
          <xs:documentation>Gallium-72</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gallium-73">
        <xs:annotation>
          <xs:documentation>Gallium-73</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-66">
        <xs:annotation>
          <xs:documentation>Germanium-66</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-67">
        <xs:annotation>
          <xs:documentation>Germanium-67</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-68">
        <xs:annotation>
          <xs:documentation>Germanium-68</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-69">
        <xs:annotation>
          <xs:documentation>Germanium-69</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-71">
        <xs:annotation>
          <xs:documentation>Germanium-71</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-75">
        <xs:annotation>
          <xs:documentation>Germanium-75</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-77">
        <xs:annotation>
          <xs:documentation>Germanium-77</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Germanium-78">
        <xs:annotation>
          <xs:documentation>Germanium-78</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-193">
        <xs:annotation>
          <xs:documentation>Gold-193</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-194">
        <xs:annotation>
          <xs:documentation>Gold-194</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-195">
        <xs:annotation>
          <xs:documentation>Gold-195</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-198">
        <xs:annotation>
          <xs:documentation>Gold-198</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-198m">
        <xs:annotation>
          <xs:documentation>Gold-198m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-199">
        <xs:annotation>
          <xs:documentation>Gold-199</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-200">
        <xs:annotation>
          <xs:documentation>Gold-200</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-200m">
        <xs:annotation>
          <xs:documentation>Gold-200m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gold-201">
        <xs:annotation>
          <xs:documentation>Gold-201</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-170">
        <xs:annotation>
          <xs:documentation>Hafnium-170</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-172">
        <xs:annotation>
          <xs:documentation>Hafnium-172</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-173">
        <xs:annotation>
          <xs:documentation>Hafnium-173</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-175">
        <xs:annotation>
          <xs:documentation>Hafnium-175</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-177m">
        <xs:annotation>
          <xs:documentation>Hafnium-177m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-178m">
        <xs:annotation>
          <xs:documentation>Hafnium-178m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-179m">
        <xs:annotation>
          <xs:documentation>Hafnium-179m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-180m">
        <xs:annotation>
          <xs:documentation>Hafnium-180m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-181">
        <xs:annotation>
          <xs:documentation>Hafnium-181</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-182">
        <xs:annotation>
          <xs:documentation>Hafnium-182</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-182m">
        <xs:annotation>
          <xs:documentation>Hafnium-182m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-183">
        <xs:annotation>
          <xs:documentation>Hafnium-183</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hafnium-184">
        <xs:annotation>
          <xs:documentation>Hafnium-184</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-155">
        <xs:annotation>
          <xs:documentation>Holmium-155</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-157">
        <xs:annotation>
          <xs:documentation>Holmium-157</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-159">
        <xs:annotation>
          <xs:documentation>Holmium-159</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-161">
        <xs:annotation>
          <xs:documentation>Holmium-161</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-162">
        <xs:annotation>
          <xs:documentation>Holmium-162</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-162m">
        <xs:annotation>
          <xs:documentation>Holmium-162m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-164">
        <xs:annotation>
          <xs:documentation>Holmium-164</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-164m">
        <xs:annotation>
          <xs:documentation>Holmium-164m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-166">
        <xs:annotation>
          <xs:documentation>Holmium-166</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-166m">
        <xs:annotation>
          <xs:documentation>Holmium-166m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Holmium-167">
        <xs:annotation>
          <xs:documentation>Holmium-167</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hydrogen-3">
        <xs:annotation>
          <xs:documentation>Hydrogen-3</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-109">
        <xs:annotation>
          <xs:documentation>Indium-109</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-110 (4.9 hr)">
        <xs:annotation>
          <xs:documentation>Indium-110 (4.9 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-110 (69.1 min)">
        <xs:annotation>
          <xs:documentation>Indium-110 (69.1 min)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-111">
        <xs:annotation>
          <xs:documentation>Indium-111</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-112">
        <xs:annotation>
          <xs:documentation>Indium-112</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-113m">
        <xs:annotation>
          <xs:documentation>Indium-113m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-114m">
        <xs:annotation>
          <xs:documentation>Indium-114m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-115">
        <xs:annotation>
          <xs:documentation>Indium-115</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-115m">
        <xs:annotation>
          <xs:documentation>Indium-115m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-116m">
        <xs:annotation>
          <xs:documentation>Indium-116m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-117">
        <xs:annotation>
          <xs:documentation>Indium-117</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-117m">
        <xs:annotation>
          <xs:documentation>Indium-117m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Indium-119m">
        <xs:annotation>
          <xs:documentation>Indium-119m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-120">
        <xs:annotation>
          <xs:documentation>Iodine-120</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-120m">
        <xs:annotation>
          <xs:documentation>Iodine-120m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-121">
        <xs:annotation>
          <xs:documentation>Iodine-121</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-123">
        <xs:annotation>
          <xs:documentation>Iodine-123</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-124">
        <xs:annotation>
          <xs:documentation>Iodine-124</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-125">
        <xs:annotation>
          <xs:documentation>Iodine-125</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-126">
        <xs:annotation>
          <xs:documentation>Iodine-126</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-128">
        <xs:annotation>
          <xs:documentation>Iodine-128</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-129">
        <xs:annotation>
          <xs:documentation>Iodine-129</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-130">
        <xs:annotation>
          <xs:documentation>Iodine-130</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-131">
        <xs:annotation>
          <xs:documentation>Iodine-131</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-132">
        <xs:annotation>
          <xs:documentation>Iodine-132</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-132m">
        <xs:annotation>
          <xs:documentation>Iodine-132m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-133">
        <xs:annotation>
          <xs:documentation>Iodine-133</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-134">
        <xs:annotation>
          <xs:documentation>Iodine-134</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iodine-135">
        <xs:annotation>
          <xs:documentation>Iodine-135</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-182">
        <xs:annotation>
          <xs:documentation>Iridium-182</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-184">
        <xs:annotation>
          <xs:documentation>Iridium-184</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-185">
        <xs:annotation>
          <xs:documentation>Iridium-185</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-186">
        <xs:annotation>
          <xs:documentation>Iridium-186</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-187">
        <xs:annotation>
          <xs:documentation>Iridium-187</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-188">
        <xs:annotation>
          <xs:documentation>Iridium-188</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-189">
        <xs:annotation>
          <xs:documentation>Iridium-189</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-190">
        <xs:annotation>
          <xs:documentation>Iridium-190</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-190m">
        <xs:annotation>
          <xs:documentation>Iridium-190m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-192">
        <xs:annotation>
          <xs:documentation>Iridium-192</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-192m">
        <xs:annotation>
          <xs:documentation>Iridium-192m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-194">
        <xs:annotation>
          <xs:documentation>Iridium-194</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-194m">
        <xs:annotation>
          <xs:documentation>Iridium-194m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-195">
        <xs:annotation>
          <xs:documentation>Iridium-195</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iridium-195m">
        <xs:annotation>
          <xs:documentation>Iridium-195m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iron-52">
        <xs:annotation>
          <xs:documentation>Iron-52</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iron-55">
        <xs:annotation>
          <xs:documentation>Iron-55</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iron-59">
        <xs:annotation>
          <xs:documentation>Iron-59</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Iron-60">
        <xs:annotation>
          <xs:documentation>Iron-60</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-74">
        <xs:annotation>
          <xs:documentation>Krypton-74</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-76">
        <xs:annotation>
          <xs:documentation>Krypton-76</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-77">
        <xs:annotation>
          <xs:documentation>Krypton-77</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-79">
        <xs:annotation>
          <xs:documentation>Krypton-79</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-81">
        <xs:annotation>
          <xs:documentation>Krypton-81</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-83m">
        <xs:annotation>
          <xs:documentation>Krypton-83m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-85">
        <xs:annotation>
          <xs:documentation>Krypton-85</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-85m">
        <xs:annotation>
          <xs:documentation>Krypton-85m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-87">
        <xs:annotation>
          <xs:documentation>Krypton-87</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Krypton-88">
        <xs:annotation>
          <xs:documentation>Krypton-88</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-131">
        <xs:annotation>
          <xs:documentation>Lanthanum-131</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-132">
        <xs:annotation>
          <xs:documentation>Lanthanum-132</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-135">
        <xs:annotation>
          <xs:documentation>Lanthanum-135</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-137">
        <xs:annotation>
          <xs:documentation>Lanthanum-137</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-138">
        <xs:annotation>
          <xs:documentation>Lanthanum-138</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-140">
        <xs:annotation>
          <xs:documentation>Lanthanum-140</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-141">
        <xs:annotation>
          <xs:documentation>Lanthanum-141</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-142">
        <xs:annotation>
          <xs:documentation>Lanthanum-142</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lanthanum-143">
        <xs:annotation>
          <xs:documentation>Lanthanum-143</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-195m">
        <xs:annotation>
          <xs:documentation>Lead-195m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-198">
        <xs:annotation>
          <xs:documentation>Lead-198</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-199">
        <xs:annotation>
          <xs:documentation>Lead-199</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-200">
        <xs:annotation>
          <xs:documentation>Lead-200</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-201">
        <xs:annotation>
          <xs:documentation>Lead-201</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-202">
        <xs:annotation>
          <xs:documentation>Lead-202</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-202m">
        <xs:annotation>
          <xs:documentation>Lead-202m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-203">
        <xs:annotation>
          <xs:documentation>Lead-203</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-205">
        <xs:annotation>
          <xs:documentation>Lead-205</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-209">
        <xs:annotation>
          <xs:documentation>Lead-209</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-210">
        <xs:annotation>
          <xs:documentation>Lead-210</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-211">
        <xs:annotation>
          <xs:documentation>Lead-211</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-212">
        <xs:annotation>
          <xs:documentation>Lead-212</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead-214">
        <xs:annotation>
          <xs:documentation>Lead-214</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-169">
        <xs:annotation>
          <xs:documentation>Lutetium-169</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-170">
        <xs:annotation>
          <xs:documentation>Lutetium-170</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-171">
        <xs:annotation>
          <xs:documentation>Lutetium-171</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-172">
        <xs:annotation>
          <xs:documentation>Lutetium-172</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-173">
        <xs:annotation>
          <xs:documentation>Lutetium-173</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-174">
        <xs:annotation>
          <xs:documentation>Lutetium-174</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-174m">
        <xs:annotation>
          <xs:documentation>Lutetium-174m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-176">
        <xs:annotation>
          <xs:documentation>Lutetium-176</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-176m">
        <xs:annotation>
          <xs:documentation>Lutetium-176m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-177">
        <xs:annotation>
          <xs:documentation>Lutetium-177</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-177m">
        <xs:annotation>
          <xs:documentation>Lutetium-177m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-178">
        <xs:annotation>
          <xs:documentation>Lutetium-178</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-178m">
        <xs:annotation>
          <xs:documentation>Lutetium-178m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lutetium-179">
        <xs:annotation>
          <xs:documentation>Lutetium-179</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Magnesium-28">
        <xs:annotation>
          <xs:documentation>Magnesium-28</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manganese-51">
        <xs:annotation>
          <xs:documentation>Manganese-51</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manganese-52">
        <xs:annotation>
          <xs:documentation>Manganese-52</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manganese-52m">
        <xs:annotation>
          <xs:documentation>Manganese-52m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manganese-53">
        <xs:annotation>
          <xs:documentation>Manganese-53</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manganese-54">
        <xs:annotation>
          <xs:documentation>Manganese-54</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manganese-56">
        <xs:annotation>
          <xs:documentation>Manganese-56</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mendelevium-257">
        <xs:annotation>
          <xs:documentation>Mendelevium-257</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mendelevium-258">
        <xs:annotation>
          <xs:documentation>Mendelevium-258</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-193">
        <xs:annotation>
          <xs:documentation>Mercury-193</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-193m">
        <xs:annotation>
          <xs:documentation>Mercury-193m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-194">
        <xs:annotation>
          <xs:documentation>Mercury-194</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-195">
        <xs:annotation>
          <xs:documentation>Mercury-195</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-195m">
        <xs:annotation>
          <xs:documentation>Mercury-195m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-197">
        <xs:annotation>
          <xs:documentation>Mercury-197</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-197m">
        <xs:annotation>
          <xs:documentation>Mercury-197m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-199m">
        <xs:annotation>
          <xs:documentation>Mercury-199m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mercury-203">
        <xs:annotation>
          <xs:documentation>Mercury-203</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Molybdenum-101">
        <xs:annotation>
          <xs:documentation>Molybdenum-101</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Molybdenum-90">
        <xs:annotation>
          <xs:documentation>Molybdenum-90</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Molybdenum-93">
        <xs:annotation>
          <xs:documentation>Molybdenum-93</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Molybdenum-93m">
        <xs:annotation>
          <xs:documentation>Molybdenum-93m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Molybdenum-99">
        <xs:annotation>
          <xs:documentation>Molybdenum-99</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-136">
        <xs:annotation>
          <xs:documentation>Neodymium-136</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-138">
        <xs:annotation>
          <xs:documentation>Neodymium-138</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-139">
        <xs:annotation>
          <xs:documentation>Neodymium-139</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-139m">
        <xs:annotation>
          <xs:documentation>Neodymium-139m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-141">
        <xs:annotation>
          <xs:documentation>Neodymium-141</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-147">
        <xs:annotation>
          <xs:documentation>Neodymium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-149">
        <xs:annotation>
          <xs:documentation>Neodymium-149</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neodymium-151">
        <xs:annotation>
          <xs:documentation>Neodymium-151</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-232">
        <xs:annotation>
          <xs:documentation>Neptunium-232</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-233">
        <xs:annotation>
          <xs:documentation>Neptunium-233</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-234">
        <xs:annotation>
          <xs:documentation>Neptunium-234</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-235">
        <xs:annotation>
          <xs:documentation>Neptunium-235</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-236 (1.2 E 5 yr)">
        <xs:annotation>
          <xs:documentation>Neptunium-236 (1.2 E 5 yr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-236 (22.5 hr)">
        <xs:annotation>
          <xs:documentation>Neptunium-236 (22.5 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-237">
        <xs:annotation>
          <xs:documentation>Neptunium-237</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-238">
        <xs:annotation>
          <xs:documentation>Neptunium-238</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-239">
        <xs:annotation>
          <xs:documentation>Neptunium-239</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Neptunium-240">
        <xs:annotation>
          <xs:documentation>Neptunium-240</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nickel-56">
        <xs:annotation>
          <xs:documentation>Nickel-56</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nickel-57">
        <xs:annotation>
          <xs:documentation>Nickel-57</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nickel-59">
        <xs:annotation>
          <xs:documentation>Nickel-59</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nickel-63">
        <xs:annotation>
          <xs:documentation>Nickel-63</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nickel-65">
        <xs:annotation>
          <xs:documentation>Nickel-65</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Nickel-66">
        <xs:annotation>
          <xs:documentation>Nickel-66</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-88">
        <xs:annotation>
          <xs:documentation>Niobium-88</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-89 (122 min)">
        <xs:annotation>
          <xs:documentation>Niobium-89 (122 min)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-89 (66 min)">
        <xs:annotation>
          <xs:documentation>Niobium-89 (66 min)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-90">
        <xs:annotation>
          <xs:documentation>Niobium-90</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-93m">
        <xs:annotation>
          <xs:documentation>Niobium-93m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-94">
        <xs:annotation>
          <xs:documentation>Niobium-94</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-95">
        <xs:annotation>
          <xs:documentation>Niobium-95</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-95m">
        <xs:annotation>
          <xs:documentation>Niobium-95m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-96">
        <xs:annotation>
          <xs:documentation>Niobium-96</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-97">
        <xs:annotation>
          <xs:documentation>Niobium-97</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Niobium-98">
        <xs:annotation>
          <xs:documentation>Niobium-98</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-180">
        <xs:annotation>
          <xs:documentation>Osmium-180</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-181">
        <xs:annotation>
          <xs:documentation>Osmium-181</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-182">
        <xs:annotation>
          <xs:documentation>Osmium-182</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-185">
        <xs:annotation>
          <xs:documentation>Osmium-185</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-189m">
        <xs:annotation>
          <xs:documentation>Osmium-189m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-191">
        <xs:annotation>
          <xs:documentation>Osmium-191</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-191m">
        <xs:annotation>
          <xs:documentation>Osmium-191m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-193">
        <xs:annotation>
          <xs:documentation>Osmium-193</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Osmium-194">
        <xs:annotation>
          <xs:documentation>Osmium-194</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Palladium-100">
        <xs:annotation>
          <xs:documentation>Palladium-100</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Palladium-101">
        <xs:annotation>
          <xs:documentation>Palladium-101</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Palladium-103">
        <xs:annotation>
          <xs:documentation>Palladium-103</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Palladium-107">
        <xs:annotation>
          <xs:documentation>Palladium-107</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Palladium-109">
        <xs:annotation>
          <xs:documentation>Palladium-109</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Phosphorus-32">
        <xs:annotation>
          <xs:documentation>Phosphorus-32</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Phosphorus-33">
        <xs:annotation>
          <xs:documentation>Phosphorus-33</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-186">
        <xs:annotation>
          <xs:documentation>Platinum-186</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-188">
        <xs:annotation>
          <xs:documentation>Platinum-188</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-189">
        <xs:annotation>
          <xs:documentation>Platinum-189</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-191">
        <xs:annotation>
          <xs:documentation>Platinum-191</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-193">
        <xs:annotation>
          <xs:documentation>Platinum-193</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-193m">
        <xs:annotation>
          <xs:documentation>Platinum-193m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-195m">
        <xs:annotation>
          <xs:documentation>Platinum-195m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-197">
        <xs:annotation>
          <xs:documentation>Platinum-197</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-197m">
        <xs:annotation>
          <xs:documentation>Platinum-197m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-199">
        <xs:annotation>
          <xs:documentation>Platinum-199</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platinum-200">
        <xs:annotation>
          <xs:documentation>Platinum-200</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-234">
        <xs:annotation>
          <xs:documentation>Plutonium-234</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-235">
        <xs:annotation>
          <xs:documentation>Plutonium-235</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-236">
        <xs:annotation>
          <xs:documentation>Plutonium-236</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-237">
        <xs:annotation>
          <xs:documentation>Plutonium-237</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-238">
        <xs:annotation>
          <xs:documentation>Plutonium-238</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-239">
        <xs:annotation>
          <xs:documentation>Plutonium-239</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-240">
        <xs:annotation>
          <xs:documentation>Plutonium-240</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-241">
        <xs:annotation>
          <xs:documentation>Plutonium-241</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-242">
        <xs:annotation>
          <xs:documentation>Plutonium-242</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-243">
        <xs:annotation>
          <xs:documentation>Plutonium-243</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-244">
        <xs:annotation>
          <xs:documentation>Plutonium-244</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plutonium-245">
        <xs:annotation>
          <xs:documentation>Plutonium-245</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Polonium-203">
        <xs:annotation>
          <xs:documentation>Polonium-203</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Polonium-205">
        <xs:annotation>
          <xs:documentation>Polonium-205</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Polonium-207">
        <xs:annotation>
          <xs:documentation>Polonium-207</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Polonium-210">
        <xs:annotation>
          <xs:documentation>Polonium-210</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potassium-40">
        <xs:annotation>
          <xs:documentation>Potassium-40</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potassium-42">
        <xs:annotation>
          <xs:documentation>Potassium-42</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potassium-43">
        <xs:annotation>
          <xs:documentation>Potassium-43</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potassium-44">
        <xs:annotation>
          <xs:documentation>Potassium-44</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Potassium-45">
        <xs:annotation>
          <xs:documentation>Potassium-45</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-136">
        <xs:annotation>
          <xs:documentation>Praseodymium-136</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-137">
        <xs:annotation>
          <xs:documentation>Praseodymium-137</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-138m">
        <xs:annotation>
          <xs:documentation>Praseodymium-138m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-139">
        <xs:annotation>
          <xs:documentation>Praseodymium-139</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-142">
        <xs:annotation>
          <xs:documentation>Praseodymium-142</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-142m">
        <xs:annotation>
          <xs:documentation>Praseodymium-142m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-143">
        <xs:annotation>
          <xs:documentation>Praseodymium-143</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-144">
        <xs:annotation>
          <xs:documentation>Praseodymium-144</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-145">
        <xs:annotation>
          <xs:documentation>Praseodymium-145</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Praseodymium-147">
        <xs:annotation>
          <xs:documentation>Praseodymium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-141">
        <xs:annotation>
          <xs:documentation>Promethium-141</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-143">
        <xs:annotation>
          <xs:documentation>Promethium-143</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-144">
        <xs:annotation>
          <xs:documentation>Promethium-144</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-145">
        <xs:annotation>
          <xs:documentation>Promethium-145</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-146">
        <xs:annotation>
          <xs:documentation>Promethium-146</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-147">
        <xs:annotation>
          <xs:documentation>Promethium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-148">
        <xs:annotation>
          <xs:documentation>Promethium-148</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-148m">
        <xs:annotation>
          <xs:documentation>Promethium-148m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-149">
        <xs:annotation>
          <xs:documentation>Promethium-149</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-150">
        <xs:annotation>
          <xs:documentation>Promethium-150</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promethium-151">
        <xs:annotation>
          <xs:documentation>Promethium-151</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-227">
        <xs:annotation>
          <xs:documentation>Protactinium-227</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-228">
        <xs:annotation>
          <xs:documentation>Protactinium-228</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-230">
        <xs:annotation>
          <xs:documentation>Protactinium-230</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-231">
        <xs:annotation>
          <xs:documentation>Protactinium-231</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-232">
        <xs:annotation>
          <xs:documentation>Protactinium-232</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-233">
        <xs:annotation>
          <xs:documentation>Protactinium-233</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protactinium-234">
        <xs:annotation>
          <xs:documentation>Protactinium-234</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radium-223">
        <xs:annotation>
          <xs:documentation>Radium-223</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radium-224">
        <xs:annotation>
          <xs:documentation>Radium-224</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radium-225">
        <xs:annotation>
          <xs:documentation>Radium-225</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radium-226">
        <xs:annotation>
          <xs:documentation>Radium-226</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radium-227">
        <xs:annotation>
          <xs:documentation>Radium-227</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radium-228">
        <xs:annotation>
          <xs:documentation>Radium-228</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radon-220">
        <xs:annotation>
          <xs:documentation>Radon-220</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Radon-222">
        <xs:annotation>
          <xs:documentation>Radon-222</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-177">
        <xs:annotation>
          <xs:documentation>Rhenium-177</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-178">
        <xs:annotation>
          <xs:documentation>Rhenium-178</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-181">
        <xs:annotation>
          <xs:documentation>Rhenium-181</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-182 (12.7 hr)">
        <xs:annotation>
          <xs:documentation>Rhenium-182 (12.7 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-182 (64.0 hr)">
        <xs:annotation>
          <xs:documentation>Rhenium-182 (64.0 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-184">
        <xs:annotation>
          <xs:documentation>Rhenium-184</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-184m">
        <xs:annotation>
          <xs:documentation>Rhenium-184m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-186">
        <xs:annotation>
          <xs:documentation>Rhenium-186</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-186m">
        <xs:annotation>
          <xs:documentation>Rhenium-186m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-187">
        <xs:annotation>
          <xs:documentation>Rhenium-187</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-188">
        <xs:annotation>
          <xs:documentation>Rhenium-188</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-188m">
        <xs:annotation>
          <xs:documentation>Rhenium-188m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhenium-189">
        <xs:annotation>
          <xs:documentation>Rhenium-189</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-100">
        <xs:annotation>
          <xs:documentation>Rhodium-100</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-101">
        <xs:annotation>
          <xs:documentation>Rhodium-101</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-101m">
        <xs:annotation>
          <xs:documentation>Rhodium-101m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-102">
        <xs:annotation>
          <xs:documentation>Rhodium-102</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-102m">
        <xs:annotation>
          <xs:documentation>Rhodium-102m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-103m">
        <xs:annotation>
          <xs:documentation>Rhodium-103m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-105">
        <xs:annotation>
          <xs:documentation>Rhodium-105</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-106m">
        <xs:annotation>
          <xs:documentation>Rhodium-106m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-107">
        <xs:annotation>
          <xs:documentation>Rhodium-107</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-99">
        <xs:annotation>
          <xs:documentation>Rhodium-99</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rhodium-99m">
        <xs:annotation>
          <xs:documentation>Rhodium-99m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-79">
        <xs:annotation>
          <xs:documentation>Rubidium-79</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-81">
        <xs:annotation>
          <xs:documentation>Rubidium-81</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-81m">
        <xs:annotation>
          <xs:documentation>Rubidium-81m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-82m">
        <xs:annotation>
          <xs:documentation>Rubidium-82m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-83">
        <xs:annotation>
          <xs:documentation>Rubidium-83</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-84">
        <xs:annotation>
          <xs:documentation>Rubidium-84</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-86">
        <xs:annotation>
          <xs:documentation>Rubidium-86</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-87">
        <xs:annotation>
          <xs:documentation>Rubidium-87</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-88">
        <xs:annotation>
          <xs:documentation>Rubidium-88</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubidium-89">
        <xs:annotation>
          <xs:documentation>Rubidium-89</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ruthenium-103">
        <xs:annotation>
          <xs:documentation>Ruthenium-103</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ruthenium-105">
        <xs:annotation>
          <xs:documentation>Ruthenium-105</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ruthenium-106">
        <xs:annotation>
          <xs:documentation>Ruthenium-106</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ruthenium-94">
        <xs:annotation>
          <xs:documentation>Ruthenium-94</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ruthenium-97">
        <xs:annotation>
          <xs:documentation>Ruthenium-97</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-141">
        <xs:annotation>
          <xs:documentation>Samarium-141</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-141m">
        <xs:annotation>
          <xs:documentation>Samarium-141m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-142">
        <xs:annotation>
          <xs:documentation>Samarium-142</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-145">
        <xs:annotation>
          <xs:documentation>Samarium-145</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-146">
        <xs:annotation>
          <xs:documentation>Samarium-146</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-147">
        <xs:annotation>
          <xs:documentation>Samarium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-151">
        <xs:annotation>
          <xs:documentation>Samarium-151</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-153">
        <xs:annotation>
          <xs:documentation>Samarium-153</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-155">
        <xs:annotation>
          <xs:documentation>Samarium-155</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Samarium-156">
        <xs:annotation>
          <xs:documentation>Samarium-156</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-43">
        <xs:annotation>
          <xs:documentation>Scandium-43</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-44">
        <xs:annotation>
          <xs:documentation>Scandium-44</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-44m">
        <xs:annotation>
          <xs:documentation>Scandium-44m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-46">
        <xs:annotation>
          <xs:documentation>Scandium-46</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-47">
        <xs:annotation>
          <xs:documentation>Scandium-47</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-48">
        <xs:annotation>
          <xs:documentation>Scandium-48</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scandium-49">
        <xs:annotation>
          <xs:documentation>Scandium-49</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-70">
        <xs:annotation>
          <xs:documentation>Selenium-70</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-73">
        <xs:annotation>
          <xs:documentation>Selenium-73</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-73m">
        <xs:annotation>
          <xs:documentation>Selenium-73m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-75">
        <xs:annotation>
          <xs:documentation>Selenium-75</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-79">
        <xs:annotation>
          <xs:documentation>Selenium-79</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-81">
        <xs:annotation>
          <xs:documentation>Selenium-81</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-81m">
        <xs:annotation>
          <xs:documentation>Selenium-81m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Selenium-83">
        <xs:annotation>
          <xs:documentation>Selenium-83</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silicon-31">
        <xs:annotation>
          <xs:documentation>Silicon-31</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silicon-32">
        <xs:annotation>
          <xs:documentation>Silicon-32</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-102">
        <xs:annotation>
          <xs:documentation>Silver-102</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-103">
        <xs:annotation>
          <xs:documentation>Silver-103</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-104">
        <xs:annotation>
          <xs:documentation>Silver-104</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-104m">
        <xs:annotation>
          <xs:documentation>Silver-104m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-105">
        <xs:annotation>
          <xs:documentation>Silver-105</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-106">
        <xs:annotation>
          <xs:documentation>Silver-106</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-106m">
        <xs:annotation>
          <xs:documentation>Silver-106m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-108m">
        <xs:annotation>
          <xs:documentation>Silver-108m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-110m">
        <xs:annotation>
          <xs:documentation>Silver-110m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-111">
        <xs:annotation>
          <xs:documentation>Silver-111</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-112">
        <xs:annotation>
          <xs:documentation>Silver-112</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Silver-115">
        <xs:annotation>
          <xs:documentation>Silver-115</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sodium-22">
        <xs:annotation>
          <xs:documentation>Sodium-22</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sodium-24">
        <xs:annotation>
          <xs:documentation>Sodium-24</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-80">
        <xs:annotation>
          <xs:documentation>Strontium-80</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-81">
        <xs:annotation>
          <xs:documentation>Strontium-81</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-83">
        <xs:annotation>
          <xs:documentation>Strontium-83</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-85">
        <xs:annotation>
          <xs:documentation>Strontium-85</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-85m">
        <xs:annotation>
          <xs:documentation>Strontium-85m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-87m">
        <xs:annotation>
          <xs:documentation>Strontium-87m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-89">
        <xs:annotation>
          <xs:documentation>Strontium-89</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-90">
        <xs:annotation>
          <xs:documentation>Strontium-90</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-91">
        <xs:annotation>
          <xs:documentation>Strontium-91</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Strontium-92">
        <xs:annotation>
          <xs:documentation>Strontium-92</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sulfur-35">
        <xs:annotation>
          <xs:documentation>Sulfur-35</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-172">
        <xs:annotation>
          <xs:documentation>Tantalum-172</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-173">
        <xs:annotation>
          <xs:documentation>Tantalum-173</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-174">
        <xs:annotation>
          <xs:documentation>Tantalum-174</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-175">
        <xs:annotation>
          <xs:documentation>Tantalum-175</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-176">
        <xs:annotation>
          <xs:documentation>Tantalum-176</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-177">
        <xs:annotation>
          <xs:documentation>Tantalum-177</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-178">
        <xs:annotation>
          <xs:documentation>Tantalum-178</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-179">
        <xs:annotation>
          <xs:documentation>Tantalum-179</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-180">
        <xs:annotation>
          <xs:documentation>Tantalum-180</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-180m">
        <xs:annotation>
          <xs:documentation>Tantalum-180m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-182">
        <xs:annotation>
          <xs:documentation>Tantalum-182</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-182m">
        <xs:annotation>
          <xs:documentation>Tantalum-182m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-183">
        <xs:annotation>
          <xs:documentation>Tantalum-183</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-184">
        <xs:annotation>
          <xs:documentation>Tantalum-184</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-185">
        <xs:annotation>
          <xs:documentation>Tantalum-185</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tantalum-186">
        <xs:annotation>
          <xs:documentation>Tantalum-186</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-101">
        <xs:annotation>
          <xs:documentation>Technetium-101</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-104">
        <xs:annotation>
          <xs:documentation>Technetium-104</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-93">
        <xs:annotation>
          <xs:documentation>Technetium-93</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-93m">
        <xs:annotation>
          <xs:documentation>Technetium-93m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-94">
        <xs:annotation>
          <xs:documentation>Technetium-94</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-94m">
        <xs:annotation>
          <xs:documentation>Technetium-94m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-96">
        <xs:annotation>
          <xs:documentation>Technetium-96</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-96m">
        <xs:annotation>
          <xs:documentation>Technetium-96m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-97">
        <xs:annotation>
          <xs:documentation>Technetium-97</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-97m">
        <xs:annotation>
          <xs:documentation>Technetium-97m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-98">
        <xs:annotation>
          <xs:documentation>Technetium-98</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-99">
        <xs:annotation>
          <xs:documentation>Technetium-99</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technetium-99m">
        <xs:annotation>
          <xs:documentation>Technetium-99m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-116">
        <xs:annotation>
          <xs:documentation>Tellurium-116</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-121">
        <xs:annotation>
          <xs:documentation>Tellurium-121</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-121m">
        <xs:annotation>
          <xs:documentation>Tellurium-121m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-123">
        <xs:annotation>
          <xs:documentation>Tellurium-123</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-123m">
        <xs:annotation>
          <xs:documentation>Tellurium-123m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-125m">
        <xs:annotation>
          <xs:documentation>Tellurium-125m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-127">
        <xs:annotation>
          <xs:documentation>Tellurium-127</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-127m">
        <xs:annotation>
          <xs:documentation>Tellurium-127m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-129">
        <xs:annotation>
          <xs:documentation>Tellurium-129</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-129m">
        <xs:annotation>
          <xs:documentation>Tellurium-129m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-131">
        <xs:annotation>
          <xs:documentation>Tellurium-131</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-131m">
        <xs:annotation>
          <xs:documentation>Tellurium-131m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-132">
        <xs:annotation>
          <xs:documentation>Tellurium-132</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-133">
        <xs:annotation>
          <xs:documentation>Tellurium-133</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-133m">
        <xs:annotation>
          <xs:documentation>Tellurium-133m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tellurium-134">
        <xs:annotation>
          <xs:documentation>Tellurium-134</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-147">
        <xs:annotation>
          <xs:documentation>Terbium-147</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-149">
        <xs:annotation>
          <xs:documentation>Terbium-149</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-150">
        <xs:annotation>
          <xs:documentation>Terbium-150</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-151">
        <xs:annotation>
          <xs:documentation>Terbium-151</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-153">
        <xs:annotation>
          <xs:documentation>Terbium-153</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-154">
        <xs:annotation>
          <xs:documentation>Terbium-154</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-155">
        <xs:annotation>
          <xs:documentation>Terbium-155</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-156">
        <xs:annotation>
          <xs:documentation>Terbium-156</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-156m (24.4 hr)">
        <xs:annotation>
          <xs:documentation>Terbium-156m (24.4 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-156m (5.0 hr)">
        <xs:annotation>
          <xs:documentation>Terbium-156m (5.0 hr)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-157">
        <xs:annotation>
          <xs:documentation>Terbium-157</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-158">
        <xs:annotation>
          <xs:documentation>Terbium-158</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-160">
        <xs:annotation>
          <xs:documentation>Terbium-160</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terbium-161">
        <xs:annotation>
          <xs:documentation>Terbium-161</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-194">
        <xs:annotation>
          <xs:documentation>Thallium-194</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-194m">
        <xs:annotation>
          <xs:documentation>Thallium-194m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-195">
        <xs:annotation>
          <xs:documentation>Thallium-195</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-197">
        <xs:annotation>
          <xs:documentation>Thallium-197</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-198">
        <xs:annotation>
          <xs:documentation>Thallium-198</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-198m">
        <xs:annotation>
          <xs:documentation>Thallium-198m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-199">
        <xs:annotation>
          <xs:documentation>Thallium-199</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-200">
        <xs:annotation>
          <xs:documentation>Thallium-200</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-201">
        <xs:annotation>
          <xs:documentation>Thallium-201</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-202">
        <xs:annotation>
          <xs:documentation>Thallium-202</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thallium-204">
        <xs:annotation>
          <xs:documentation>Thallium-204</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium (Irradiated)">
        <xs:annotation>
          <xs:documentation>Thorium (Irradiated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium (Natural)">
        <xs:annotation>
          <xs:documentation>Thorium (Natural)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-226">
        <xs:annotation>
          <xs:documentation>Thorium-226</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-227">
        <xs:annotation>
          <xs:documentation>Thorium-227</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-228">
        <xs:annotation>
          <xs:documentation>Thorium-228</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-229">
        <xs:annotation>
          <xs:documentation>Thorium-229</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-230">
        <xs:annotation>
          <xs:documentation>Thorium-230</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-231">
        <xs:annotation>
          <xs:documentation>Thorium-231</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-232">
        <xs:annotation>
          <xs:documentation>Thorium-232</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thorium-234">
        <xs:annotation>
          <xs:documentation>Thorium-234</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-162">
        <xs:annotation>
          <xs:documentation>Thulium-162</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-166">
        <xs:annotation>
          <xs:documentation>Thulium-166</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-167">
        <xs:annotation>
          <xs:documentation>Thulium-167</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-170">
        <xs:annotation>
          <xs:documentation>Thulium-170</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-171">
        <xs:annotation>
          <xs:documentation>Thulium-171</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-172">
        <xs:annotation>
          <xs:documentation>Thulium-172</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-173">
        <xs:annotation>
          <xs:documentation>Thulium-173</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thulium-175">
        <xs:annotation>
          <xs:documentation>Thulium-175</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-110">
        <xs:annotation>
          <xs:documentation>Tin-110</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-111">
        <xs:annotation>
          <xs:documentation>Tin-111</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-113">
        <xs:annotation>
          <xs:documentation>Tin-113</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-117m">
        <xs:annotation>
          <xs:documentation>Tin-117m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-119m">
        <xs:annotation>
          <xs:documentation>Tin-119m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-121">
        <xs:annotation>
          <xs:documentation>Tin-121</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-121m">
        <xs:annotation>
          <xs:documentation>Tin-121m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-123">
        <xs:annotation>
          <xs:documentation>Tin-123</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-123m">
        <xs:annotation>
          <xs:documentation>Tin-123m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-125">
        <xs:annotation>
          <xs:documentation>Tin-125</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-126">
        <xs:annotation>
          <xs:documentation>Tin-126</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-127">
        <xs:annotation>
          <xs:documentation>Tin-127</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tin-128">
        <xs:annotation>
          <xs:documentation>Tin-128</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Titanium-44">
        <xs:annotation>
          <xs:documentation>Titanium-44</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Titanium-45">
        <xs:annotation>
          <xs:documentation>Titanium-45</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-176">
        <xs:annotation>
          <xs:documentation>Tungsten-176</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-177">
        <xs:annotation>
          <xs:documentation>Tungsten-177</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-178">
        <xs:annotation>
          <xs:documentation>Tungsten-178</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-179">
        <xs:annotation>
          <xs:documentation>Tungsten-179</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-181">
        <xs:annotation>
          <xs:documentation>Tungsten-181</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-185">
        <xs:annotation>
          <xs:documentation>Tungsten-185</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-187">
        <xs:annotation>
          <xs:documentation>Tungsten-187</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tungsten-188">
        <xs:annotation>
          <xs:documentation>Tungsten-188</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium (Depleted)">
        <xs:annotation>
          <xs:documentation>Uranium (Depleted)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium (Irradiated)">
        <xs:annotation>
          <xs:documentation>Uranium (Irradiated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium (Natural)">
        <xs:annotation>
          <xs:documentation>Uranium (Natural)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium Enriched 20% or greater">
        <xs:annotation>
          <xs:documentation>Uranium Enriched 20% or greater</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium Enriched less than 20%">
        <xs:annotation>
          <xs:documentation>Uranium Enriched less than 20%</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-230">
        <xs:annotation>
          <xs:documentation>Uranium-230</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-231">
        <xs:annotation>
          <xs:documentation>Uranium-231</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-232">
        <xs:annotation>
          <xs:documentation>Uranium-232</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-233">
        <xs:annotation>
          <xs:documentation>Uranium-233</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-234">
        <xs:annotation>
          <xs:documentation>Uranium-234</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-235">
        <xs:annotation>
          <xs:documentation>Uranium-235</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-236">
        <xs:annotation>
          <xs:documentation>Uranium-236</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-237">
        <xs:annotation>
          <xs:documentation>Uranium-237</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-238">
        <xs:annotation>
          <xs:documentation>Uranium-238</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-239">
        <xs:annotation>
          <xs:documentation>Uranium-239</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Uranium-240">
        <xs:annotation>
          <xs:documentation>Uranium-240</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vanadium-47">
        <xs:annotation>
          <xs:documentation>Vanadium-47</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vanadium-48">
        <xs:annotation>
          <xs:documentation>Vanadium-48</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vanadium-49">
        <xs:annotation>
          <xs:documentation>Vanadium-49</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-120">
        <xs:annotation>
          <xs:documentation>Xenon-120</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-121">
        <xs:annotation>
          <xs:documentation>Xenon-121</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-122">
        <xs:annotation>
          <xs:documentation>Xenon-122</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-123">
        <xs:annotation>
          <xs:documentation>Xenon-123</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-125">
        <xs:annotation>
          <xs:documentation>Xenon-125</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-127">
        <xs:annotation>
          <xs:documentation>Xenon-127</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-129m">
        <xs:annotation>
          <xs:documentation>Xenon-129m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-131m">
        <xs:annotation>
          <xs:documentation>Xenon-131m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-133">
        <xs:annotation>
          <xs:documentation>Xenon-133</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-133m">
        <xs:annotation>
          <xs:documentation>Xenon-133m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-135">
        <xs:annotation>
          <xs:documentation>Xenon-135</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-135m">
        <xs:annotation>
          <xs:documentation>Xenon-135m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Xenon-138">
        <xs:annotation>
          <xs:documentation>Xenon-138</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-162">
        <xs:annotation>
          <xs:documentation>Ytterbium-162</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-166">
        <xs:annotation>
          <xs:documentation>Ytterbium-166</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-167">
        <xs:annotation>
          <xs:documentation>Ytterbium-167</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-169">
        <xs:annotation>
          <xs:documentation>Ytterbium-169</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-175">
        <xs:annotation>
          <xs:documentation>Ytterbium-175</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-177">
        <xs:annotation>
          <xs:documentation>Ytterbium-177</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ytterbium-178">
        <xs:annotation>
          <xs:documentation>Ytterbium-178</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-86">
        <xs:annotation>
          <xs:documentation>Yttrium-86</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-86m">
        <xs:annotation>
          <xs:documentation>Yttrium-86m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-87">
        <xs:annotation>
          <xs:documentation>Yttrium-87</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-88">
        <xs:annotation>
          <xs:documentation>Yttrium-88</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-90">
        <xs:annotation>
          <xs:documentation>Yttrium-90</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-90m">
        <xs:annotation>
          <xs:documentation>Yttrium-90m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-91">
        <xs:annotation>
          <xs:documentation>Yttrium-91</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-91m">
        <xs:annotation>
          <xs:documentation>Yttrium-91m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-92">
        <xs:annotation>
          <xs:documentation>Yttrium-92</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-93">
        <xs:annotation>
          <xs:documentation>Yttrium-93</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-94">
        <xs:annotation>
          <xs:documentation>Yttrium-94</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Yttrium-95">
        <xs:annotation>
          <xs:documentation>Yttrium-95</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-62">
        <xs:annotation>
          <xs:documentation>Zinc-62</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-63">
        <xs:annotation>
          <xs:documentation>Zinc-63</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-65">
        <xs:annotation>
          <xs:documentation>Zinc-65</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-69">
        <xs:annotation>
          <xs:documentation>Zinc-69</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-69m">
        <xs:annotation>
          <xs:documentation>Zinc-69m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-71m">
        <xs:annotation>
          <xs:documentation>Zinc-71m</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zinc-72">
        <xs:annotation>
          <xs:documentation>Zinc-72</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zirconium-86">
        <xs:annotation>
          <xs:documentation>Zirconium-86</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zirconium-88">
        <xs:annotation>
          <xs:documentation>Zirconium-88</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zirconium-89">
        <xs:annotation>
          <xs:documentation>Zirconium-89</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zirconium-93">
        <xs:annotation>
          <xs:documentation>Zirconium-93</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zirconium-95">
        <xs:annotation>
          <xs:documentation>Zirconium-95</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Zirconium-97">
        <xs:annotation>
          <xs:documentation>Zirconium-97</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RadionuclideCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the kinds of radionuclides. Reference CFR 172.101, Appendix A, Table 2.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RadionuclideCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ReachbackRecommendationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the various Reachback Recommendation.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Clear">
        <xs:annotation>
          <xs:documentation>The conveyance should be cleared to proceed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hold">
        <xs:annotation>
          <xs:documentation>The conveyance should be held pending further notification.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary Exam ASP">
        <xs:annotation>
          <xs:documentation>A secondary examination should be conducted using an ASP detector.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary Exam FULL">
        <xs:annotation>
          <xs:documentation>A full secondary examination should be conducted per operational procedures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary Exam PHYS">
        <xs:annotation>
          <xs:documentation>A physical secondary examination should be conducted per operational procedures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary Exam RIID">
        <xs:annotation>
          <xs:documentation>A secondary examination should be conducted using a RIID detector.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ReachbackRecommendationCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various Reachback Recommendation Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ReachbackRecommendationCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ReachbackRequestCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for Reachback Request</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ASP">
        <xs:annotation>
          <xs:documentation>Results from ASP scan appear abnormal or suspicious, therefore reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GammaAlarm">
        <xs:annotation>
          <xs:documentation>An unresolved gamma alarm has occurred and reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ImageAnalysis">
        <xs:annotation>
          <xs:documentation>Initial results of image analysis appear abnormal or suspicious, therefore reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NeutronAlarm">
        <xs:annotation>
          <xs:documentation>An unresolved neutron alarm has occurred and reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RIID">
        <xs:annotation>
          <xs:documentation>Results from RIID scan appear abnormal or suspicious, therefore reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary">
        <xs:annotation>
          <xs:documentation>An item of interest has been directed to secondary inspection, and reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SuspiciousCargo">
        <xs:annotation>
          <xs:documentation>A cargo item has been identified as suspicious, therefore reachback assistance is requested.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ReachbackRequestCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various reachback Request Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ReachbackRequestCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="RequestScopeCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for Request Scope.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FullRequest">
        <xs:annotation>
          <xs:documentation>The request is for data regarding all items for which information is available, as described in the request.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NotApplicable">
        <xs:annotation>
          <xs:documentation>The nature of the request does not require a bounding scope for the response.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PartialRequest">
        <xs:annotation>
          <xs:documentation>The request is for data regarding multiple items (but less than all possible), as described in the request.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ScanAssessmentDataRequest">
        <xs:annotation>
          <xs:documentation>The request is for scan assessment data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ScanMeasurementDataRequest">
        <xs:annotation>
          <xs:documentation>The request is for scan measurement data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SingleRequest">
        <xs:annotation>
          <xs:documentation>The request is for data regarding a single item described in the request.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TradeDataRequest">
        <xs:annotation>
          <xs:documentation>The request is for trade data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RequestScopeCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various Request Scope Code values</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:RequestScopeCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ScanQualityCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the quality of the data collected by an encounter device in performing a scan of an item of interest, as perceived by the operator.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="BadScan">
        <xs:annotation>
          <xs:documentation>The data quality is bad is not useful for determining the presence or absence of threat materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DegradedScan">
        <xs:annotation>
          <xs:documentation>The data quality is degraded but may still be useful.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GoodScan">
        <xs:annotation>
          <xs:documentation>The data quality is good.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ScanQualityCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the quality of the data collected by an encounter device in performing a scan of an item of interest, as perceived by the operator.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ScanQualityCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="SealIntactStatusCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various seal intact status codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Absent">
        <xs:annotation>
          <xs:documentation>The seal is missing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Broken">
        <xs:annotation>
          <xs:documentation>The seal has been broken.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Intact">
        <xs:annotation>
          <xs:documentation>The seal is intact.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="SealIntactStatusCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the states of a seal that has been applied to a cargo container.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:SealIntactStatusCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="SealVerificationStatusCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various seal verification status codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="unknown">
        <xs:annotation>
          <xs:documentation>The status of seal verification is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unverified">
        <xs:annotation>
          <xs:documentation>The seal has not been verified by a CBP/CSI officer.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="verified">
        <xs:annotation>
          <xs:documentation>The seal has been verified by a CBP/CSI officer.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="SealVerificationStatusCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the verification states of a seal.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:SealVerificationStatusCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="SecondaryInspectionKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for Secondary Inspection Kind.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Open box">
        <xs:annotation>
          <xs:documentation>A secondary inspection conducted by opening conveyance/cargo to get direct access to the goods for inspection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The secondary inspection kind is other than can be described by the existing codes.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RIID">
        <xs:annotation>
          <xs:documentation>A secondary inspection conducted with a RIID.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="SecondaryInspectionKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various Secondary Inspection Kind Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:SecondaryInspectionKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="SecondaryInspectionReferralReasonCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for Secondary Inspection Referral Reason</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ATSRecommendation">
        <xs:annotation>
          <xs:documentation>ATS analysis indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ForeignGovernmentIntelligence">
        <xs:annotation>
          <xs:documentation>Information from a foreign government indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="InspectorSuspicion">
        <xs:annotation>
          <xs:documentation>An inspector made an assessment that further examination was required to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Missing">
        <xs:annotation>
          <xs:documentation>The reason for secondary referral is not available.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RadiationAlarm">
        <xs:annotation>
          <xs:documentation>An unresolved radiation alarm occurred in primary inspection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SuspiciousCarrier">
        <xs:annotation>
          <xs:documentation>Information about the carrier indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SuspiciousOtherParticipant">
        <xs:annotation>
          <xs:documentation>Information about involved parties other than the shipper and carrier indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SuspiciousShipper">
        <xs:annotation>
          <xs:documentation>Information about the shipper indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USIntelligence">
        <xs:annotation>
          <xs:documentation>Information from an element of the US government indicates that a more detailed examination would be needed to determine the presence or absence of a threat.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="SecondaryInspectionReferralReasonCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the secondary Inspection Referral Reason Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:SecondaryInspectionReferralReasonCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ShapeCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type the defines the various shape codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="box">
        <xs:annotation>
          <xs:documentation>box</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="horizontal cylinder">
        <xs:annotation>
          <xs:documentation>horizontal cylinder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="irregular">
        <xs:annotation>
          <xs:documentation>irregular</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pyramid">
        <xs:annotation>
          <xs:documentation>pyramid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sphere">
        <xs:annotation>
          <xs:documentation>sphere</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="vertical cylinder">
        <xs:annotation>
          <xs:documentation>vertical cylinder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ShapeCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various shape codes</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ShapeCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="SourceGeometryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the configurations that describe the geometry of a radiation source.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Extended">
        <xs:annotation>
          <xs:documentation>A radiation source whose geometry is determined to an area, and not a specific point.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Point">
        <xs:annotation>
          <xs:documentation>A radiation source whose geometry is determined to a specific point.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Undetermined">
        <xs:annotation>
          <xs:documentation>A radiation source whose geometry has not been determined.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="SourceGeometryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the configurations that describe the geometry of a radiation source.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:SourceGeometryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="SystemOperatingModeCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the operating modes of a system.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Exercise">
        <xs:annotation>
          <xs:documentation>The system is in use by an exercise.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ops">
        <xs:annotation>
          <xs:documentation>The system is in live operational use.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>The system is in an unspecified operating mode. A description of this model needs to be provided in the element SystemOperatingModeText.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Test">
        <xs:annotation>
          <xs:documentation>The system is in test operations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>The operating mode of the system is unknown.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="SystemOperatingModeCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the operating modes of a system.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:SystemOperatingModeCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="TemperatureUnitCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various temperature unit codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Degrees Celsius</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>Degrees Farenheit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K">
        <xs:annotation>
          <xs:documentation>Degrees Kelvin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="TemperatureUnitCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various temperature unit codes</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:TemperatureUnitCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ThreatLevelDeterminationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for threat Level Determination</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="High">
        <xs:annotation>
          <xs:documentation>High</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Low">
        <xs:annotation>
          <xs:documentation>Low</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Medium">
        <xs:annotation>
          <xs:documentation>Medium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NoThreat">
        <xs:annotation>
          <xs:documentation>NoThreat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ThreatLevelDeterminationCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for threat Level Determination</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ThreatLevelDeterminationCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="TraversalOperatingModeCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the operating modes of a traversal.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Exercise">
        <xs:annotation>
          <xs:documentation>The traversal is a live encounter conducted for purposes of evaluation of processes, procedures, and equipment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Operational">
        <xs:annotation>
          <xs:documentation>The traversal is a real encounter.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Simulated">
        <xs:annotation>
          <xs:documentation>The traversal is a simulation only. It does not involve real assets or personnel.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Test">
        <xs:annotation>
          <xs:documentation>The traversal is a live encounter conducted for test purposes only.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Training">
        <xs:annotation>
          <xs:documentation>The traversal is a live encounter conducted for training purposes only.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="TraversalOperatingModeCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various traversal Operating Mode Code.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:TraversalOperatingModeCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ValueDataClassCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for the atomic data classes available for defining the underlying data class for data elements that may be represented by string values. The data classes are a subset of the W3C data types and the derived atomic data types.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="anyURI">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#anyURI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="base64Binary">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#base64Binary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="boolean">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#boolean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="byte">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#byte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="date">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dateTime">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#dateTime</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="decimal">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#decimal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="double">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#double</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DoubleList">
        <xs:annotation>
          <xs:documentation>A list of doubles.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="duration">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#duration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="float">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#float</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hexBinary">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#hexBinary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ID">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#ID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IDREF">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#IDREF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IDREFS">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#IDREFS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="int">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#int</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="integer">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#integer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="long">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#long</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Name">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#Name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NCName">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#NCName</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="negativeInteger">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#negativeInteger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NonBlankString">
        <xs:annotation>
          <xs:documentation>A string that is not empty and does not consist of only white space characters.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NonNegativeDouble">
        <xs:annotation>
          <xs:documentation>A double with value of zero or greater.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NonNegativeDoubleList">
        <xs:annotation>
          <xs:documentation>A list of doubles with value of zero or greater.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#nonNegativeInteger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="nonPositiveInteger">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#nonPositiveInteger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="normalizedString">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#normalizedString</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Percent">
        <xs:annotation>
          <xs:documentation>A percent value with range 0.0 to 100.0.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PositiveDouble">
        <xs:annotation>
          <xs:documentation>A double with values greater than zero.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PositiveDoubleList">
        <xs:annotation>
          <xs:documentation>A list of doubles restricted to positive values.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="positiveInteger">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#positiveInteger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PositiveIntegerList">
        <xs:annotation>
          <xs:documentation>A list of integers restricted to positive values.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="short">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#short</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="string">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#string</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="StringList">
        <xs:annotation>
          <xs:documentation>A list of space separated strings.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="time">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#time</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="token">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#Token</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unsignedByte">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#unsignedByte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unsignedInt">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#unsignedInt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unsignedLong">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#unsignedLong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unsignedShort">
        <xs:annotation>
          <xs:documentation>As defined in http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#unsignedShort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZeroToOneDouble">
        <xs:annotation>
          <xs:documentation>A double with positive value between 0.0 and 1.0.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ValueDataClassCodeType">
    <xs:annotation>
      <xs:documentation>A data type for the atomic data classes available for defining the underlying data class for data elements that may be represented by string values. The data classes are a subset of the W3C data types and the derived atomic data types.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:ValueDataClassCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="VersionKindCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various code values for Kind of version</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FW">
        <xs:annotation>
          <xs:documentation>firmware</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HW">
        <xs:annotation>
          <xs:documentation>hardware</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="other">
        <xs:annotation>
          <xs:documentation>other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SW">
        <xs:annotation>
          <xs:documentation>software</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="unk">
        <xs:annotation>
          <xs:documentation>unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="VersionKindCodeType">
    <xs:annotation>
      <xs:documentation>A data type that defines the kind of version Code</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:VersionKindCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="VolumeMeasureUnitCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type that defines the various volume measure unit codes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="acre foot">
        <xs:annotation>
          <xs:documentation>acre foot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="acre-inch">
        <xs:annotation>
          <xs:documentation>acre-inch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="barrel (Imperial)">
        <xs:annotation>
          <xs:documentation>barrel (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="barrel (petroleum)">
        <xs:annotation>
          <xs:documentation>barrel (petroleum)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="barrel (U.S. dry)">
        <xs:annotation>
          <xs:documentation>barrel (U.S. dry)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="barrel (U.S. fluid)">
        <xs:annotation>
          <xs:documentation>barrel (U.S. fluid)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="beer gallon">
        <xs:annotation>
          <xs:documentation>beer gallon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="board-foot">
        <xs:annotation>
          <xs:documentation>board-foot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="breakfast cup">
        <xs:annotation>
          <xs:documentation>breakfast cup</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bucket (Imperial)">
        <xs:annotation>
          <xs:documentation>bucket (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bushel (Imperial)">
        <xs:annotation>
          <xs:documentation>bushel (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bushel (U.S. dry heaped)">
        <xs:annotation>
          <xs:documentation>bushel (U.S. dry heaped)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="bushel (U.S. dry level)">
        <xs:annotation>
          <xs:documentation>bushel (U.S. dry level)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="butt, pipe">
        <xs:annotation>
          <xs:documentation>butt, pipe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="coomb">
        <xs:annotation>
          <xs:documentation>coomb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cord (firewood)">
        <xs:annotation>
          <xs:documentation>cord (firewood)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cord-foot">
        <xs:annotation>
          <xs:documentation>cord-foot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cubic fathom">
        <xs:annotation>
          <xs:documentation>cubic fathom</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cubic foot">
        <xs:annotation>
          <xs:documentation>cubic foot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cubic inch">
        <xs:annotation>
          <xs:documentation>cubic inch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cubic metre (SI unit)">
        <xs:annotation>
          <xs:documentation>cubic metre (SI unit)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cubic mile">
        <xs:annotation>
          <xs:documentation>cubic mile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cubic yard">
        <xs:annotation>
          <xs:documentation>cubic yard</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cup (Canadian)">
        <xs:annotation>
          <xs:documentation>cup (Canadian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cup (metric)">
        <xs:annotation>
          <xs:documentation>cup (metric)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cup (U.S.)">
        <xs:annotation>
          <xs:documentation>cup (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dash (Imperial)">
        <xs:annotation>
          <xs:documentation>dash (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dash (U.S.)">
        <xs:annotation>
          <xs:documentation>dash (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="dessertspoon (Imperial)">
        <xs:annotation>
          <xs:documentation>dessertspoon (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="displacement ton">
        <xs:annotation>
          <xs:documentation>displacement ton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="drop (Imperial)">
        <xs:annotation>
          <xs:documentation>drop (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="drop (Imperial) (alt)">
        <xs:annotation>
          <xs:documentation>drop (Imperial) (alt)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="drop (medical)">
        <xs:annotation>
          <xs:documentation>drop (medical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="drop (metric)">
        <xs:annotation>
          <xs:documentation>drop (metric)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="drop (U.S.)">
        <xs:annotation>
          <xs:documentation>drop (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="drop (U.S.) (alt)">
        <xs:annotation>
          <xs:documentation>drop (U.S.) (alt)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fifth">
        <xs:annotation>
          <xs:documentation>fifth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="firkin">
        <xs:annotation>
          <xs:documentation>firkin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fluid drachm (Imperial)">
        <xs:annotation>
          <xs:documentation>fluid drachm (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fluid dram (U.S.); U.S. fluidram">
        <xs:annotation>
          <xs:documentation>fluid dram (U.S.); U.S. fluidram</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fluid ounce (Imperial)">
        <xs:annotation>
          <xs:documentation>fluid ounce (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fluid ounce (U.S.)">
        <xs:annotation>
          <xs:documentation>fluid ounce (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fluid scruple (Imperial)">
        <xs:annotation>
          <xs:documentation>fluid scruple (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="freight ton">
        <xs:annotation>
          <xs:documentation>freight ton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gallon (Imperial)">
        <xs:annotation>
          <xs:documentation>gallon (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gallon (U.S. dry)">
        <xs:annotation>
          <xs:documentation>gallon (U.S. dry)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gallon (U.S. fluid; Wine)">
        <xs:annotation>
          <xs:documentation>gallon (U.S. fluid; Wine)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gill (Imperial); Noggin">
        <xs:annotation>
          <xs:documentation>gill (Imperial); Noggin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="gill (U.S.)">
        <xs:annotation>
          <xs:documentation>gill (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hogshead (Imperial)">
        <xs:annotation>
          <xs:documentation>hogshead (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="hogshead (U.S.)">
        <xs:annotation>
          <xs:documentation>hogshead (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="jigger">
        <xs:annotation>
          <xs:documentation>jigger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="kilderkin">
        <xs:annotation>
          <xs:documentation>kilderkin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="lambda">
        <xs:annotation>
          <xs:documentation>lambda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="last">
        <xs:annotation>
          <xs:documentation>last</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="litre">
        <xs:annotation>
          <xs:documentation>litre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="load">
        <xs:annotation>
          <xs:documentation>load</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="minim (Imperial)">
        <xs:annotation>
          <xs:documentation>minim (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="minim (U.S.)">
        <xs:annotation>
          <xs:documentation>minim (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="peck (Imperial)">
        <xs:annotation>
          <xs:documentation>peck (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="peck (U.S. dry)">
        <xs:annotation>
          <xs:documentation>peck (U.S. dry)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="perch">
        <xs:annotation>
          <xs:documentation>perch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pinch (Imperial)">
        <xs:annotation>
          <xs:documentation>pinch (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pinch (U.S.)">
        <xs:annotation>
          <xs:documentation>pinch (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pint (Imperial)">
        <xs:annotation>
          <xs:documentation>pint (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pint (U.S. dry)">
        <xs:annotation>
          <xs:documentation>pint (U.S. dry)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pint (U.S. fluid)">
        <xs:annotation>
          <xs:documentation>pint (U.S. fluid)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pony">
        <xs:annotation>
          <xs:documentation>pony</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pottle; quartern">
        <xs:annotation>
          <xs:documentation>pottle; quartern</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="quart (Imperial)">
        <xs:annotation>
          <xs:documentation>quart (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="quart (U.S. dry)">
        <xs:annotation>
          <xs:documentation>quart (U.S. dry)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="quart (U.S. fluid)">
        <xs:annotation>
          <xs:documentation>quart (U.S. fluid)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="quarter; pail">
        <xs:annotation>
          <xs:documentation>quarter; pail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="register ton">
        <xs:annotation>
          <xs:documentation>register ton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sack (Imperial); bag">
        <xs:annotation>
          <xs:documentation>sack (Imperial); bag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="sack (U.S.)">
        <xs:annotation>
          <xs:documentation>sack (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="seam">
        <xs:annotation>
          <xs:documentation>seam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="shot">
        <xs:annotation>
          <xs:documentation>shot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="strike (Imperial)">
        <xs:annotation>
          <xs:documentation>strike (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="strike (U.S.)">
        <xs:annotation>
          <xs:documentation>strike (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tablespoon (Canadian)">
        <xs:annotation>
          <xs:documentation>tablespoon (Canadian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tablespoon (Imperial)">
        <xs:annotation>
          <xs:documentation>tablespoon (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tablespoon (metric)">
        <xs:annotation>
          <xs:documentation>tablespoon (metric)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tablespoon (U.S.)">
        <xs:annotation>
          <xs:documentation>tablespoon (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="teaspoon (Canadian)">
        <xs:annotation>
          <xs:documentation>teaspoon (Canadian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="teaspoon (Imperial)">
        <xs:annotation>
          <xs:documentation>teaspoon (Imperial)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="teaspoon (metric)">
        <xs:annotation>
          <xs:documentation>teaspoon (metric)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="teaspoon (U.S.)">
        <xs:annotation>
          <xs:documentation>teaspoon (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="timber foot">
        <xs:annotation>
          <xs:documentation>timber foot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tun">
        <xs:annotation>
          <xs:documentation>tun</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="water ton">
        <xs:annotation>
          <xs:documentation>water ton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="wey (U.S.)">
        <xs:annotation>
          <xs:documentation>wey (U.S.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="VolumeMeasureUnitCodeType">
    <xs:annotation>
      <xs:documentation>A data type for volume units of measure.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="cbrncl:VolumeMeasureUnitCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:schema>