Definition Type: Element
Name: weight
Namespace: http://www.iredes.org/xml/DrillRig
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Default 1.0
Documentation:
Defines how much influence a point of type control have on the curve. Not valid for point of type node. See separate specification for details on control points
Collapse XSD Schema Diagram:
XSD Diagram of weight
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="weight" type="xsd:double" minOccurs="0" default="1.0">
    <xsd:annotation>
        <xsd:documentation>Defines how much influence a point of type control have on the curve. Not valid for point of type node. See separate specification for details on control points</xsd:documentation>
    </xsd:annotation>
</xsd:element>