Definition Type: Element
Name: TypeOfExplosives
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs 1
MaxOccurs unbounded
Abstract False
Collapse XSD Schema Diagram:
Drilldown into Recipe Drilldown into Type Drilldown into LengthOfExplosives Drilldown into MassOfExplosives Drilldown into EndPoint Drilldown into StartPoint Drilldown into ProductText Drilldown into DeliveryID Drilldown into ProductID Drilldown into ManufacturerXSD Diagram of TypeOfExplosives
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Manufacturer nsB:Manufacturer (1) (1)
ProductID nsB:ProductID (1) (1)
DeliveryID nsB:DeliveryID (1) (1)
ProductText nsB:ProductText (1) (1)
StartPoint nsB:StartPoint (1) (1)
EndPoint nsB:EndPoint (1) (1)
MassOfExplosives nsB:MassOfExplosives (1) (1)
LengthOfExplosives nsB:LengthOfExplosives (1) (1)
Type nsB:Type (1) (1)
Recipe nsB:Recipe 0 (1)