Definition Type: ComplexType
Name: DRboltType
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DRbaseClasses.xsd
Abstract False
Documentation:
Bolt Type to be used commonly in Plan and Quality profiles
Collapse XSD Schema Diagram:
Drilldown into EquipmentData Drilldown into TimeToAttach Drilldown into BoltMaterial Drilldown into ResinVolume Drilldown into GroutWaterRatio Drilldown into GroutWeight Drilldown into GroutVolume Drilldown into BoltLength Drilldown into BoltTypeXSD Diagram of DRboltType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="DRboltType">
    <xsd:annotation>
        <xsd:documentation>Bolt Type to be used commonly in Plan and Quality profiles</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BoltType">
            <xsd:annotation>
                <xsd:documentation>Allowed items are: Grouted/rebar, Grouted/CT, Grouted/resin, Friction/Swellex, Friction/Splitset, Pretensioned/Grouted, Pretensioned/nongrouted, Cable/single, Cable/single, Cable/bulp</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="IR:IRtextShort">
                    <xsd:enumeration value="Grouted/rebar" />
                    <xsd:enumeration value="Grouted/CT" />
                    <xsd:enumeration value="Grouted/resin" />
                    <xsd:enumeration value="Friction/Swellex" />
                    <xsd:enumeration value="Friction/Splitset" />
                    <xsd:enumeration value="Pretensioned/Grouted" />
                    <xsd:enumeration value="Pretensioned/nongrouted" />
                    <xsd:enumeration value="Cable/single" />
                    <xsd:enumeration value="Cable/single" />
                    <xsd:enumeration value="Cable/bulp" />
                    <xsd:enumeration value="Other" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="BoltLength" type="xsd:unsignedShort">
            <xsd:annotation>
                <xsd:documentation>Length of the bolt UNIT: mm</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="GroutVolume" type="xsd:float" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Volume of grout pumped into the hole in dm3. (if applicable)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="GroutWeight" type="xsd:float" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Weight of grout pumped into the hole in dm3. (if applicable) UNIT:kg</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="GroutWaterRatio" type="xsd:float" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Water volume in grout. Unit: liters of water / kg of cement (l/kg)     (if applicable)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ResinVolume" type="xsd:float" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Volume of resin inserted into the hole in dm3. (if applicable)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="BoltMaterial" type="IR:IRtextShort" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Material of bolt</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TimeToAttach" type="xsd:duration" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Time from the insertion of the bolt to the time when the resin has hardened and the bolt can be tightened. (if applicable)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="EquipmentData" type="IR:IRoptionType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BoltType DR:BoltType (1) (1)
BoltLength DR:BoltLength (1) (1)
GroutVolume DR:GroutVolume 0 (1)
GroutWeight DR:GroutWeight 0 (1)
GroutWaterRatio DR:GroutWaterRatio 0 (1)
ResinVolume DR:ResinVolume 0 (1)
BoltMaterial DR:BoltMaterial 0 (1)
TimeToAttach DR:TimeToAttach 0 (1)
EquipmentData DR:EquipmentData 0 (1)
Collapse Derivation Tree:
Collapse References:
DR:BoltInformation