Definition Type: Element
Name: LineTable
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
A line data block consists of line segments with start-end coordinates and references to next line segment
Collapse XSD Schema Diagram:
Drilldown into LineXSD Diagram of LineTable
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LineTable" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>A line data block consists of line segments with start-end coordinates and references to next line segment</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Line" type="IR:IRlineType" maxOccurs="1000">
                <xsd:annotation>
                    <xsd:documentation>A line segment with start-end coordinates and references to next line segment</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Line DR:Line (1) 1000