Definition Type: ComplexType
Name: IRcontourBaseType
Namespace: http://www.iredes.org/xml
Containing Schema: IRappBaseClasses.xsd
Abstract False
Documentation:
Contour Id data type
Collapse XSD Schema Diagram:
Drilldown into ContourRightWidth Drilldown into ContourLeftWidth Drilldown into ContourType Drilldown into ContourIdXSD Diagram of IRcontourBaseType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="IRcontourBaseType">
    <xsd:annotation>
        <xsd:documentation>Contour Id data type</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ContourId" type="IRtextShort">
            <xsd:annotation>
                <xsd:documentation>A contour Id which points to a IREDES contour definition</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ContourType" type="IRtextShort" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Type of contour definition</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="ContourRightWidth" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Distance from PointCoord to the right 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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContourId IR:ContourId (1) (1)
ContourType IR:ContourType 0 (1)
ContourLeftWidth IR:ContourLeftWidth 0 (1)
ContourRightWidth IR:ContourRightWidth 0 (1)
Collapse Derivation Tree:
Collapse References:
IR:ContourIdTable