simpleType lrms:HorizontalDatum
namespace http://www.LRMS-Adopted-02-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements lrms:PublicGridStatePlane/horDatum lrms:PublicGridUSNG/horDatum lrms:GeoLocation/horizontalDatum lrms:PublicGridLocalReference/horizontalDatum
annotation
appinfo

            wgs-84 (0)
            wgs-84egm-96 (1)
            nad83 (2)
            nad27 (3) -- LOCAL_CONTENT
        
source <xs:simpleType name="HorizontalDatum">
 
<xs:annotation>
   
<xs:appinfo>
            wgs-84 (0)
            wgs-84egm-96 (1)
            nad83 (2)
            nad27 (3) -- LOCAL_CONTENT
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="wgs-84"/>
       
<xs:enumeration value="wgs-84egm-96"/>
       
<xs:enumeration value="nad83"/>
       
<xs:enumeration value="nad27"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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