<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="IRdrillPlanBaseType">
<xsd:annotation>
<xsd:documentation>Drill plan Id data type</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DrillPlanId" type="IRtextShort">
<xsd:annotation>
<xsd:documentation>A drill plan Id which points to a DRPPlan(IREDES Drill Rig Production Plan)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DrillPlanType" type="IRtextShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of drill plan (Bolt, Injection, Cut etc.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DrillPlanLeftWidth" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from PointCoord to the left most coordinate of the Contour, regarded from tunnel direction. For graphic presentation purpose</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:float">
<xsd:minInclusive value="0.000" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DrillPlanRightWidth" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Distance from PointCoord to the right most coordinate of the Contour, regarded from tunnel direction. For graphic presentation purpose</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:float">
<xsd:minInclusive value="0.000" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|