<xs:element name="DesignCrossSectSurf">
<xs:annotation>
<xs:documentation />
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="CrossSectPnt" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="side" type="sideofRoadType" />
<xs:attribute name="material" type="xs:string" />
<xs:attribute name="closedArea" type="xs:boolean" />
<xs:attribute name="typicalThickness" type="xs:double" />
<xs:attribute name="typicalWidth" type="xs:double" />
<xs:attribute name="area" type="crossSectSurfaceArea" />
<xs:attribute name="volume" type="crossSectSurfaceVolume" />
</xs:complexType>
</xs:element>
|