Definition Type: ComplexType
Name: DRrefType
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DRbaseClasses.xsd
Abstract False
Documentation:
Reference data type for Drill Rig
Collapse XSD Schema Diagram:
Drilldown into ScreenInfo Drilldown into LaserRef Drilldown into TunLineRefXSD Diagram of DRrefType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="DRrefType">
    <xsd:annotation>
        <xsd:documentation>Reference data type for Drill Rig</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="TunLineRef" type="IR:IRtextLong" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Filename of tunnel line. Access to the file ( storage directory etc.) dependent on the automation system used. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LaserRef" type="IR:IRtextLong" minOccurs="0" maxOccurs="10">
            <xsd:annotation>
                <xsd:documentation>Filename(s) of laser line(s) Access to the file ( storage directory etc.) dependent on the automation system used. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ScreenInfo" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Info on screen if screen is to be installed</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="ScreenType" type="IR:IRtext" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Screen (mesh) type: Wire thickness, mesh size</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="ScreenSize" type="IR:IRtext" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Screen (mesh) size, area to cover</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TunLineRef DR:TunLineRef 0 (1)
LaserRef DR:LaserRef 0 10
ScreenInfo DR:ScreenInfo 0 (1)
Collapse Derivation Tree:
Collapse References:
DR:DRPLrefData, DR:ReferenceData, DR:ReferenceData