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

            32-bit-lat-long (0)
            point-with-delta (1)
        
source <xs:simpleType name="GridPointCoordinateType">
 
<xs:annotation>
   
<xs:appinfo>
            32-bit-lat-long (0)
            point-with-delta (1)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="1"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="32-bit-lat-long"/>
       
<xs:enumeration value="point-with-delta"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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