Definition Type: Element
Name: PointType
Namespace: http://www.iredes.org/xml/DrillRig
Type: IR:IRtextShort
Containing Schema: DrillRig.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Type of point: node, or control. The first point in the list cannot be of type control. Points of type control defines the shape of the curve between points of type node.  See separate specification for details on control points
Collapse XSD Schema Diagram:
XSD Diagram of PointType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="PointType">
    <xsd:annotation>
        <xsd:documentation>Type of point: node, or control. The first point in the list cannot be of type control. Points of type control defines the shape of the curve between points of type node.  See separate specification for details on control points</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IR:IRtextShort">
            <xsd:enumeration value="node" />
            <xsd:enumeration value="control" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree: