complexType lrms:GridInfo
diagram
namespace http://www.LRMS-Adopted-02-00-00
children id latitude longitude zoom altitude
source <xs:complexType name="GridInfo">
 
<xs:sequence>
   
<xs:element name="id" type="Int-index8"/>
   
<xs:element name="latitude" type="GridLatitude"/>
   
<xs:element name="longitude" type="GridLongitude"/>
   
<xs:element name="zoom" type="GridZoom"/>
   
<xs:element name="altitude" type="GridAltitude" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element lrms:GridInfo/id
diagram
type lrms:Int-index8
properties
isRef 0
content simple
source <xs:element name="id" type="Int-index8"/>

element lrms:GridInfo/latitude
diagram
type lrms:GridLatitude
properties
isRef 0
content simple
facets
minInclusive -10987
maxInclusive +10987
source <xs:element name="latitude" type="GridLatitude"/>

element lrms:GridInfo/longitude
diagram
type lrms:GridLongitude
properties
isRef 0
content simple
facets
minInclusive -21973
maxInclusive +21973
source <xs:element name="longitude" type="GridLongitude"/>

element lrms:GridInfo/zoom
diagram
type lrms:GridZoom
properties
isRef 0
content simple
facets
minInclusive -5
maxInclusive +6
source <xs:element name="zoom" type="GridZoom"/>

element lrms:GridInfo/altitude
diagram
type lrms:GridAltitude
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 4095
source <xs:element name="altitude" type="GridAltitude" minOccurs="0"/>


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