Definition Type: Element
Name: Detonator
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs 1
MaxOccurs 10
Abstract False
Collapse XSD Schema Diagram:
Drilldown into LocationInHole Drilldown into Delay Drilldown into SerialNo Drilldown into ProductText Drilldown into PartNo Drilldown into Manufacturer Drilldown into TypeXSD Diagram of Detonator
Collapse XSD Schema Code:
<?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 =&gt; 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Type nsB:Type (1) (1)
Manufacturer nsB:Manufacturer (1) (1)
PartNo nsB:PartNo (1) (1)
ProductText nsB:ProductText (1) (1)
SerialNo nsB:SerialNo (1) (1)
Delay nsB:Delay (1) (1)
LocationInHole nsB:LocationInHole (1) (1)