Definition Type: Element
Name: InvertedRadius
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:
Inverted radius of line between this point and the next point in the sequence. By using inverted radius the element value will be defined even for a straigth line. In that case the value will be = 0.000 UNIT: meter Positive value= clockwise Neg value: counterclockwise. This tag only has meaning on a point of type node that is not preceded by a point of type control or beeing the first point in the list.
UNIT: mm
Collapse XSD Schema Diagram:
XSD Diagram of InvertedRadius
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="InvertedRadius">
    <xsd:annotation>
        <xsd:documentation>Inverted radius of line between this point and the next point in the sequence. By using inverted radius the element value will be defined even for a straigth line. In that case the value will be = 0.000 UNIT: meter Positive value= clockwise Neg value: counterclockwise. This tag only has meaning on a point of type node that is not preceded by a point of type control or beeing the first point in the list.</xsd:documentation>
        <xsd:documentation>UNIT: mm</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:float">
            <xsd:minInclusive value="0.000" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>