Definition Type: Element
Name: PointDepthRange
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
This tag describes in what part of the tunnel the laser is valid.
Collapse XSD Schema Diagram:
Drilldown into To Drilldown into FromXSD Diagram of PointDepthRange
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="PointDepthRange">
    <xsd:annotation>
        <xsd:documentation>This tag describes in what part of the tunnel the laser is valid.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="From" type="xsd:double">
                <xsd:annotation>
                    <xsd:documentation>Starting depth corresponding to the PointDepth tag in curve table in the tunnel line UNIT: m</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="To" type="xsd:double">
                <xsd:annotation>
                    <xsd:documentation>End depth corresponding to the PointDepth tag in curve table in the tunnel line UNIT: m</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
From DR:From (1) (1)
To DR:To (1) (1)