Definition Type: Element
Name: ContourLeftWidth
Namespace: http://www.iredes.org/xml
Type: float:http://www.w3.org/2001/XMLSchema
Containing Schema: IRappBaseClasses.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Distance from PointCoord to the left most coordinate of the Contour, regarded from tunnel direction. For graphic presentation purpose
Collapse XSD Schema Diagram:
XSD Diagram of ContourLeftWidth
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="ContourLeftWidth" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Distance from PointCoord to the left most coordinate of the Contour, regarded from tunnel direction. For graphic presentation purpose</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:float">
            <xsd:minInclusive value="0.000" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>