Definition Type: Element
Name: LaserTable
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
laser definition
Collapse XSD Schema Diagram:
Drilldown into AtLaserPoint Drilldown into BetweenPoint Drilldown into FacePoint Drilldown into PointDepthRange Drilldown into TunnelIdRef Drilldown into LaserIdXSD Diagram of LaserTable
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LaserTable">
    <xsd:annotation>
        <xsd:documentation>laser definition</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="LaserId" type="IR:IRtextShort">
                <xsd:annotation>
                    <xsd:documentation>Laser id</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TunnelIdRef" type="IR:IRtextShort">
                <xsd:annotation>
                    <xsd:documentation>Reference to the tunnel line where the laser is used </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <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>
            <xsd:element name="FacePoint" type="IR:IRpointType">
                <xsd:annotation>
                    <xsd:documentation>Coordinate that the laser line passes near the face.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BetweenPoint" type="IR:IRpointType">
                <xsd:annotation>
                    <xsd:documentation>Middle coordinate used as a check. Should be close to the line between FacePoint and AtLaserPoint.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AtLaserPoint" type="IR:IRpointType">
                <xsd:annotation>
                    <xsd:documentation>Start coordinate of the laser.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LaserId DR:LaserId (1) (1)
TunnelIdRef DR:TunnelIdRef (1) (1)
PointDepthRange DR:PointDepthRange (1) (1)
FacePoint DR:FacePoint (1) (1)
BetweenPoint DR:BetweenPoint (1) (1)
AtLaserPoint DR:AtLaserPoint (1) (1)