cbrn:PhotonDataType

complexType PhotonDataType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for the photon properties of a radiographic device.

Diagram

XML Schema

<xs:complexType name="PhotonDataType">
<xs:annotation>
<xs:documentation>
A data type for the photon properties of a radiographic device.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:MeanPhotonValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:PhotonEnergyValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:PhotonSourceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:PhotonDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>