simpleType laneTaperType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute TurnLane/@taperType
facets
enumeration straight-line
enumeration partial-tangent
enumeration symmetrical-reverse-curve
enumeration asymmetrical-reverse-curve
source <xs:simpleType name="laneTaperType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="straight-line"/>
   
<xs:enumeration value="partial-tangent"/>
   
<xs:enumeration value="symmetrical-reverse-curve"/>
   
<xs:enumeration value="asymmetrical-reverse-curve"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy