simpleType lrms:LRMethod
namespace http://www.LRMS-Adopted-02-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element lrms:LinearReference/linearRefMethod
annotation
appinfo

            milepoint (0)
            kilopoint (1)
            percentage (2)
            milepost (3)
            referencePost (4)
            countyMilepost (5)
            stationing (6)
            streetAddress (7)
            crossStreet (8)
        
source <xs:simpleType name="LRMethod">
 
<xs:annotation>
   
<xs:appinfo>
            milepoint (0)
            kilopoint (1)
            percentage (2)
            milepost (3)
            referencePost (4)
            countyMilepost (5)
            stationing (6)
            streetAddress (7)
            crossStreet (8)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="8"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="milepoint"/>
       
<xs:enumeration value="kilopoint"/>
       
<xs:enumeration value="percentage"/>
       
<xs:enumeration value="milepost"/>
       
<xs:enumeration value="referencePost"/>
       
<xs:enumeration value="countyMilepost"/>
       
<xs:enumeration value="stationing"/>
       
<xs:enumeration value="streetAddress"/>
       
<xs:enumeration value="crossStreet"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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