<?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>
|