<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="Detonator" minOccurs="1" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Electric" />
<xsd:enumeration value="Non-Electric" />
<xsd:enumeration value="Electronic" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<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="Delay" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>Detonation delay in msec.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LocationInHole" type="xsd:float">
<xsd:annotation>
<xsd:documentation>//Detonators => LocationInHole
Start of the hole at real rock contact (0 position).
The value has to be given in meters from start of the hole.
(picture in documentation)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|