Definition Type: Element
Name: DrilledInRock
Namespace: http://www.iredes.org/xml/DrillRig
Type: float:http://www.w3.org/2001/XMLSchema
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Length drilled in rock. Counting starts at rock contact and ends at the drilled holes end position. UNIT: meter
Collapse XSD Schema Diagram:
XSD Diagram of DrilledInRock
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DrilledInRock" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Length drilled in rock. Counting starts at rock contact and ends at the drilled holes end position. UNIT: meter</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:float">
            <xsd:minInclusive value="0" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>