<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="Booster" minOccurs="1" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Type" type="xsd:string" />
<xsd:element name="Manufacturer" type="IR:IRtext" />
<xsd:element name="PartNo" type="IR:IRtext" />
<xsd:element name="ProductText" type="IR:IRtext" />
<xsd:element name="SerialNo" type="IR:IRtext" />
<xsd:element name="PrimerType" type="IR:IRtext" />
<xsd:element name="AmountUsed" type="xsd:float" />
<xsd:element name="LocationInHole" type="xsd:float" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|