<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="TypeOfExplosives" minOccurs="1" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Manufacturer" type="IR:IRtext" />
<xsd:element name="ProductID" type="IR:IRtext" />
<xsd:element name="DeliveryID" type="IR:IRtext" />
<xsd:element name="ProductText" type="IR:IRtext" />
<xsd:element name="StartPoint" type="xsd:float" />
<xsd:element name="EndPoint" type="xsd:float" />
<xsd:element name="MassOfExplosives" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Total amount of explosives per hole (in kilograms)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LengthOfExplosives" type="xsd:float" />
<xsd:element name="Type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="bulk" />
<xsd:enumeration value="pumped" />
<xsd:enumeration value="packaged" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Recipe" type="ECRecipe" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|