Definition Type: Element
Name: Booster
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 AmountUsed Drilldown into PrimerType Drilldown into SerialNo Drilldown into ProductText Drilldown into PartNo Drilldown into Manufacturer Drilldown into TypeXSD Diagram of Booster
Collapse XSD Schema Code:
<?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>
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)
PrimerType nsB:PrimerType (1) (1)
AmountUsed nsB:AmountUsed (1) (1)
LocationInHole nsB:LocationInHole (1) (1)