complexType "gps_locationTYPE"
Namespace:
Content:
complex, 20 attributes, 1 element
Defined:
globally in CRIS_Complete_V3-2-1_[31-Dec-2008].xsd, see XML source
Includes:
definitions of 20 attributes and 1 element
Used:
XML Representation Summary
<...
    geo_db_site
 = 
xsd:hexBinary
    geo_db_id
 = 
xsd:unsignedInt
    geo_position_id
 = 
xsd:unsignedInt
    ordering_sequence
 = 
xsd:unsignedInt
    latitude
 = 
xsd:double
    longitude
 = 
xsd:double
    elevation
 = 
xsd:double
    datum_db_site
 = 
xsd:hexBinary
    datum_db_id
 = 
xsd:unsignedInt
    datum_type_code
 = 
xsd:unsignedInt
    precision_db_site
 = 
xsd:hexBinary
    precision_db_id
 = 
xsd:unsignedInt
    precision_type_code
 = 
xsd:unsignedInt
    elevation_db_site
 = 
xsd:hexBinary
    elevation_db_id
 = 
xsd:unsignedInt
    elevation_type_code
 = 
xsd:unsignedInt
    gmt_last_updated
 = 
xsd:dateTime
    last_upd_db_site
 = 
xsd:hexBinary
    last_upd_db_id
 = 
xsd:unsignedInt
    rstat_type_code
 = 
xsd:unsignedShort
    >
   
Content: 
lcinfo?
</...>
Content Elements (1):
lcinfo (type lcinfo)
Known Usage Locations
Annotation
GPS Location Entity:
XML Source (w/o annotations (21))
<xsd:complexType name="gps_locationTYPE">
<xsd:sequence>
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>
</xsd:sequence>
<xsd:attribute name="geo_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="geo_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="geo_position_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="ordering_sequence" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="latitude" type="xsd:double" use="required"/>
<xsd:attribute name="longitude" type="xsd:double" use="required"/>
<xsd:attribute name="elevation" type="xsd:double" use="optional"/>
<xsd:attribute name="datum_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="datum_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="datum_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="precision_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="precision_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="precision_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="elevation_db_site" type="site_codeSimpleType" use="required"/>
<xsd:attribute name="elevation_db_id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="elevation_type_code" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="gmt_last_updated" type="dateTimeWithoutTimezone" use="optional"/>
<xsd:attribute name="last_upd_db_site" type="site_codeSimpleType" use="optional"/>
<xsd:attribute name="last_upd_db_id" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="rstat_type_code" type="xsd:unsignedShort" use="optional"/>
</xsd:complexType>
Attribute Detail (defined in this component only; 20/20)
geo_db_site
Type:
Use:
required
Foreign key reference to Geo_Position.geo_db_site, Included in composite primary key
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="geo_db_site" type="site_codeSimpleType" use="required"/>

geo_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Geo_Position.geo_db_id, Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="geo_db_id" type="xsd:unsignedInt" use="required"/>

geo_position_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Geo_Position.geo_position_id, Included in composite primary key
XML Source (w/o annotations (1))
<xsd:attribute name="geo_position_id" type="xsd:unsignedInt" use="required"/>

ordering_sequence
Type:
xsd:unsignedInt, predefined
Use:
required
Normally only 1 GPS_Location for a geo-position. This ordering_sequence allows for the same exact geo-position to be referenced by multiple GPS locations if different GPS datum types, precision types, and elevation types are specified. Included in composite primary key.
XML Source (w/o annotations (1))
<xsd:attribute name="ordering_sequence" type="xsd:unsignedInt" use="required"/>

latitude
Type:
xsd:double, predefined
Use:
required
For 2D and 3D GPS position
XML Source (w/o annotations (1))
<xsd:attribute name="latitude" type="xsd:double" use="required"/>

longitude
Type:
xsd:double, predefined
Use:
required
For 2D and 3D GPS position
XML Source (w/o annotations (1))
<xsd:attribute name="longitude" type="xsd:double" use="required"/>

elevation
Type:
xsd:double, predefined
Use:
optional
For 3D GPS position
XML Source (w/o annotations (1))
<xsd:attribute name="elevation" type="xsd:double" use="optional"/>

datum_db_site
Type:
Use:
required
Foreign key reference to Gps_Datum_Type.datum_db_site
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="datum_db_site" type="site_codeSimpleType" use="required"/>

datum_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Gps_Datum_Type.datum_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="datum_db_id" type="xsd:unsignedInt" use="required"/>

datum_type_code
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Gps_Datum_Type.datum_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="datum_type_code" type="xsd:unsignedInt" use="required"/>

precision_db_site
Type:
Use:
required
Foreign key reference to Gps_Precision_Type.precision_db_site
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="precision_db_site" type="site_codeSimpleType" use="required"/>

precision_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Gps_Precision_Type.precision_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="precision_db_id" type="xsd:unsignedInt" use="required"/>

precision_type_code
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Gps_Precision_Type.precision_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="precision_type_code" type="xsd:unsignedInt" use="required"/>

elevation_db_site
Type:
Use:
required
Foreign key reference to Gps_Elevation_Type.elevation_db_site
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="elevation_db_site" type="site_codeSimpleType" use="required"/>

elevation_db_id
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Gps_Elevation_Type.elevation_db_id
XML Source (w/o annotations (1))
<xsd:attribute name="elevation_db_id" type="xsd:unsignedInt" use="required"/>

elevation_type_code
Type:
xsd:unsignedInt, predefined
Use:
required
Foreign key reference to Gps_Elevation_Type. elevation_type_code
XML Source (w/o annotations (1))
<xsd:attribute name="elevation_type_code" type="xsd:unsignedInt" use="required"/>

gmt_last_updated
Type:
Use:
optional
UTC/GMT timestamp for the last change to this record
Attribute Value
xsd:dateTime
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\.?[0-9]{0,9}
XML Source (w/o annotations (1))
<xsd:attribute name="gmt_last_updated" type="dateTimeWithoutTimezone" use="optional"/>

last_upd_db_site
Type:
Use:
optional
Foreign key reference to Site_Database.db_site which identifies the database creating/updating/soft deleting this entry
Attribute Value
xsd:hexBinary
Length:
8
XML Source (w/o annotations (1))
<xsd:attribute name="last_upd_db_site" type="site_codeSimpleType" use="optional"/>

last_upd_db_id
Type:
xsd:unsignedInt, predefined
Use:
optional
Foreign key reference to Site_Database.db_id which identifies the database creating/updating/soft deleting this entry
XML Source (w/o annotations (1))
<xsd:attribute name="last_upd_db_id" type="xsd:unsignedInt" use="optional"/>

rstat_type_code
Type:
xsd:unsignedShort, predefined
Use:
optional
Foreign key reference to Row_Status_Type.rstat_type_cod which determines the status of this entry
XML Source (w/o annotations (1))
<xsd:attribute name="rstat_type_code" type="xsd:unsignedShort" use="optional"/>
Content Element Detail (defined in this component only; 1/1)
lcinfo
Type:
lcinfo, complex content
XML Source
<xsd:element minOccurs="0" name="lcinfo" type="lcinfo"/>

XML schema documentation generated with DocFlex/XML 1.7.2b using DocFlex/XML | XSDDoc 2.1.0b template set