Top or Bottom overtravel limit.
<xs:element name="Limit"> <xs:annotation> <xs:documentation>Top or Bottom overtravel limit.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Top" /> <xs:enumeration value="Bottom" /> </xs:restriction> </xs:simpleType> </xs:element>