Definition Type: Element
Name: LineSegType
Namespace: http://www.iredes.org/xml/DrillRig
Type: IR:IRtextShort
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
A line segment of the contour can be one of the following type; Wall, Bottom, Top. The type refers to the segnent énding in this point.
Collapse XSD Schema Diagram:
XSD Diagram of LineSegType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LineSegType">
    <xsd:annotation>
        <xsd:documentation>A line segment of the contour can be one of the following type; Wall, Bottom, Top. The type refers to the segnent énding in this point.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IR:IRtextShort">
            <xsd:enumeration value="Wall" />
            <xsd:enumeration value="Bottom" />
            <xsd:enumeration value="Top" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree: