Definition Type: Element
Name: TunnelStart
Namespace: http://www.iredes.org/xml/DrillRig
Type: float:http://www.w3.org/2001/XMLSchema
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Distance in from start of tunnel line to start of tunnel. Unit: Meter
Collapse XSD Schema Diagram:
XSD Diagram of TunnelStart
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="TunnelStart">
    <xsd:annotation>
        <xsd:documentation>Distance in from start of tunnel line to start of tunnel. Unit: Meter</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:float">
            <xsd:minInclusive value="0.000" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>