<<

Geo Data Dict. A4 cover 21/8/01 11:09 AM Page 1

Geoscience Data DICTIONARY Data Structure and Definations for GIS Products version 2001.08 data Geoscience Data DICTIONARY Data Structure and Definations for GIS Products

AGSO – Geoscience Australia AGSO - Geoscience Australia Data Dictionary for GIS Products

Version 2001.08 Table of Contents

Introduction Rationale 1 Annotation rules 3 Maintenance 1 Polygon labelling rules 3 Terminology 1 GIS analysis look-up tables 4 Field formats 1 Oracle authority tables 4 General rules 1 Standard themes naming convention 5 Text field rules 2 Generalised themes 7 Numeric field rules 2 Spatial themes relational diagram 8 UFI field numbering rules 2 How to read this Data Dictionary 11

Geology Themes 12 Geological regions 35 Geology structural lines 19 Sedimentary basins 36 Geology cross-section 20 Regional 37 Geology cross-section structural lines 23 Contact metamorphism 38 Solid geology 24 Alteration zones 39 Solid geology structural lines 27 Regolith-landforms 40 Basement geology 28 Geomorphology 44 Lithology 31 Earthquake hazard 48 Tectonic provinces 34

Geophysical Themes Magnetic interpretation 50 Combined geophysical interpretation lines 62 Radiometric interpretation 52 Magnetic cross-section 64 Gravity interpretation 53 Gravity cross-section 65 interpretation 54 Combined geophysical cross-section 66 Combined geophysical interpretation 55 Depth to basement 70 Magnetic lines 59 Seismic survey lines 71 Gravity lines 60 Seismic velocities 72 Remote sensing lines 61

Geochemistry and Geochronology Themes Geochemical analyses 73 Rb-Sr dating 80 SHRIMP dating 76 U-Pb dating 81 Sm-Nd dating 78

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 i Deposits and Mineral Potential Assessment Themes OZMIN mineral deposits 82 Mineral deposit tracts 98 Mineral deposits including historical data 85 Mineral potential (combined) 99 Mineral localities 87 Weighted mineral potential (combined) 100 Open cut mines and quarries 88 Mineral potential 101 Petroleum wells 89 Certainty of the mineral potential assessment 102 Mineral exploration and mining titles 94 Certainty (combined) of the mineral potential assessment 103 Petroleum exploration and development titles 96

Surveys and Field Observation Themes Field sites 104 Ship surveys 124 Regolith-landform site descriptions 106 Marine survey points 125 Outcrops 109 Swath boundaries 126 Rocks 110 Offshore boundaries 127 Structural measurements 113 Earthquake epicentres 128 Drill holes and measured sections 115 129 Petrographic descriptions 119 Australian Fundamental Gravity Network stations 130 Fossils 121 Index of gravity geophysical surveys 131 Field photographs 123 Index of airborne geophysical surveys 132

Urban Infrastructure Themes Buildings 134 Sewerage network 148 Urban areas 139 Natural gas distribution network 150 Roads 140 Pipelines 152 Railways 142 Oil and gas fields 153 Assessment of the exposure to flood at a spot height 143 Telecommunications infrastructure 154 Electrical power grid 144 Culture 156 Water network 146 Land use (ANZLUC) 158

Terrain Physiography Themes Drainage 159 Relief 162 Water bodies 161 Bathymetry 164

Cartographic Themes Frame 165 Cross-section line 167 Map grid, graticule and border 166

Selected Authority Tables AGSO codes 168 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 ii Rationale

A data dictionary is a description of fields for each feature type in a database. In this AGSO - Geoscience Australia GIS Data Dictionary a description of all the themes likely to be created is given. A theme is a set of spatial objects. Some of the themes in this data dictionary have associated look-up tables. Look-up tables store an additional array of attributes that may be linked to the primary attribute table of a theme. Object type, feature definition, field type, attribute case, compulsion for data entry, a list of valid values and any rules or comments regarding the feature are also given in this data dictionary. Maintenance

This document is subject to periodic updates. Requests to include new themes and/or attributes into the data dictionary should be sumbitted to the Corporate GIS Manager by e-mailing to [email protected] address. Terminology

Coverage is an ArcInfo term for a theme or a layer PAT file is an ArcInfo term for a Polygon Attribute Table or a Point Attribute Table AAT file is an ArcInfo term for an Arc Attribute Table RECNO is an internal record number for an ArcInfo attribute table Field formats

Field Type Explanation 20,20,C character field 20 characters long 8,8,I integer field 8 digits long i.e. smallest number available is -9999999 and largest number available is 99999999 9,9,N,3 numerical field with 3 decimal places e.g. 12345.789 i.e. smallest number available is -9999.999 and largest number available is 99999.999

General rules

Theme is a set of spatial objects - a coverage in ArcInfo or ArcView, a shape file in ArcView and a table in MapInfo. Some of the themes may have associated look-up tables.

Where possible, directory structure should be used to denote themes spatial location, scale or other properties.

All fields for each theme defined in this document must be listed in the order and size as specified.

Where valid values are listed, any unlisted values are invalid. Only valid values may be used.

All themes must be in double precision unless there is a very good reason why single precision is the only option. This matter is to be confirmed with the Divisional Data Administrator.

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 1 Annotations are not allowed in the GIS and Oracle themes under any circumstances. Cartographic coverages exist for such purpose. They are named by adding the ‘MAP’ suffix to the theme name. Cartographic themes may contain annotation, lead lines, and other cartographic symbology required for plotting. However, duplication of features between the GIS/Oracle and cartographic ‘MAP’ coverages should be avoided, if possible.

GIS data sourced form other agencies e.g. mineral deposit data from State Mines Departments, does not need to comply to the AGSO’s Geoscience GIS Data Dictionary.

Some of the themes may have an ArcInfo regions topology. Regions should be converted to polygons before attempting to export data into ArcView or MapInfo formats.

All themes must be documented and have accompanied metadata that conforms to current ANZLIC standard for Core Metadata Elements. Text field rules

Only upper case characters are allowed in the upper case fields. Mixed case fields may contain both upper and lower case characters. Upper case characters are preferred. For mixed case fields first letter in a sentence should always start with the upper case. Only one space is allowed between words. All sentences should be completed with full stop. A punctuation mark should always follow the word without any spaces between word and the punctuation mark. A word immediately after the punctuation mark should be separated from the punctuation mark by a single space.

Field Type Attribute value example Mixed case field Shale, siltstone and . Minor volcanic . Upper case field SHALE, SILTSTONE AND SANDSTONE. MINOR VOLCANIC CONGLOMERATE.

Numeric field rules

Where value of a numerical item is not known and should not equal to zero, the value should be set to -9. Examples are points where all structural measurements were not completed. UFI Field Numbering Rules

Unique Feature Identifier (UFI) field is compulsory for all features in a theme and must be populated. If theme (coverage) is constructed in Arc/INFO GIS, the ufi for a feature other than a polygon (e.g. point or line) is calculated as:

calculate ufi = $recno

If feature is a polygon, the universal (world) polygon must be accounted for and the ufi is therefore calculated as:

reselect $recno ne 1 calculate ufi = $recno - 1

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 2 Annotation rules

Annotation subclasses should be named same as the items whose value the annotation represents. For example annotation for geological polygons in GEOLANN coverage would have subclass plot_symb i.e. anno.plot_symb. In all other cases user is allowed to name its own annotation subclasses. Polygon labelling rules

Meaning Character Map Label Map Symbol Proterozoic ‘P’ -P Pfb -Pfb Cambrian ‘C’ -C COlj -COlj pre-Cambrian p-C pCg p-Cg Triassic ‘T’ -R Rm -Rm Subscript > Pga -Pg>a Superscript ^ Cla1 -Cla^1 Combined units , Qa, Qs Qa,Qs Overlying / Qs Qs/-Pg Pg Complex relationships use brackets () Qs _ Qs/(-Pla,-Plm) Pla, Plm

Tla, Qr Tla,(Qr/Qc) Qc

Tla, Qr, Qz Tla,((Qr,Qz)/-Plm) Plm

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 3 GIS analysis look-up tables

For all themes in the data dictionary a GIS analysis look-up tables are allowed. The tables should have any other items of interest for a GIS analysis. The tables naming convention follows 8.3 format:

.

where is the standard theme name stands for GIS Analysis one of feature-type identifiers; S for point (spot), L for line (arc) and P for polygon themes

Tables should be defined according to the following rules:

• the item ufi is used as a link to respective AAT or PAT file of the theme • only ufis for tagged features should appear in the table • the item ufi should always be the first item in the table • other user-defined items should not appear in the data dictionary

Example

Geologist may want to tag particular arcs in GEOL theme as major greenstone belt boundaries. In this case, the GEOL.GAL GIS analysis look-up table would have the following structure:

ufi greenstone description other2 etc... 12331 Y Major greenstone belt boundary N 12562 High percentage Y 14522 Y Major greenstone belt boundary Y

Analysis items, i.e. greenstone in the above example, should be kept in respective feature tables - AATs and/or PATs while data set is in construction stage. Once data set is complete, the analysis attributes should be moved to their respective look-up tables. Oracle authority tables

Current authority tables are located in http://www.agso.gov.au/information/structure/isd/database/lookups.html or they can be downloaded as a text document from http://www.agso.gov.au/minerals/lookup_table.html

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 4 Standard theme naming convention

Theme Domain ArcInfo Associated Look-up Feature ArcView and MapInfo coverage Table(s) Geometry naming convention in 8.3 name Type(s) file name format Geology Themes Geology GEOL GEOL.LUT Polygon, Line GEOLP, GEOLL Geology structural lines STRLINE Line STRLINE Geology cross-section XGEOnn GEOL.LUT Polygon, Line XGEOnnP, XGEOnnL Geology cross-section structural lines XGEOLnn Line XGEOLnn Generalised geology GEOLnnn GEOL.LUT Polygon, Line GEOLnnnP, GEOLnnnL Solid geology SOLGEOL GEOL.LUT Polygon, Line SOLGEOLP, SOLGEOLL Generalised solid geology SOLGnnn GEOL.LUT Polygon, Line SOLGnnnP, SOLGnnnL Solid geology structural lines SOLGSTR Line SOLGSTR Basement geology BASGEOL GEOL.LUT Polygon, Line BASGEOLP, BASGEOLL Lithology LITHOLGY Polygon, Line LITHOLGYP, LITHOLGYL Tectonic provinces TECPROV Polygon, Line TECPROVP, TECPROVL Geological regions GEOREGN Polygon, Line GEOREGNP, GEOREGNL Sedimentary basins SEDBAS Region, Line SEDBASP, SEDBASL Regional metamorphism METREGn Polygon, Line METREGnP, METREGnL Contact metamorphism METCONn Polygon, Line METCONnP, METCONnL Alteration zones ALTZONE Region, Line ALTZONEP, ALTZONEL Regolith-landform REGO REGO.LUT Polygon, Line REGOP, REGOL Geomorphology GEOMRPHL Line, Point GEOMRPHL, GEOMRPHS GEOMRPHP Polygon, Line GEOMRPHP, GEOMRPHL Earthquake hazard QUAKEHAZ Polygon, Line QUAKHAZP, QUAKHAZL Geophysics Themes Magnetic interpretation MAGINTn Polygon, Line MAGINTnP, MAGINTnL Radiometric interpretation RADINTn Polygon, Line RADINTnP, RADINTnL Gravity interpretation GRVINTn Polygon, Line GRVINTnP, GRVINTnL Remote sensing interpretation SATINTn Polygon, Line SATINTnP, SATINTnL Combined geophysical interpretation GPHINTn Polygon, Line GPHINTnP, GPHINTnL Magnetic lines MAGLINn Line MAGLINn Gravity lines GRVLINn Line GRVLINn Remote sensing lines SATLINn Line SATLINn Combined geophysical lines GPHLINn Line GPHLINn Magnetic cross-section XMAGnn Polygon, Line XMAGnnP, XMAGnnL Gravity cross-section XGRVnn Polygon, Line XGRVnnP, XGRVnnL Combined geophysical cross-section XGPHnn Polygon, Line XGPHnnP, XGPHnnL Depth to basement BASDPTn Line, Point BASDPTnL, BASDPTnS Seismic survey lines SEISMIC Line SEISMIC Seismic velocities SEISVEL Point SEISVEL Geochemistry and Geochronology Themes Geochemistry OZCHEM Point OZCHEM SHRIMP dating SHRIMP SHRIMP.LUT Point SHRIMP Sm-Nd dating SMND SMND.LUT Point SMND Rb-Sr dating RBSR Point RBSR U-Pb dating UPB Point UPB AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 5 Theme Domain ArcInfo Associated Look-up Feature ArcView and MapInfo coverage Table(s) Geometry naming convention in 8.3 name Type(s) file name format Mineral Deposits and Mineral Potential Assessment Themes OZMIN mineral deposits OZMIN OZMIN.COM Point OZMIN OZMIN.EXT OZMIN.LTH OZMIN.MIN Mineral deposits including historical data DEPOSIT DEPOSIT.COM Point DEPOSIT Mineral localities MINLOC Point MINLOC Mineral exploration and mining titles MINRTLE MINRTLE.LUT Region, Line MINRTLEP, MINRTLEL Petroleum exploration and development titles PETRTLE PETRTLE.LUT Region, Line PETRTLEP, PETRTLEL Petroleum wells WELLS Point WELLS Open cut mines and quarries MINES Polygon, Line MINESP, MINESS Mineral deposit tracts MODnnX Polygon, Line MODnnXP, MODnnXL Mineral potential (combined) MINPOT Polygon, Line MINPOTP, MINPOTL Weighted mineral potential (combined) WMINPOT Polygon, Line WMINPOTP, WMINPOTL Mineral potential COMP Polygon, Line COMPP, COMPL WCOMP Polygon, Line WCOMPP, WCOMPL CUMU Polygon, Line CUMUP, CUMUL WCUMU Polygon, Line WCUMUP, WCUMUL Certainty of the mineral potential assessment COMPCERT Polygon, Line COMPCRTP, COMPCRTP CUMUCERT Polygon, Line CUMUCRTP, CUMUCRTL Certainty (combined) of the mineral potential CERT Polygon, Line CERTP, CERTL assessment Surveys and Field Observation Themes Field sites SITES Point SITES Regolith-landform site descriptions RTSITES RTZONES.LUT Point RTSITES RTSITES.LUT Outcrops OUTCROP Point OUTCROP Rocks ROCKS ROCKS.LUT Point ROCKS Structural measurements STRUC Point STRUC Drill holes and measured sections SECHOLE SECHOLE.LTH Point SECHOLE SECHOLE.STR SECHOLE.SVY Petrographic descriptions PETROG PETROG.DAT Point PETROG PETROG.MIN Field photos PHOTO Point PHOTO Fossils FOSSIL Point FOSSIL Ship surveys SHIPSURV Line SHIPSURV Marine survey point MARINEPT Point MARINEPT Swath boundaries SWATHBDY Polygon, Line SWTHBDYP, SWTHBDYL Offshore boundaries OFFSHBDY Line OFFSHBDY Earthquakes EQUAKES Point EQUAKES Landslides LANDSLID Point LANDSLID Australian Fundamental Gravity Network AFGNSTN Point AFGNSTN stations Index of gravity geophysical surveys GRAVSRV Point GRAVSRV

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 6 Theme Domain ArcInfo Associated Look-up Feature ArcView and MapInfo coverage Table(s) Geometry naming convention in 8.3 name Type(s) file name format Index of airborne geophysical surveys AIRBSRV Region, Line AIRBSRVP, AIRBSRVL Urban Infrastructure Themes Buildings BUILDNG Point BUILDNG Urban areas URBAN Polygon, Line URBANP, URBANL Roads ROAD Line ROAD Railways RAILWAY Line RAILWAY Assessment of the exposure to flood at a spot SPOTFLD Point SPOTFLD height Electrical power grid POWER Line, Point POWERL, POWERS Water network WATER Line, Point WATERL, WATERS Sewerage network SEWER Line, Point SEWERL, SEWERS Natural gas distribution network GAS Line, Point GASL, GASS Pipelines PIPELINE Line PIPELINE Oil and gas fields OILFLDS Polygon, Line OILFLDSP, OILFLDSL Telecommunications infrastructure TELECOM Line, Point TELECOML, TELECOMS Culture CULT Line, Point CULTL, CULTS Land use (ANZLUC) LANDUSE Polygon, Line LANDUSEP, LANDUSES Terrain Physiography Themes Drainage DRAIN Line, Point DRAINL, DRAINS Water bodies WTRBDY Polygon, Line WTRBDYP, WTRBDYL Relief RELIEF Line, Point RELIEFL, RELIEFS HYPSO Polygon, Line HYPSOP, HYPSOL Bathymetry BATHY Line BATHY Cartographic Themes Frame FRAME Polygon, Line FRAMEP, FRAMEL Map grid, graticule and border MAPGRID Line MAPGRID Cross-section line(s) XLINE Line XLINE

Generalised themes

Generalised geology GEOLnnn and generalised solid geology SOLGnnn are themes derived from GEOL or SOLGEOL themes respectively and where nnn represent intended scale of generalisation, for example:

nnn suffix Intended map scale 100 1:100,000 250 1:250,000 500 1:500,000 10m 1:1,000,000 25m 1:2,500,000 5m 1:5,000,000

Coverages with the same name must be kept in different workspaces.

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 7 GEOLOGY THEMES GEOPHYSICS THEMES

LUT Polygon + Line Line Region + Line Polygon + Line Line Point

GEOL STRLINE SEDBAS MAGINTn MAGLINn BASDPTn

XGEOnn XGEOLnn ALTZONE RADINTn

GEOLnnn GRVINTn GRVLINn

GEOL.LUT SOLGEOL SOLGSTR SATINTn SATLINn

SOLGnnn GPHINTn GPHLINn

BASGEOL XMAGnn

LITHOLOGY XGRVnn

TECPROV XGPHnn SEISMIC SEISVEL

GEOREGN

METREGn MINERAL DEPOSIT AND MINERAL POTENTIAL ASSESSMENT THEMES

METCONn Point Polygon + Line Point LUT Region + Line

REGO.LUT REGO GEOMRPHL GEOMRPHP MINES MINLOC MINRTLE

QUAKEHAZ MODnnX PETRTLE.LUT PETRTLE

MINPOT

GEOCHEMISTRY AND GEOCHRONOLOGY THEMES WMINPOT

LUT Point COMP

OZCHEM WCOMP

SHRIMP.LUT SHRIMP CUMU

SMND.LUT SMND WCUMU

RBSR COMPCERT

UPB CUMUCERT

CERT

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 8 SURVEYS AND FIELD OBSERVATIONS THEMES URBAN INFRASTRUCTURE THEMES

Polygon + Line Line Point LUT Polygon + Line Line Line + Point Point

SWATHBDY SHIPSURV SITES URBAN ROAD POWER BUILDNG

RTZONES.LUT RTSITES LANDUSE RAILWAY WATER SPOTFLD

RTSITES.LUT OUTCROP SEWER

ROCKS ROCKS.LUT GAS

STRUC SECHOLE.LTH TELECOM

SECHOLE SECHOLE.STR CULT

PHOTO SECHOLE.SVY

FOSSIL

PETROG

MARINEPT

EQUAKES

LANDSLID

AFGNSTN

GRAVSRV

TERRAIN PHYSIOGRAPHY THEMES CARTOGRAPHIC THEMES

Polygon + Line Line Line + Point Polygon + Line Line Any Feature

WTRBDY DRAIN FRAME MAPGRID

HYPSO BATHY RELIEF XLINE themeMAP

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 9 RELATIONAL DIAGRAM FOR GEOLOGY-RELATED POINT THEMES DERIVED FROM ORACLE DATABASES

SMND.LUT

OZMIN.MIN recno

PETROG.DAT PETROG.MIN SMND.PAT rockno

OZMIN.LTH UPB.PAT tsno sampleid

deposno siteno OZMIN.EXT OZMIN.PAT PETROG.PAT RBSR.PAT

OZMIN.COM sampleid SHRIMP.PAT

siteno SITES.PAT ROCKS.PAT rockno

SHRIMP.LUT siteid sectholeno RTSITES.LUT

siteno RTSITES.PAT SECHOLE.PAT sampleid OZCHEM.PAT siteno RTZONES.LUT sectholeno

rockno STRUC.PAT

SECHOLE.LTH SECHOLE.STR SECHOLE.SVY

rockno ROCKS.LUT

LEGEND

Spatial feature attribute table e.g. Point Attribute Table (PAT) from an ArcInfo point coverage

Non-spatial attribute look-up table e.g. an ArcInfo INFO table or other database-format table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 10 How to read this Data Dictionary

Name The verbal name of the theme

Name The name of the digital theme Description A short description of the type of data in this theme Type Whether the theme is a point, line, polygon, region, point/line or polygon/line theme Linked table Any linked look-up tables for this theme are listed here Linked table The name of any linked theme

Note Any special notes relating to the theme

Object Feature Class Feature Feature Definition Attributes Whether The name of the The attribute The definition of the feature The list of fields applying to the feature the feature class value for the feature feature field class is polygon, arc (line), or point

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Wheteher The name of The type The Whether it is compulsory The list of valid attribute A description of the meaning of the field Any rules applying to the use of this field, or any the field is the field of field case to have entries in this values comments about the field applying and its for field to a width char polygon, fields - arc (line) upper, or point lower or mixed

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 11 Geology

Name GEOL Description Geology Type Polygon coverage Linked table GEOL.LUT

Note There is a provision to create artificial polygons by buffering point data from Oracle tables. This provision is to be used only when point data falls into geological polygons of unmappable size. All of these artificial polygons must have a plotrank of 3 to distinguish them from mappable polygons. Younger units should always be on right-hand-side of the line. If not, a fault line vector should be flipped to enable correct symbolisation.

Object Feature Class Feature Feature Definition Attributes Polygon Rock unit ROCK_UNIT An area where the rock unit is defined feature, ufi, map_symb, plot_symb, stratno, unitname, supergroup, group, subgroup, formation, member, unitage, agerank, rocktype, lith_desc, plotrank Rock void ROCK_VOID An area where the rock unit is undefined feature, ufi Arc Rock unit LITH_BDY The boundary line of a lithological unit, where not feature, ufi, agso_code, class, desc, name, plotrank boundary defined by a fault, dyke, vein or marker Fault FAULT A or a zone of fractures along which there feature, ufi, agso_code, class, type, desc, name, flt_system, azimuth, defn, polybdy, unitbdy, width, has been displacement of the sides relative to one plotrank another parallel to the fracture Dyke DYKE A tabular that cuts across the feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank bedding or foliation of the Vein VEIN A thin, sheetlike body feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank Marker bed MARKERBED A geological unit serving as a marker - an easily feature, ufi, agso_code, class, type, desc, name, polybdy, unitbdy, width, plotrank recognised stratigraphic feature with distinctive characteristics traceable over long distances Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 12 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes ROCK_UNIT,ROCK_VOID Feature type Rock void is used where the rock unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete map_symb 20,20,C mixed Yes, except for rock void Map text identifying the lithology of the rock unit For multiple rock units, the map_symb shall be slash and comma delimited, with no spaces e.g. (Qa/Cgar),Pz plot_symb 8,8,C mixed No Abbreviated form of map_symb stratno 7,7,I n/a Yes, except for rock void GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. authority table Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes, except for rock void GEODX.FLATSTRAT The name of a including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation unitage 100,100,C mixed Yes, except for rock void GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for rock void GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, table use only the common rank rocktype 50,50,C lower Yes, except for rock void NGMA.ROCKTYPES Dominant lithological grouping Values describing the dominant rock types of the authority table unit must be separated by a comma lith_desc 254,254,C mixed Yes, except for rock void A description of the lithology of the rock unit Description may be abbreviated if captured from old data e.g. published maps. For more detailed lithological description refer to the source material via metadata plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features e.g. polygons created by buffering points or lines Arc feature 12,12,C upper Yes LITH_BDY, FAULT, DYKE, Feature type VEIN, MARKERBED, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 13 agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-geological feature, table whether it is accurate, approximate, concealed, such as a waterbody, forms a rock unit boundary etc. then it shall have a class equivalent to zero type 64,64,C upper No A fill of any fault e.g. , a type of dyke or vein e.g. DOLERITE or a rock type of marker bed e.g. SANDSTONE desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. WIAGDON THRUST flt_system 64,64,C upper No A group of faults that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FAULT SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Orientation determined between the end points Units in degrees. Use an AML to set the values (nodes) of the line defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’. Use (Y) from non polygon boundaries (N) an AML to set the values unitbdy 1,1,C upper Yes, except for frame Y, N Used to tell if the arc forms a boundary between Use an AML to set the values different rock units width 6,6,I n/a No A positive integer less than The width of a fault, dyke, vein or marker bed Units in metres 1 million plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 14 Name GEOL.LUT Description Extended attribute table for GEOL, SOLGEOL, BASGEOL and SECTION themes. The structure of this lookup table could vary according to the requirements of specific projects. However, field names, if possible, should be chosen from the list presented below. Type Look-up table Linked theme GEOL

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table stratno 7,7,I n/a Yes Link to geology coverage PAT files map_symb 20,20,C mixed Yes Link to geology coverage PAT files qualifier 60,60,C upper No A qualifier or refinement of the LITHOLOGY field lithology 20,20,C upper No Name of lithology status 1,1,I n/a No 1, 2, 3, 4 Number denoting whether the lithology is the dominant (1) or a subsidiary (2,3,4) lithology in the unit act 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of actinolite in the rock 0 (absent), 1 (trace), 2 (minor), 3 (major) ab 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock aln 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of allanite in the rock alm 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of almandine in the rock anl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of analcime in the rock ads 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock an 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of anorthite in the rock anr 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of anorthoclase in the rock ath 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of ap 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of apatite in the rock apy 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of arsenopyrite in the rock aug 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock az 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of azurite in the rock brt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of barite in the rock brl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock bt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of biotite in the rock bn 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of bornite in the rock btw 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock cal 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock carb 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock cst 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of cassiterite in the rock cc 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of chalcocite in the rock ccp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of chalcopyrite in the rock cl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of chlorite in the rock cld 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of chloritoid in the rock chr 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of chromite in the rock cin 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of cinnabar in the rock clay 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of clay mineral in the rock camp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of clino-amphibolite in the rock cpx 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of clinopyroxene in the rock czo 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of clinozoisite in the rock crd 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of cordierite in the rock cor 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock cv 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of covellite in the rock AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 15 crs 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of cristobalite cum 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of cummingtonite in the rock cup 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of cuprite in the rock dmd 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of diamond in the rock di 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of diopside in the rock dol 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of dolomite in the rock en 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of enstatite in the rock ep 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of epidote in the rock fy 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of fayalite in the rock feld 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock fspd 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of feldspathoid in the rock fl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of flourite in the rock gn 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of galena in the rock gnt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock glt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of glauconite in the rock gln 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of glaucophane in the rock gt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of geothite in the rock gr 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of graphite in the rock grs 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of grossular in the rock gp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of gypsum in the rock hl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of halite in the rock hem 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of hematite in the rock hbl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of hornblende in the rock ill 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of illite in the rock ilm 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of ilmentite in the rock jd 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of jadeite in the rock kfs 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of -feldspar in the rock kln 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of kaolinite in the rock ky 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of kyanite in the rock lab 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock lmt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of laumonite in the rock lws 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock lct 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock mgs 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of magnesite in the rock mgt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of magnetite in the rock mal 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of malachite in the rock mcs 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of marcasite in the rock 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of mica in the rock mc 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock mol 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of molybdenite in the rock mnz 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of monazite in the rock mnt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of montmorillonite in the rock ms 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of muscovite in the rock ne 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of nepheline in the rock ogc 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock ol 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock opl 1,1,I n/a No 0, 1, 2, 3 Qualitetive estimate of opal in the rock opq 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of opaque mineral in the rock AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 16 oamp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of orthoamphibolite in the rock or 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock opx 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of orthopyroxene in the rock phl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of phlogopite in the rock phos 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of phosphate in the rock pgt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of pigeonite in the rock pl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock prh 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of prehnite in the rock pmp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of pumpellyte in the rock py 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of pyrite in the rock prp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of pyrope in the rock prl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of pyrophyllite in the rock pyrx 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock po 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of pyrrhotite in the rock qz 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of quartz in the rock rdn 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of rhodonite in the rock rt 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of rutile in the rock sa 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of sanidine in the rock scp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock sch 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of scheelite in the rock srl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of schorl in the rock serc 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of sericite serp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of serpentine in the rock sd 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of siderite in the rock sil 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock sps 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of spessartine in the rock sp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of sphalerite in the rock spl 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock st 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of staurolite in the rock stb 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of stibnite in the rock stp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of stilpnomelane in the rock tlc 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock ttn 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of titanite in the rock toz 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of topaz in the rock tour 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of tourmaline in the rock tr 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of tremolite in the rock trd 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of in the rock usp 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of ulvospinel in the rock u 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of uranium in the rock vrm 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of vermiculite in the rock ves 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of vesuvianite in the rock zeol 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of zeolite in the rock zrn 1,1,I n/a No 0, 1, 2, 3 Qualitative estimate of zircon in the rock map100k 24,24,C upper No List of 100k sheets on which the unit occurs med_age 4,4,I n/a No Median absolute age for the unit in Ma min_age 4,4,I n/a No Maximum absolute age for the unit in Ma max_age 4,4,I n/a No Minimum absolute age for the unit in Ma age_method 24,24,C upper No Description of the geochronological method used (if any) to determine age of the unit env_of_dep 64,64,C upper No Environment of deposition ig_type 1,1,C upper No I, S, A, M Igneous geochemical type AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 17 ig_subtype 1,1,C upper No T, G Igneous (granite) subtype: I-tonalite (T), I- granodiorite (G) 1,1,C upper No H, M, L, N Abundance of in the unit: high (H), medium (M), low (L), none (N) aplite 1,1,C upper No H, M, L, N Abundance of aplites in the unit: high (H), medium (M), low (L), none (N) greisen 1,1,C upper No H, M, L, N Abundance of greisens in the unit: high (H), medium (M), low (L), none (N) vein 1,1,C upper No H, M, L, N Abundance of veins in the unit: high (H), medium (M), low (L), none (N) miarolite 1,1,C upper No H, M, L, N Abundance of miarolites in the unit: high (H), medium (M), low (L), none (N) 1,1,C upper No D, N Describes wether or not the unit displays restite characteristics: dominated (D), not dominated (N) fr_suite 1,1,C upper No S, M, W, U Fractionation state of an igneous suite to which the rock unit belongs: strongly (S), moderately (M), weakly (W), unfractionated (U) fr_unit 1,1,C upper No S, M, W, U Fractionation state of an igneous unit: strongly (S), moderately (M), weakly (W), unfractionated (U) comagmatic 1,1,C upper No Y, N Indicates presence of comagmatic volcanics aureole 1,1,C upper No H, M, L, N Extent of aureole created by intrusion of an igneous rock unit: high (H), medium (M), low (L), none (N) grn_alt 1,1,C upper No H, M, L, N Extent of alteration in the granitic rock unit: high (H), medium (M), low (L), none (N) grn_brecc 1,1,C upper No H, M, L, N Extent of brecciation within the granitic rock unit: high (H), medium (M), low (L), none (N) grn_def 1,1,C upper No H, M, L, N Extent of deformation of the granitic rock unit: high (H), medium (M), low (L), none (N) sed_alt 1,1,C upper No H, M, L, N Extent of alteration in the host caused by an igneous intrusion: high (H), medium (M), low (L), none (N) sed_brecc 1,1,C upper No H, M, L, N Extent of brecciation within the host sediments: high (H), medium (M), low (L), none (N) redox 2,2,C upper No HO, O, R, HR Reduction/oxidation potential of the unit: highly oxidised (HO), oxidised (O), reduced (R), highly reduced (HR) highrb 1,1,C upper No Y, N Indicates whether igneous rocks have high Rb contents at high SiO2 contents info_from 64,64,C upper No Reference (if any) from which the data was compiled

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 18 Structural lines

Name STRLINE Description Structural lines for geology Type Line coverage

Note Folds-related structural points should be entered into the Oracle table and extracted in STRUC theme.

Object Feature Class Feature Feature Definition Attributes Arc axis FOLD The linear trace of a fold hinge feature, ufi, agso_code, class, desc, name, fld_system, azimuth, defn, plotrank Joint pattern JOINT A fracture or parting in a rock without displacement feature, ufi, agso_code, class, desc, plotrank Lineament LINEAR A linear topographic feature related to rock feature, ufi, agso_code, class, desc, plotrank structure Trend TREND A trace of bedding, foliation or igneous trend feature, ufi, agso_code, class, desc, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes FOLD, JOINT, LINEAR, Feature type TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it is accurate, approximate, concealed, etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a fold e.g. CONIMBLA SYNCLINE fld_system 64,64,C upper No A group of folds that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FOLD SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Orientation determined between the end points Units in degrees. Use an AML to set the values (nodes) of the line defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 19 Geology cross-section

Name XGEOnn Description Geology cross-section Type Polygon coverage

Note Suffix nn is used to denote the cross-section location on the map e.g. AB or CD

Object Feature Class Feature Feature Definition Attributes Polygon Rock unit ROCK_UNIT An area where the rock unit is defined feature, ufi, map_symb, plot_symb, stratno, unitname, supergroup, group, subgroup, formation, member, unitage, agerank, rocktype, lith_desc, plotrank Rock void ROCK_VOID An area where the rock unit is undefined feature, ufi Arc Rock unit LITH_BDY The boundary line of a lithological unit, where not feature, ufi, agso_code, class, desc, name, plotrank boundary defined by a fault, dyke, vein or marker bed Fault FAULT A fracture or a zone of fractures along which there feature, ufi, agso_code, class, type, desc, name, flt_system, azimuth, defn, polybdy, unitbdy, width, has been displacement of the sides relative to one plotrank another parallel to the fracture Dyke DYKE A tabular igneous intrusion that cuts across the feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank bedding or foliation of the country rock Vein VEIN A thin, sheetlike body feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank Marker bed MARKERBED A geological unit serving as a marker - an easily feature, ufi, agso_code, class, type, desc, name, polybdy, unitbdy, width, plotrank recognised stratigraphic feature with distinctive characteristics traceable over long distances Surface profile SURF Present erosional surface or water level feature, ufi, agso_code, class, desc, name, plotrank Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 20 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes ROCK_UNIT,ROCK_VOID Feature type Rock void is used where the rock unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete map_symb 20,20,C mixed Yes, except for rock void Map text identifying the lithology of the rock unit For multiple rock units, the map_symb shall be slash and comma delimited, with no spaces e.g. Pz, Pg plot_symb 8,8,C mixed No Abbreviated form of map_symb stratno 7,7,I n/a Yes, except for rock void GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. authority table Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes, except for rock void GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation unitage 100,100,C mixed Yes, except for rock void GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for rock void GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, table use only the common rank rocktype 50,50,C lower Yes, except for rock void NGMA.ROCKTYPES Dominant lithological grouping Values describing the dominant rock types of the authority table unit must be separated by a comma lith_desc 254,254,C mixed Yes, except for rock void A description of the lithology of the rock unit Description may be abbreviated if captured from old data e.g. published maps. For more detailed lithological description refer to the source material via metadata plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features e.g. polygons created by buffering points or lines Arc feature 12,12,C upper Yes LITH_BDY, FAULT, DYKE, Feature type VEIN, MARKERBED, SURF, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 21 agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-geological feature, table whether it is accurate, approximate, concealed, such as a waterbody, forms a rock unit boundary etc. then it shall have a class equivalent to zero type 64,64,C upper No A fill of any fault e.g. QUARTZ, a type of dyke or vein e.g. DOLERITE or a rock type of marker bed e.g. SANDSTONE desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. WIAGDON THRUST flt_system 64,64,C upper No A group of faults that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FAULT SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Orientation determined between the end points Units in degrees. Use an AML to set the values (nodes) of the line defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’. Use (Y) from non polygon boundaries (N) an AML to set the values unitbdy 1,1,C upper Yes, except for frame Y, N Used to tell if the arc forms a boundary between Use an AML to set the values different rock units width 6,6,I n/a No A positive integer less than The width of a fault, dyke, vein or marker bed Units in metres 1 million plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 22 Geology cross-section structural lines

Name XGEOLnn Description Structural lines for geological cross-section Type Line coverage

Note Suffix nn is used to denote the cross-section location on the map e.g. AB or CD Folds-related structural points should be entered into the Oracle table and extracted in STRUC theme.

Object Feature Class Feature Feature Definition Attributes Arc Fold axis FOLD The linear trace of a fold hinge feature, ufi, agso_code, class, desc, name, fld_system, azimuth, defn, plotrank Joint pattern JOINT A fracture or parting in a rock without displacement feature, ufi, agso_code, class, desc, plotrank Lineament LINEAR A linear topographic feature related to rock feature, ufi, agso_code, class, desc, plotrank structure Trend TREND A trace of bedding, foliation or igneous trend feature, ufi, agso_code, class, desc, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes FOLD, JOINT, LINEAR, Feature type TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it is accurate, approximate, concealed, etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a fold e.g. CONIMBLA SYNCLINE fld_system 64,64,C upper No A group of folds that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FOLD SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Orientation determined between the end points Units in degrees. Use an AML to set the values (nodes) of the line defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 23 Solid geology

Name SOLGEOL Description Solid geology Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Solid rock unit ROCK_UNIT An area where the solid geology unit is defined feature, ufi, map_symb, plot_symb, stratno, unitname, supergroup, group, subgroup, formation, member, unitage, agerank, age_seqnce, rocktype, lith_desc, plotrank Solid rock void ROCK_VOID An area where the solid geology unit is undefined feature, ufi Arc Solid rock unit LITH_BDY The boundary line of a solid geology unit, where feature, ufi, agso_code, class, desc, name, plotrank boundary not defined by a fault, dyke, vein or marker bed Fault FAULT A fracture or a zone of fractures along which there feature, ufi, agso_code, class, type, desc, name, flt_system, azimuth, defn, age_seqnce, polybdy, unitbdy, has been displacement of the sides relative to one width, plotrank another parallel to the fracture Dyke DYKE A tabular igneous intrusion that cuts across the feature, ufi, agso_code, class, type, desc, name, azimuth, age_seqnce, polybdy, unitbdy, width, plotrank bedding or foliation of the country rock Vein VEIN A thin, sheetlike body feature, ufi, agso_code, class, type, desc, name, azimuth, age_seqnce, polybdy, unitbdy, width, plotrank Marker bed MARKERBED A serving as a marker - an feature, ufi, agso_code, class, type, desc, name, polybdy, unitbdy, width, plotrank easily recognised stratigraphic feature with distinctive characteristics traceable over long distances Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 24 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes ROCK_UNIT, ROCK_VOID Feature type Solid geology void is used where the solid geology unit is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete map_symb 20,20,C mixed Yes, except for rock void Map text identifying the lithology of the solig For multiple rock units, the map_symb shall be geology unit slash and comma delimited, with no spaces, e.g. Kr/Dgm plot_symb 8,8,C mixed No Abbreviated form of map_symb stratno 7,7,I n/a Yes, except for rock void GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. authority table Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes, except for rock void GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation unitage 100,100,C mixed Yes, except for rock void GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for rock void GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, table use only the common rank age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area rocktype 50,50,C lower Yes, except for rock void NGMA.ROCKTYPES Dominant lithological grouping Values describing the dominant rock types of the authority table unit must be separated by a comma lith_desc 254,254,C mixed Yes, except for rock void A description of the lithology of the solid geology Description may be abbreviated if captured from unit old data e.g. published maps. For more detailed lithological description refer to the source material via metadata plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes LITH_BDY, FAULT, DYKE, Feature type VEIN, MARKERBED, FRAME

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 25 ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-geological feature, table whether it has accurate, approximate or inferred such as a waterbody, forms a rock unit boundary status then it shall have a class equivalent to zero type 64,64,C upper No A fill of any fault e.g. QUARTZ, a type of dyke or vein e.g. DOLERITE or a rock type of marker bed e.g. SANDSTONE desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. WIAGDON THRUST flt_system 64,64,C upper No A group of faults that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FAULT SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Azimuth of the feature Units in degrees. Use an AML to set the values defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’. Use (Y) from non polygon boundaries (N) an AML to set the values unitbdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate solid geology Use an AML to set the values boundaries (Y) from non solid geology boundaries (N) width 6,6,I n/a No A positive number The width of a fault, dyke, vein or marker bed in Units in metres metres plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 26 Solid geology structural lines

Name SOLGSTR Description Structural lines for solid geology Type Line coverage

Note Folds-related structural points should be entered into the Oracle table and extracted in STRUC theme.

Object Feature Class Feature Feature Definition Attributes Arc Fold axis FOLD The linear trace of a fold hinge feature, ufi, agso_code, class, desc, name, fld_system, azimuth, defn, age_seqnce, plotrank Joint pattern JOINT A fracture or parting in a rock without displacement feature, ufi, agso_code, class, desc, plotrank Lineament LINEAR A linear topographic feature related to rock feature, ufi, agso_code, class, desc, plotrank structure Trend TREND A trace of bedding, foliation or igneous trend feature, ufi, agso_code, class, desc, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes FOLD, JOINT, LINEAR, Feature type TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it is accurate, approximate, concealed, etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a fold e.g. CONIMBLA SYNCLINE fld_system 64,64,C upper No A group of folds that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FOLD SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Orientation determined between the end points Units in degrees. Use an AML to set the values (nodes) of the line defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 27 Basement geology

Name BASGEOL Description Basement geology Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Basement rock ROCK_UNIT An area where the basement geology unit is feature, ufi, map_symb, plot_symb, stratno, unitname, supergroup, group, subgroup, formation, member, unit defined unitage, agerank, rocktype, lith_desc, plotrank Basement rock ROCK_VOID An area where the basement geology unit is feature, ufi void undefined Arc Basement rock LITH_BDY The boundary line of a basement geology unit feature, ufi, agso_code, class, desc, name, plotrank unit boundary Fault FAULT A fracture or a zone of fractures along which there feature, ufi, agso_code, class, type, desc, name, flt_system, azimuth, defn, polybdy, unitbdy, width, has been displacement of the sides relative to one plotrank another parallel to the fracture Dyke DYKE A tabular igneous intrusion that cuts across the feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank bedding or foliation of the country rock Vein VEIN A thin, sheetlike body feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank Marker bed MARKERBED A geological formation serving as a marker - an feature, ufi, agso_code, class, type, desc, name, polybdy, unitbdy, width, plotrank easily recognised stratigraphic feature with distinctive characteristics traceable over long distances Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 28 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes ROCK_UNIT, ROCK_VOID Feature type Basement geology void is used where the basement geology unit is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete map_symb 20,20,C mixed Yes, except for rock void Map text identifying the lithology of the For multiple rock units, the map_symb shall be basement geology unit slash and comma delimited, with no spaces e.g. Cme,Cmd plot_symb 8,8,C mixed No Abbreviated form of map_symb stratno 7,7,I n/a Yes, except for rock void GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. authority table Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes, except for rock void GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation unitage 100,100,C mixed Yes, except for rock void GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for rock void GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, table use only the common rank rocktype 50,50,C lower Yes, except for rock void NGMA.ROCKTYPES Dominant lithological grouping Values describing the dominant rock types of the authority table unit must be separated by a comma lith_desc 254,254,C mixed Yes, except for rock void A description of the lithology of the basement Description may be abbreviated if captured from geology unit old data e.g. published maps. For more detailed lithological description refer to the source material via metadata plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes LITH_BDY, FAULT, DYKE, Feature type VEIN, MARKERBED, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 29 agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-geological feature, table whether it has accurate, approximate or inferred such as a waterbody, forms a rock unit boundary status then it shall have a class equivalent to zero type 64,64,C upper No A fill of any fault e.g. QUARTZ, a type of dyke or vein e.g. DOLERITE or a rock type of marker bed e.g. SANDSTONE desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. WIAGDON THRUST flt_system 64,64,C upper No A group of faults that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FAULT SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Azimuth of the feature Units in degrees. Use an AML to set the values defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’. Use (Y) from non polygon boundaries (N) an AML to set the values unitbdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate basement geology Use an AML to set the values bundaries (Y) from non basement geology boundaries (N) width 6,6,I n/a No A positive number The width of a fault, dyke, vein or marker bed in Units in metres metres plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 30 Lithology

Name LITHOLGY Description Lithological units Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Lithological unit LITH_UNIT An area where the lithological unit is defined feature, ufi, map_symb, plot_symb, rocktype, lith_desc, unitage, agerank, plotrank Lithological void LITH_VOID An area where the lithological unit is undefined feature, ufi Arc Lithological unit LITH_BDY The boundary line of a lithological unit, where not feature, ufi, agso_code, class, desc, name, plotrank boundary defined by a fault, dyke or vein Fault FAULT A fracture or a zone of fractures along which there feature, ufi, agso_code, class, type, desc, name, flt_system, azimuth, defn, polybdy, unitbdy, width, has been displacement of the sides relative to one plotrank another parallel to the fracture Dyke DYKE A tabular igneous intrusion that cuts across the feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank bedding or foliation of the country rock Vein VEIN A thin, sheetlike body feature, ufi, agso_code, class, type, desc, name, azimuth, polybdy, unitbdy, width, plotrank Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 31 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes LITH_UNIT, LITH_VOID Feature type Rock void is used where the lithology unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete map_symb 20,20,C mixed Yes, except for lithology Map text identifying the lithology of the rock unit For multiple lithology units, the map_symb shall void be slash and comma delimited, with no spaces e.g. (Qa/Cgar),Pz plot_symb 8,8,C mixed No Abbreviated form of the map_symb rocktype 50,50,C lower Yes, except for lithology NGMA.ROCKTYPES Dominant lithological grouping Values describing the dominant rock types of the void authority table unit must be separated by a comma lith_desc 254,254,C mixed Yes, except for lithology A description of the lithology of the lithological Description may be abbreviated if captured from void unit old data e.g. published maps. For more detailed lithological description refer to the source material via metadata unitage 100,100,C mixed Yes, except for rock void GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for rock void GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, table use only the common rank plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes LITH_BDY, FAULT, DYKE, Feature type VEIN, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-geological feature, table whether it is accurate, approximate, concealed, such as a waterbody, forms a lithology unit etc. boundary then it shall have a class equivalent to zero type 64,64,C upper No A fill of any fault e.g. QUARTZ, a type of dyke or vein e.g. DOLERITE or a rock type of marker bed e.g. SANDSTONE desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. WIAGDON THRUST flt_system 64,64,C upper No A group of faults that are parallel or nearly so, and that are related to a particular deformation episode e.g. MOUNT ISA FAULT SYSTEM azimuth 3,3,I n/a No Between 0 and 360 inclusive Orientation determined between the end points Units in degrees. Use an AML to set the values (nodes) of the line defn 64,64,C mixed No GEODX.GEOTIME authority Geological age(s) Geological ages must be listed from oldest to table for the geological e.g. ORDOVICIAN, SILURIAN, DEVONIAN youngest and separated by a comma ages. or number of deformation(s) to which structure A positive number greater is related than zero for the number of e.g. 2 deformations AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 32 polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’. Use (Y) from non polygon boundaries (N) an AML to set the values unitbdy 1,1,C upper Yes, except for frame Y, N Used to tell if the arc forms a boundary between Use an AML to set the values different lithological units width 6,6,I n/a No A positive integer less than The width of a fault, dyke or vein Units in metres 1 million plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 33 Tectonic provinces

Name TECPROV Description Tectonic provinces Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Province unit TP_UNIT An area where the tectonic province is defined feature, ufi, tec_symb, plot_symb, province, desc, plotrank Province void TP_VOID An area where the tectonic province is undefined feature, ufi Arc Province boundary TP_BDY The boundary line of a tectonic province feature, ufi, agso_code, class, desc, name, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes TP_UNIT, TP_VOID Feature type Province void is used where the tectonic province is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete tec_symb 20,20,C mixed Yes, except for tectonic Map text identifying the tectonic province province void plot_symb 8,8,C mixed No Abbreviated form of tec_symb province 64,64,C upper Yes, except for tectonic Tectonic province name province void desc 254,254,C mixed Yes, except for tectonic A description of the tectonic province province void plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes TP_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a tectonic table whether it has accurate, approximate or province void then the class equals zero concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a the feature plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 34 Geological regions

Name GEOREGN Description Geological regions - a two-dimensional representation of geology of an area (vs province which is a three-dimensional representation). Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Region unit GR_UNIT An area where the geological region is defined feature, ufi, geo_symb, plot_symb, region, desc, plotrank Region void GR_VOID An area where the geological region is undefined feature, ufi Arc Region boundary GR_BDY The boundary line of a geological region feature, ufi, agso_code, class, desc, name, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes GR_UNIT, GR_VOID Feature type Region void is used where the geological region is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete geo_symb 20,20,C mixed Yes, except for Map text identifying the geological region geological region void plot_symb 8,8,C mixed No Abbreviated form of geo_symb region 64,64,C upper Yes, except for Geological region name geological region void desc 254,254,C mixed Yes, except for A description of the geological region geological region void plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes GR_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a geological table whether it has accurate, approximate or region void then the class equals zero concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 35 Sedimentary basins

Name SEDBAS Description Sedimentary basins Type Regions coverage as REGION.SEDBAS

Object Feature Class Feature Feature Definition Attributes Region Sedimentary basin SB_UNIT An area where the sedimentary basin is defined feature, ufi, sed_symb, plot_symb, desc, top, bottom, unitage, agerank, plotrank Sedimentary void SB_VOID An area where the sedimentary basin is undefined feature, ufi Arc Sedimentary basin SB_BDY The boundary line of a sedimentary basin feature, ufi, agso_code, class, desc, name, plotrank boundary Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Region feature 12,12,C upper Yes SB_UNIT, SB_VOID Feature type Province void is used where the sedimentary basin is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete sed_symb 20,20,C mixed Yes, except for Map text identifying the sedimentary basin sedimentary basin void plot_symb 8,8,C mixed No Abbreviated form of sed_symb desc 254,254,C mixed Yes, except for A description of the sedimentary basin sedimentary basin void top 20,20,C mixed No Any sed_symb value within Identifies sedimentary basin on top of it If value is not specified the sedimentary basin is the coverage on top of the sequence bottom 20,20,C mixed No Any sed_symb value within Identifies sedimentary basin underneath it If value is not specified the sedimentary basin is the coverage on bottom of the sequence unitage 100,100,C mixed Yes, except for rock void GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for rock void GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, table use only the common rank plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes SB_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a sedimentar table whether it has accurate, approximate or basin void then the class equals zero concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 36 Regional metamorphism

Name METREGn Description Regional grade metamorphism Type Polygon coverage

Note Integer n is used to denote metamorphism episode.

Object Feature Class Feature Feature Definition Attributes Polygon Regional grade MR_UNIT An area where the regional grade metamorphic feature, ufi, mreg_symb, plot_symb, metagrade, fac_series, plotrank rock unit is defined unit Regional grade MR_VOID An area where the regional grade metamorphic feature, ufi metamorphic rock rock unit is undefined unit void Arc Regional grade MR_BDY The boundary line of a regional grade feature, ufi, agso_code, class, desc, plotrank metamorphic rock metamorphic rock unit unit boundary Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes MR_UNIT, MR_VOID Feature type Regional grade metamorphic rock unit void is used where the regional grade metamorphic rock unit is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete mreg_symb 20,20,C mixed Yes, except void Map text identifying the regional metamorphic grade plot_symb 8,8,C mixed No Abbreviated form of mreg_symb metagrade 64,64,C lower Yes, except void NGMA.LITHDATATYPES Regional metamorphic grade authority table fac_series 64,64,C mixed Yes Metamorphic series plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes MR_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority A identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a regional table whether it has accurate, approximate or metamorphism void then the class equals zero concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 37 Contact metamorphism

Name METCONn Description Contact grade metamorphism Type Polygon coverage

Note Integer n is used to denote metamorphism episode.

Object Feature Class Feature Feature Definition Attributes Polygon Contact MC_UNIT An area where the contact metamorphic rock unit feature, ufi, mcon_symb, plot_symb, metagrade, plotrank metamorphic rock is defined unit Contact MC_VOID An area where the contact metamorphic rock unit feature, ufi metamorphic rock is undefined void Arc Contact MC_BDY The boundary line of a contact metamorphic rock feature, ufi, agso_code, class, desc, plotrank metamaorphic unit rock unit boundary Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes MC_UNIT, MC_VOID Feature type Metamorphic grade void is used where the contact metamorphic grade is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete mcon_symb 20,20,C mixed Yes, except void Map text identifying the contact metamorphic grade plot_symb 8,8,C mixed No Abbreviated form of mcon_symb metagrade 64,64,C lower Yes, except void NGMA.LITHDATATYPES Contact metamorphic grade authority table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes MC_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage agso_code 8,8,I n/a Yes AGSOCODES authority A identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a contact table whether it has accurate, approximate or metamorphism void then the class equals zero concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 38 Alteration zones

Name ALTZONE Description Zones of alteration Type Regions coverage as REGION.ALTZONE

Object Feature Class Feature Feature Definition Attributes Polygon Region unit AZ_UNIT An area where the alteration zone is defined feature, ufi, alt_symb, plot_symb, desc, plotrank Region void AZ_VOID An area where the alteration zone is undefined feature, ufi Arc Region boundary AZ_BDY The boundary line of an alteration zone feature, ufi, agso_code, class, desc, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes AZ_UNIT, AZ_VOID Feature type Region void is used where the alteration zone is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete alt_symb 20,20,C mixed Yes, except for Map text identifying the alteration zone alteration zone void plot_symb 8,8,C mixed No Abbreviated form of alt_symb desc 254,254,C mixed Yes, except for A description of the alteration alteration zone void plotrank 1,1,I n/a Yes 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes AZ_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of an alteration table whether it has accurate, approximate or inferred zone void then the class equals zero status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 39 Regolith-landform

Name REGO Description Principal regolith and landform attributes (these include only landform types, regolith types and induration modifiers ranked 1 in the RTMAP database) Type Polygon coverage Linked table REGO.LUT

Object Feature Class Feature Feature Definition Attributes Polygon Regolith-landform REGO_UNIT An area where the regolith-landform unit is defined feature, ufi, u_id, map_symb, lf_summry, reg_summry, vegetation, min_elev, max_elev, landform, unit landf_desc, soil, relief, lf_regtkns, struc_cnt, regolith, reg_weath, reg_tkns, reg_distn, induration Regolith-landform REGO_VOID An area where the regolith-landform unit is feature, ufi void undefined Arc Regolith-landform REGO_BDY The boundary line of a regolith-landform unit, feature, ufi, agso_code, class, desc, name unit boundary where not defined by an escarpment Escarpment SCARP A long continuous cliff or steep slope breaking the feature, ufi, agso_code, class, desc, name, polybdy, unitbdy, width continuity of the land by separating two level or gently sloping surfaces; produced by erosion or by faulting Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 40 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes REGO_UNIT, REGO_VOID Feature type Regolith-landform void is used where the regolith-landform unit is undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete u_id 4,4,I n/a Yes, except for regolith- Oracle generated unique regolith-landform Must be unique for all regolith-landform units in landform void mapping unit number Australia map_symb 6,6,C mixed Yes, except for regolith- Map text identifying the regolith-landform type of landform void the regolith-landform unit lf_summry 254,254,C mixed Yes, except for regolith- Summary description of landforms that occur landform void within the regolith-landform unit reg_summry 254,254,C mixed Yes, except for regolith- Summary description of regolith types that occur landform void in the regolith-landform unit vegetation 254,254,C mixed No Summary description of vegetation within regolith-landform unit min_elev 4,4,I n/a No Minimum elevation of the regolith-landform in Units in metres metres (above sea level) max_elev 4,4,I n/a No Maximum elevation of the regolith-landform in Units in metres metres (above sea level) landform 30,30,C lower Yes, except for regolith- RTMAP.LANDF authority Name of landform associated with code landform void table e.g. depositional plain landf_desc 254,254,C mixed No Additional information about landform soil 254,254,C mixed No Description of soils within landform relief 30,30,C mixed No Description of average relief of the landform, i.e. the difference in elevation between the lowest and the highest parts of the landform. lf_regtkns 32,32,C lower No RTMAP.ZONEDATATYPES Indication of probable maximum thickness of authority table regolith in the landform struc_cnt 22,22,C mixed No Description of structural control influence on the landform regolith 40,40,C lower Yes, except for regolith- RTMAP.REGTYPE authority Name of regolith type associated with code landform void table e.g. soil on bedrock reg_weath 32,32,C lower No RTMAP.ZONEDATATYPES Degree of weathering of regolith type authority table reg_tkns 32,32,C lower No RTMAP.ZONEDATATYPES Approximate thickness of the regolith type in authority table metres reg_distn 240,240,C lower No Comments on the 3-dimensional landscape position of the regolith type and its relationship to other regolith types in toposequences or otherwise induration 32,32,C lower No RTMAP.ZONEDATATYPES Induration modifier of the regolith type authority table Arc feature 12,12,C upper Yes REGO_BDY, SCARP, Feature type FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the book “Symbols Used on Geological Maps” AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 41 class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-regolith feature, such table whether it has accurate, approximate or as a waterbody, forms a regolith unit boundary concealed status then it shall have a class equivalent to zero desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. GREAT SCARP polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’ (Y) from non polygon boundaries (N) unitbdy 1,1,C upper Yes, except for frame Y, N Used to indicate if the arc forms a boundary between different regolith-landform mapping units width 6,6,I n/a No A positive number The width of a scarp

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 42 Name REGO.LUT Description Detailed regolith and landform attributes. This table contains all regolith-landform unit information, not just principal but secondary attributes pertinent to regolith i.e. a regolith-landform unit can contain landforms ranked 1 to 9 and each landform can contain regolith types ranked from 1 to 9. This detailed attributes table can be linked to the theme in GIS packages enabling the use of the 1 to many relationship the RTMAP.UNITS database contains. Type Additional landform-regolith attributes table Linked theme REGO

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table u_id 4,4,I n/a Yes Link to regolith-landform coverage PAT files map_symb 6,6,C mixed Yes Link to regolith-landform coverage PAT files landf_rank 1,1,C n/a Yes, except for regolith- Numeric ranking of landforms within the unit landform void (the dominant landform of the unit has a ranking of 1) landform 30,30,C lower Yes, except for regolith- RTMAP.LANDF authority Name of landform associated with code landform void table e.g. depositional plain landf_desc 254,254,C mixed No Additional information about landform soil 254,254,C mixed No Description of soils within landform relief 30,30,C mixed No Description of average relief of landform, i.e. the difference in elevation between the lowest and the highest parts of the landform. lf_regtkns 32,32,C lower Yes, except for regolith- RTMAP.ZONEDATATYPES Indication of probable maximum thickness of landform void authority table regolith in the landform struc_cnt 22,22,C mixed No Description of structural control influence on the landform lfreg_rank 1,1,C n/a Yes, except for regolith- Ranking of a regolith type within the landform landform void (the dominant regolith type in the landform has a ranking of 1) regolith 40,40,C lower Yes, except for regolith- RTMAP.REGTYPE authority Name of regolith type associated with code landform void table e.g. soil on bedrock reg_weath 32,32,C lower Yes, except for regolith- RTMAP.ZONEDATATYPES Degree of weathering of regolith type landform void authority table reg_tkns 32,32,C lower Yes, except for regolith- RTMAP.ZONEDATATYPES Approximate thickness of the regolith type in landform void authority table metres reg_distn 240,240,C lower No Comments on the 3-dimensional landscape position of the regolith type and its relationship to other regolith types in toposequences or otherwise ind_rank 1,1,C n/a Yes, except for regolith- Ranking of the induration modifier for the landform void regolith type induration 32,32,C lower Yes, except for regolith- RTMAP.ZONEDATATYPES Induration modifier of the regolith type landform void authority table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 43 Geomorphology

Name GEOMRPHL Description Geomorphology linear and point features Type Line and point coverage

Note If known, the direction of vectors for the features PALDRAIN, LEAD, DRAIN and IGNEOUS_FLOW should be maintained. Nodes should be on all vector intersections of the same feature class.

Object Feature Class Feature Feature Definition Attributes Arc Palaeodrainage PALDRAIN A drainage pattern that existed in the past feature, ufi, agso_code, class, desc, plotrank Deep lead LEAD A buried watercourse feature, ufi, agso_code, class, desc, plotrank Drainage DRAIN A drainage stream; the feature can be antecedent, feature, ufi, agso_code, class, desc, plotrank captured, diverted, inverted, reversed or superimposed (use appropriate agso_code) Palaeodrainage PALDRAIN_DI Major or minor palaeodrainage divide feature, ufi, agso_code, class, desc, name, plotrank divide V Drainage divide DRAIN_DIV Major or minor drainage divide feature, ufi, agso_code, class, desc, name, plotrank or flow IGNEOUS_FL The narrow solidified body of rock that is formed feature, ufi, agso_code, class, desc, plotrank OW by a lateral, surficial outpouring of molten lava from a vent or a fissure e.g. a lava flow or a basalt flow; the feature can be buried, inverted or extruded (use appropriate agso_code) DUNE Crest of an accumulation of loose sand heaped up feature, ufi, agso_code, class, desc, plotrank by the wind Strandline STRANDLINE A former shoreline now elevated above the feature, ufi, agso_code, class, desc, plotrank present water level Point Sink hole SINK A depression in the surface where drainage feature, ufi, agso_code, class, desc, plotrank becomes subterranean Palaeodrainage PALDRAIN_DI A point at which palaeodrainage direction is known feature, ufi, agso_code, class, desc, azimuth, plotrank direction R Wind gap WIND_GAP A sharp break or opening in a ridge, or a short feature, ufi, agso_code, class, desc, azimuth, plotrank pass through a range, that is not occupied by a stream Water gap WATER_GAP A ravine or gorge cut through a ridge, or between feature, ufi, agso_code, class, desc, azimuth, plotrank ridges Knick point KNICK Any interruption or break of slope in the feature, ufi, agso_code, class, desc, plotrank longitudinal profile of a stream or of its valley, especially a point of abrupt change or inflection, resulting from rejuvenation, glacial erosion, or the outcropping of a resistant bed diversion RIVER_DIV A site and direction of beheaded stream, river feature, ufi, agso_code, class, desc, azimuth, plotrank capture, or river reversal VOLCANO An eruptive centre in the surface through which feature, ufi, agso_code, class, desc, name, plotrank , gases or ash may erupt or erupted in the past Impact structure IMPACT Any depression in the surface due to projectile feature, ufi, agso_code, class, desc, name, plotrank impact e.g. meteorite or result of an explosion not associated with volcanism

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 44 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes PALDRAIN, LEAD, DRAIN, Feature type PALDRAIN_DIV, DRAIN_DIV, IGNEOUS_FLOW, DUNE, STRANDLINE ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Point feature 12,12,C upper Yes SINK, PALDRAIN_DIR, Feature type WIND_GAP, WATER_GAP, KNICK, RIVER_DIV, VOLCANO, IMPACT ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature azimuth 3,3,I n/a Yes Between 0 and 360 inclusive Direction of the observed phenomena associated with point features in degrees between 0 and 360 plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 45 Name GEOMRPHP Description Geomorphology polygon features Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Sink hole SINKHOLE A depression in the surface where drainage feature, ufi, agso_code, class, desc, plotrank becomes subterranean Volcano VENT An eruptive centre in the surface through which feature, ufi, agso_code, class, desc, name, plotrank magma, gases or ash may erupt or erupted in the past Impact structure CRATER Any depression in the surface due to projectile feature, ufi, agso_code, class, desc, name, plotrank impact e.g. meteorite or result of an explosion not associated with volcanism Buried basalt flow BASALT_FLO Buried basalt flow that is formed by a lateral, feature, ufi, agso_code, class, desc, plotrank W surficial outpouring of molten basalt from a vent or a fissure Buried PALDRAIN_F Buried palaeodrainage feature, ufi, agso_code, class, desc, plotrank palaeodrainage LW Arc Landform feature GEOMRPH_B The boundary line of a landform feature feature, ufi, agso_code, class, desc, plotrank boundary DY Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 46 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes SINKHOLE, VENT, Feature type CRATER, BASALT_FLOW, PALDRAIN_FLW ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. GREAT VOLCANO plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes GEOMRPH_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 47 Earthquake hazard

Name QUAKEHAZ Description Assessment of the earthquake hazard based on geology Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Lithological unit LITH_UNIT An area where the lithological unit is defined feature, ufi, map_symb, plot_symb, rocktype, lith_desc, factor, fact_desc, period, plotrank Lithological void LITH_VOID An area where the lithological unit is undefined feature, ufi Arc Lithological unit LITH_BDY The boundary line of a lithological unit, where not feature, ufi, agso_code, class, desc, name, plotrank boundary defined by a fault Fault FAULT A fracture or a zone of fractures along which there feature, ufi, agso_code, class, desc, name, polybdy, unitbdy, width, plotrank has been displacement of the sides relative to one another parallel to the fracture Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 48 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes LITH_UNIT, LITH_VOID Feature type Rock void is used where the lithology unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete map_symb 20,20,C mixed Yes, except for lithology Map text identifying the lithology of the rock unit For multiple lithology units, the map_symb shall void be slash and comma delimited, with no spaces e.g. (Qa/Cgar),Pz plot_symb 8,8,C mixed No Abbreviated form of the map_symb rocktype 50,50,C lower Yes, except for lithology NGMA.ROCKTYPES Dominant lithological grouping void authority table lith_desc 254,254,C mixed Yes, except for lithology A description of the lithology of the lithological Description may be abbreviated if captured from void unit old data e.g. published maps. For more detailed lithological description refer to the source material via metadata sfactor 3,3,N,1 n/a Yes, except for lithology Between 0 and 5 inclusive An assessment of the earthquake hazard void associated with the lithological unit fact_desc 254,254,C mixed Yes, except for lithology Description of the earthquake hazard void period 100,100,C mixed Yes, except for lithology GEODX.GEOTIME authority A geological-time unit during which the rocks of Geological ages must be listed from oldest to void table the corresponding system were formed youngest e.g. Quaternary plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes LITH_BDY, FAULT, DYKE, Feature type VEIN, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the edge of a non-geological feature, table whether it is accurate, approximate, concealed, such as a waterbody, forms a lithology unit etc. boundary then it shall have a class equivalent to zero desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. WIAGDON THRUST polybdy 1,1,C upper Yes, except for frame Y, N A field used to discriminate polygon boundaries For all dangling arcs polybdy is always ‘N’. Use (Y) from non polygon boundaries (N) an AML to set the values unitbdy 1,1,C upper Yes, except for frame Y, N Used to tell if the arc forms a boundary between Use an AML to set the values different lithological units plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 49 Magnetic interpretation

Name MAGINTn Description Magnetic interpretation Type Polygon coverage

Note The MAGINT coverage is designed for maps of purely magnetic interpretation e.g. magnetic domains with minimal geology. Integer n is used if there are interpretation coverages of more than one magnetic image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Polygon Magnetic unit MAG_UNIT An area of land with uniform magnetic feature, ufi, mag_symb, plot_symb, domain, dom_desc, dom_symb, domain2, dom2_desc, dom2_symb, characteristics age_seqnce, plotrank Magnetic void MAG_VOID An area of land where the magnetic characteristics feature, ufi are undefined Arc Magnetic unit MAG_BDY The boundary line of a magnetic unit, where not feature, ufi, agso_code, class, desc, plotrank boundary defined by a magnetic fault or dyke Magnetic fault MAG_FAULT A linear geologival feature interpreted from the feature, ufi, agso_code, class, desc, plotrank magnetic survey as a fault or Magnetic dyke MAG_DYKE A linear geological feature interpreted from the feature, ufi, agso_code, class, desc, plotrank magnetic survey as a normally-magnetised dyke Marker bed MAG_MKRBD A magnetic unit serving as a marker - an easily feature, ufi, agso_code, class, desc, plotrank recognised feature with distinctive characteristics traceable over long distances Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 50 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes MAG_UNIT, MAG_VOID Feature type Magnetic void is used where the magnetic characteristics are undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete mag_symb 20,20,C mixed Yes, except for Map text identifying the type of the rock unit magnetic void plot_symb 8,8,C mixed No Abbreviated form of mag_symb domain 64,64,C upper Yes, except for A short description of the unifying characteristic magnetic void of the magnetic unit dom_desc 254,254,C mixed No An expanded description of the unifying characteristic of the magnetic unit dom_symb 20,20,C mixed Yes, except for Map text identifying the type of the domain magnetic void domain2 64,64,C upper Yes, except for A short description of the unifying characteristic magnetic void of the magnetic unit dom2_desc 254,254,C mixed No An expanded description of the unifying characteristic of the magnetic unit dom2_symb 20,20,C mixed Yes, except for Map text identifying the type of the domain magnetic void age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes MAG_BDY, MAG_FAULT, Feature type MAG_DYKE, MAG_MKRBD, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a non-magnetic table whether it is accurate, approximate, inferred, void then the class equals zero etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 51 Radiometric interpretation

Name RADINTn Description Radiometric interpretation Type Polygon coverage

Note Integer n is used if there are interpretation coverages of more than one radiometric image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Polygon Radiometric unit RAD_UNIT An area of land with uniform radiometric feature, ufi, rad_symb, plot_symb, domain, dom_desc, plotrank characteristics Radiometric void RAD_VOID An area of land where the radiometric feature, ufi characteristics are undefined Arc Radiometric unit RAD_BDY The boundary line of a radiometric unit, where not feature, ufi, agso_code, class, desc, plotrank boundary defined by a radiometric linear Radiometric linear RAD_LINEAR A linear geological feature apparent from the feature, ufi, agso_code, class, desc, plotrank radiometric survey Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes RAD_UNIT, RAD_VOID Feature type Radiometric void is used where the radiometric characteristics are undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete rad_symb 20,20,C mixed Yes, except for Map text identifying the type of the rock unit radiometric void plot_symb 8,8,C mixed No Abbreviated form of rad_symb domain 64,64,C upper Yes, except for A short description of the unifying characteristic radiometric void of the radiometric unit dom_desc 254,254,C mixed No An expanded description of the unifying characteristic of the radiometric unit plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes RAD_BDY, RAD_LINEAR, Feature type FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a non- table whether it is accurate, approximate, inferred, radiometric void then the class equals zero etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 52 Gravity interpretation

Name GRVINTn Description Gravity interpretation Type Polygon coverage

Note The GRVINT coverage is designed for maps of purely gravity interpretation e.g. gravity domains with minimal geology. Integer n is used if there are interpretation coverages of more than one gravity image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Polygon Gravity unit GRV_UNIT An area of land with uniform gravity characteristics feature, ufi, grv_symb, plot_symb, domain, dom_desc, plotrank Gravity void GRV_VOID An area of land where the gravity characteristics feature, ufi are undefined Arc Gravity unit GRV_BDY The boundary line of a gravity unit, where not feature, ufi, agso_code, class, desc, plotrank boundary defined by a gravity linear Gravity linear GRV_LINEAR A linear geological feature apparent from the feature, ufi, agso_code, class, desc, plotrank gravity survey Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes GRV_UNIT, GRV_VOID Feature type Gravity void is used where the gravity characteristics are undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete grv_symb 20,20,C mixed Yes, except for gravity Map text identifying the type of the rock unit void plot_symb 8,8,C mixed No Abbreviated form of grv_symb domain 64,64,C upper Yes, except for gravity A short description of the unifying characteristic void of the gravity unit dom_desc 254,254,C mixed No An expanded description of the unifying characteristic of the gravity unit plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes GRV_BDY, GRV_LINEAR, Feature type FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a non-gravity table whether it is accurate, approximate, inferred, void then the class equals zero etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 53 Remote sensing interpretation

Name SATINTn Description Remote sensing interpretation Type Polygon coverage

Note Integer n is used if there are interpretation coverages of more than one satellite image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Polygon Remote sensing SAT_UNIT An area of land with uniform remote sensing feature, ufi, sat_symb, plot_symb, domain, dom_desc, plotrank unit characteristics Remote sensing SAT_VOID An area of land where the remote sensing feature, ufi void characteristics are undefined Arc Remote sensing SAT_BDY The boundary line of a interpreted unit, where not feature, ufi, agso_code, class, desc, plotrank unit boundary defined by a interpreted linear feature Remote sensing SAT_LINEAR A linear geological feature apparent from the feature, ufi, agso_code, class, desc, plotrank linear remote sensing survey Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes SAT_UNIT, SAT_VOID Feature type Remote sensing void is used where remote sensing characteristics are undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete sat_symb 20,20,C mixed Yes, except for remote Map text identifying the type of the rock unit sensing void plot_symb 8,8,C mixed No Abbreviated form of sat_symb domain 64,64,C upper Yes, except for remote A short description of the unifying characteristic sensing void of the interpreted unit dom_desc 254,254,C mixed No An expanded description of the unifying characteristic of the interpreted unit plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes SAT_BDY, SAT_LINEAR, Feature type FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a non-remote table whether it is accurate, approximate, inferred, sensing void then the class equals zero etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 54 Combined geophysical interpretation

Name GPHINTn Description Combined geophysical interpretation Type Polygon coverage

Note Integer n is used if there are more than one geophysical interpretation coverages. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Polygon Combined GPH_UNIT An area of land with uniform combined feature, ufi, gph_symb, plot_symb, stratno, unitname, supergroup, group, subgroup, formation, member, geophysical unit geophysical interpretation unitage, agerank, age_seqnce, geol_desc, dom_desc, source, class_conf, prominence, mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_VOID An area of land where combined geophysical feature, ufi geophysical void interpretation is not defined Arc Combined GPH_BDY The geophysical boundary, of a interpreted unit, feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical unit where not defined by any other feature type grv_char, other_char, comments, plotrank boundary Combined GPH_LINEAR A linear geological feature (structural origin) feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical linear apparent from the combined geophysical grv_char, other_char, comments, plotrank interpretation Combined GPH_FAULT A fault feature, ufi, agso_code, era, period, age_seqnce, desc, source, loc_conf, class_conf, prominence, geophysical fault mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_DYKE A dyke feature, ufi, agso_code, era, period, age_seqnce, desc, source, loc_conf, class_conf, prominence, geophysical dyke mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_FORMLI A form line (unknown origin) feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical NE grv_char, other_char, comments, plotrank formline Combined GPH_LAYER Compositional layering feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical layer grv_char, other_char, comments, plotrank line Combined GPH_CLOSE A closing line, to be used at the limit of resolution feature, ufi geophysical of the data closing line Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 55 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes GPH_UNIT, GPH_VOID Feature type Interpretation void is used where the combined geophysical interpretation is not defined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete gph_symb 20,20,C mixed Yes, except for Map text identifying the type of the rock unit interpretation void plot_symb 8,8,C mixed No Abbreviated form of gph_symb stratno 7,7,I n/a Yes, except for GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. interpretation void authority table Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes, except for GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units interpretation void authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation unitage 100,100,C mixed Yes, except for GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from interpretation void table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, interpretation void table use only the common rank age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area geol_desc 254,254,C mixed No A short description of polygon geological characteristics, e.g. biotite granite dom_desc 254,254,C mixed Yes An expanded description of the unifying characteristic of the interpreted unit

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 56 source 64,64,C upper Yes AEROMAG, SHIPMAG, Description of source data for interpreted GROUNDMAG, feature: airborne magnetics (AEROMAG), RADIOMETRIC, shipborne magnetics (SHIPMAG), ground LANDGRAVITY, REMOTE magnetics (GROUNDMAG), gamma-ray SENSING, ELEVATION, spectrometry K ± Th ± U (RADIOMETRIC), GEOLOGY, SHIPGRAVITY, Bouguer or free air gravity acquired on land SATGRAVITY, SWATH, (LANDGRAVITY), satellite imagery (REMOTE OTHER SENSING), digital elevation model / bathymetry (ELEVATION), outcrop geological mapping (GEOLOGY), Bouguer or free air gravity acquired by ship (SHIPGRAVITY), Bouguer or free air gravity acquired by satellite (SATGRAVITY), shipborne swath mapping (SWATH), other dataset described in other_char field (OTHER) class_conf 12,12,C upper No PROBABLE, INFERRED, Classification confidence SPECULATIVE prominence 12,12,C upper No OBVIOUS, EVIDENT, How prominent/obvious the feature is VAGUE mag_char 64,64,C mixed No Description of magnetic character e.g. low amplitude rad_char 64,64,C mixed No Description of radiometric character e.g. high potassium, low thorium grv_char 64,64,C mixed No Description of gravity character e.g. moderate amplitude, positive anomaly other_char 64,64,C mixed No Description of other signature (EM, Remote sensing, DEM, etc.) e.g. EM linear comments 254,254,C mixed No Additional comments related to the features plotrank 1,1,I n/a No 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes GPH_BDY, GPH_LINEAR, Feature type GPH_FAULT, GPH_DYKE, GPH_FORMLINE, GPH_CLOSE, GPH_LAYER, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table era 100,100,C mixed No GEODX.GEOTIME authority A prime division of geological time e.g. table Palaeozoic period 100,100,C mixed No GEODX.GEOTIME authority A geological-time unit during which the rocks of Geological ages must be listed from oldest to table the corresponding system were formed youngest e.g. Devonian age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 57 source 64,64,C upper Yes AEROMAG, SHIPMAG, Description of source data for interpreted GROUNDMAG, feature: airborne magnetics (AEROMAG), RADIOMETRIC, shipborne magnetics (SHIPMAG), ground LANDGRAVITY, REMOTE magnetics (GROUNDMAG), gamma-ray SENSING, ELEVATION, spectrometry K ± Th ± U (RADIOMETRIC), GEOLOGY, SHIPGRAVITY, Bouguer or free air gravity acquired on land SATGRAVITY, SWATH, (LANDGRAVITY), satellite imagery (REMOTE OTHER SENSING), digital elevation model / bathymetry (ELEVATION), outcrop geological mapping (GEOLOGY), Bouguer or free air gravity acquired by ship (SHIPGRAVITY), Bouguer or free air gravity acquired by satellite (SATGRAVITY), shipborne swath mapping (SWATH), other dataset described in other_char field (OTHER) loc_conf 12,12,C upper No ACCURATE, Location confidence APPROXIMATE, INFERRED class_conf 12,12,C upper No PROBABLE, INFERRED, Classification confidence SPECULATIVE prominence 12,12,C upper No OBVIOUS, EVIDENT, How prominent/obvious the feature is VAGUE mag_char 64,64,C mixed No Description of magnetic character e.g. low amplitude rad_char 64,64,C mixed No Description of radiometric character e.g. high potassium, low thorium grv_char 64,64,C mixed No Description of gravity character e.g. moderate amplitude, positive anomaly other_char 64,64,C mixed No Description of other signature (EM, Remote sensing, DEM, etc.) e.g. EM linear comments 254,254,C mixed No Additional comments related to the features plotrank 1,1,I n/a No 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 58 Magnetic lines

Name MAGLINn Description Magnetic interpretation lines Type Line coverage

Note The MAGLIN coverage is reserved for magnetic features which cannot be included in the GEOL coverage as geological features e.g. boundaries of buried intrusive bodies, magnetic linears which cannot be represented as concealed faults. The MAGLIN coverage is not intended for purely magnetic interpretation maps. This coverage contains lines interpreted from magnetics which are to be represented as magenta lines on a geological map. The MAGINTP coverage is designed for maps of purely magnetic interpretation e.g. magnetic domains without geology. Integer n is used if there are interpretation coverages of more than one magnetic image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Arc Magnetic boundary MAG_BDY Boundary of a subsurface magnetic body feature, ufi, agso_code, class, desc, plotrank Magnetic fold MAG_FOLD The linear trace of a fold hinge interpreted from feature, ufi, agso_code, class, desc, age_seqnce, plotrank the magnetic survey Magnetic lineament MAG_LINEAR Lineament interpreted from the magnetic survey feature, ufi, agso_code, class, desc, plotrank Magnetic trend MAG_TREND Trend of banding interpreted from the magnetic feature, ufi, agso_code, class, desc, plotrank survey Magnetic layer MAG_LAYER Compositional layering interpreted from the feature, ufi, agso_code, class, desc, plotrank magnetic survey

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes MAG_BDY, MAG_FOLD, Feature type MAG_LINEAR, MAG_TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it is accurate, approximate, inferred, etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 59 Gravity lines

Name GRVLINn Description Gravity interpretation lines Type Line coverage

Note The GRVLIN coverage is reserved for gravity features which cannot be included in the GEOL coverage as geological features e.g. boundaries of buried intrusive bodies, gravity linears which cannot be represented as concealed faults. The GRVLIN coverage is not intended for purely gravity interpretation maps. This coverage contains lines interpreted from gravity which are to be represented as magenta lines on a geological map. The GRVINTP coverage is designed for maps of purely gravity interpretation e.g. gravity domains without geology. Integer n is used if there are interpretation coverages of more than one gravity image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Arc Gravity boundary GRV_BDY Boundary of a subsurface gravity body feature, ufi, agso_code, class, desc, plotrank Gravity lineament GRV_LINEAR Lineament interpreted from gravity feature, ufi, agso_code, class, desc, plotrank Gravity trend GRV_TREND Trend line interpreted from gravity feature, ufi, agso_code, class, desc, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes GRV_BDY, GRV_LINEAR, Feature type GRV_TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it is accurate, approximate, inferred, etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 60 Remote sensing lines

Name SATLINn Description Remote sensing interpretation lines Type Line coverage

Note Integer n is used if there are interpretation coverages of more than one satellite image. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Arc Remote sensing SAT_BDY Boundary of a geological body interpreted from feature, ufi, agso_code, class, desc, plotrank boundary remote sensed imagery Remote sensing SAT_LINEAR Lineament interpreted from remote sensed feature, ufi, agso_code, class, desc, plotrank lineament imagery Remote sensing SAT_TREND Trend line interpreted from remote sensed feature, ufi, agso_code, class, desc, plotrank trend imagery

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes SAT_BDY, SAT_LINEAR, Feature type SAT_TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. table whether it is accurate, approximate, inferred, etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 61 Combined geophysical interpretation lines

Name GPHLINn Description Combined geophysical interpretation lines Type Line coverage

Note Integer n is used if there are more than one geophysical interpretation coverages. These different coverages must be described by metadata. The feature classes in the shaded end of the table are allowed only if there is no combined geophysical polygons i.e. if GPHINTn theme does not exists.

Object Feature Class Feature Feature Definition Attributes Arc Combined GPH_TREND Trend line interpreted from all geophysical data feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical trend grv_char, other_char, comments, plotrank Combined GPH_FOLD Fold axis interpreted from all geophysical data feature, ufi, agso_code, era, period, age_seqnce, desc, source, loc_conf, class_conf, prominence, geophysical fold mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_FRACT Fracture or joint interpreted from all geophysical feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical fracture URE data grv_char, other_char, comments, plotrank Combined GPH_PALDR Paleodrainage interpreted from all geophysical feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical N data grv_char, other_char, comments, plotrank paleodrain Combined GPH_LINEAR A linear geological feature (structural origin) feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical linear apparent from the combined geophysical grv_char, other_char, comments, plotrank interpretation Combined GPH_FAULT A fault feature, ufi, agso_code, era, period, age_seqnce, desc, source, loc_conf, class_conf, prominence, geophysical fault mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_DYKE A dyke feature, ufi, agso_code, era, period, age_seqnce, desc, source, loc_conf, class_conf, prominence, geophysical dyke mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_FORMLI A form line (unknown origin) feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical formline NE grv_char, other_char, comments, plotrank Combined GPH_LAYER Compositional layering feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical layer grv_char, other_char, comments, plotrank line

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 62 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes GPH_BDY, GPH_LINEAR, Feature type GPH_TREND ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table era 100,100,C mixed No GEODX.GEOTIME authority A prime division of geological time e.g. table Palaeozoic period 100,100,C mixed No GEODX.GEOTIME authority A geological-time unit during which the rocks of Geological ages must be listed from oldest to table the corresponding system were formed youngest e.g. Devonian age_seqnce 2,2,I n/a No A positive number Relative age order of the features, within the The oldest relative age begins at 1 study area desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table source 64,64,C upper Yes AEROMAG, SHIPMAG, Description of source data for interpreted GROUNDMAG, feature: airborne magnetics (AEROMAG), RADIOMETRIC, shipborne magnetics (SHIPMAG), ground LANDGRAVITY, REMOTE magnetics (GROUNDMAG), gamma-ray SENSING, ELEVATION, spectrometry K ± Th ± U (RADIOMETRIC), GEOLOGY, SHIPGRAVITY, Bouguer or free air gravity acquired on land SATGRAVITY, SWATH, (LANDGRAVITY), satellite imagery (REMOTE OTHER SENSING), digital elevation model / bathymetry (ELEVATION), outcrop geological mapping (GEOLOGY), Bouguer or free air gravity acquired by ship (SHIPGRAVITY), Bouguer or free air gravity acquired by satellite (SATGRAVITY), shipborne swath mapping (SWATH), other dataset described in other_char field (OTHER) loc_conf 12,12,C upper No ACCURATE, Location confidence APPROXIMATE, INFERRED class_conf 12,12,C upper No PROBABLE, INFERRED, Classification confidence SPECULATIVE prominence 12,12,C upper No OBVIOUS, EVIDENT, How prominent/obvious the feature is VAGUE mag_char 64,64,C mixed No Description of magnetic character e.g. low amplitude rad_char 64,64,C mixed No Description of radiometric character e.g. high potassium, low thorium grv_char 64,64,C mixed No Description of gravity character e.g. moderate amplitude, positive anomaly other_char 64,64,C mixed No Description of other signature (EM, Remote sensing, DEM, etc.) e.g. EM linear comments 254,254,C mixed No Additional comments related to the features plotrank 1,1,I n/a No 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 63 Magnetic cross-section

Name XMAGnn Description Magnetic cross-section Type Polygon coverage

Note Suffix nn is used to denote the cross-section location on the map e.g. AB or CD

Object Feature Class Feature Feature Definition Attributes Polygon Magnetic unit MAG_UNIT An area of land with uniform magnetic feature, ufi, mag_symb, plot_symb, domain, dom_desc, plotrank characteristics Magnetic void MAG_VOID An area of land where the magnetic characteristics feature, ufi are undefined Arc Magnetic unit MAG_BDY The boundary line of a magnetic unit, where not feature, ufi, agso_code, class, desc, plotrank boundary defined by a magnetic linear Magnetic linear MAG_LINEAR A linear geological feature apparent from the feature, ufi, agso_code, class, desc, plotrank magnetic survey Surface profile SURF Present erosional surface or water level feature, ufi, agso_code, class, desc, name, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes MAG_UNIT, MAG_VOID Feature type Magnetic void is used where the magnetic characteristics are undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete mag_symb 20,20,C mixed Yes, except for Map text identifying the type of the rock unit magnetic void plot_symb 8,8,C mixed No Abbreviated form of mag_symb domain 64,64,C upper Yes, except for A short description of the unifying characteristic magnetic void of the magnetic unit dom_desc 254,254,C mixed No An expanded description of the unifying characteristic of the magnetic unit plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes MAG_BDY, MAG_LINEAR, Feature type FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a non-magnetic table whether it is accurate, approximate, inferred, void then the class equals zero etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 64 Gravity cross-section

Name XGRVnn Description Gravity cross-section Type Polygon coverage

Note Suffix nn is used to denote the cross-section location on the map e.g. AB or CD

Object Feature Class Feature Feature Definition Attributes Polygon Gravity unit GRV_UNIT An area of land with uniform gravity characteristics feature, ufi, grv_symb, plot_symb, domain, dom_desc, plotrank Gravity void GRV_VOID An area of land where the gravity characteristics feature, ufi are undefined Arc Gravity unit GRV_BDY The boundary line of a gravity unit, where not feature, ufi, agso_code, class, desc, plotrank boundary defined by a gravity linear Gravity linear GRV_LINEAR A linear geological feature apparent from the feature, ufi, agso_code, class, desc, plotrank gravity survey Surface profile SURF Present erosional surface or water level feature, ufi, agso_code, class, desc, name, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes GRV_UNIT, GRV_VOID Feature type Gravity void is used where the gravity characteristics are undefined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete grv_symb 20,20,C mixed Yes, except for gravity Map text identifying the type of the rock unit void plot_symb 8,8,C mixed No Abbreviated form of grv_symb domain 64,64,C upper Yes, except for gravity A short description of the unifying characteristic void of the gravity unit dom_desc 254,254,C mixed No An expanded description of the unifying characteristic of the gravity unit plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes GRV_BDY, GRV_LINEAR, Feature type FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, i.e. Where the arc forms the edge of a non-gravity table whether it is accurate, approximate, inferred, void then the class equals zero etc. desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 65 Combined geophysical cross-section

Name XGPHnn Description Combined geophysical interpretation cross-section Type Polygon coverage

Note Suffix nn is used to denote the cross-section location on the map e.g. AB or CD

Object Feature Class Feature Feature Definition Attributes Polygon Combined GPH_UNIT An area of land with uniform combined feature, ufi, gph_symb, plot_symb, stratno, unitname, supergroup, group, subgroup, formation, member, geophysical unit geophysical interpretation unitage, agerank, geol_desc, dom_desc, source, class_conf, prominence, mag_char, rad_char, grv_char, other_char, comments, plotrank Combined GPH_VOID An area of land where combined geophysical feature, ufi geophysical void interpretation is not defined Arc Combined GPH_BDY The geophysical boundary, of a interpreted unit, feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical unit where not defined by any other feature type grv_char, other_char, comments, plotrank boundary Combined GPH_LINEAR A linear geological feature (structural origin) feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical linear apparent from the combined geophysical grv_char, other_char, comments, plotrank interpretation Combined GPH_FAULT A fault feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical fault grv_char, other_char, comments, plotrank Combined GPH_DYKE A dyke feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical dyke grv_char, other_char, comments, plotrank Combined GPH_FORMLI A form line (unknown origin) feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical NE grv_char, other_char, comments, plotrank formline Combined GPH_LAYER Compositional layering feature, ufi, agso_code, era, period, desc, source, loc_conf, class_conf, prominence, mag_char, rad_char, geophysical layer grv_char, other_char, comments, plotrank line Combined GPH_CLOSE A closing line, to be used at the limit of resolution feature, ufi geophysical of the data closing line Frame FRAME The edge of the tile or study area feature, ufi

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 66 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes GPH_UNIT, GPH_VOID Feature type Interpretation void is used where the combined geophysical interpretation is not defined ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete gph_symb 20,20,C mixed Yes, except for Map text identifying the type of the rock unit interpretation void plot_symb 8,8,C mixed No Abbreviated form of gph_symb stratno 7,7,I n/a Yes, except for GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. interpretation void authority table Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes, except for GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units interpretation void authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation unitage 100,100,C mixed Yes, except for GEODX.GEOTIME authority A most precise and known geological time Composite geological ages must be listed from interpretation void table period during which the unit is formed oldest to youngest and separated by a ’-’ without e.g. Palaeozoic spaces e.g. PERMIAN-TRIASSIC agerank 10,10,C mixed Yes, except for GEODX.GEOTIME authority A geological age rank e.g. Period If a composite unitage consists of different ranks, interpretation void table use only the common rank geol_desc 254,254,C mixed No A short description of polygon geological characteristics, e.g. biotite granite dom_desc 254,254,C mixed Yes An expanded description of the unifying characteristic of the interpreted unit

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 67 source 64,64,C upper Yes AEROMAG, SHIPMAG, Description of source data for interpreted GROUNDMAG, feature: airborne magnetics (AEROMAG), RADIOMETRIC, shipborne magnetics (SHIPMAG), ground LANDGRAVITY, REMOTE magnetics (GROUNDMAG), gamma-ray SENSING, ELEVATION, spectrometry K ± Th ± U (RADIOMETRIC), GEOLOGY, SHIPGRAVITY, Bouguer or free air gravity acquired on land SATGRAVITY, SWATH, (LANDGRAVITY), satellite imagery (REMOTE OTHER SENSING), digital elevation model / bathymetry (ELEVATION), outcrop geological mapping (GEOLOGY), Bouguer or free air gravity acquired by ship (SHIPGRAVITY), Bouguer or free air gravity acquired by satellite (SATGRAVITY), shipborne swath mapping (SWATH), other dataset described in other_char field (OTHER) class_conf 12,12,C upper No PROBABLE, INFERRED, Classification confidence SPECULATIVE prominence 12,12,C upper No OBVIOUS, EVIDENT, How prominent/obvious the feature is VAGUE mag_char 64,64,C mixed No Description of magnetic character e.g. low amplitude rad_char 64,64,C mixed No Description of radiometric character e.g. high potassium, low thorium grv_char 64,64,C mixed No Description of gravity character e.g. moderate amplitude, positive anomaly other_char 64,64,C mixed No Description of other signature (EM, Remote sensing, DEM, etc.) e.g. EM linear comments 254,254,C mixed No Additional comments related to the features plotrank 1,1,I n/a No 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and artificial (3) features Arc feature 12,12,C upper Yes GPH_BDY, GPH_LINEAR, Feature type GPH_FAULT, GPH_DYKE, GPH_FORMLINE, GPH_CLOSE, GPH_LAYER, FRAME ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table era 100,100,C mixed No GEODX.GEOTIME authority A prime division of geological time e.g. table Palaeozoic period 100,100,C mixed No GEODX.GEOTIME authority A geological-time unit during which the rocks of Geological ages must be listed from oldest to table the corresponding system were formed youngest e.g. Devonian desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 68 source 64,64,C upper Yes AEROMAG, SHIPMAG, Description of source data for interpreted GROUNDMAG, feature: airborne magnetics (AEROMAG), RADIOMETRIC, shipborne magnetics (SHIPMAG), ground LANDGRAVITY, REMOTE magnetics (GROUNDMAG), gamma-ray SENSING, ELEVATION, spectrometry K ± Th ± U (RADIOMETRIC), GEOLOGY, SHIPGRAVITY, Bouguer or free air gravity acquired on land SATGRAVITY, SWATH, (LANDGRAVITY), satellite imagery (REMOTE OTHER SENSING), digital elevation model / bathymetry (ELEVATION), outcrop geological mapping (GEOLOGY), Bouguer or free air gravity acquired by ship (SHIPGRAVITY), Bouguer or free air gravity acquired by satellite (SATGRAVITY), shipborne swath mapping (SWATH), other dataset described in other_char field (OTHER) loc_conf 12,12,C upper No ACCURATE, Location confidence APPROXIMATE, INFERRED class_conf 12,12,C upper No PROBABLE, INFERRED, Classification confidence SPECULATIVE prominence 12,12,C upper No OBVIOUS, EVIDENT, How prominent/obvious the feature is VAGUE mag_char 64,64,C mixed No Description of magnetic character e.g. low amplitude rad_char 64,64,C mixed No Description of radiometric character e.g. high potassium, low thorium grv_char 64,64,C mixed No Description of gravity character e.g. moderate amplitude, positive anomaly other_char 64,64,C mixed No Description of other signature (EM, Remote sensing, DEM, etc.) e.g. EM linear comments 254,254,C mixed No Additional comments related to the features plotrank 1,1,I n/a No 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 69 Depth to basement

Name BASDPTn Description Depth to basement represented as contours and/or points Type Line and point coverage

Note Integer n is used if there are more than one depth to basement coverages. These different coverages must be described by metadata.

Object Feature Class Feature Feature Definition Attributes Arc Basement depth BAS_CONTO Isobar where depth to basement is defined feature, ufi, basdepth, method, plotrank contour UR Point Basement depth BAS_POINT Depth to basement feature, ufi, basdepth, method point

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes BAS_CONTOUR Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete basdepth 6,6,I n/a Yes Depth to basement in metres method 64,64,C upper No MAGNETIC, GRAVITY, Method used to determine depth to the SEISMIC, DRILLHOLE basement plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Point feature 12,12,C upper Yes BAS_POINT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete basdepth 6,6,I n/a Yes Depth to basement in metres method 64,64,C upper No MAGNETIC, GRAVITY, Method used to determine depth to the SEISMIC, DRILLHOLE basement

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 70 Seismic survey lines

Name SEISMIC Description Seismic lines, both on-shore and off-shore Type Line coverage

Object Feature Class Feature Feature Definition Attributes Arc Seismic line SEIS_LINE A seismic line feature, ufi, agso_code, class, desc, survey_no, seislin_id, shot_int

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes SEIS_LINE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, ie. whether table it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table survey_no 10,10,C upper Yes Survey number seislin_id 20,20,C upper Yes Seismic line identifier shot_int 8,8,N,2 n/a No The shot interval in metres and decimals of a metre

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 71 Seismic velocities

Name SEISVEL Description Seismic velocities Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Seismic velocitey SEIS_VEL A point where the seismic velocity has been feature, ufi, agso_code, class, model_id, model_name, velocity, depth reading recorded at a particular depth

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SEIS_VEL Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, ie. whether table it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table model_id 8,8,C upper Yes The ID number of the seismic model model_nam 64,64,C upper Yes The name of the seismic model location e velocity 6,6,N,3 n/a Yes Seismic velocity reading Units in kilometers per second (km/s) depth 3,3,I n/a Yes Septh of seismic velocity reading Units in kilometers (km)

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 72 Geochemical analyses

Name OZCHEM Description Geochemistry results Type Point coverage

Note A number of analyte fields has units in ppb (parts per billion) rather than ppm (parts per million). These fields are: au, ir, os, pd, and pt.

Object Feature Class Feature Feature Definition Attributes Point Rock RCHEM Whole rock geochemistry feature, ufi, siteid, siteno, sampleid, analtype, com_stat, sio2, tio2, al2o3, fe2o3tot, fe2o3, feo, mno, mgo, cao, na2o, k2o, p2o5, h2oplus, h2omin, co2, loi, rest, total, ag, ars, au, b, ba, be, bi, cd, ce, cl, co, cr, cs, cu, dy, er, eu, f, ga, gd, ge, hf, hg, ho, in, it, la, li, lu, mo, nb, nd, ni, os, p, pb, pd, pr, pt, rb, s, sb, sc, se, sm, sn, sr, ta, tb, te, th, tl, tm, u, v, w, y, yb, zn, zr

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes RCHEM Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to SITES coverage sampleid 16,16,C upper Yes The ID of the rock sample. Back-link to Must be unique to the originator ROCKS coverage analtype 16,16,C mixed Yes Analysis type com_stat 1, 1, C upper Yes A, M, O Commercial status of the analyses: AGSO only All instances of records where the value is not M (A); marketable (M); outside (O) must be deleted before the public release sio2 6,6,N,2 n/a No Silica expressed as oxide (wt %) tio2 6,6,N,2 n/a No Titanium expressed as oxide (wt %) al2o3 6,6,N,2 n/a No expressed as oxide (wt %) fe2o3tot 6,6,N,2 n/a No Total converted to tri-valent ion and expressed as oxide (wt %) fe2o3 6,6,N,2 n/a No Iron 3+ expressed as oxide (wt %) feo 6,6,N,2 n/a No Iron 2+ expressed as oxide (wt %) mno 6,6,N,2 n/a No Manganese expressed as oxide (wt %) mgo 6,6,N,2 n/a No expressed as oxide (wt %) cao 6,6,N,2 n/a No expressed as oxide (wt %) na2o 6,6,N,2 n/a No expressed as oxide (wt %) k2o 6,6,N,2 n/a No Potassium expressed as oxide (wt %) p2o5 6,6,N,2 n/a No Phosphorus expressed as oxide (wt %) h2oplus 6,6,N,2 n/a No Water plus (wt %) h2omin 6,6,N,2 n/a No Water minus (wt %) co2 6,6,N,2 n/a No Carbon dioxide (wt %) loi 6,6,N,2 n/a No Loss on ignition - total volatiles in the rock (wt %) rest 6,6,N,2 n/a No Total value of all trace elements converted to Value is calculated by ROCKCHEM database oxides (wt %)

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 73 total 6,6,N,2 n/a Total sum of all oxides including rest (wt %) ag 13,13,N,3 n/a No Silver (ppm) Negative values indicate levels below detection limits e.g. -1 for below 1 ppm ars 13,13,N,3 n/a No Arsenic (ppm) au 13,13,N,3 n/a No Gold (ppb) b 13,13,N,3 n/a No Boron (ppm) ba 13,13,N,3 n/a No Barium (ppm) be 13,13,N,3 n/a No Beryllium (ppm) bi 13,13,N,3 n/a No Bismuth (ppm) cd 13,13,N,3 n/a No Cadmium (ppm) ce 13,13,N,3 n/a No Cerium (ppm) cl 13,13,N,3 n/a No Chlorine (ppm) co 13,13,N,3 n/a No Cobalt (ppm) cr 13,13,N,3 n/a No Chromium (ppm) cs 13,13,N,3 n/a No Caesium (ppm) cu 13,13,N,3 n/a No Copper (ppm) dy 13,13,N,3 n/a No Dysprosium (ppm) er 13,13,N,3 n/a No Erbium (ppm) eu 13,13,N,3 n/a No Europium (ppm) f 13,13,N,3 n/a No Fluorine (ppm) ga 13,13,N,3 n/a No Gallium (ppm) gd 13,13,N,3 n/a No Germanium (ppm) ge 13,13,N,3 n/a No Gadolinium (ppm) hf 13,13,N,3 n/a No Hafnium (ppm) hg 13,13,N,3 n/a No Mercury (ppm) ho 13,13,N,3 n/a No Holmium (ppm) in 13,13,N,3 n/a No Indium (ppm) ir 13,13,N,3 n/a No Iridium (ppb) la 13,13,N,3 n/a No Lanthanum (ppm) li 13,13,N,3 n/a No Lithium (ppm) lu 13,13,N,3 n/a No Lutetium (ppm) mo 13,13,N,3 n/a No Molybdenum (ppm) nb 13,13,N,3 n/a No Niobium (ppm) nd 13,13,N,3 n/a No Neodymium (ppm) ni 13,13,N,3 n/a No Nickel (ppm) os 13,13,N,3 n/a No Osmium (ppb) p 13,13,N,3 n/a No Phosphorus (ppm) pb 13,13,N,3 n/a No Lead (ppm) pd 13,13,N,3 n/a No Palladium (ppb) pr 13,13,N,3 n/a No Praseodymium (ppm) pt 13,13,N,3 n/a No Platinum (ppb) rb 13,13,N,3 n/a No Rubidium (ppm) s 13,13,N,3 n/a No Sulphur (ppm) sb 13,13,N,3 n/a No Antimony (ppm) sc 13,13,N,3 n/a No Scandium (ppm) se 13,13,N,3 n/a No Selenium (ppm) sm 13,13,N,3 n/a No Samarium (ppm) sn 13,13,N,3 n/a No Tin (ppm) sr 13,13,N,3 n/a No Strontium (ppm) ta 13,13,N,3 n/a No Tantalum (ppm) tb 13,13,N,3 n/a No Terbium (ppm) AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 74 te 13,13,N,3 n/a No Tellurium (ppm) th 13,13,N,3 n/a No Thorium (ppm) tl 13,13,N,3 n/a No Thallium (ppm) tm 13,13,N,3 n/a No Thulium (ppm) u 13,13,N,3 n/a No Uranium (ppm) v 13,13,N,3 n/a No Vanadium (ppm) w 13,13,N,3 n/a No Tungsten (ppm) y 13,13,N,3 n/a No Yttrium (ppm) yb 13,13,N,3 n/a No Ytterbium (ppm) zn 13,13,N,3 n/a No Zinc (ppm) zr 13,13,N,3 n/a No Zirconium (ppm)

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 75 SHRIMP dating

Name SHRIMP Description Locations of samples used in SHRIMP analysis and the analytical results. Type Point coverage Linked table SHRIMP.LUT

Object Feature Class Feature Feature Definition Attributes Point SHRIMP analysis SHRIMP Results of SHRIMP dating analysis Feature, ufi, siteno, agso_code, class, desc, sampleid, rockno, interpno, comment1, comment2, comment3, comment4, comment5

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SHRIMP Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteno 7,7,I n/a Yes Link to SITES coverage Unique site identifier from the OZROX database agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table sampleid 16,16,C mixed Yes The ID of the rock sample. Link to ROCKS Must be unique to the originator coverage rockno 6,6,I n/a Yes Link to ROCKS coverage interpno 6,6,I n/a Yes Interpretation number. Link to SHRIMP.LUT comment1 240,240,C mixed No Text describing the analysis results or a commentary on the geological significance of the age result comment2 240,240,C mixed No Continuing comments text comment3 240,240,C mixed No Continuing comments text comment4 240,240,C mixed No Continuing comments text comment5 240,240,C mixed No Continuing comments text

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 76 Name SHRIMP.LUT Description Individual SHRIMP analyses Type Lookup table Linked theme SHRIMP coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table interpno 6,6,I n/a Yes Interpretation number. Link to SHRIMP.PAT ageno 6,6,I n/a Yes Unique number from the SHRIMP database age 8,8,N,2 n/a Yes SHRIMP pooled age expressed in Ma error 8,8,N,2 n/a Yes Error of the pooled age in Ma stddevtype 32,32,C mixed Yes Standard deviation reported for the pooled age error agemeantyp 64,64,C mixed Yes Type of mean used to derive the pooled age e agetype 32,32,C mixed Yes Method of grouping the individual analyses ages to derive the pooled age isoevent1 36,36,C mixed No First isotopically interpreted event for the pooled age isoevent2 36,36,C mixed No Second isotopically interpreted event for the pooled age geolevent1 36,36,C mixed No First geologically inferred event for the pooled age geolevent2 36,36,C mixed No Second geologically inferred event for the pooled age intercept 8,8,N,2 n/a No Age in Ma indicating the time of Pb-loss allowed for in the simplest model i.e. the lower intercept of the Discordia line with the Concordia line intrcpterr 8,8,N,2 n/a No Error of the lower intercept age in Ma

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 77 Sm-Nd dating

Name SMND Description Pooled age information derived from the combined results of multiple analyses at a site. Data from the SMND_AGES table. Type Point coverage Linked table SMND.LUT

Object Feature Class Feature Feature Definition Attributes Point Sm-Nd analysis SMND Results of Sm-Nd dating analysis feature, ufi, siteno, sampleid, recno, agso_code, class, desc, age, std_deva, init_ratio, std_devi, epsilon, std_dev2, mswd, comments, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SMND Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteno 7,7,I upper Yes Unique site identifier from the OZROX database. Link to SITES coverage sampleid 16,16,C upper Yes The ID of the rock sample. Link to ROCKS Must be unique to the originator coverage recno 6,6,I n/a Yes Unique number from SMND database. Link to SMND.LUT agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table age 7,7,N,2 n/a No The pooled isochron age (if applicable) expressed in Ma std_deva 7,7,N,2 n/a No Age error envelope at the 95% confidence level init_ratio 8,8,N,6 n/a No Extrapolated intercept of the isochron on the 143Nd/144Nd axis, or a calculated value based on the measured or estimated geological age std_devi 8,8,N,6 n/a No The initial ratio error envelope at the 95% confidence level epsilon 5,5,N,1 n/a No Initial εNd value at the assigned geological age std_dev2 4,4,N,1 n/a No The epsilon error envelope at the 95% confidence level mswd 7,7,N,2 n/a No Mean square of weighted deviates comments 240,240,C mixed No Any additional information plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 78 Name SMND.LUT Description Individual Sm-Nd isotope analyses. Note: Samples analysed only for εNd do not have pooled age data, but are still linked to the SMND coverage through the RECNO field. Data from the SM_ND table Type Lookup table Linked theme SMND coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table recno 6,6,I n/a Yes Unique number from the SMND database. Link to SMND.PAT geol_age 7,7,N,2 n/a Yes Estimated age in Ma of sample used for εNd calculation. Determined from other dating methods or inferred from geologial information epsn_nd 9,9,N,3 n/a Yes Initial εNd value at the assigned geological age mineral 16,16,C mixed No Name of the mineral separated and analysed or "whole rock" sm147nd144 9,9,N,5 n/a No Isotope ratio 147Sm/144Nd nd143nd144 10,10,N,6 n/a No Isotope ratio 143Nd/144Nd tdm 4,4,I n/a No The depleted mantle (DM) model age comments 240,240,C mixed No Any additional information

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 79 Rb-Sr dating

Name RBSR Description Pooled age information derived from the combined results of multiple analyses at a site. Data from the RBSR_AGES and RB_SR tables. Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Rb-Sr analysis RBSR Results of Rb-Sr dating analysis feature, ufi, siteno, sampleid, recno, agso_code, class, desc, age, std_deva, init_ratio, std_devi, mswd, comments, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes RBSR Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteno 7,7,I n/a Yes Unique site identifier from the OZROX database. Link to SITES coverage sampleid 16,16,C mixed Yes The ID of the rock sample. Link to ROCKS Must be unique to the originator coverage recno 6,6,I n/a Yes Unique number from RBSR database agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table age 7,7,N,2 n/a Yes The Rb-Sr isochron or model age expressed in Ma std_deva 7,7,N,2 n/a Yes Error in age at the 95% confidence level in Ma init_ratio 8,8,N,6 n/a Yes The isochron’s intercept on the 87Sr/86Sr axis std_devi 7,7,N,2 n/a Yes Error in initial 87Sr/86Sr at the 95% confidence level mswd 7,7,N,2 n/a No Mean square of weighted deviates comments 240,240,C mixed No Additional information or a commentary on the geological significance of the age result plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 80 U-Pb dating

Name UPB Description Pooled age information derived from the combined results of multiple analyses at a site. Data from the UPB_AGES and U_PB tables. Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point U-Pb analysis UPB Results of the U-Pb dating analysis feature, ufi, siteno, sampleid, recno, agso_code, class, desc, age, std_deva, li_age, std_devi, mswd, comments, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes UPB Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteno 7,7,I n/a Yes Unique site identifier from the OZROX database. Link to SITES coverage sampleid 16,16,C mixed Yes The ID of the rock sample. Link to ROCKS Must be unique to the originator coverage recno 6,6,I n/a Yes Unique number from UPB database agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table age 7,7,N,2 n/a Yes Pooled age expressed in Ma std_deva 7,7,N,2 n/a Yes Error in age at the 95% confidence level in Ma li_age 7,7,N,2 n/a Yes Age in Ma indicating the time of Pb-loss allowed for in the simplest model std_devi 7,7,N,2 n/a Yes Error at the 95% confidence level in Ma mswd 7,7,N,2 n/a No Mean square of weighted deviates comments 240,240,C mixed No Additional information or a commentary on the geological significance of the age result plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 81 OZMIN mineral deposits

Name OZMIN Description Mineral deposits from the OZMIN database Type Point coverage Linked tables OZMIN.COM, OZMIN.EXT, OZMIN.LTH and OZMIN.MIN

Object Feature Class Feature Feature Definition Attributes Point Mineral deposit OZMIN Description of mineral deposits feature, ufi, siteno, deposno, name, synonyms, fieldcheck, exposed, age, agemethod, comments

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes OZMIN Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteno 7,7,I n/a Yes Link to SITES coverage Unique site identifier from the OZROX database deposno 5,5,I n/a Yes Link to OZMIN look-up tables Unique deposit number from the OZMIN database name 80,80,C mixed No Preferred name of a mineral occurrence or ’Unnamed’ used when no name is known deposit synonyms 80,80,C mixed No Alternative names for the occurrence/deposit fieldcheck 1,1,C upper No Y, N Indicates whether the compiled data has been validated by field checking exposed 1,1,C upper No Y, N Indicates whether the occurrence/deposit is exposed at the surface age 32,32,C mixed No Valid relative ages from the The relative age of mineralisation GEODX.GEOTIME authority e.g. Paleo-Proterozoic table agemethod 8,8,C mixed No K-Ar, Ar-Ar, Rb-Sr, Sm-Nd, The geochronological method used to determine U-Pb, SHRIMP the preferred age of mineralisation comments 254,254,C mixed No Any additional information i.e. absolute ages e.g. 320 Ma

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 82 Name OZMIN.COM Description Commodity information for mineral deposits Type Look-up table Linked theme OZMIN coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table deposno 5,5,I n/a Yes Link to OZMIN coverage Unique deposit number from the OZMIN database commodity 4,4,C mixed Yes OZMIN.COMMODTYPES Commodity from a mineral deposit authority table production 10,10,I n/a No Production of a given commmodity from a deposit produnit 1,1,C lower No t, g, c Units in which the production figure is quoted i.e. tonnes, grammes, carats year 4,4,I n/a No Year production figures compiled resources 12,12,I n/a No Resources of a deposit grade 7,7,N,2 n/a No Grade of the resources figure gradeunit 1,1,C upper No P, G, C Units in which the resources grade is quoted i.e. percent, g/t, carats/t totcommod 14,14,I n/a No Total metal content of production and resources for a deposit totunit 1,1,C lower No t, g, c Units in which the total commodity figure is i.e. tonnes, grammes, carats quoted comments 64,64,C mixed No Any additional commodity information

Name OZMIN.EXT Description Extended mineral deposit attributes Type Look-up table Linked theme OZMIN coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table deposno 5,5,I n/a Yes Link to OZMIN coverage Unique deposit number from the OZMIN database attribute 32,32,C lower Yes OZMIN.DEPOSATTRIBS Extendable attributes for mineral authority table occurrence/deposit value 32,32,C lower Yes OZMIN.DEPOSATTRIBS Value describing an extended attribute authority table desc 64,64,C mixed No Additional descriptive information relating to attribute/value

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 83 Name OZMIN.LTH Description Host rock descriptions from mineral deposits Type Look-up table Linked theme OZMIN coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table deposno 5,5,I n/a Yes Link to OZMIN coverage Unique deposit number from the OZMIN database rockno 6,6,I n/a Yes Link to OZMIN.MIN lookup table Unique rockno number from the OZMIN database qualifier 20,20,C lower No NGMA.LITHNAMES A qualifying term, if any, before the lithology authority table name field that follows lithname 20,20,C lower No NGMA.LITHNAMES Lithology name authority table desc 64,64,C mixed No Description of the lithology stratno 7,7,I n/a No GEODX.STRATNAMES Stratigraphic index number Must be unique for all rock units across authority table Australia. Non-compulsory for Cainozoic units unitname 64,64,C mixed No GEODX.STRATNAMES Registered stratigraphic name of the rock unit Non-compulsory for Cainozoic units authority table informal 64,64,C mixed No An informal stratigraphic name used in the absence of a registered stratigraphic name metamage 32,32,C mixed No GEODX.GEOTIME authority Age of metamorphism, if any table metagrade 64,64,C lower No OZMIN.REGATTRIBS Grade of metamorphism, if any authority table comments 64,64,C mixed No Any additional information relevant to the metamorphism of the host rocks

Name OZMIN.MIN Description Primary and alteration of mineral deposit host rocks Type Look-up table Linked table OZMIN.LTH look-up table

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table rockno 6,6,I n/a Yes Link to OZMIN.MIN lookup table Unique rockno number from the OZMIN database attribute 32,32,C mixed Yes Alteration Style, Common Extendable attributes indicating primary or Mineral alteration mineralogy value 32,32,C lower Yes OZMIN.DEPOSATTRIBS Value describing mineralogy desc 64,64,C mixed No Additional descriptive information relating to mineralogy

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 84 Mineral deposits including historical

Name DEPOSIT Description Mineral deposits and costeans Type Point coverage Linked table DEPOSIT.COM

Object Feature Class Feature Feature Definition Attributes Arc Mineral deposit COSTEAN Costean or trench feature, ufi, agso_code, class, desc, deposno, name, synonyms, comments, plotrank Point Mineral deposit DEPOSIT Description of mineral deposits feature, ufi, agso_code, class, desc, deposno, name, synonyms, comments, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes COSTEAN Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table deposno 5,5,I n/a Yes Costean number name 80,80,C mixed No Preferred name of a costean ’Unnamed’ used when name is not known synonyms 80,80,C mixed No Alternative names for the costean comments 254,254,C mixed No Any additional information plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Point feature 12,12,C upper Yes DEPOSIT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table deposno 5,5,I n/a Yes Deposit number name 80,80,C mixed No Preferred name of a mineral occurrence or ’Unnamed’ used when name is not known deposit synonyms 80,80,C mixed No Alternative names for the occurrence/deposit comments 254,254,C mixed No Any additional information plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 85 Name DEPOSIT.COM Description Commodity information for mineral deposits Type Look-up table Linked theme DEPOSIT coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table deposno 5,5,I n/a Yes Link to DEPOSIT coverage Unique deposit number for the study area commodity 4,4,C mixed Yes OZMIN.COMMODTYPES Commodity from a mineral deposit authority table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 86 Mineral localities

Name MINLOC Description Locations of the mineral occurrences and deposits Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Mineral localities MINLOC Description of mineral localities feature, ufi, name, commods, commdnames, type, workings, status, accuracy, loc_method, ref_id

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes MINLOC Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete name 80,80,C upper Yes Preferred name of the mineral locality ’UNNAMED’ used when no name is known commods 100,100,C upper No Abbreviations of the commodities associated with the mineral locality commdnam 250,250,C upper No Full names of commodities associated with the es mineral locality type 60,60,C upper No BATTERY/SMELTER/PLAN The type of facility associated with the mineral T, DEPOSIT, MINE, locality OCCURRENCE/ANOMALY, PROSPECT, QUARRY workings 60,60,C upper No ADIT, ALUVIAL/PLACER, Description of the main access to the ore and/or COSTEAN/TRENCH, method of the ore recovery DREDGING/SLUICING, OPEN CUT, PIT, SHAFT, TAILINGS/DUMP, UNDERGROUND status 60,60,C upper No ABANDONED, CARE AND Description of the operational status for the MAINTENANCE, workings OPERATING, SHUTDOWN accuracy 240,240,C mixed No Estimated positional accuracy of the site loc_method 60,60,C upper No A method used to determine position of the site ref_id 10,10,C upper No Reference ID for access to additional location information stored in the MINERALIS database

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 87 Open cut mines and quarries

Name MINES Description Open cut mines and quarries Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Mine area MINE Open cut mine, quarry or other surface expression feature, ufi, agso_code, class, desc, name, commodity, plotrank related to extraction of mineral resources Arc Mine boundary MINE_BDY The boundary of the open cut mine or quarry feature, ufi Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes MINE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 80,80,C upper No Preferred name of the mine or quarry e.g. GOLD PEAK commodity 100,100,C upper No Commodities associated with the mine or quarry Commodity values are listed in the most significant order, otherwise in alphabetical order, separated by a comma plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes MINE_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 88 Petroleum wells

Name WELLS Description Petroleum well data Type Point coverage

Note See PEDIN well dataguide on AGSO’s web page for further details about the attribute fields.

Object Feature Class Feature Feature Definition Attributes Point Well WELL A petroleum well feature, ufi, agso_code, class, desc, uno, well, operator, legsln, jurisdiction, well_type, status, class1, class2, td_date, gl/wd, datum, kb/rt, final_td

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes WELL Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, ie. whether table it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table uno 8,8,C upper Yes A PEDIN identification number which serves to A valid UNO must be unique for each well and be link to data in Oracle tables which are in the following format from left to right : related to a particular well Character 1 may be W for well W...... Character 2 indicates the STATE, eg. W3..... 0 for mixed 2 for ACT, NSW 3 for Vic 4 for Qld 5 for SA 6 for WA 7 for Tas 8 for NT 9 for outside Australia, including ZOC 1 for miscellaneous and synonym well names Characters 3 and 4 indicate the year spudded, eg. W385.... Characters 5 to 8 are a 4-digit sequential number W3850004 (starting at 0001 for first well recorded in a state for a given year)

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 89 well 30,30,C mixed Yes The name and number of the well. The Well Name must be unique. Information about Sidetracked, Directional (deviated) and Relocated Wells Sidetrack drilling is a remedial operation which results in the creation of a new section of well bore for the purpose of (1) detouring around junk, (2) redrillling lost hole, or (3) straightening key seats and crooked holes. As of 1992, sidetracked holes falling under the above definition will continue to be called by the original well name. A directional (deviated) well is a well purposely deviated from the vertical using controlled angles to reach an objective location other than one directly below the surface location. A directional well may be the original hole or a directional "sidetracked" hole, which deviates from the original bore at some point below the surface. If there is a common bore from which two or more wells are drilled, the first complete bore from the surface to the original objective is classified and reported as a well drilled. Each of the deviations from the common bore is reported as a separate well. As of 1992, deviated wells which deviated to new objectives are designated as DW1, DW2 etc, following the originally named bore, for example: Original well Henry 1 First deviation Henry 1 DW1 Previous to 1992, when a well was sidetracked from a subsurface kick off point, whether for a new objective (deviated) or for remedial operation, a separate entry and UNO were recorded for that well. The sidetrack number was added to the name of the well: Original hole: Cockell 1 Sidetrack hole: Cockell 1 ST 1 Where a hole is redrilled after relocation at the surface, a separate entry and UNO is recorded for the original and relocated hole. A relocation letter is added to the name of the well: Original hole: Arunta 1 Redrill: Arunta 1A Well Name changes Where a well name changes, the new name is referenced as a separate entry with an UNO beginning with W1, then year spudded and a sequential number starting from 0500. Original name: Lenita 1 W6840007 renamed: Harriet B 1 W1840500 operator 60,60,C mixed Yes Must be one of the valid The operator of the permit at the time the well values in the company list in was drilled. The operator is usually the company the opertr field in the PEDIN responsible for exploration within the permit database area. The operator may be the owner of the permit, or the nominated partner of a consortium owning a permit legsln 4,4,C upper Yes, unless there is a PSSA, PSLA, STWT, ZOC The type of legislation, if applicable, governing null entry in the PEDIN the title. These are Petroleum Search Subsidy database, in which case Act (PSSA), Petroleum Submerged Lands Act a null entry in the GIS (PSLA), State Waters – includes wells drilled on layer is acceptable islands and within the 3 km limit of the shore (STWT), Zone of Cooperation between Australia and Indonesia (ZOC) jurisdiction 7,7,C mixed Yes ACT, NSW, VIC, TAS, This category was originally set up to include Wells located outside Australian waters are WA, SA, QLD, NT, ZOCA, only states of Australia, it now includes regions identified by the number '9' for state FIJI, PNG, VANUATU, 9 such as the Zone of Cooperation and overseas countries

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 90 well_type 13,13,C mixed Yes Development, Appraisal, WELL_TYPE describes the major objective of the well as it was initially designed. The Well Types Exploration, Stratigraphic, definitions are as follows: Water Bore, BMR, Coal Development - A production well drilled to develop for exploitation of a hydrocarbon accumulation Bore, Scout, Methane discovered by previous drilling. A development well may have a pre-drill classification of DEV, SRV, or MSC. A development well may have an exploration component in its initial design to test for As per the wtype field in the shallower or deeper pools. If so, this may be specified in the pre-drill classification as SPT or DPT. PEDIN database Note that a well drilled from a platform is usually, but not always, a development well and is directional. Appraisal - A well drilled primarily to assess a known or discovered area for development purposes. The pre-drill classification, if it is known, is usually EXT. However, if the well is designed to test for new pools at other stratigraphic horizons the pre-drill classification may be SPT or DPT. Exploration - A well drilled to explore and discover new hydrocarbon accumulations or explore the limits of a previously discovered accumulation. The pre-drill classification may be NFW or NPW if the well is testing an unknown area (also known as a WILDCAT well), or EXT if the well is designed to explore the limits of a previously discovered accumulation. Other terminology commonly used for the latter include EXTENSION, STEP OUT, OUTPOST, DELINEATION. Stratigraphic - An exploration well, geologically directed, to obtain information pertaining to a specific earth condition that might lead toward a possible accumulation of hydrocarbons. It must be drilled without the intention of being completed for hydrocarbon production. The pre-drill classification is STR. Water Bore - A well drill specifically for water or water sampling. BMR - A well drilled by the Bureau of Mineral Resources. This category is no longer used; some older data use this terminology. Coal Bore - A drillhole for coal exploration. Scout - QLD Department of Mines classification. This category no longer used; some older data use this terminology. Methane - A well drilled for methane drainage or recovery. status 22,22,C mixed Yes Dry; Gas Well; Gas Petroleum status of the well as per PEDIN Dry is used in the sense of denoting no Suspended; Oil Well; Oil database (with expanded abbreviations) commercial hydrocarbons at the time of Suspended; Oil and Gas completion of the well and includes most wells Well; Oil and Gas classified as "plugged and abandoned". Other Suspended; Shut In; well categories, such as Water Well, Gas Suspended; Proposed Injection Well, Observation Well, etc. should have a status of "Dry". Proposed wells are wells which are expected to be drilled. This status changes once the well commences drilling.

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 91 class1 4,4,C upper Yes DEV, SRV, MSC, EXT, SPT, Pre-drill classification based on the AAPG/APEA well classifications and BRS/AGSO conventions. DPT, NFW, NPW, STR The class definitions are as follows: DEVELOPMENT WELL (DEV) - A well drilled to exploit a hydrocarbon accumulation discovered by previous drilling. SERVICE WELL (SRV) - A well that is either drilled or completed for the purpose of supporting production of an existing field through observation, injection, water supply, etc. MISCELLANEOUS (MSC) - Any test drilled that does not fit any of the classifications. Generally this pertains to Development well types, for example, Waste Disposal and Gas Storage tests or wells. EXTENSION TEST (EXT) - An extension test is located and drilled with the expectation of extending for a considerable distance the productive area of a partly developed pool. It is usually two or more locations distant from the nearest productive area. Sometimes an extension discovers a new pool. SHALLOWER POOL TEST (SPT) - A shallower pool test is exploratory only if drilled in search of some new productive reservoir, unknown but possibly suspected from data secured from other wells. The test must be located within the productive area of a pool, or pools, previously developed. Sometimes such a test extends a shallower pool partly developed elsewhere in the same field. DEEPER POOL TEST (DPT) - A deeper pool test is an exploratory hole located within a productive area of a pool, or pools, already partly or wholly developed. It is drilled below the deepest such pool penetrated by it in order to explore for deeper unknown prospects. Sometimes such a hole extends a deeper pool which has been partly developed in another part of the field. NEW FIELD WILDCAT (NFW) - A new field wildcat is located far from producing pools, and on a structure which has not produced before. In regions where local structure has little or no control on accumulation, these holes are generally at least two miles from the nearest productive area. Distance, however, is not the determining factor. The classification is based on the degree of risk assumed be the operator, and his intention to test a structure or stratigraphic condition not previously proven productive. NEW POOL WILDCAT (NPW) - A new pool wildcat is located to explore for new pools on a structure already producing, but off to one side of the presently producing area. In some regions where local structure is almost negligible as a control, exploration holes of this group may be called "near wildcat". Such will usually be less than two miles from the nearest productive area. Sometimes a new pool wildcat may extend a pool already partly developed; if so its final classification is an "Extension". STRATIGRAPHIC TEST (STR) - A drilling effort, geologically directed, to obtain information pertaining to a specific earth condition that might lead toward a possible accumulation of hydrocarbons. It must be drilled without the intention of being completed for hydrocarbon production. This classification includes tests identified as "core test" by some operators. SHALLOW POOL DISCOVERY (SPD) - A well that results in the discovery, as defined below, of a shallower pool as described in SHALLOWER POOL TEST. DEEPER POOL DISCOVERY (DPD) - A well that results in the discovery, as defined below, of a deeper pool as described in DEEPER POOL TEST. NEW FIELD DISCOVERY (NFD) - A well that results in the discovery, as defined below, of a new field as described under NEW FIELD WILDCAT. NEW POOL DISCOVERY (NPD) - A well that results in the discovery, as defined below, of a new pool as described under NEW POOL WILDCAT. Definition of DISCOVERY A discovery is defined here as a well from which any discrete and measurable amount of oil or gas is recovered from a previously unknown accumulation; no consideration of commerciality is implied. This definition has been in use since 1987. Discoveries prior to that date may be classified according to other criteria. class2 4,4,C upper Yes DEV, SRV, MSC, EXT, Post-drill classification based on the See the definitions given above SPD, DPD, NFD, NPD, AAPG/APEA well classifications and STR, SPT, DPT, NPW BRS/AGSO conventions td_date 8,10,D n/a Yes Date drilling reached total depth gl/wd 7,7,N,2 n/a Yes The elevation of the ground level or the sea floor The elevation of the seafloor should always be (water depth), with respect to mean sea level negative (- water depth). Decimal points may be (msl), in metres used

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 92 datum 4,4,N,2 n/a Yes The elevation of the datum, in metres with This is generally 3 to 30 m above sea level (off respect to sea level shore) or the ground level (on shore) kb/rt 2,2,C upper Yes KB, RT, DF The type of datum as Kelly Bushing (KB), Rotary Table (RT) or Derrick Floor (DF) final_td 7,7,N,2 n/a Yes The total depth in metres as measured by the drill string, with respect to the datum

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 93 Mineral exploration and mining titles

Name MINRTLE Description Exploration and mining titles. This coverage is designed to accommodate data sourced from various State Mines Departments via ENCOM. INTERNAL USE ONLY Type Region coverage as REGION.MINRTLE. Topologically degraded to a polygon coverage with look-up table for MapInfo. Linked table MINRTLE.LUT

Object Feature Class Feature Feature Definition Attributes Region Mineral title MIN_TITLE An area which is or was a subject to title - feature, ufi, name, jurisdict, type, blocks, apply_date, award_date, expirydate, status, commodity, operator it covers all types of authorities, permits, licences and leases throughout Australia, regardless of the specific names given to them by the various States and Territories Arc Title boundary TITLE_BDY Boundary of the title area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Region feature 12,12,C upper Yes MIN_TITLE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete name 20,20,C upper Yes Name of the licence jurisdict 3,3,C upper Yes QLD, NSW, VIC, TAS, SA, Jurisdiction that issued the title, State or WA, NT Territory type 12,12,C mixed Yes Exploration, Mining Type of the licence blocks 5,5,I n/a Yes Number of 5-minute blocks in the title apply_date 8,10,D n/a No Date when application for the title was made award_date 8,10,D n/a No Date when the title was awarded expirydate 8,10,D n/a Yes Date when the title expires or is due to expire status 16,16,C mixed No Application, Granted, Indication of the title status Moratorium commodity 16,16,C upper No The primary commodities or commodity class Commodities separated by commas with no e.g. AU, AG, METALLIC, INDUSTRIAL spaces allowed e.g. AU,AG,PB,ZN operator 40,40,C mixed Yes The title operator Use ’Unknown’ if not known Arc feature 12,12,C upper Yes TITLE_BDY Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 94 Name MINRTLE.LUT Description Company equities in particular licences Type Lookup table Linked theme MINRTLE coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table name 30,30,C n/a Yes Link to MINRTLE.PAT company 40,40,C mixed Yes Company name equity 5,5,N,1 n/a Yes A decimal number between Equity in the licence as a percentage 0 and 100

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 95 Petroleum exploration and development titles

Name PETRTLE Description Petroleum titles granted by Petroleum Division of ISR (offshore) and the relevant State Mines Departmens (onshore and state waters) Type Region coverage as REGION.PETRTLE. Topologically degraded to a polygon coverage with look-up table for MapInfo. Linked table PETRTLE.LUT

Object Feature Class Feature Feature Definition Attributes Region Petroleum title PETRO_TITL An area which is or was a subject to petroleum title feature, ufi, name, jurisdict, on_or_off, type, blocks, apply_date, award_date, expirydate, status, operator E - it covers all types of authorities, permits, licences and leases throughout Australia, regardless of the specific names given to them by the various States and Territories Arc Title boundary TITLE_BDY Boundary of the title area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Region feature 12,12,C upper Yes PETRO_TITLE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete name 50,50,C upper Yes Name of the title jurisdict 6,6,C upper Yes QLD, NSW, VIC, TAS, SA, Jurisdiction that issued the title - State or WA, NT, TACIAA, TGZC Territory, the Territory of the Ashmore and Cartier Islands Adjacent Area (TACIAA), or Timor Gap Zone of Cooperation (TGZC) on_or_off 8,8,C mixed No Onshore, Offshore Indication of onshore or offshore title type 12,12,C mixed Yes Exploration, Retention, A type of the title ’Retention’ is applicable only to ’Offshore’ titles Production blocks 5,5,I n/a Yes Number of 5-minute blocks in the title apply_date 8,10,D n/a No Date when application for the title was made award_date 8,10,D n/a No Date when the title was awarded expirydate 8,10,D n/a Yes Date when the title expires or is due to expire status 16,16,C mixed No Application, Granted, Indication of the title status Renewal Pending operator 40,40,C mixed Yes The operator of the title Use ’Unknown’ if not known Arc feature 12,12,C upper Yes TITLE_BDY Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 96 Name PETRTLE.LUT Description Company equities in particular titles Type Lookup table Linked theme PETRTLE coverage

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table name 30,30,C n/a Yes Link to PETRTLE.PAT company 40,40,C mixed Yes Company name equity 5,5,N,1 n/a Yes A decimal number between Equity in the title as a percentage 0 and 100

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 97 Mineral deposit tracts

Name MODnnX (e.g. MOD36A) Description Mineral potential tracts for a single deposit model type Type Polygon coverage

Note Suffix nnX is used to denote the deposit model number nn and the variation X (e.g. 36A which is the Belt Gold model of Cox and Singer, 1986)

Object Feature Class Feature Feature Definition Attributes Polygon Tract unit TRACT_UNIT An area of land with a uniform mineral potential feature, ufi, modnnx_pot, modnnx_cert and certainty level Tract void TRACT_VOID An area of land where the mineral potential is feature, ufi, modnnx_pot, modnnx_cert undefined Arc Tract boundary TRACT_BDY The boundary line between mineral potential tracts feature, ufi Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes TRACT_UNIT, Feature type Tract void is used where the tract unit is TRACT_VOID undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete modnnx_pot 2,2,I n/a Yes -1, 0, 1, 2, 6, 12, 18 Indicates mineral potential value For all tract voids modnnx_pot is always -1 -1 Unknown 0 No potential 1 Low 2 Low to Moderate 6 Moderate 12 Moderate to High 18 High modnnx_cert 1,1,C upper Yes A, B, C, D Indicates certainty or confidence in assessment For all tract voids modnnx_pot is always ’A’ A Unknown B Low C Moderate D High Arc feature 12,12,C upper Yes TRACT_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 98 Mineral potential (combined)

Name MINPOT Description Mineral potential coverages for composite AND cumulative methods Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Tract unit TRACT_UNIT An area of land with a uniform mineral potential feature, ufi, modnnx, comp, cumu and certainty level Tract void TRACT_VOID An area of land where the mineral potential is feature, ufi, modnnx, comp, cumu undefined Arc Tract boundary TRACT_BDY The boundary line between mineral potential tracts feature, ufi Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes TRACT_UNIT, Feature type Tract void is used where the tract unit is TRACT_VOID undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete modnnx 2,2,I n/a Yes 0, 1, 2, 6, 12, 18 Indicates mineral potential value, one (1) column There will be as many columns as models used for each model used in the mathematical modelling 0 Unknown or No potential 1 Low 2 Low to Moderate 6 Moderate 12 Moderate to High 18 High comp 3,3,I n/a Yes 0, 1, 2, 6, 12, 18 Indicates composite mineral potential (selected as largest value from overlapping polygons) 0 Unknown or No potential 1 Low 2 Low to Moderate 6 Moderate 12 Moderate to High 18 High cumu 3,3,I n/a Yes Between 0 and 999 inclusive Indicates cumulative or additive mineral potential (adds all values from overlapping polygons) Arc feature 12,12,C upper Yes TRACT_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 99 Weighted mineral potential (combined)

Name WMINPOT Description Mineral potential coverages for weighted composite AND weighted cumulative methods Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Tract unit TRACT_UNIT An area of land with a uniform mineral potential feature, ufi, modnnx, wcomp, wcumu and certainty level Tract void TRACT_VOID An area of land where the mineral potential is feature, ufi, modnnx, wcomp, wcumu undefined Arc Tract boundary TRACT_BDY The boundary line between mineral potential tracts feature, ufi Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes TRACT_UNIT, Feature type Tract void is used where the tract unit is TRACT_VOID undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete modnnx 2,2,I n/a Yes 0, 1, 2, 6, 12, 18 Indicates mineral potential value, one (1) column for each model used 0 Unknown or No potential 1 Low 2 Low to Moderate 6 Moderate 12 Moderate to High 18 High wcomp 3,3,I n/a Yes Between 0 and 999 inclusive Indicates weighted composite mineral potential wcumu 3,3,I n/a Yes Between 0 and 999 inclusive Indicates weighted cumulative mineral potential Arc feature 12,12,C upper Yes TRACT_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 100 Mineral potential

Name COMP, WCOMP, CUMU, WCUMU Description Mineral potential coverages (Composite, Weighted Composite, Cumulative, Weighted Cumulative) Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Mineral potential MINPOT_UNI An area of land with a uniform mineral potential feature, ufi, score unit T value/score Mineral potential MINPOT_VOI An area of land where the mineral potential is feature, ufi, score void D undefined Arc Mineral potential MINPOT_BDY The mineral potential boundary line feature, ufi boundary Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes MINPOT_UNIT, Feature type Mineral potential void is used where the mineral MINPOT_VOID potential unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete score 3,3,I n/a Yes Between 0 and 999 inclusive Indicates mineral potential score/value. For COMP it will be one of the values 0, 1, 2, 6, 12 or 18 (see definition for the mineral potential combined). For CUMU, WCOMP, WCUMU the values can be between 0 and 999 Arc feature 12,12,C upper Yes MINPOT_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 101 Certainty of the mineral potential assessment

Name COMPCERT, CUMUCERT Description Mineral Potential Certainty coverages (Composite Certainty, Cumulative Certainty) Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Certainty unit CERT_UNIT An area of land with a uniform mineral potential feature, ufi, score, compcert/cumucert value/score Certainty void CERT_VOID An area of land where the mineral potential is feature, ufi, score, compcert/cumucert undefined Arc Certainty CERT_BDY The mineral potential boundary line feature, ufi boundary Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes CERT_UNIT, CERT_VOID Feature type Certainty void is used where the certainty unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete compcert/cum 2,2,I n/a Yes Between 1 and 10 inclusive Indicates composite or cumulative mineral Use only one of the two field names for the ucert potential certainty. Values increase in certainty applicable theme from 1 to 10 Arc feature 12,12,C upper Yes CERT_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 102 Certainty (combined) of the mineral potential assessment

Name CERT Description Certainty coverages depicting levels of certainty of the mineral potential assessment Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Certainty unit CERT_UNIT An area of land with a uniform mineral potential feature, ufi, modnnx_pot, modnnx_cert, compcert, cumucert and certainty level Certainty void CERT_VOID An area of land where the mineral potential is feature, ufi, modnnx_pot, modnnx_cert, compcert, cumucert undefined Arc Certainty CERT_BDY The boundary line between tracts feature, ufi boundary Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes CERT_UNIT, CERT_VOID Feature type Certainty void is used where the certainty unit is undefined e.g. for a lake ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete modnnx 2,2,I n/a Yes Between 1 and 10 inclusive Indicates mineral potential certainty value. There will be as many columns as models used Values increase in certainty from 1 to 10 in the mathematical modelling.

compcert 2,2,I n/a Yes Between 1 and 10 inclusive Indicates composite mineral potential certainty cumucert 2,2,I n/a Yes Between 1 and 10 inclusive Indicates cumulative mineral potential certainty Arc feature 12,12,C upper Yes CERT_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 103 Field sites

Name SITES Description Ground sites location including positional accuracy and lineage information Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Site SITE Surface location for field geological, geochemical, feature, ufi, orignator, siteid, siteno, fieldid, state, geogarea, locdesc, regname, hmapno, qmapid, drill hole collars and geophysical observations accuracy, method, bibref, airphoto, oc, ro, sh, st, pe, rc, oz, om, sc, rt, rp, sp

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 104 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SITE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete originator 22,22,C mixed Yes NGMA.ORIGINATORS The person or organisation that collected the authority table data at the site siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Link to all Oracle coverages fieldid 16,16,C upper No An alternative number or ID for the site The fieldid is not necessarily unique state 3,3,C upper Yes, only if country is ACT, NSW, QLD, VIC, WA, An Australian state from where site is located Australia SA, NT, TAS geogarea 64,64,C mixed No Name of the geographic area (valley, plain, ) where the site is locdesc 64,64,C mixed No Additional information relating to the site’s location regname 64,64,C mixed No Geological region name in which the site is located hmapno 4,4,I n/a Yes An identifier for the 1:100,000 map sheet-area on which the site falls qmapid 6,6,C upper Yes An identifier for the 1:250,000 map sheet-area on which the site falls accuracy 5,5,I n/a Yes Estimate of absolute accuracy of the given coordinates in metres on the ground method 64,64,C mixed Yes NGMA.LOCMETHODS The method used to obtain the geographic Includes information about the datum authority table coordinates of the site bibref 9,9,C mixed No An identifier to a reference in the AGSOREFS, This column is provided principally as a means of AGSO’s Bibliographic References Database, recording the lineage or of data that which locates or refers to the site have come from another source airphoto 36,36,C mixed No Identifies the airphoto on which the site is The field is for the name of the airphoto series, located and/or was plotted the run number and the photo number oc 1,1,C upper No X Denotes data present in OUTCROP table ro 1,1,C upper No X Denotes data present in ROCKS table sh 1,1,C upper No X Denotes data present in SECTHOLES table st 1,1,C upper No X Denotes data present in STRUCTURES table pe 1,1,C upper No X Denotes data present in PETROGRAPHY table rc 1,1,C upper No X Denotes data present in OZCHEM table oz 1,1,C upper No X Denotes data present in OZCHRON table om 1,1,C upper No X Denotes data present in OZMIN table sc 1,1,C upper No X Denotes data present in STREAMCHEM table rt 1,1,C upper No X Denotes data present in RTMAP table rp 1,1,C upper No X Denotes data present in ROCKPROPERTIES table sp 1,1,C upper No X Denotes data present in SPECPROPS table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 105 Regolith-landform site descriptions

Name RTSITES Description Regolith-landform field site description data Type Point coverage Linked tables RTZONES.LUT and RTSITES.LUT

Object Feature Class Feature Feature Definition Attributes Point RTMAP site RTSITE A regolith-landform examined at the site feature, ufi, originator, siteid, siteno, abst, l_desc, exp_desc, z_no, regt_desc, weath_subd, thickness, depth, z_comms, otherinfo, bedrock

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes RTSITE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete originator 22,22,C mixed Yes NGMA.ORIGINATORS The person or organisation that collected the authority table data at the site siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to RTSITES.LUT look-up table and SITES coverage abst 254,254,C mixed Yes A summary description of the site, including brief comments about the zones l_desc 30,30,C lower Yes RTMAP.LANDF authority Description of the landform at the site table exp_desc 30,30,C lower Yes RTMAP.EXPTYPE authority Describes the type of exposure from which the table site has been described z_no 2,2,I n/a Yes Zone number regt_desc 40,40,C lower Yes RTMAP.REGTYPE authority A name of the main regolith type in the zone table weath_subd 32,32,C lower No RTMAP.ZONEDATATYPES Description for the degree of weathering of the If a regolith type displays a range of degrees of authority table regolith type weathering use only the most dominant thickness 6,6,N,2 n/a No Average thickness of the zone in metres Zero (null) indicates that the lover boundary of the zone was not observed depth 6,6,N,2 n/a No Depth below the ground surface of the lower boundary of the zone in metres z_comms 240,240,C mixed No Comments about the zone otherinfo 240,240,C mixed No Additional information (legacy field) bedrock 1,1,C upper No Y, N Indicates whether a fresh bedrock is Use ’N’ if the base of the last described regolith immediately below this zone zone cannot be seen

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 106 Name RTZONES.LUT Description Detailed attributes for regolith zones. This table contains information for all zones, not just principal but secondary attributes pertinent to regolith i.e. a regolith-landform unit can contain landforms ranked 1 to 9 and each landform can contain regolith types ranked from 1 to 9. This detailed attributes table can be linked to the theme in GIS packages enabling the use of the 1 to many relationship the RTMAP.UNITS database contains. Type Look-up table Linked theme RTSITES

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table siteid 16,16,C mixed Yes A user-supplied number or ID for the site. Must be unique to the originator. There may be Link to RTSITES sites coverage more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to SITES coverage z_no 2,2,I n/a Yes Zone number regt_desc 40,40,C lower Yes RTMAP.REGTYPE authority A name of the main regolith type in the zone table weath_subd 32,32,C lower No RTMAP.ZONEDATATYPES Description for the degree of weathering of the If a regolith type displays a range of degrees of authority table regolith type weathering use only the most dominant thickness 6,6,N,2 n/a No Average thickness of the zone in metres Zero (null) indicates that the lover boundary of the zone was not observed depth 6,6,N,2 n/a No Depth below the ground surface of the lower boundary of the zone in metres z_comms 240,240,C mixed No Comments about the zone otherinfo 240,240,C mixed No Additional information (legacy field) bedrock 1,1,C upper No Y, N Indicates whether a fresh bedrock is Use ’N’ if the base of the last described regolith immediately below this zone zone cannot be seen

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 107 Name RTSITES.LUT Description Extended attributes table for RTSITES coverage Type Look-up table Linked theme RTSITE

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to RTSITES and SITES coverage slope 2,2,I n/a No Between 0 and 90 inclusive Slope at the site in degrees aspect 3,3,I n/a No Between 0 and 360 inclusive Aspect of the site in degrees from magnetic north gp_desc1 32,32,C mixed No RTMAP.GPROC authority Description of the primary (main) geomorphic table processes at the site gp_desc2 32,32,C mixed No RTMAP.GPROC authority Description of the secondary geomorphic table processes at the site stratno 7,7,I n/a No GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across Australia. authority table Non-compulsory for Cainozoic units stratname 50,50,C mixed No GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name rocktype 64,64,C lower No NGMA.ROCKTYPES Identifies the general lithological type authority table qualifier 40,40,C lower No NGMA.LITHNAMES A qualifying term, if any, before the lithology authority table name field that follows lithname 40,40,C lower No NGMA.LITHNAMES Lithology name authority table soil 240,240,C mixed No Description of the soil at the site veg 240,240,C mixed No Description of the vegetation characteristics at the site photo 240,240,C mixed No Details of photos taken at the site sketch 1,1,C upper No Y, N Indicates whether a sketch was made at the site in the field book

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 108 Outcrops

Name OUTCROP Description Outcrop-related data and biostratigraphy Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Outcrop OUTCROP Outcrop description as a whole and relationship feature, ufi, siteid, siteno, rockrels, sketch, photo, vegetation, landform between lithologies and structures in the outcrop

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes OUTCROP Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to SITES coverage rockrels 128,128,C mixed No Description of the rock relations in the outcrop sketch 64,64,C mixed No Notes on any sketches made at the outcrop photo 64,64,C mixed No Notes on any photos taken at the outcrop vegetation 64,64,C mixed No Description of the vegetation at the site of the Important for remote sensing database outcrop landform 64,64,C mixed No Description of the landform at the site of the outcrop

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 109 Rocks

Name ROCKS Description Rock samples and lithological data Type Point coverage Linked table ROCKS.LUT

Object Feature Class Feature Feature Definition Attributes Point Rock ROCK A rock examined at the site or sampled for feature, ufi, siteid, siteno, rockno, sampleid, stratno, unitname, supergroup, group, subgroup, formation, geochemical, geochronological, or petrographical member, informal, rocktype, qualifier, lithname, grouping, description, otherinfo, age, province, analysis subprovince, domain, map_symb, modeocc, sectholeno

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes ROCK Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to SITES coverage rockno 6,6,I n/a Yes Link to STRUC and PETROG coverages sampleid 16,16,C upper Yes A sample ID number. Link to OZCHRON The number must be unique to the originator coverages (e.g. SHRIMP) or RCHEM although it can be identical to the siteno if there coverage is only one sample from a given site stratno 7,7,I n/a Yes GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across authority table Australia. Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation informal 64,64,C mixed No Informal stratigraphic name which is not in AGSO’s STRATLEX Oracle table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 110 rocktype 64,64,C lower No NGMA.ROCKTYPES Identifies the general lithological type authority table qualifier 60,60,C mixed No A qualifying term, if any, before the lithology It is a concatenation of qualifier, qualifier2 and name field that follows qualifier3 fields in the ROCKS table lithname 32,32,C lower No NGMA.LITHNAMES Lithology name authority table grouping 50,50,C mixed No User-defined classification used to classify The values entered here are chosen by the suites of rocks from particular regions into originator and have No global significance classes other than those suggested by other fields on the form description 64,64,C mixed No Description of the lithology If a lithology is sufficiently characterised by the previous fields, then this field can be used for additional descriptive information relating to the lithology otherinfo 64,64,C mixed No Any other information that user may feel is relevant age 54,54,C mixed No GEODX.GEOTIME authority Geological age table province 64,64,C mixed No An extensive region characterized throughout by similar geological history or by similar structural, petrographic, or physiographic features. subprovince 64,64,C mixed No A subset of the province domain 64,64,C mixed No map_symb 8,8,C mixed No NGMA.LITHUNITS authority Recognised map symbols for lithological units table modeocc 32,32,C lower No NGMA.LITHDATATYPES Mode of occurrence of the sample (, authority table dyke, sill, pipe) sectholeno 5,5,I n/a No Link to DHOLE.LTH, DHOLE.STR and DHOLE.SVY look-up tables

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 111 Name ROCKS.LUT Description Extended attributes for rocks Type Look-up table Linked theme ROCKS

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type rockno 6,6,I n/a Yes A positive unique sequential Link to ROCKS coverage integer of up to 6 digits typedesc 32,32,C lower Yes NGMA.LITHDATATYPES Extended attributes describing lithology authority table subdesc 32,32,C lower Yes NGMA.LITHDATATYPES Value describing extended attributes authority table desc 64,64,C mixed No Additional descriptive information

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 112 Structural measurements

Name STRUC Description Mesoscopic structures at a site or outcrop Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Structure STRUCTURE Structural measurement feature, ufi, siteid, siteno, strucno, rockno, agso_code, legend, azimuth, inclination, defno, defsurfno, priority, plotrank, rot_angle

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes STRUCTURE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteid 16,16,C mixed Yes, except for historical A user-supplied number or ID for the site Must be unique to the originator. There may be map data capture more than one sample collected from each site siteno 7,7,I n/a Yes, except for historical A unique Oracle generated number for the site. map data capture Back-link to SITES coverage strucno 6,6,I n/a Yes, except for historical Unique structural reading number from Oracle map data capture database rockno 6,6,I n/a Yes, except for historical Back-link to ROCKS coverage map data capture agso_code 8,8,I n/a Yes An identification code assigned to the feature legend 100,100,C lower Yes NGMA.STRUCTURE_TYPE A description of the feature authority table azimuth 3,3,I n/a Yes Between 0 and 360 inclusive Azimuth of the structural observation in degrees For planar observations the azimuth is always between 0 and 360 the direction of dip or plunge. The azimuth of horizontal planar structures is always zero inclination 2,2,I n/a Yes Between 0 and 90 inclusive Vertical inclination of the structural vector below Null value is 99 the horizontal defno 4,4,C n/a No The number of the deformation event which produced the structure defsurfno 4,4,C n/a No Number of the surface which is being deformed by the measured structure e.g. 0 for bedding facing 10,10,C mixed No up, down, unknown Sedimentary younging direction of bedding, or (structural facing) the direction of facing measured in the axial plane normal to a fold axis. The definition is context-dependent, since a downward facing fold may contain upward facing beds and vice versa sense 20,20,C lower No NGMA.STRUCTURE_SENS Relative sense of movement of two blocks E authority table across some structural feature vergence 20,20,C lower No NGMA.STRUCTURE_VER The direction of overturning or inclination of a GENCE authority table fold (compass points), or the angular direction from a younger to an older fabric (clock- sense) extent 20,20,C lower No NGMA.STRUCTURE_EXTE The scale of the observation NT authority table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 113 priority 3,3,I n/a Yes, except for historical Indicates the importance of the structural map data capture measurement if more than one is taken at the same site comments 254,254,C mixed No Additional comments about the structural measurement plotrank 3,3,I n/a Yes, except for historical Indicates the order of importance in plotting the Where a number of structures have been map data capture structure on a map measured at one locality, plot rank determines which structures will be plotted first rot_angle 3,3,I n/a Yes Between 0 and 360 inclusive Designed for direct symbology display in Always equals 360 - azimuth ArcView

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 114 Drill holes and measured sections

Name SECHOLE Description Measured sections and drill hole data Type Point coverage Linked tables SECHOLE.LTH, SECHOLE.STR and SECHOLE.SVY

Object Feature Class Feature Feature Definition Attributes Point Drill hole SECHOLE Drill hole locality feature, ufi, siteno, sectholeno, agso_code, class, desc, flagname, typesec, dh_company, dh_id, av_azimuth, av_inclin, tot_metres, bedperp, refid, upordown, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SECHOLE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site. Back-link to SITES coverage sectholeno 5,5,I n/a Yes A unique positive sequential Link to DHOLE.LTH, DHOLE.STR and 5 digit integer DHOLE.SVY look-up tables agso_code 8,8,I n/a Yes An identification code assigned to the feature class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table flagname 24,24,C mixed Yes NGMA.SECTYPES authority Indicates the type of measured section being table described i.e. surface measured section or type of drillhole typesec 1,1,C mixed Yes T, R, ? Indicates if the section is a type section, reference section or other dh_company 48,48,C mixed No Name of the company or organisation which drilled the hole dh_id 48,48,C mixed No Name or number of the drill hole av_azimuth 3,3,I n/a No Between 0 and 360 inclusive Initial azimuth of the drill hole in degrees Units in degrees av_inclin 3,3,I n/a No Between -90 and 90 Initial inclination of the drill hole in degrees Units in degrees inclusive tot_metres 8,8,N,2 n/a No Total down hole depth of the drill hole in metres Up to two digits are allowed after the decmal place, allowing depths to the nearest centimeter bedperp 1,1,C upper Yes Y, N Indicates if the drill hole or measured section is perpendicular to bedding refid 9,9,C mixed Yes Identifies a reference in AGSOREFS, AGSO’s Bibliographic References Database, which refers to the drill hole or measured section upordown 1,1,C upper Yes U, D, ? Indicates if the drill hole or measured section is up or down sequence or not known plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 115 Name SECHOLE.LTH Description Drill holes and measured sections lithology Type Look-up table Linked theme SECHOLE

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table sectholeno 5,5,I n/a Yes A unique positive sequential Back-link to DHOLE coverage 5 digit integer iz_no 5,5,I n/a Yes Unique sequential integer d1 8,8,N,2 n/a Yes A commencing distance or depth of described intervals in metres d2 8,8,N,2 n/a Yes A terminating distance or depth of a described interval in metres percent 9,9,N,2 n/a Yes, for lithology Percentage occurrence of a particular lithology within an interval. detail_ptr 7,7,I n/a Yes Pointer to ROCKS coverage via rockno comments 160,160,C mixed Yes Additional comments regarding the interval stratno 7,7,I n/a Yes GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across authority table Australia. Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of For granite bodies a supersuite is on the same authority table formations and groups, having significant hierarchy level as a supergroup lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes For granite bodies a suite or complex is on the authority table two or more contiguous or associated same hierarchy level as a group formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with For granite bodies a pluton is on the same authority table respect to adjacent strata by consisting hierarchy level as a formation dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation informal 64,64,C mixed No Informal stratigraphic name which is not in AGSO’s STRATLEX Oracle table qualifier 60,60,C mixed Yes A qualifying term, if any, before the lithology It is a concatenation of qualifier, qualifier2 and name field that follows qualifier3 fields in the ROCKS table lithname 32,32,C mixed Yes Lithology name grouping 50,50,C mixed Yes User-defined classification used to classify The values entered here are chosen by the suites of rocks from particular regions into originator and have No global significance classes other than those suggested by other fields on the form map_symb 8,8,C mixed Yes NGMA.LITHUNITS authority Text from the Oracle identifying the lithology of table the rock unit.

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 116 Name SECHOLE.STR Description Drill holes and measured sections structures Type Look-up table Linked theme SECHOLE

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table sectholeno 5,5,I n/a Yes A unique positive sequential Back-link to DHOLE coverage 5 digit integer iz_no 5,5,I n/a Yes Unique sequential integer d1 8,8,N,2 n/a Yes A commencing distance or depth of described intervals in metres d2 8,8,N,2 n/a Yes A terminating distance or depth of a described interval in metres percent 9,9,N,2 n/a Yes Percentage occurrence of a particular lithology within an interval. detail_ptr 7,7,I n/a Yes Pointer to ROCKS coverage via rockno comments 128,128,C mixed Yes Additional comments regarding the interval agso_code 8,8,I n/a Yes An identification code assigned to the feature legend 40,40,C mixed Yes Description of the structure observed azimuth 3,3,I n/a Yes Between 0 and 360 inclusive Azimuth of the structural observation. For planar Units in degrees observations the azimuth is always the direction of dip inclination 3,3,I n/a Yes Between -90 and 90 Vertical inclination of the structure being Units in degrees inclusive measured defno 4,4,C n/a No Number of the deformation that produced the structure being measured defsurfno 4,4,C n/a No Deformation that produced the deformed surface being measured

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 117 Name SECHOLE.SVY Description Drill holes and measured sections survey Type Look-up table Linked theme SECHOLE

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table sectholeno 5,5,I n/a Yes A unique positive sequential Back-link to DHOLE coverage 5 digit integer iz_no 5,5,I n/a Yes Unique sequential integer d1 8,8,N,2 n/a Yes A commencing distance or depth of described intervals in metres d2 8,8,N,2 n/a Yes A terminating distance or depth of a described interval in metres percent 9,9,N,2 n/a Yes Percentage occurrence of a particular lithology within an interval. detail_ptr 7,7,I n/a Yes Pointer to ROCKS coverage via rockno comments 128,128,C mixed Yes Additional comments regarding the interval agso_code 8,8,I n/a Yes An identification code assigned to the feature legend 40,40,C mixed Yes Description of the measured section azimuth 3,3,I n/a Yes Between 0 and 360 inclusive Azimuth of the drill hole in degrees Units in degrees inclination 3,3,I n/a Yes Between -90 and 90 Initial inclination of the drill hole in degrees Units in degrees inclusive defno 4,4,C n/a No The number of the deformation event which produced the structure defsurfno 4,4,C n/a No Number of the surface which is being deformed by the measured structure e.g. 0 for bedding

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 118 Petrographic descriptions

Name PETROG Description Petrographic descriptions Type Point coverage Linked tables PETROG.DAT and PETROG.MIN

Object Feature Class Feature Feature Definition Attributes THINSECT Petrographic description feature, ufi, siteid, siteno, sampleid, thinsectid, tsno, rockno, rockname, description, comments

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes THINSECT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteid 16,16,C mixed Yes A user-supplied number or ID for the site Must be unique to the originator. There may be more than one sample collected from each site siteno 7,7,I n/a Yes A unique Oracle generated number for the site sampleid 16,16,C upper Yes The ID of the rock sample the thin section Must be unique to the originator comes from. Back-link to ROCKS coverage thinsectid 16,16,C upper No A user-supplied number or other ID for the thin Should correspond to whatever ID is written on section the thin section tsno 6,6,I n/a Yes A positive integer less than Link to PETROG.DAT and PETROG.MIN look- 1 million up tables rockno 6,6,I n/a Yes A positive integer less than Link to STRUC coverage 1 million rockname 64,64,C mixed No Petrological name based on microscopic examination of the thin section description 64,64,C mixed No Observation description comments 64,64,C mixed No Additional comments about the thin section

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 119 Name PETROG.DAT Description Extendable attributes for petrographic descriptions Type Look-up table Linked theme PETROG

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table tsno 6,6,I n/a Yes A positive integer less than Back-link to PETROG coverage 1 million typedesc 32,32,C mixed Yes PETROG.TSDATATYPES Extended attributes describing lithology authority table subdesc 32,32,C lower Yes PETROG.TSDATATYPES Value describing extended attributes authority table desc 64,64,C mixed No Additional descriptive information relating to the Data Type/Subtype record

Name PETROG.MIN Description Mineral occurrence data for petrographic descriptions Type Look-up table Linked theme PETROG

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Table tsno 6,6,I n/a Yes A positive integer less than Back-link to PETROG coverage 1 million mineral 32,32,C lower Yes NGMA.AGSOMINERALS Name of the mineral or clast authority table percent 5,5,N,2 n/a No Between -1 and 100 The volume percentage of the thin section Negative numbers are used in lieu of a less-than inclusive composed of the stated mineral, clast, matrix, symbol. Example -1.0 is taken to mean <1.0 etc. (less than one percent) occurrence 32,32,C lower No PETROG.TSMINOCCMOD Occurrence of the stated mineral or other ES authority table component comments 64,64,C mixed No Comment or description relating to the stated mineral or component

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 120 Fossils

Name FOSSIL Description Fossil localities Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Fossil FOSSIL Fossil locality feature, ufi, agso_code, siteid, long_agd66, lat_agd66, locdesc, desc, stratno, unitname, supergroup, group, subgroup, formation, member, informal, era, period, stage, fauna, flora, comments, reference

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes FOSSIL Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table siteid 16,16,C upper Yes, for all new data A user-supplied number or ID long_agd66 10,10,N,6 n/a No Longitude of the fossil site Field name may vary to reflect the datum e.g. long_agd66 for AGD66 datum lat_agd66 9,9,N,6 n/a No Latitude of the fossil site Field name may vary to reflect the datum e.g. lat_agd66 for AGD66 datum locdesc 64,64,C mixed No Descriptive field for additional information relating to the site’s location desc 100,100,C mixed Yes A description of the feature stratno 7,7,I n/a Yes GEODX.FLATSTRAT Stratigraphic index number Must be unique for all rock units across authority table Australia. Non-compulsory for Cainozoic units unitname 64,64,C mixed Yes GEODX.FLATSTRAT The name of a stratigraphic unit including rank Non-compulsory for Cainozoic units authority table terms that are part of a name supergroup 64,64,C mixed No GEODX.FLATSTRAT An assemblage of related groups, or of authority table formations and groups, having significant lithological features in common group 64,64,C mixed No GEODX.FLATSTRAT The formal lithostratigraphic unit which includes authority table two or more contiguous or associated formations with significant lithological features in common subgroup 64,64,C mixed No GEODX.FLATSTRAT A formally differentiated assemblage of authority table formations within a group formation 64,64,C mixed No GEODX.FLATSTRAT A body of rock strata which is unified with authority table respect to adjacent strata by consisting dominantly of a certain lithological type or combination of types or by possessing other unifying lithological features member 64,64,C mixed No GEODX.FLATSTRAT A lithostratigraphic unit of subordinate rank authority table comprising some specially developed part of a formation informal 64,64,C mixed No Informal stratigraphic name which is not in AGSO’s STRATLEX Oracle table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 121 era 100,100,C mixed No GEODX.GEOTIME authority A geological-time unit during which the rocks of table the corresponding erathem were formed period 100,100,C mixed No GEODX.GEOTIME authority A geological-time unit during which the rocks of table the corresponding system were formed stage 30,30,C upper No A geological-time unit of lesser duration than period, during which the rocks of a formation were formed fauna 254,254,C mixed No A description of fauna assemblage flora 254,254,C mixed No A description of flora assemblage comments 254,254,C mixed No Additional comments related to fossils on the site reference 64,64,C mixed No Reference to publications or other source material

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 122 Field photographs

Name PHOTO Description Field photographs and/or sketches Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Photo PHOTO Field photo location feature, ufi, siteno, originator, locdesc, caption, photoname

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes PHOTO Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete siteno 16,16,C upper Yes A user-supplied number or ID for the site from Oracle SITES and ROCKS tables originator 22,22,C mixed Yes NGMA.ORIGINATORS The person or organisation that collected the authority table data at the site locdesc 64,64,C mixed Yes Descriptive field for additional information relating to the site’s location caption 254,254,C mixed Yes Description of the photograph Note field orientation for landscape scenes photoname 254,254,C mixed Yes Directory path A path to scanned photo image for display Must be a valid path to use for hotlinks in ArcView

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 123 Ship surveys

Name SHIPSURV Description Ship survey tracks Type Line coverage

Note Each ship track should be digitised, from-node to to-node, in the direction the ship travelled.

Object Feature Class Feature Feature Definition Attributes Arc Ship survey track SHIP_TRACK A line showing the course taken by a ship while feature, ufi, survey_no, name, vessel, surv_org, client, surv_date, proc_date capturing marine data

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes SHIP_TRACK Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete survey_no 10,10,C upper Yes Survey number name 32,32,C upper No Survey name vessel 32,32,C mixed No OZMAR.PLATFORMS Survey ship authority table surv_org 128,128,C mixed No OZMAR.ORGANISATIONS Organisation responsible for the survey authority table client 128,128,C mixed No OZMAR.ORGANISATIONS Client for which the survey was done authority table surv_date 8,10,D n/a No Start date of survey proc_date 8,10,D n/a No Date when processing carried out; this has implications for the version of the data

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 124 Marine survey point

Name MARINEPT Description Marine navigation points and seismic shot points Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Shot point SHOT_PT A point where a seismic sounding is taken from a feature, ufi, survey_no, seis_line, pt_no, nav_method, depth, cc_depth, tot_grav, fa_anom, tot_mag, ship igrf_anom, date, time Navigation point NAV_PT A point where a marine navigation reading is taken feature, ufi, survey_no, pt_no, nav_method, depth, cc_depth, tot_grav, fa_anom, tot_mag, igrf_anom, from a ship date, time

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SHOT_PT, NAV_PT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete survey_no 10,10,C upper Yes Survey number seis_line 20,20,C upper Yes Seismic line number pt_no 8,8,I n/a Yes Shot number or navigation point number nav_method 128,128,C mixed No OZMAR.NAVMETHODS Navigation method as one of Differential GPS, authority table Dead Reckoning tied to Transit satellite fixes + dGPS, Dead Reckoning tied to Transit satfixes plus stand-alone GPS, Radio navigation, Dead Reckoning tied to Transit satellite fixes, Standalone GPS (subject to SA), Satellite Doppler + AVLF radio nav, Celestial + Dead Reckoning between fixes, GPS with P-Code access depth 7,7,N,2 n/a No Depth in metres, always negative cc_depth 7,7,N,2 n/a No Depth in metres, always negative, Carter corrected tot_grav 9,9,N,1 n/a No Gravity reading fa_anom 9,9,N,1 n/a No Free air anomaly tot_mag 8,8,N,1 n/a No Magnetic reading igrf_anom 8,8,N,1 n/a No Bouger anomaly date 8,10,D n/a No Date of reading time 8,10,D n/a No Time of reading

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 125 Swath boundaries

Name SWATHBDY Description Ship swath mapping boundaries Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Swath area SWATH_AREA An area that has been swath mapped feature, ufi, survey_no Swath void SWATH_VOID A void in an area that has been swath mapped feature, ufi Arc Swath boundary SWATH_BDY The boundary line of an area that has been swath feature, ufi mapped Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes SWATH_AREA, Feature type SWATH_VOID ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete survey_no 10,10,C upper Yes, for swath areas Survey number Arc feature 12,12,C upper Yes SWATH_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 126 Offshore boundaries

Name OFFSHBDY Description Offshore boundaries Type Line coverage

Object Feature Class Feature Feature Definition Attributes Arc Offshore boundary OFFSH_BDY The boundary line of a National or State feature, ufi, bdy_type, source, date, desc, nation, lcs, comment jurisdiction area

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes OFFSH_BDY Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for that feature type in that 1 million coverage bdy_type 25,25,C upper Yes 3M, 12M, 24M, 200M, 350M, Boundary type M stands for nautical miles. ZOC stands for zone 2500+100M, HEDBERG, of cooperation, IB stands for international ADJACENT, BOX, ZOC, IB, boundary PRE1997, EEZ source 20,20,C mixed Yes The organisation from which the data is supplied date 8,10,D n/a Yes The date when the data is received by AGSO desc 60,60C mixed No Description of the offshore boundary nation 20,20,C upper No SOLOMON ISLANDS, Nation claiming jurisdiction on the other side of FRANCE, PAPUA NEW the boundary GUINEA, INDONESIA, NORWAY, NEW ZEALAND lcs 1,1,C upper Yes, where the Y, N Limit of Legal Continental Shelf (LCS) boundary forms the legal continental shelf comment 254,254,C mixed No Any comment, perhaps to clarify the status of the boundary

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 127 Earthquake epicentres

Name EQUAKES Description Earthquake epicentres Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Earthquake QUAKE_EPIC Epicenter of an earthquake feature, ufi, magnitude, depth, date, time, source epicentre NT

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes QUAKE_EPICNT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete magnitude 5,5,N,2 n/a No The maximum of all measured magnitude values (Richter scale) of the earthquake depth 5,5,N,1 n/a No Focal depth of the earthquake (in metres) from the mean sea level (MSL) date 8,10,D n/a No Date when the earthquake occurred time 11,11,C n/a No Universal Coordinated Time (UTC) when the Time must be given as hh:mm:ss (24-hour earthquake occurred e.g. 13:50:24.10 format) source 150,150,C mixed No QUAKES.SOURCES Seismographic agency or a reference that authority table provided information about the earthquake

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 128 Landslides

Name LANDSLID Description Landslides Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point LANDSLIDE A location where a landslide occurred feature, ufi, lsno, location, date, class, synopsis1, synopsis2 occurrence

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes LANDSLIDE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete lsno 4,4,I n/a Yes Landslide number Unique landslide number from the LANDSLID database location 175,175,C mixed Yes Description of the location date 8,10,D n/a No Date when the landslide occurred If day or month is unknown, their values are set to the first day in a month, or the first month of a year respectively. If year is unknown, the date value is null. class 70,70,C mixed Yes synopsis1 250,250,C mixed Yes Description of the caused damage synopsis2 250,250,C mixed No Description of the caused damage (second part)

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 129 Australian Fundamental Gravity Network stations

Name AFGNSTN Description This dataset contains the locations of the Australian Fundamental Gravity Network stations Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Australian AFGN_STAT Location of the AFGN station feature, ufi, latitude, longitude, datum, stationno, statn_name, statn_type Fundamental Gravity Network Station

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes AFGN_STAT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete latitude 10,10,N,6 n/a Yes Precise latitude of station in decimal degrees longitude 11,11,N,6 n/a Yes Precise longitude of station in decimal degrees datum 5,5,C upper Yes Precise datum of station coordinates stationno 12,12,I n/a Yes A unique Oracle generated number for the gravity station statn_name 30,30,C mixed Yes Name of the station statn_type 20,20,C mixed Yes GRAVITY.STATIONTYPES Type of the station authority table

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 130 Index of Gravity Geophysical Surveys

Name GRAVSRV Description The gravity surveys index presents a summary of the essential specifications of gravity surveys held in the National Gravity Database. Type Region coverage

Object Feature Class Feature Feature Definition Attributes region Gravity survey GRAV_SURV The extents of the gravity survey feature, ufi, surveyid, name, surveytype, operator, contractor, processor, startdate, enddate, vesseltype, EY spacemin, spacemax, accuracy, stations, acc_gu, acc_hght

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Region.su feature 12,12,C upper Yes GRAV_SURVEY Feature type rveys ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete surveyid 6,6,I n/a Yes A unique Oracle generated number for each survey name 66,66,C mixed Yes Name of the survey surveytype 8,8,C lower Yes land, sea, air Indicator of whether survey was conducted on land, sea or air operator 60,60,C mixed Yes Name of the people who wanted the survey done contractor 60,60,C mixed Yes Name of the people that physically collected the data processor 60,60,C mixed Yes Name of company that processed the data (If AGSO the name of the person is included) startdate 8,10,D n/a Yes Start date of survey enddate 8,10,D n/a Yes End date of survey vesseltype 30,30,C mixed Yes Type of vessel used to collect the data spacemin 10,10,N,1 n/a Yes Minimum space between stations in metres spacemax 10,10,N,1 n/a Yes Maximum space between stations in metres accuracy 7,7,N,2 n/a Yes The accuracy of the positioning method stations 6,6,I n/a Yes A positive integer The number of the stations in the survey acc_gu 7,7,N,2 n/a Yes Accuracy of the gravity values in micrometers acc_hght 8,8,N,3 n/a Yes Accuracy of the height in metres

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 131 Index of Airborne Geophysical Surveys

Name AIRBSRV Description The Airborne Geophysical Survey Index presents a summary of the essential specifications of airborne geophysical surveys held in the National Airborne Geophysical Surveys Database. Type Region coverage as REGION.SURVEYS

Object Feature Class Feature Feature Definition Attributes Region Airborne survey AIRB_SURVE The extents of the airborne geophysical survey feature, ufi, project, survey, data, digital, type, crafttype, start, end, operator, minspacing, maxspacing, Y contractor, processor, agl, asl, linekm, released, sampleint, lines, direction, xtalvol, upxtalvol, craftname, tiekm, totalkm, areakm, tiespacing

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Region feature 12,12,C upper Yes AIRB_SURVEY Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete project 5,5,I n/a Yes Unique survey identifier survey 80,80,C mixed Yes The name of the survey data 30,30,C mixed Yes Mag, Rad, Elev, Rad-256ch, Geophysical data acquired (both analogue and FD_EM, TD_EM digital) in the survey: Mag - total magnetic intensity, Rad - 4 channel gamma-ray data, Elev - elevation, Rad-256ch - 256 channels of gamma-ray data, FD_EM - frequency domain electromagnetics, TD_EM - time domain electromagnetics digital 30,30,C mixed No Mag, Rad, Elev, Rad-256ch, Indicates digital geophysical data available for a FD_EM, TD_EM survey: Mag - total magnetic intensity, Rad - 4 channel gamma-ray data, Elev - elevation, Rad- 256ch - 256 channel gamma-ray data, FD_EM - frequency domain electromagnetics, TD_EM - time domain electromagnetics type 15,15,C mixed No regional, detailed, semi- Type of the survey detailed crafttype 15,15,C mixed No Type of the aircraft used to collect the data start 8,10,D n/a No Beginning date of the survey end 8,10,D n/a No Ending date of the survey operator 30,30,C mixed No The organisation which owns the survey data (and usually who commissioned the survey). This is from whom the data can be purchased minspacing 6,6,I n/a Yes Minimum space between traverses in metres maxspacing 6,6,I n/a No Maximum space between traverses in metres contractor 30,30,C mixed No The organisation which acquired the survey data (i.e. who flew the survey) processor 30,30,C mixed No The organisation which processed the survey data agl 6,6,I n/a No The height of acquisition of the survey data above the ground surface in metres

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 132 asl 6,6,I n/a No The height of acquisition of the survey data above sea level in metres linekm 8,8,I n/a No Actual distances flown in on-line data acquisition released 8,10,D date No The release date at which the data were available from the survey operator sampleint 6,6,I n/a No Sample interval along line in metres lines 6,6,I n/a No Total number of lines in the survey direction 3,3,I n/a No The direction of the survey lines in degrees from true north xtalvol 8,8,I n/a No The volume of the gamma-ray spectometer downward looking crystals in litres upxtalvol 6,6,I n/a No The volume of the gamma-ray spectometer upward looking crystals in litres craftname 30,30,C mixed No The name or call-sign of the aircraft tiekm 8,8,I n/a No Tie kilometres flown in on-line acquisition totalkm 9,9,I n/a No Total kilometres flown in on-line acquisition areakm 9,9,I n/a No The area of the actual survey in square km tiespacing 8,8,I n/a No The tie (cross-line) separations in metres. Where there are several line spacings for a survey, the minimum and maximum are given

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 133 Buildings

Name BUILDNG Description Buildings Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Building BUILDING A permanent fixture built for occupation in relation feature, ufi, industry, category, type, construct, anzluc, desc, lot_plan, name, address, suburb, state, to specific activity postcode, owner, source, unique_id, elevation, slope, aspect, floor_hgt, storeys, basements, walls, roof, roof_shape, roof_pitch, windows, plan_reg, vert_reg, reg_year, bldg_year, units1, units2, units3, method, std50, std100, std500, std1000, std10000, fld50, fld100, fld500, fld1000, fld10000, v_zone, velocity, comments, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes BUILDING Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete industry 16,16,C upper Yes See the supplementary The major subdivision of the features based on feature attribute table the activity associated with the building category 32,32,C upper Yes See the supplementary A category of the industry feature attribute table type 32,32,C upper Yes See the supplementary The type of the building with respect to its usual feature attribute table function and/or usage construct 16,16,C upper No See the supplementary The main type of the building construction feature attribute table anzluc 4,4,I n/a Yes, except for the void As specified in the AS/NZS Australian and New Zealand Land Use Code 4584:1999 standard (ANZLUC) e.g. 4567 desc 254,254,C mixed Yes, except for the void As specified in the AS/NZS A description of an ANZLUC feature type e.g. 4584:1999 standard ’Land used for the joint or combined headquarters for the command and control of emergency services.’ Addressing information attributes lot_plan 16,16,C upper No The lot-on-plan description of the parcel of land on which the feature object is located. Derived by computer from the DCDB and/or council data name 64,64,C upper No The name of the feature, if known address 40,40,C upper Yes The physical location of the feature as defined by the addressing system e.g. a street and a number suburb 60,60,C upper Yes The name of the suburb, place or locality where the feature is situated. state 3,3,C upper Yes, only if country is ACT, NSW, QLD, VIC, WA, The name of the State or the Territory where the Australia SA, NT, TAS feature is situated. postcode 4,4,I n/a Yes, only if country is Valid Australian postcode The official postcode for the feature address Australia numbers Identification attributes and link to the data provider owner 32,32,C mixed No An organisation or person(s) to whom the facility belongs

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 134 source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying an The unique_id refers to the identification system source entity, and assigned once only of the data provider specified as the source and must not be changed Environmental attributes elevation 7,7,N,2 n/a Yes Height of the ground above the Australian Height Datum (AHD) at the centre of the feature. Derived from a digital elevation model (DEM) slope 2,2,I n/a Yes 3, 6, 12, 17, 30, 90 Average slope of the property derived from the The values are derived from AS1170.2:1989 DEM as slopes from 0 to 3 degrees (3), from 3 (Wind loads) to 6 degrees (6), from 6 to 12 degrees (12), from 12 to 17 degrees (17), from 17 to 30 degrees (30) and from 30 to 90 degrees (90) aspect 2,2,C upper Yes N, NE, E, SE, S, SW, W, Direction to which the property faces, derived NW, O from a digital elevation model (DEM) as north (N), north-east (NE), east (E), south-east (SE), south (S), south-west (SW), west (W), north- west (NW), omnidirectional or flat (O) Structural attributes floor_hgt 3,3,N,1 n/a Yes Height of the floor above ground level estimated A value of 0.3 indicates a slab construction. A to the nearest 10 cm default value of 0.3 is also used where field observed data are not available storeys 2,2,I n/a Yes An integer number between The number of storeys above ground Number ‘1’ means a ground storey 1 and 99 basements 1,1,I n/a Yes An integer number between The number of levels in the basement 1 and 9 walls 20,20,C upper Yes BRICK, FIBRO, MASONRY, Material from which the features walls are METAL, PRE-CAST constructed. One of the following: brick (BRICK), CONCRETE, REINFORCED fibro (FIBRO), masonry (MASONRY), metal CONCRETE, STONE, (METAL), pre-cast concrete slab (PRE-CAST TIMBER CONCRETE), reinforced concrete frame (REINFORCED CONCRETE), stone (STONE) or timber (TIMBER) roof 8,8,C upper Yes CONCRETE, FIBRO, Material from which the roof is constructed. One METAL, TILE, TIMBER of the following: concrete (CONCRETE), fibro (FIBRO), metal (METAL), tiles (TILE) or timber (TIMBER) roof_shape 5,5,C upper Yes GABLE, HIP Predominant roof shape as hip ended (HIP) or Flat roofs are automatically gable ended gable ended (GABLE) roof_pitch 4,4,C upper Yes HIGH, LOW, FLAT Roof pitch. One of the following: high (HIGH), High is defined as more than 1:4 slope, while low low (LOW) or flat (FLAT). The classification is is less than 1:4 slope. Tiled roofs are based on the thresholds recommended by Greg automatically high pitch. Reardon of the James Cook University Cyclone Testing Station to differentiate slopes that will have greater (low slope) or lesser (high slope) 'lift' from strong winds windows 5,5,C upper Yes LARGE, SMALL, NONE, The relative size of individual windows. One of The classification LARGE is used where more OPEN the following: large windows or glass doors than 75% of wall height is occupied by glass in a (LARGE), small windows (SMALL), no windows given window or door (NONE) or open walls (OPEN)

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 135 plan_reg 9,9,C upper Yes REGULAR, IRREGULAR, Plan regularity - an observation of the Regular is defined as essentially square or UNKNOWN planimetric geometry of the building. One of the rectangular. Irregular is for ’T’, ’L’, ’U’ shaped or following: regular (REGULAR), irregular other irregular shaped buildings. The (IRREGULAR) or unknown (UNKNOWN) classification is based on Figure A1 of AS 1170.4:1993 (Earthquake loads). If collateral evidence exists of other forms of vertical irregularity (e.g. mass resistance eccentricity or discontinuity of diaphragm stiffness) then the appropriate value should be used with details placed in the COMMENTS field vert_reg 9,9,C upper Yes REGULAR, IRREGULAR, Vertical regularity - an observation of the vertical The classification is based on Figure 2A of AS UNKNOWN geometry regularity and stiffness ration (e.g. 1170.4:1993 (Earthquake loads). ’Queenslander’ ’soft storey’ construction). One of the following: style houses or ’six pack’ blocks of flats in which regular (REGULAR), irregular (IRREGULAR) or the main mass of the building is elevated on unknown (UNKNOWN) posts or piles and the open under-space occupied by garages etc. should be coded as irregular. If collateral evidence exists of other forms of vertical irregularity (e.g. in mass ratio irregularity caused by roof-top swimming pool) then the appropriate code should be used with details placed in the COMMENTS field reg_year 4,4,I upper Yes 1950, 1960, 1970, 1980, Estimated period of construction. One of the In general terms these dates reflect significant 1990, 2000 following: built before 1960 (1950), between changes in building regulations and/or practice 1960 and 1970 (1960), between 1970 and 1980 (e.g. first wind loading code introduced in 1975, (1970), between 1980 and 1990 (1980), between upgraded in 1984-85; earthquake loading code 1990 and 2000 (1990) or after 2000 (2000) for domestic structures effective by 1995; brick veneer construction techniques became vogue after 1955) bldg_year 4,4,I n/a No A positive integer number Year in which the building was completed Used only where adequate council records are less than or equal to the available or where there is other evidence such current year as a heritage plaque units1 2,2,I n/a Yes An integer number between The number of separate occupiable dwelling Estimated to be at least 95% accurate where 0 and 99 inclusive units (discrete flats, apartments, town houses, recorded. Typically based on a count of letter motel/motel suites, etc.) with the lowest dwelling boxes; some data for commercial space (not including laundries, garages, etc.) accommodation taken from material provided by located on the ground floor (level 1) the operator of the feature or from accommodation guides units2 2,2,I n/a Yes An integer number between The number of separate occupiable dwelling As for the UNITS1 field 0 and 99 inclusive units with the lowest dwelling space located on the second level. Other parameters as for the UNITS1 field units3 3,3,I n/a Yes An integer number between The number of separate occupiable dwelling As for the UNITS1 field. Units at the third or any 0 and 999 inclusive units with the lowest dwelling space located on higher level are added the third or higher levels. Other parameters as for the UNITS1 field method 12,12,C upper Yes OBSERVED, ESTIMATED, An indication of the source of the detailed data. INTERPRETED, One of the following: observed - field collected UNKNOWN (OBSERVED), estimated - based on sample or cursory observation (ESTIMATED), interpreted from aerial photos and satellite imagery (INTERPRETED) and unknown – yet to be collected (UNKNOWN) Risk assessment attributes

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 136 std50 1,1,C upper Yes A, B, C Exposure of building to a 2% Annual Exceedence Probability (AEP) storm tide as more than 1 m over floor level (A), water over floor level but less than 1 m (B) and water on property but not over floor level (C) std100 1,1,C upper Yes A, B, C Exposure of building to 1% AEP storm tide with coding as for the item ARI50 std500 1,1,C upper Yes A, B, C Exposure of building to 0.2% AEP storm tide with coding as for the item ARI50 std1000 1,1,C upper Yes A, B, C Exposure of building to 0.1% AEP storm tide with coding as for the item ARI50 std10000 1,1,C upper Yes A, B, C Exposure of building to 0.01% AEP storm tide with coding as for the item ARI50 fld50 1,1,C upper Yes A, B, C Exposure of building to a 2% Annual Exceedence Probability (AEP) flood as more than 1 m over floor level (A), water over floor level but less than 1 m (B) and water on property but not over floor level (C) fld100 1,1,C upper Yes A, B, C Exposure of building to 1% AEP flood with coding as for the item FLD50 fld500 1,1,C upper Yes A, B, C Exposure of building to 0.2% AEP flood with coding as for the item FLD50 fld1000 1,1,C upper Yes A, B, C Exposure of building to 0.1% AEP flood with coding as for the item FLD50 fld10000 1,1,C upper Yes A, B, C Exposure of building to 0.01% AEP flood with coding as for the item FLD50 v_zone 5,5,N,2 n/a Yes Discounting value applied to sea wave height on Values used are 0.8 m in the first 150 metres of top of surge height and wave setup to estimate land inland from the , 0.4 in the second 150 increased inundation level. The values were metres and 0.2 in the third 150 m inland from the derived from data provided in Smith, D.I. and coast. Greenway, M.A. (1994) Tropical Storm Surge, Damage Assessment and Emergency Planning: A Pilot Study for Mackay, Queensland, Resource and Environment Studies No. 8, Centre for Resource and Environmental Studies, Australian National University, Canberra, Australia velocity 4,4,I n/a Yes 0, 750, 1500 Distance from the coast. One of the following: These are more or less arbitrary values except within 750 m of the coast (0), 750 to 1,500 m that the 750 m threshold is, according to Smith from the coast (750) and greater than 1,500 m and Greenway (1994), the distance by which sea from the coast (1500) wave velocity is largely dissipated Other attributes comments 254,254,C mixed No Additional comments or information about the feature plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 137 Allowable Instances

Feature Class Feature Industry Category Type Construction Building BUILDING ACCOMMODATION DOMICILE, LODGING HOTEL, MOTEL, RESORT, HOSTEL, SINGLE, ATTACHED, MULTIPLE, CARAVAN PARK, HOUSE, UNIT DUPLEX BUSINESS FOOD, BEVERAGE, WHITEGOODS, OFFICE, SHOP, MALL, MARKET, AUTOMOTIVE, ELECTRONICS, CLOTHING, SUPERMARKET, SERVICE STATION FOOTWEAR, HARDWARE, FURNITURE, MACHINERY, BUILDING COMMUNITY ART, SPORT, RELIGION, HISTORY, GALLERY, HALL, LIBRARY, MONUMENT, SCIENCE, NEWS, ENTERTAINMENT, MUSEUM, TOILET, WORSHIP PLACE, GENERAL CLUB, GRANDSTAND, STADIUM, AQUATIC CENTRE, BROADCAST STATION, CENTRE EDUCATION UNIVERSITY, COLLEGE, CONVENT, OFFICE, THEATRE, CLASSROOM, HALL, SCHOOL, PRE-SCHOOL, CHILDCARE LIBRARY, CAMPUS, CENTRE GOVERNMENT LOCAL, STATE, FEDERAL OFFICE, SHOP MANUFACTURING FOOD, BEVERAGE, WHITEGOODS, FACTORY, PLANT, MILL, BARN AUTOMOTIVE, ELECTRONICS, TEXTILE, CLOTHING, FOOTWEAR, LEATHER, TIMBER, PAPER, METAL, HARDWARE, FURNITURE, MACHINERY, BUILDING, PRINTING, PETROCHEMICALS, CHEMICALS MEDICAL DENTIST, DOCTOR, SPECIALIST, NURSE, HOSPITAL, SURGERY, CENTRE, HOME, VET CLINIC, HOSPICE SAFETY AMBULANCE, DEFENCE, FIRE, POLICE, STATION, HEAD QUARTERS, BARRACKS SES STORAGE FOOD, FUEL, CHEMICALS DEPOT, WAREHOUSE TRANSPORT BUS, RAIL, SHIP, AIR STATION, TERMINAL UTILITY ELECTRICITY, GAS, SEWERAGE, STATION, TOWER, EXCHANGE, TELECOMMUNICATIONS, WATER RESERVOIR, PLANT

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 138 Urban areas

Name URBAN Description Urban areas Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Urban area URBAN Urban area e.g. town or city where limits are feature, ufi, agso_code, class, desc, name, plotrank properly mapped Arc Urban boundary URBAN_BDY Urban area boundary feature, ufi, agso_code, class, desc, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes URBAN Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a urban area e.g. BROKEN HILL plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes URBAN_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 139 Roads

Name ROAD Description Roads and associated infrastructure Type Line coverage

Object Feature Class Feature Feature Definition Attributes Arc Road ROAD A line or transport link normally used by vehicles feature, ufi, name, type, dual, lanes, oneway, std50, std100, std500, std1000, std10000, fld50, fld100, fld500, fld1000, fld10000

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes ROAD Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete name 64,64,C upper Yes The name of the feature e.g. FEDERAL HIGHWAY type 16,16,C upper No HIGHWAY, ROAD, TRACK, A classification based on a designated size, TRAIL traffic volume capacity and the nominal rate of flow of traffic dual 1,1,C upper No Y, N Indicates whether the feature type is a dual (Y) or single (N) carriage way lanes 1,1,I n/a No A positive integer between 1 The number of lanes (on one carriage way) for and 4 the feature oneway 1,1,C upper No Y, N Indicates whether traffic is allowed in only one Must be ‘Y’ if the dual carriage way attribute is direction ‘N’ std50 1,1,C upper Yes A, B, C Exposure of building to a 2% Annual Exceedence Probability (AEP) storm tide as more than 1 m over floor level (A), water over floor level but less than 1 m (B) and water on property but not over floor level (C) std100 1,1,C upper Yes A, B, C Exposure of building to 1% AEP storm tide with coding as for the item ARI50 std500 1,1,C upper Yes A, B, C Exposure of building to 0.2% AEP storm tide with coding as for the item ARI50 std1000 1,1,C upper Yes A, B, C Exposure of building to 0.1% AEP storm tide with coding as for the item ARI50 std10000 1,1,C upper Yes A, B, C Exposure of building to 0.01% AEP storm tide with coding as for the item ARI50 fld50 1,1,C upper Yes A, B, C Exposure of building to a 2% Annual Exceedence Probability (AEP) flood as more than 1 m over floor level (A), water over floor level but less than 1 m (B) and water on property but not over floor level (C) fld100 1,1,C upper Yes A, B, C Exposure of building to 1% AEP flood with coding as for the item FLD50 fld500 1,1,C upper Yes A, B, C Exposure of building to 0.2% AEP flood with coding as for the item FLD50 fld1000 1,1,C upper Yes A, B, C Exposure of building to 0.1% AEP flood with coding as for the item FLD50 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 140 fld10000 1,1,C upper Yes A, B, C Exposure of building to 0.01% AEP flood with coding as for the item FLD50

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 141 Railways

Name RAIL Description Railways and associated infrastructure Type Line coverage

Object Feature Class Feature Feature Definition Attributes Arc Railway RAILWAY A line or transport link normally used by trains feature, ufi, name, type, dual

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes RAILWAY Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete name 64,64,C upper No The name of the feature e.g. SYDNEY - From the largest (most populated) to the NEWCASTLE smallest destination type 16,16,C upper No BROAD, STANDARD, A classification based on the railway gauge NARROW, OTHER dual 1,1,C upper No Y, N Indicates whether the feature type is a dual (Y) or single (N) carriage way

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 142 Assessment of the exposure to flood at a spot height

Name SPOTFLD Description Spot heights associated with the urban features, such as roads and railways, and used for assessment of the exposure of the features to flooding Type Point coverage

Object Feature Class Feature Feature Definition Attributes Point Spot height SPOTHGT A spot height (known elevation) feature, ufi, location, elevation, std50, std100, std500, std1000, std10000, fld50, fld100, fld500, fld1000, fld10000

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Point feature 12,12,C upper Yes SPOTHGT Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete location 12,12,C upper Yes, if on a road or ROAD, RAILWAY A location of the spot height for which flood railway features assessment is made elevation 7,7,N,2 n/a Yes Height of the ground above the Australian Height Datum (AHD) at the feature. Derived from a digital elevation model (DEM) std50 1,1,C upper Yes A, B, C Exposure of building to a 2% Annual Exceedence Probability (AEP) storm tide as more than 1 m over floor level (A), water over floor level but less than 1 m (B) and water on property but not over floor level (C) std100 1,1,C upper Yes A, B, C Exposure of building to 1% AEP storm tide with coding as for the item ARI50 std500 1,1,C upper Yes A, B, C Exposure of building to 0.2% AEP storm tide with coding as for the item ARI50 std1000 1,1,C upper Yes A, B, C Exposure of building to 0.1% AEP storm tide with coding as for the item ARI50 std10000 1,1,C upper Yes A, B, C Exposure of building to 0.01% AEP storm tide with coding as for the item ARI50 fld50 1,1,C upper Yes A, B, C Exposure of building to a 2% Annual Exceedence Probability (AEP) flood as more than 1 m over floor level (A), water over floor level but less than 1 m (B) and water on property but not over floor level (C) fld100 1,1,C upper Yes A, B, C Exposure of building to 1% AEP flood with coding as for the item FLD50 fld500 1,1,C upper Yes A, B, C Exposure of building to 0.2% AEP flood with coding as for the item FLD50 fld1000 1,1,C upper Yes A, B, C Exposure of building to 0.1% AEP flood with coding as for the item FLD50 fld10000 1,1,C upper Yes A, B, C Exposure of building to 0.01% AEP flood with coding as for the item FLD50

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 143 Electrical power grid

Name POWER Description Electrical power grid Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Cable CABLE An assembly of electrical wires within or without a feature, ufi, util_type, rating, circuit, undergrnd, owner, source, unique_id, plotrank composite sheath Point Pole POLE A vertical structure with attachments for cable feature, ufi, util_type, rating, material, type, circuit, owner, source, unique_id, plotrank support Tower TOWER A vertical lattice structure with attachments for feature, ufi, util_type, rating, material, type, circuit, owner, source, unique_id, plotrank cable support

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 144 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes CABLE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes ELECTRICITY Primary service or product of the feature rating 5,5,I n/a No Voltage under nominal or normal operating Units in kilovolts (kV) condition circuit 8,8,C upper No SINGLE, DOUBLE Indicates whether the feature represents a single (3 cables) or double (6 cables) circuit undergrnd 1,1,C upper No Y, N Indicates whether the feature is underground (Y) or above ground (N) owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features Point feature 12,12,C upper Yes POLE, TOWER Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes ELECTRICITY Primary service or product of the feature rating 5,5,I n/a No Voltage associated with the cables supported by Units in kilovolts (kV) the feature material 20,20,C upper No CONCRETE, METAL, The substance or substances of which the TIMBER feature is made type 16,16,C upper No I, A, H, NARROW, BROAD, The type of the feature For poles only: I, A, H, PORTAL CATS HEAD, PORTAL For towers only: NARROW, BROAD, CATS HEAD, PORTAL circuit 8,8,C upper No SINGLE, DOUBLE Indicates whether the feature supports a single (3 cables) or double (6 cables) circuit cable configuration owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 145 Water network

Name WATER Description Potable water distribution network Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Pipe PIPE Hollow structure for conveying water, usually feature, ufi, util_type, rating, size, material, undergrnd, owner, source, unique_id, plotrank potable Point Hydrant HYDRANT An external connection point for accessing the feature, ufi, util_type, rating, owner, source, unique_id, plotrank water Pump PUMP A device that increases pressure or flow of the feature, ufi, util_type, rating, owner, source, unique_id, plotrank water Valve VALVE A device for controlling flow of the water feature, ufi, util_type, rating, owner, source, unique_id, plotrank

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 146 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes PIPE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes WATER Primary service or product of the feature rating 5,5,I n/a No Volume of flow under nominal or normal Units in cubic metres per second (m3/s) operating condition size 4,4,I n/a No Diameter of the feature Units in millimetres (mm) material 20,20,C upper No CONCRETE, METAL, The substance or substances of which the PLASTIC feature is made undergrnd 1,1,C upper No Y, N Indicates whether the feature is underground (Y) or above ground (N) owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features Point feature 12,12,C upper Yes HYDRANT, PUMP, VALVE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes WATER Primary service or product of the feature rating 5,5,I n/a No Water pressure under nominal or normal Units in kilo-Pascal (kP) operating condition owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 147 Sewerage network

Name SEWER Description Sewerage network Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Channel CHANNEL Open structure for conveying sewerage or feature, ufi, util_type, rating, size, owner, source, unique_id, plotrank untreated water Pipe PIPE Hollow structure for conveying the sewerage feature, ufi, util_type, rating, size, material, undergrnd, owner, source, unique_id, plotrank Point Pump PUMP A device that increases pressure or flow of the feature, ufi, util_type, rating, owner, source, unique_id, plotrank sewerage Valve VALVE A device for controlling flow of the sewerage feature, ufi, util_type, rating, owner, source, unique_id, plotrank

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 148 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes CHANNEL, PIPE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes SEWER Primary service or product of the feature rating 5,5,I n/a No Volume of flow under nominal or normal Units in cubic metres per second (m3/s) operating condition size 4,4,I n/a No Dimensions of the feature, such as diameter of a Units in millimetres (mm) pipe or width of a channel material 20,20,C upper No CONCRETE, METAL, The substance or substances of which the PLASTIC, STONE feature is made undergrnd 1,1,C upper No Y, N Indicates whether the feature is underground (Y) or above ground (N) owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying an The unique_id refers to the identification system source entity, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features Point feature 12,12,C upper Yes PUMP, VALVE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes SEWER Primary service or product of the feature rating 5,5,I n/a No Sewerage pressure under nominal or normal Units in kilo-Pascal (kP) operating condition owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 149 Natural gas distribution network

Name GAS Description Natural gas distribution network Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Pipe PIPE Hollow structure for conveying natural gas feature, ufi, util_type, rating, size, material, undergrnd, owner, source, unique_id, plotrank Point Regulator REGULATOR A device that controls pressure of natural gas feature, ufi, util_type, rating, owner, source, unique_id, plotrank Valve VALVE A device for controlling flow of natural gas feature, ufi, util_type, rating, owner, source, unique_id, plotrank

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 150 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes PIPE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes GAS Primary service or product of the feature rating 5,5,I n/a No Volume of flow under nominal or normal Units in cubic metres per second (m3/s) operating condition size 4,4,I n/a No Diameter of the feature Units in millimetres (mm) material 20,20,C upper No METAL, PLASTIC The substance or substances of which the feature is made undergrnd 1,1,C upper No Y, N Indicates whether the feature is underground (Y) or above ground (N) owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features Point feature 12,12,C upper Yes REGULATOR, VALVE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes GAS Primary service or product of the feature rating 5,5,I n/a No Pressure under nominal or normal operating Units in kilo-Pascal (kP) condition owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 151 Pipelines

Name PIPELINE Description Oil and gas pipelines Type Line coverage

Object Feature Class Feature Feature Definition Attributes Arc Pipe PIPELINE A facility for transport of oil or gas feature, ufi, name, type, status, operator

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes PIPELINE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete name 40,40,C upper No Name of the pipeline type 8,8,C upper Yes OIL, GAS A resource transported by the pipeline status 16,16,C mixed Yes Operational, Construction, Status of the feature in terms of provision of Planned, Abandoned service operator 40,40,C mixed Yes The pipeline operator Use ’Unknown’ if not known

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 152 Oil and gas fields

Name OILFLDS Description Oil and gas production fields Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Oil or gas field FIELD An area where oil or gas are exploited feature, ufi, name, type, status, operator Arc Oil or gas field FIELD_BDY Boundary of the oil or gas field feature, ufi boundary Frame FRAME The edge of the study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Region feature 12,12,C upper Yes FIELD Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete name 40,40,C upper Yes Name of the field type 8,8,C upper Yes OIL, GAS Indicates whether it is an oil or gas field (or both) If the feature is both oil and gas field then list both values in the most significant order, separated by a comma status 16,16,C mixed Yes Production, Planned Development status of the field operator 40,40,C mixed Yes The operator of the field Use ’Unknown’ if not known Arc feature 12,12,C upper Yes FIELD_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 153 Telecommunications infrastructure

Name TELECOM Description Telecommunications infrastructure Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Cable CABLE An assembly of wires or optical fibres within a feature, ufi, util_type, rating, material, undergrnd, owner, source, unique_id, plotrank composite sheath Point Pole POLE A vertical structure with attachments for cable feature, ufi, util_type, rating, material, type, owner, source, unique_id, plotrank support Tower TOWER A vertical lattice structure with attachments for feature, ufi, util_type, rating, material, type, owner, source, unique_id, plotrank cable support

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 154 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes CABLE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes TELECOMMUNICATIONS Primary service or product of the feature rating 5,5,I n/a No Nominal data flow Units in megabits per second (Mb/s) material 20,20,C upper No FIBEROPTIC, COPPER The substance or substances of which the feature is made undergrnd 1,1,C upper No Y, N Indicates whether the feature is underground (Y) or above ground (N) owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features Point feature 12,12,C upper Yes POLE, TOWER Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete util_type 16,16,C upper Yes TELECOMMUNICATIONS Primary service or product of the feature rating 5,5,I n/a No Value of nominal or normal operating condition, Units in megabits per second (Mb/s) such as data flow, associated with the cables supported by the object material 20,20,C upper No CONCRETE, METAL, The substance or substances of which the TIMBER feature is made type 16,16,C upper No The type of the feature owner 32,32,C mixed Yes An organisation or person(s) to whom the feature belongs source 32,32,C mixed Yes An organisation or person(s) who provided the data unique_id 16,16,C mixed Yes, if provided by the Alphanumeric or other text for identifying the The unique_id refers to the identification system source feature, and assigned once only of the data provider specified as the source and must not be changed plotrank 1,1,I n/a Yes 1, 2, 3 A field used to discriminate plotting (1) from non- plotting (2) and schematic representation (3) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 155 Culture

Name CULT Description Culture Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Road ROAD Highway, secondary road, minor road, vehicle feature, ufi, agso_code, class, desc, name, plotrank track Traverse TRAVERSE Traverse line e.g. seismic traverse feature, ufi, agso_code, class, desc, name, plotrank Railway RAILWAY Railway line in use or abandoned feature, ufi, agso_code, class, desc, name, plotrank Fence FENCE Fence line feature, ufi, agso_code, class, desc, plotrank Air field AIRFIELD Landing ground feature, ufi, agso_code, class, desc, name, plotrank Boundary BOUNDARY Administrative boundary including state or territory feature, ufi, agso_code, class, desc, name, plotrank boundaries Point Populated place POP_PL City, town or village represented as point features feature, ufi, agso_code, class, desc, name, plotrank Aerodrome AERODROME Aerodrome represented as point feature feature, ufi, agso_code, class, desc, name, plotrank Building BUILDING Building, homestead or outstation feature, ufi, agso_code, class, desc, name, plotrank Yard YARD Yard feature, ufi, agso_code, class, desc, name, plotrank

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 156 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes ROAD, TRAVERSE, Feature type RAILWAY, FENCE, AIRFIELD, BORDER ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of the feature e.g. FEDERAL HIGHWAY plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Point feature 12,12,C upper Yes POP_PL, AERODROME, Feature type BUILDING, YARD ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a homestead or building e.g. EL PASO plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 157 Land use

Name LANDUSE Description Land use classification Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Land use unit LANDUSE_A An area where land usage is known and classified feature, ufi, anzluc, type, desc, desc2, desc3, desc4, desc5, plotrank REA Land use void LANDUSE_V An area where land usage is undefined feature, ufi OID Arc Land use LANDUSE_B A boundary of the classified land feature, ufi, plotrank boundary DY Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes LANDUSE_AREA, Feature type LANDUSE_VOID ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete anzluc 4,4,I n/a Yes, except for the void As specified in the AS/NZS Australian and New Zealand Land Use Code 4584:1999 standard (ANZLUC) e.g. 4567 type 80,80,C mixed Yes, except for the void As specified in the AS/NZS A feature type associated with the ANZLUC e.g. 4584:1999 standard ’Emergency Control and Communications Centre’ desc 254,254,C mixed Yes, except for the void As specified in the AS/NZS A description of an ANZLUC feature type e.g. 4584:1999 standard ’Land used for the joint or combined headquarters for the command and control of emergency services.’ desc2 254,254,C mixed No As specified in the AS/NZS An additional field for long descriptions of an 4584:1999 standard ANZLUC feature type desc3 254,254,C mixed No As specified in the AS/NZS An additional field for long descriptions of an 4584:1999 standard ANZLUC feature type desc4 254,254,C mixed No As specified in the AS/NZS An additional field for long descriptions of an 4584:1999 standard ANZLUC feature type desc5 254,254,C mixed No As specified in the AS/NZS An additional field for long descriptions of an 4584:1999 standard ANZLUC feature type plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes LANDUSE_BDY, FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 158 Drainage

Name DRAIN Description Surface drainage and artificial water-retention features Type Line and point coverage

Note If required, flow (vector) direction should be maintained. Nodes should be on all vector intersections.

Object Feature Class Feature Feature Definition Attributes Arc Water course STREAM Any body of running water that moves under feature, ufi, agso_code, class, desc, name, plotrank gravity to progresivelly lower levels, in a relatively narrow but clearly defined channel on the surface of the ground Point Waterhole WATERHOLE A natural hole, hollow, or small depression that feature, ufi, agso_code, class, desc, name, plotrank contain water i.e. agso_codes 2125 and 2127 Rockhole ROCKHOLE A natural hole, hollow, or small depression that feature, ufi, agso_code, class, desc, name, plotrank does not contain water i.e. agso_code 2128 Spring SPRING A place where ground water flows naturally from a feature, ufi, agso_code, class, desc, name, plotrank rock or the soil onto the land surface or into a body of surface water i.e. agso_code 2121 Bore BORE Water bore i.e. agso_codes 2142 to 2146 feature, ufi, agso_code, class, desc, name, plotrank Well WELL Well i.e. agso_code 2147 feature, ufi, agso_code, class, desc, name, plotrank Windpump WINDPUMP Wind pump i.e. agso_code 2141 feature, ufi, agso_code, class, desc, name, plotrank Tank TANK Water tank i.e. agso_codes 2151 to 2153 feature, ufi, agso_code, class, desc, name, plotrank Dam DAM Water dam i.e. agso_code 2154 feature, ufi, agso_code, class, desc, name, plotrank

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 159 Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes STREAM Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a section e.g. RED RIVER plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Point feature 12,12,C upper Yes WATERHOLE, Feature type ROCKHOLE, SPRING, BORE, WELL, WINDPUMP, TANK, DAM ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a waterhole, bore or tank e.g. 9 MILE BORE plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 160 Water bodies

Name WTRBDY Description Water bodies Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Water body SEA Sea feature, ufi, agso_code, class, desc, name, plotrank WATERBODY In-land body of water e.g. lake, lagoon or feature, ufi, agso_code, class, desc, name, plotrank waterhole SWAMP An area of wet spongy ground feature, ufi, agso_code, class, desc, name, plotrank MANGROVES An area of mud covered with dense shrub feature, ufi, agso_code, class, desc, name, plotrank Arc Water boundary WATER_BDY Water boundary feature, ufi, agso_code, class, desc, plotrank Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes SEA, WATERBODY, Feature type SWAMP, MANGROVES ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table name 64,64,C upper No The name of a water body e.g. LAKE GEORGE plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Arc feature 12,12,C upper Yes FRAME, WATER_BDY Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 161 Relief

Name RELIEF Description Relief contours Type Line and point coverage

Object Feature Class Feature Feature Definition Attributes Arc Relief contour CONTOUR A line that connects points of equal value for feature, ufi, agso_code, class, desc, height, plotrank elevation of the land surface above or below datum plane Point Spot height SPOT_HGT A point whose elevation above a given datum has feature, ufi, agso_code, class, desc, height, plotrank been correctly measured on the ground Station STATION Trigonometrical or astronomical station feature, ufi, agso_code, class, desc, height, name, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes CONTOUR Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table height 5,5,I n/a Yes Elevation in metres Minus denotes elevation below mean sea level e.g. -155 plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features Point feature 12,12,C upper Yes SPOT_HGT, STATION Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature table desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table height 5,5,I n/a Yes Elevation in metres Minus denotes elevation below mean sea level e.g. -155 name 64,64,C upper No The name of a trigonometrical or astronomical station plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 162 Name HYPSO Description Relief represented as contours/polygons. Includes bathymetry. Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Basement depth HYPSO_ARE An area where relief height is defined feature, ufi, relheight A Basement void HYPSO_VOID An area where relief height is undefined feature, ufi Arc Basement depth HYPSO_CON Contour line where relief height is defined feature, ufi, relheight, method contour T Basement contour VOID_BDY Where arcs form edge of a relief height void feature, ufi void polygon Frame FRAME The edge of the tile or study area feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes HYPSO_AREA, Feature type Relief height void is used where relief height is HYPSO_VOID not known ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete relheight 6,6,I n/a Yes Relief height in metres Relief height as value of the lowest hypso contour making up the polygon Arc feature 12,12,C upper Yes HYPSO_CONT, Feature type Relief height void is used where relief height is VOID_BDY, FRAME not known ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete relheight 6,6,I n/a Yes Relief height in metres method 32,32,C upper No Method used to determine relief height

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 163 Bathymetry

Name BATHY Description Ocean depth contours Type Line coverage

Object Feature Class Feature Feature Definition Attributes Arc Contour CONTOUR A line that connects points of equal depth on the feature, ufi, agso_code, class, desc, depth, plotrank sub-marine terrain surface

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes CONTOUR Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete agso_code 8,8,I n/a Yes AGSOCODES authority An identification code assigned to the feature as table specified in the AGSOCODES table class 2,2,I n/a Yes AGSOCODES authority A measure of the status of a feature, ie. whether table it has accurate, approximate or concealed status desc 100,100,C mixed Yes AGSOCODES authority A description of the feature table depth 5,5,I n/a Yes Depth in metres, always negative, generally below mean sea level plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 164 Frame

Name FRAME Description Frame for the map face Type Polygon coverage

Object Feature Class Feature Feature Definition Attributes Polygon Frame TILE Frame for the map face feature, ufi Arc Frame FRAME Frame for the map face feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Polygon feature 12,12,C upper Yes TILE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO - 1 when the coverage is complete Arc feature 12,12,C upper Yes FRAME Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 165 Map grid, graticule and border

Name MAPGRID Description Grid and graticule for the map face. Optional border. Type Line and annotation coverage

Object Feature Class Feature Feature Definition Attributes Arc Map grid MAPGRID Grid for the map face feature, ufi Map graticule MAPGRAT Graticule for the map face feature, ufi Border MAPBORD Border for the map face feature, ufi

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes MAPGRID, MAPGRAT, Feature type MAPBORD ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 166 Cross-section line

Name XLINE Description Cross-section line Type Line and annotation coverage

Object Feature Class Feature Feature Definition Attributes Arc Cross-section line XLINE Cross-section line feature, ufi, name, plotrank

Object Field Field Case Compulsory Valid Values Description of Field Rules Name Type Arc feature 12,12,C upper Yes XLINE Feature type ufi 6,6,I n/a Yes A positive integer less than Unique feature identifier (ufi) Must be unique for a feature type in a coverage. 1 million Populated by calculating it equal to RECNO when the coverage is complete name 64,64,C upper No The name of the section e.g. MT ISA SEISMIC SECTION xsect 8,8,C upper Yes Cross-section identifier e.g. AB plotrank 1,1,I n/a Yes 1, 2 A field used to discriminate plotting (1) from non- plotting (2) features

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 167 AGSOCODES

RULES

1. Classification of linear features is governed by geological certainty and positional accuracy. For example, boundaries are established or inferred. Established boundaries may be accurate, approximate or concealed. Inferred boundaries are approximate and may be concealed (deduced, not observed). A concealed but not inferred boundary is one established by sub-surface exploration or is an established boundary beneath cover. 2. AGSO code is an integer number comprised of: the ’section’ to which the feature belongs (first 2 digits), the number of the feature (next 3 digits), and the classification (positional accuracy/geological certainty) of the feature (last 2 digits). 3. Some features only have the ’undefined’, or ’00’, accuracy/certainty codes listed. However, new codes can be created by using the CLASS tables to alter the last two digits of the feature’s AGSO code. 4. The coding system has been designed for use in both digital (GIS) data and to facilitate cartographic symbolisation on maps. For this reason a single feature type e.g. marker bed, may have multiple AGS0 codes because it has multiple symbols. This is not ideal. 5. In digital data, descriptions such as ’tick on younger rocks’ (faults) and ’double arrow indicates steeper limb’ (folds) are meaningless because the cartographic symbolisation is not present. Therefore, as a general rule, the line must be orientated such that particular characteristic described is dextral ie when viewed from the start point to the end point (’FROM’ node to the ’TO’ node) the characteristic described (the younger rocks, or the steeper limb) is on the right. This orientation of the line is often required for cartographic line symbolisation in any case. 6. Dextral is to the right of a line when viewing from the start node. Sinistral is to the left.

LINE CLASSIFICATIONS

Geological classes 00 UNDEFINED 01 ACCURATE 02 APPROXIMATE 03 INFERRED 04 CONCEALED 05 INFERRED-CONCEALED

Geophysical classes 06 PROBABLE 07 SPECULATIVE

Regolith classes 11 BURIED 12 INVERTED 13 EXTRUDED

POINT CLASSIFICATIONS

Use of coding for ’point’ accuracy: 00 UNDEFINED – e.g. map data (could also be 02) 01 ACCURATE – e.g. DGPS, field measurement 02 APPROXIMATE – e.g. GPS, interpreted data, map data

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 168 TYPE AGSO_CODE DESC CLASS DEFNO 00.000 MISCELLANEOUS Line 00 001 00 Tile frame - plotted 00 Line 00 002 00 Tile frame - not plotted 00 Line 00 003 00 Polygon splitting line - not plotted 00 Line 00 004 00 Graphics linework - not plotted 00 Line 00 005 00 Closing line 00 10.000 GEOLOGICAL BOUNDARIES Line 10 001 00 Geological boundary 00 Line 10 001 01 Geological boundary, accurate 10 Line 10 001 02 Geological boundary, approximate 20 Line 10 001 03 Geological boundary, inferred 30 Line 10 001 04 Geological boundary, concealed 40 Line 10 001 05 Geological boundary, inferred, concealed 50 Line 10 002 00 Sedimentary facies boundary 00 Line 10 002 01 Sedimentary facies boundary, accurate 10 Line 10 002 02 Sedimentary facies boundary, approximate 20 Line 10 002 03 Sedimentary facies boundary, inferred 30 Line 10 002 04 Sedimentary facies boundary, concealed 40 Line 10 002 05 Sedimentary facies boundary, inferred, concealed 50 Line 10 003 00 Transitional geological boundary 00 Line 10 004 00 Alluvial boundary 00 Line 10 005 00 Bedrock boundary 00 Line 10 006 00 Geological boundary between intrusive rocks, younger rocks on right 00 Line 10 007 00 Geological region boundary 00 Line 10 008 00 Miscellaneous boundary 00 Line 10 009 00 boundary 00 Line 10 010 00 Alteration zone boundary 00 Line 10 011 00 Metamorphic isograd showing index minerals 00 Line 10 012 00 Metamorphic isograd showing index minerals 00 Line 10 013 00 Palaeogeographic lithology boundary 00 Line 10 014 00 Palaeogeographic environment boundary 00 10.030 UNCONFORMITIES Line 10 030 00 Unconformity. Younger rocks to right 00 Line 10 031 00 Angular unconformity. Younger rocks to right 00 Line 10 032 00 Disconformity. Younger rocks to right 00 Line 10 033 00 Nonconformity. Younger rocks to right 00 Line 10 034 00 Paraconformity. Younger rocks to right 00 Line 10 035 00 Unconformity 00 Line 10 036 00 Angular unconformity 00 Line 10 037 00 Disconformity 00 Line 10 038 00 Nonconformity 00 Line 10 039 00 Paraconformity 00 10.050 GEOLOGICAL MARKERS Line 10 050 00 Marker bed/band 00 Line 10 051 00 Marker bed/band 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 169 Line 10 052 00 Marker bed/band 00 Line 10 053 00 Marker bed/band 00 Line 10 054 00 Thin bed or layer 00 Line 10 055 00 Thin bed or layer 00 Line 10 056 00 Thin bed or layer 00 Point 10 057 00 Small outcrop 00 11.000 FAULTS Line 11 001 00 Fault 00 Line 11 001 01 Fault, accurate 10 Line 11 001 02 Fault, approximate 20 Line 11 001 03 Fault, inferred 30 Line 11 001 04 Fault, concealed 40 Line 11 001 05 Fault, inferred, concealed 50 Line 11 002 00 Fracture or minor fault 00 Line 11 002 01 Fracture or minor fault, accurate 10 Line 11 002 02 Fracture or minor fault, approximate 20 Line 11 002 03 Fracture or minor fault, inferred 30 Line 11 002 04 Fracture or minor fault, concealed 40 Line 11 002 05 Fracture or minor fault, inferred, concealed 50 Line 11 003 00 Vertical fault 00 Line 11 003 01 Vertical fault, accurate 10 Line 11 003 02 Vertical fault, approximate 20 Line 11 003 03 Vertical fault, inferred 30 Line 11 003 04 Vertical fault, concealed 40 Line 11 003 05 Vertical fault, inferred, concealed 50 Line/Pattern 11 004 00 Normal fault. Younger rocks on right 00 Line/Pattern 11 004 01 Normal fault, accurate. Younger rocks on right 10 Line/Pattern 11 004 02 Normal fault, approximate. Younger rocks on right 20 Line/Pattern 11 004 03 Normal fault, inferred. Younger rocks on right 30 Line/Pattern 11 004 04 Normal fault, concealed. Younger rocks on right 40 Line/Pattern 11 004 05 Normal fault, inferred, concealed. Younger rocks on right 50 Line/Pattern 11 005 00 Low-angle normal fault. Younger rocks on right 00 Line/Pattern 11 005 01 Low-angle normal fault, accurate. Younger rocks on right 10 Line/Pattern 11 005 02 Low-angle normal fault, approximate. Younger rocks on right 20 Line/Pattern 11 005 03 Low-angle normal fault, inferred. Younger rocks on right 30 Line/Pattern 11 005 04 Low-angle normal fault, concealed. Younger rocks on right 40 Line/Pattern 11 005 05 Low-angle normal fault, inferred, concealed. Younger rocks on right 50 Line/Pattern 11 006 00 High-angle normal fault. Younger rocks on right 00 Line/Pattern 11 006 01 High-angle normal fault, accurate. Younger rocks on right 10 Line/Pattern 11 006 02 High-angle normal fault, approximate. Younger rocks on right 20 Line/Pattern 11 006 03 High-angle normal fault, inferred. Younger rocks on right 30 Line/Pattern 11 006 04 High-angle normal fault, concealed. Younger rocks on right 40 Line/Pattern 11 006 05 High-angle normal fault, inferred, concealed. Younger rocks on right 50 Line/Pattern 11 007 00 Thrust-fault. Younger rocks on right 00 Line/Pattern 11 007 01 Thrust-fault, accurate. Younger rocks on right 10 Line/Pattern 11 007 02 Thrust-fault, approximate. Younger rocks on right 20 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 170 Line/Pattern 11 007 03 Thrust-fault, inferred. Younger rocks on right 30 Line/Pattern 11 007 04 Thrust-fault, concealed. Younger rocks on right 40 Line/Pattern 11 007 05 Thrust-fault, inferred, concealed. Younger rocks on right 50 Line/Pattern 11 008 00 High-angle thrust-fault. Younger rocks on right 00 Line/Pattern 11 008 01 High-angle thrust-fault, accurate. Younger rocks on right 10 Line/Pattern 11 008 02 High-angle thrust-fault, approximate. Younger rocks on right 20 Line/Pattern 11 008 03 High-angle thrust-fault, inferred. Younger rocks on right 30 Line/Pattern 11 008 04 High-angle thrust-fault, concealed. Younger rocks on right 40 Line/Pattern 11 008 05 High-angle thrust-fault, inferred, concealed. Younger rocks on right 50 Point 11 009 00 Relative vertical displacement of fault, ’up’ side is on right 00 Point 11 010 00 Relative displacement of fault 00 Point 11 011 00 Sense of relative displacement of upper plate of fault 00 Point 11 012 00 Striated slickensides of fault 00 Line 11 013 00 Line of faulted outcrop 00 Line 11 014 00 Post-intrusive fault along intrusive boundary 00 Line 11 015 00 Intrusive boundary along pre-existing fault 00 Line/Pattern 11 016 00 Klippe. Younger rocks on right 00 Point 11 017 00 Dip of fault plane 00 Point 11 018 00 Inclined fault, sense of displacement not known 00 11.020 FAULTS - CRUSHING, SHEARING, SCHISTOSITY Line 11 020 00 Fault with crushing 00 Line 11 021 00 Fault with breccia 00 Line 11 022 00 Fault with filling 00 Line 11 023 00 Shear zone 00 Line 11 024 00 Wide shear zone 00 Line 11 025 00 Mylonite zone 00 Line 11 026 00 Breccia zone (pseudoconglomerate or tectonic melange) 00 Point 11 027 00 Shearing or schistosity 00 Point 11 028 00 Dip of shear zone 00 12.000 DYKES Line 12 001 00 Dyke or vein 00 Line 12 002 00 Dyke or vein 00 Line 12 003 00 Sill 00 Line 12 003 01 Sill, accurate 10 Line 12 003 02 Sill, approximate 20 Line 12 301 01 Dyke, accurate 10 Line 12 301 02 Dyke, approximate 20 Line 12 302 01 Vein, accurate 10 Line 12 302 02 Vein, approximate 20 13.000 FOLDS - MISCELLANEOUS Line 13 001 00 Fold axial surface trace 00 Line 13 001 01 Fold axial surface trace, accurate 10 Line 13 001 02 Fold axial surface trace, approximate 20 Line 13 001 03 Fold axial surface trace, inferred 30 Line 13 001 04 Fold axial surface trace, concealed 40 Line 13 001 05 Fold axial surface trace, inferred, concealed 50 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 171 Point 13 002 00 First folding episode (F1) 01 Point 13 003 00 Second folding episode (F2) 02 Point 13 004 00 Third folding episode (F3) 03 Point 13 005 00 Horizontal fold axis 00 Point 13 006 00 Dip of fold axial surface 00 Point 13 007 00 Plunge of fold axis 00 Point 13 008 00 Direction of facing of fold 00 Line 13 009 00 Trend of closely-spaced folds 00 13.020 FOLDS - ANTICLINES, SYNCLINES Line/Point 13 020 00 Anticline 00 Line/Point 13 020 01 Anticline, accurate 10 Line/Point 13 020 02 Anticline, approximate 20 Line/Point 13 020 03 Anticline, inferred 30 Line/Point 13 020 04 Anticline, concealed 40 Line/Point 13 020 05 Anticline, inferred, concealed 50 Line/Point 13 021 00 Syncline 0 Line/Point 13 021 01 Syncline, accurate 10 Line/Point 13 021 02 Syncline, approximate 20 Line/Point 13 021 03 Syncline, inferred 30 Line/Point 13 021 04 Syncline, concealed 40 Line/Point 13 021 05 Syncline, inferred, concealed 50 Line/Point 13 022 00 Anticline; steeper, thinned limb on right 00 Line/Point 13 022 01 Anticline, accurate; steeper, thinned limb on right 10 Line/Point 13 022 02 Anticline, approximate; steeper, thinned limb on right 20 Line/Point 13 022 03 Anticline, inferred; steeper, thinned limb on right 30 Line/Point 13 022 04 Anticline, concealed; steeper, thinned limb on right 40 Line/Point 13 022 05 Anticline, inferred, concealed; steeper, thinned limb on right 50 Line/Point 13 023 00 Syncline; steeper, thinned limb on right 00 Line/Point 13 023 01 Syncline, accurate; steeper, thinned limb on right 10 Line/Point 13 023 02 Syncline, approximate; steeper, thinned limb on right 20 Line/Point 13 023 03 Syncline, inferred; steeper, thinned limb on right 30 Line/Point 13 023 04 Syncline, concealed; steeper, thinned limb on right 40 Line/Point 13 023 05 Syncline, inferred, concealed; steeper, thinned limb on right 50 13.024 FOLDS - OVERTURNED FOLDS Line/Point 13 024 00 Overturned anticline 00 Line/Point 13 024 01 Overturned anticline, accurate 10 Line/Point 13 024 02 Overturned anticline, approximate 20 Line/Point 13 024 03 Overturned anticline, inferred 30 Line/Point 13 024 04 Overturned anticline, concealed 40 Line/Point 13 024 05 Overturned anticline, inferred, concealed 50 Line/Point 13 025 00 Overturned anticline showing dips of limbs 00 Line/Point 13 025 01 Overturned anticline, accurate, showing dips of limbs 10 Line/Point 13 025 02 Overturned anticline, approximate, showing dips of limbs 20 Line/Point 13 025 03 Overturned anticline, inferred, showing dips of limbs 30 Line/Point 13 025 04 Overturned anticline, concealed, showing dips of limbs 40 Line/Point 13 025 05 Overturned anticline, inferred, concealed, showing dips of limbs 50 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 172 Line/Point 13 026 00 Overturned syncline 00 Line/Point 13 026 01 Overturned syncline, accurate 10 Line/Point 13 026 02 Overturned syncline, approximate 20 Line/Point 13 026 03 Overturned syncline, inferred 30 Line/Point 13 026 04 Overturned syncline, concealed 40 Line/Point 13 026 04 Overturned syncline, inferred, concealed 50 Line/Point 13 027 00 Overturned syncline showing dips of limbs 00 Line/Point 13 027 01 Overturned syncline, accurate, showing dips of limbs 10 Line/Point 13 027 02 Overturned syncline, approximate, showing dips of limbs 20 Line/Point 13 027 03 Overturned syncline, inferred, showing dips of limbs 30 Line/Point 13 027 04 Overturned syncline, concealed, showing dips of limbs 40 Line/Point 13 027 05 Overturned syncline, inferred, concealed, showing dips of limbs 50 13.028 FOLDS - RECLINED FOLDS Line/Point 13 028 00 Reclined anticline 00 Line/Point 13 028 01 Reclined anticline, accurate 10 Line/Point 13 028 02 Reclined anticline, approximate 20 Line/Point 13 028 03 Reclined anticline, inferred 30 Line/Point 13 028 04 Reclined anticline, concealed 40 Line/Point 13 028 05 Reclined anticline, inferred, concealed 50 Line/Point 13 029 00 Reclined syncline 00 Line/Point 13 029 01 Reclined syncline, accurate 10 Line/Point 13 029 02 Reclined syncline, approximate 20 Line/Point 13 029 03 Reclined syncline, inferred 30 Line/Point 13 029 04 Reclined syncline, concealed 40 Line/Point 13 029 05 Reclined syncline, inferred, concealed 50 13.030 FOLDS - RECUMBENT FOLDS Line/Point 13 030 00 Recumbent anticline 00 Line/Point 13 030 01 Recumbent anticline, accurate 10 Line/Point 13 030 02 Recumbent anticline, approximate 20 Line/Point 13 030 03 Recumbent anticline, inferred 30 Line/Point 13 030 04 Recumbent anticline, concealed 40 Line/Point 13 030 05 Recumbent anticline, inferred, concealed 50 Line/Point 13 031 00 Recumbent syncline 00 Line/Point 13 031 01 Recumbent syncline, accurate 10 Line/Point 13 031 02 Recumbent syncline, approximate 20 Line/Point 13 031 03 Recumbent syncline, inferred 30 Line/Point 13 031 04 Recumbent syncline, concealed 40 Line/Point 13 031 05 Recumbent syncline, inferred, concealed 50 13.032 FOLDS - VERTICAL FOLDS Line/Point 13 032 00 Vertical anticline 00 Line/Point 13 032 01 Vertical anticline, accurate 10 Line/Point 13 032 02 Vertical anticline, approximate 20 Line/Point 13 032 03 Vertical anticline, inferred 30 Line/Point 13 032 04 Vertical anticline, concealed 40 Line/Point 13 032 05 Vertical anticline, inferred, concealed 50 Line/Point 13 033 00 Vertical syncline 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 173 Line/Point 13 033 01 Vertical syncline, accurate 10 Line/Point 13 033 02 Vertical syncline, approximate 20 Line/Point 13 033 03 Vertical syncline, inferred 30 Line/Point 13 033 04 Vertical syncline, concealed 40 Line/Point 13 033 05 Vertical syncline, inferred, concealed 50 13.034 FOLDS - ASYMMETRICAL FOLDS Line/Point 13 034 00 Asymmetrical anticline; steeper limb on right 00 Line/Point 13 034 01 Asymmetrical anticline, accurate; steeper limb on right 10 Line/Point 13 034 02 Asymmetrical anticline, approximate; steeper limb on right 20 Line/Point 13 034 03 Asymmetrical anticline, inferred; steeper limb on right 30 Line/Point 13 034 04 Asymmetrical anticline, concealed; steeper limb on right 40 Line/Point 13 034 05 Asymmetrical anticline, inferred, concealed; steeper limb on right 50 Line/Point 13 035 00 Asymmetrical syncline; steeper limb on right 00 Line/Point 13 035 01 Asymmetrical syncline, accurate; steeper limb on right 10 Line/Point 13 035 02 Asymmetrical syncline, approximate; steeper limb on right 20 Line/Point 13 035 03 Asymmetrical syncline, inferred; steeper limb on right 30 Line/Point 13 035 04 Asymmetrical syncline, concealed; steeper limb on right 40 Line/Point 13 035 05 Asymmetrical syncline, inferred, concealed; steeper limb on right 50 Line/Point 13 036 00 Asymmetrical anticline with same dip on both limbs; thinned limb on right 00 Line/Point 13 036 01 Asymmetrical anticline, accurate, with same dip on both limbs; thinned limb on right 10 Line/Point 13 036 02 Asymmetrical anticline, approximate, with same dip on both limbs; thinned limb on right 2 0 Line/Point 13 036 03 Asymmetrical anticline, inferred, with same dip on both limbs; thinned limb on right 30 Line/Point 13 036 04 Asymmetrical anticline, concealed, with same dip on both limbs; thinned limb on right 40 Line/Point 13 036 05 Asymmetrical anticline, inferred, concealed, with same dip on both limbs; thinned limb on right 5 0 Line/Point 13 037 00 Asymmetrical syncline with same dip on both limbs; thinned limb on right 00 Line/Point 13 037 01 Asymmetrical syncline, accurate, with same dip on both limbs; thinned limb on right 10 Line/Point 13 037 02 Asymmetrical syncline, approximate, with same dip on both limbs; thinned limb on right 2 0 Line/Point 13 037 03 Asymmetrical syncline, inferred, with same dip on both limbs; thinned limb on right 30 Line/Point 13 037 04 Asymmetrical syncline, concealed, with same dip on both limbs; thinned limb on right 40 Line/Point 13 037 05 Asymmetrical syncline, inferred, concealed, with same dip on both limbs; thinned limb on right 5 0 13.038 FOLDS - INVERTED FOLDS Line/Point 13 038 00 Inverted anticline 00 Line/Point 13 038 01 Inverted anticline, accurate 10 Line/Point 13 038 02 Inverted anticline, approximate 20 Line/Point 13 038 03 Inverted anticline, inferred 30 Line/Point 13 038 04 Inverted anticline, concealed 40 Line/Point 13 038 05 Inverted anticline, inferred, concealed 50 Line/Point 13 039 00 Inverted syncline 00 Line/Point 13 039 01 Inverted syncline, accurate 10 Line/Point 13 039 02 Inverted syncline, approximate 20 Line/Point 13 039 03 Inverted syncline, inferred 30 Line/Point 13 039 04 Inverted syncline, concealed 40 Line/Point 13 039 05 Inverted syncline, inferred, concealed 50 Line/Point 13 040 00 Inverted anticline; steeper, thinned limb on right 00 Line/Point 13 040 01 Inverted anticline, accurate; steeper, thinned limb on right 10 Line/Point 13 040 02 Inverted anticline, approximate; steeper, thinned limb on right 20 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 174 Line/Point 13 040 03 Inverted anticline, inferred; steeper, thinned limb on right 30 Line/Point 13 040 04 Inverted anticline, concealed; steeper, thinned limb on right 40 Line/Point 13 040 05 Inverted anticline, inferred, concealed; steeper, thinned limb on right 50 Line/Point 13 041 00 Inverted syncline; steeper, thinned limb on right 00 Line/Point 13 041 01 Inverted syncline, accurate; steeper, thinned limb on right 10 Line/Point 13 041 02 Inverted syncline, approximate; steeper, thinned limb on right 20 Line/Point 13 041 03 Inverted syncline, inferred; steeper, thinned limb on right 30 Line/Point 13 041 04 Inverted syncline, concealed; steeper, thinned limb on right 40 Line/Point 13 041 05 Inverted syncline, inferred, concealed; steeper, thinned limb on right 50 Line/Point 13 042 00 Inverted overturned anticline 00 Line/Point 13 042 01 Inverted overturned anticline, accurate 10 Line/Point 13 042 02 Inverted overturned anticline, approximate 20 Line/Point 13 042 03 Inverted overturned anticline, inferred 30 Line/Point 13 042 04 Inverted overturned anticline, concealed 40 Line/Point 13 042 05 Inverted overturned anticline, inferred, concealed 50 Line/Point 13 043 00 Inverted overturned syncline 00 Line/Point 13 043 01 Inverted overturned syncline, accurate 10 Line/Point 13 043 02 Inverted overturned syncline, approximate 20 Line/Point 13 043 03 Inverted overturned syncline, inferred 30 Line/Point 13 043 04 Inverted overturned syncline, concealed 40 Line/Point 13 043 05 Inverted overturned syncline, inferred, concealed 50 Line/Point 13 044 00 Inverted vertical anticline 00 Line/Point 13 044 01 Inverted vertical anticline, accurate 10 Line/Point 13 044 02 Inverted vertical anticline, approximate 20 Line/Point 13 044 03 Inverted vertical anticline, inferred 30 Line/Point 13 044 04 Inverted vertical anticline, concealed 40 Line/Point 13 044 05 Inverted vertical anticline, inferred, concealed 50 Line/Point 13 045 00 Inverted vertical syncline 00 Line/Point 13 045 01 Inverted vertical syncline, accurate 10 Line/Point 13 045 02 Inverted vertical syncline, approximate 20 Line/Point 13 045 03 Inverted vertical syncline, inferred 30 Line/Point 13 045 04 Inverted vertical syncline, concealed 40 Line/Point 13 045 05 Inverted vertical syncline, inferred, concealed 50 Line/Point 13 046 00 Inverted asymmetrical anticline; steeper limb on right 00 Line/Point 13 046 01 Inverted asymmetrical anticline, accurate; steeper limb on right 10 Line/Point 13 046 02 Inverted asymmetrical anticline, approximate; steeper limb on right 20 Line/Point 13 046 03 Inverted asymmetrical anticline, inferred; steeper limb on right 30 Line/Point 13 046 04 Inverted asymmetrical anticline, concealed; steeper limb on right 40 Line/Point 13 046 05 Inverted asymmetrical anticline, inferred, concealed; steeper limb on right 50 Line/Point 13 047 00 Inverted asymmetrical syncline; steeper limb on right 00 Line/Point 13 047 01 Inverted asymmetrical syncline, accurate; steeper limb on right 10 Line/Point 13 047 02 Inverted asymmetrical syncline, approximate; steeper limb on right 20 Line/Point 13 047 03 Inverted asymmetrical syncline, inferred; steeper limb on right 30 Line/Point 13 047 04 Inverted asymmetrical syncline, concealed; steeper limb on right 40 Line/Point 13 047 05 Inverted asymmetrical syncline, inferred, concealed; steeper limb on right 50 Line/Point 13 048 00 Inverted asymmetrical anticline with same dip on both limbs; thinned limb on right 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 175 Line/Point 13 048 01 Inverted asymmetrical anticline, accurate, with same dip on both limbs; thinned limb on right 1 0 Line/Point 13 048 02 Inverted asymmetrical anticline, approximate, with same dip on both limbs; thinned limb on right 2 0 Line/Point 13 048 03 Inverted asymmetrical anticline, inferred, with same dip on both limbs; thinned limb on right 3 0 Line/Point 13 048 04 Inverted asymmetrical anticline, concealed, with same dip on both limbs; thinned limb on right 4 0 Line/Point 13 048 05 Inverted asymmetrical anticline, inferred, concealed, with same dip on both limbs; thinned limb on right 5 0 Line/Point 13 049 00 Inverted asymmetrical syncline with same dip on both limbs; thinned limb on right 00 Line/Point 13 049 01 Inverted asymmetrical syncline, accurate, with same dip on both limbs; thinned limb on right 1 0 Line/Point 13 049 02 Inverted asymmetrical syncline, approximate, with same dip on both limbs; thinned limb on right 2 0 Line/Point 13 049 03 Inverted asymmetrical syncline, inferred, with same dip on both limbs; thinned limb on right 3 0 Line/Point 13 049 04 Inverted asymmetrical syncline, concealed, with same dip on both limbs; thinned limb on right 4 0 Line/Point 13 049 05 Inverted asymmetrical syncline, inferred, concealed, with same dip on both limbs; thinned limb on right 5 0 13.050 FOLDS - MONOCLINES Line/point 13 050 00 Monocline 00 Line/point 13 050 01 Monocline, accurate 10 Line/point 13 050 02 Monocline, approximate 20 Line/point 13 050 03 Monocline, inferred 30 Line/point 13 050 04 Monocline, concealed 40 Line/point 13 050 05 Monocline, inferred, concealed 50 Line/point 13 051 00 Fault-induced monocline 00 Line/point 13 051 01 Fault-induced monocline, accurate 10 Line/point 13 051 02 Fault-induced monocline, approximate 20 Line/point 13 051 03 Fault-induced monocline, inferred 30 Line/point 13 051 04 Fault-induced monocline, concealed 40 Line/point 13 051 05 Fault-induced monocline, inferred, concealed 50 13.060 FOLDS, FACING NOT KNOWN Line/Point 13 060 00 Antiform 00 Line/Point 13 060 01 Antiform, accurate 10 Line/Point 13 060 02 Antiform, approximate 20 Line/Point 13 060 03 Antiform, inferred 30 Line/Point 13 060 04 Antiform, concealed 40 Line/Point 13 060 05 Antiform, inferred, concealed 50 Line/Point 13 061 00 Synform 00 Line/Point 13 061 01 Synform, accurate 10 Line/Point 13 061 02 Synform, approximate 20 Line/Point 13 061 03 Synform, inferred 30 Line/Point 13 061 04 Synform, concealed 40 Line/Point 13 061 05 Synform, inferred, concealed 50 Line/Point 13 062 00 Antiform; steeper, thinned limb on right 00 Line/Point 13 062 01 Antiform, accurate; steeper, thinned limb on right 10 Line/Point 13 062 02 Antiform, approximate; steeper, thinned limb on right 20 Line/Point 13 062 03 Antiform, inferred; steeper, thinned limb on right 30 Line/Point 13 062 04 Antiform, concealed; steeper, thinned limb on right 40 Line/Point 13 062 05 Antiform, inferred, concealed; steeper, thinned limb on right 50 Line/Point 13 063 00 Synform, steeper, thinned limb on right 00 Line/Point 13 063 01 Synform, accurate; steeper, thinned limb on right 10 Line/Point 13 063 02 Synform, approximate; steeper, thinned limb on right 20 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 176 Line/Point 13 063 03 Synform, inferred; steeper, thinned limb on right 30 Line/Point 13 063 04 Synform, concealed; steeper, thinned limb on right 40 Line/Point 13 063 05 Synform, inferred, concealed; steeper, thinned limb on right 50 Line/Point 13 064 00 Overturned antiform 00 Line/Point 13 064 01 Overturned antiform, accurate 10 Line/Point 13 064 02 Overturned antiform, approximate 20 Line/Point 13 064 03 Overturned antiform, inferred 30 Line/Point 13 064 04 Overturned antiform, concealed 40 Line/Point 13 064 05 Overturned antiform, inferred, concealed 50 Line/Point 13 065 00 Overturned synform 00 Line/Point 13 065 01 Overturned synform, accurate 10 Line/Point 13 065 02 Overturned synform, approximate 20 Line/Point 13 065 03 Overturned synform, inferred 30 Line/Point 13 065 04 Overturned synform, concealed 40 Line/Point 13 065 05 Overturned synform, inferred, concealed 50 Line/Point 13 066 00 Recumbent fold, facing not known 00 Line/Point 13 066 01 Recumbent fold, accurate, facing not known 10 Line/Point 13 066 02 Recumbent fold, approximate, facing not known 20 Line/Point 13 066 03 Recumbent fold, inferred, facing not known 30 Line/Point 13 066 04 Recumbent fold, concealed, facing not known 40 Line/Point 13 066 05 Recumbent fold, inferred, concealed, facing not known 50 Line/Point 13 067 00 Vertical fold, facing not known 00 Line/Point 13 067 01 Vertical fold, accurate, facing not known 10 Line/Point 13 067 02 Vertical fold, approximate, facing not known 20 Line/Point 13 067 03 Vertical fold, inferred, facing not known 30 Line/Point 13 067 04 Vertical fold, concealed, facing not known 40 Line/Point 13 067 05 Vertical fold, inferred, concealed, facing not known 50 Line/Point 13 068 00 Asymmetrical antiform, steeper limb on right 00 Line/Point 13 068 01 Asymmetrical antiform, accurate; steeper limb on right 10 Line/Point 13 068 02 Asymmetrical antiform, approximate; steeper limb on right 20 Line/Point 13 068 03 Asymmetrical antiform, inferred; steeper limb on right 30 Line/Point 13 068 04 Asymmetrical antiform, concealed; steeper limb on right 40 Line/Point 13 068 05 Asymmetrical antiform, inferred, concealed; steeper limb on right 50 Line/Point 13 069 00 Asymmetrical synform, steeper limb on right 00 Line/Point 13 069 01 Asymmetrical synform, accurate; steeper limb on right 10 Line/Point 13 069 02 Asymmetrical synform, approximate; steeper limb on right 20 Line/Point 13 069 03 Asymmetrical synform, inferred; steeper limb on right 30 Line/Point 13 069 04 Asymmetrical synform, concealed; steeper limb on right 40 Line/Point 13 069 05 Asymmetrical synform, inferred, concealed; steeper limb on right 50 Line/Point 13 070 00 Asymmetrical antiform with same dip on both limbs; thinned limb on right 00 Line/Point 13 070 01 Asymmetrical antiform, accurate, with same dip on both limbs; thinned limb on right 10 Line/Point 13 070 02 Asymmetrical antiform, approximate, with same dip on both limbs; thinned limb on right 2 0 Line/Point 13 070 03 Asymmetrical antiform, inferred, with same dip on both limbs; thinned limb on right 30 Line/Point 13 070 04 Asymmetrical antiform, concealed, with same dip on both limbs; thinned limb on right 40 Line/Point 13 070 05 Asymmetrical antiform, inferred, concealed, with same dip on both limbs; thinned limb on right 5 0 Line/Point 13 071 00 Asymmetrical synform with same dip on both limbs; thinned limb on right 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 177 Line/Point 13 071 01 Asymmetrical synform, accurate, with same dip on both limbs; thinned limb on right 10 Line/Point 13 071 02 Asymmetrical synform, approximate, with same dip on both limbs; thinned limb on right 2 0 Line/Point 13 071 03 Asymmetrical synform, inferred, with same dip on both limbs; thinned limb on right 30 Line/Point 13 071 04 Asymmetrical synform, concealed, with same dip on both limbs; thinned limb on right 40 Line/Point 13 071 05 Asymmetrical synform, inferred, concealed, with same dip on both limbs; thinned limb on right 5 0 Line/point 13 072 00 Monoform 00 Line/Point 13 072 01 Monoform, accurate 10 Line/Point 13 072 02 Monoform, approximate 20 Line/Point 13 072 03 Monoform, inferred 30 Line/Point 13 072 04 Monoform, concealed 40 Line/Point 13 072 05 Monoform, inferred, concealed 50 13.100 FOLDS - MINOR FOLDS Point 13 100 00 Minor anticline 00 Point 13 101 00 Minor syncline 00 Point 13 102 00 Minor anticline showing plunge 00 Point 13 103 00 Minor anticline showing plunge 00 Point 13 104 00 Minor syncline showing plunge 00 Point 13 105 00 Minor syncline showing plunge 00 Point 13 106 00 Reclined minor anticline showing plunge and dip of axial surface. Dot indicates proved direction of facing 0 0 Point 13 107 00 Reclined minor syncline showing plunge and dip of axial surface. Dot indicates proved direction of facing 0 0 Point 13 108 00 Minor antiform showing plunge 00 Point 13 109 00 Minor antiform showing plunge 00 Point 13 110 00 Minor synform showing plunge 00 Point 13 111 00 Minor synform showing plunge 00 Point 13 112 00 Minor fold showing plunge 00 Point 13 113 00 Minor fold showing plunge 00 Point 13 114 00 Overturned minor fold showing plunge 00 Point 13 115 00 Reclined minor fold, facing of strata not known 00 Point 13 116 00 Asymmetrical minor fold showing plunge 00 Point 13 117 00 Folded bedding showing plunge 00 Point 13 118 00 Kink fold showing plunge 00 Point 13 119 00 Locality of superposed folds 00 Point 13 120 00 Direction of facing of minor fold 00 13.130 FOLDS - VERGENCE Point 13 130 00 Vergence to right in upright horizontal/overturned fold 00 Point 13 131 00 Vergence to left in upright horizontal/overturned fold 00 Point 13 132 00 Vergence to right in recumbent fold. Arrow shows direction to next (structurally lower) fold hinge 0 0 Point 13 133 00 Vergence to left in recumbent fold. Arrow shows direction to next (structurally lower) fold hinge 0 0 Point 13 134 00 Vergence to right in upright/overturned/vertical/reclined plunging fold 00 Point 13 135 00 Vergence to left in upright/overturned/vertical/reclined plunging fold 00 Point 13 136 00 Plunge of chert boudins 00 Point 13 137 00 Plunge of chert contortions 00 14.000 BEDDING Point 14 001 00 Strike and dip of strata 00 Point 14 002 00 Strike and dip of strata, proved direction of facing/younging 00 Point 14 003 00 Strike and dip of strata, facing/younging not known 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 178 Point 14 004 00 Strike and dip of strata at geological boundary 00 Point 14 005 00 Prevailing strike and dip of strata 00 Point 14 006 00 Strike of strata, dip indeterminate 00 Point 14 007 00 Vertical strata 00 Point 14 008 00 Vertical strata, proved direction of facing/younging 00 Point 14 009 00 Vertical strata, facing/younging not known 00 Point 14 010 00 Horizontal strata 00 Point 14 011 00 Strike and dip of inverted strata 00 Point 14 012 00 Strike and dip of inverted strata, proved direction of facing/younging 00 Point 14 013 00 Horizontal inverted strata 00 14.300 PHOTO-INTERPRETED BEDDING Point 14 030 00 Strike and dip of strata, dip less than 5 degrees 00 Point 14 031 00 Strike and dip of strata, dip 5 to 15 degrees 00 Point 14 032 00 Strike and dip of strata, dip 15 to 45 degrees 00 Point 14 033 00 Strike and dip of strata, dip greater than 45 degrees 00 Point 14 034 00 Strike and dip of strata, dip not estimated 00 Point 14 035 00 Vertical strata 00 Point 14 036 00 Horizontal strata 00 14.050 MISCELLANEOUS BEDDING Point 14 050 00 Curving dip 00 Point 14 051 00 Dip slope 00 Point 14 052 00 Strike and dip of foresets 00 Point 14 053 00 Range of strike and dip of irregular foresets 00 Point 14 054 00 Dip on exhumed erosion surface 00 Point 14 055 00 Generalised strike and overall dip of crumpled/undulating strata 00 Point 14 056 00 Overall dip of gently folded strata 00 Point 14 057 00 Overall dip of strongly deformed strata 00 Point 14 058 00 Facing of beds/top of bed 00 Point 14 059 00 Facing of lava flows/facing of pillow 00 Point 14 060 00 Direction and sense of movement of -bearing currents 00 Point 14 061 00 Direction of movement of sediment-bearing currents, sense not known 00 Point 14 062 00 Glacial striae showing sense of movement 00 Point 14 063 00 Glacial striae, sense of movement not known 00 15.000 JOINTS Point 15 001 00 Strike and dip of joint 00 Point 15 001 01 Strike and dip of joint, accurate 10 Point 15 002 00 Prevailing strike and dip of joint 00 Point 15 003 00 Vertical joint 00 Point 15 004 00 Horizontal joint 00 Line 15 005 00 Joint, interpreted from airphotos 00 Line 15 006 00 Joint 00 Point 15 007 00 Columnar joints showing plunge 00 Line 15 009 01 Joint, accurate 16.000 METAMORPHIC FOLIATION Point 16 001 00 Strike and dip of foliation 00 Point 16 002 00 Prevailing strike and dip of foliation 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 179 Point 16 003 00 Strike and dip of foliation, dip indeterminate 00 Point 16 004 00 Vertical foliation 00 Point 16 005 00 Horizontal foliation 00 Point 16 006 00 Strike and dip of late stage schistosity associated with retrograde metamorphism 00 Point 16 007 00 Strike and dip of mylonite foliation (c - plane) 00 Line 16 008 00 General trend of foliation in metamorphic rocks 00 Line 16 009 00 General trend of foliation in medium to high grade metamorphic rocks 00 Line 16 010 00 General trend of foliation in and 00 17.000 Point 17 001 00 Strike and dip of cleavage 00 Point 17 002 00 Prevailing strike and dip of cleavage 00 Point 17 003 00 Strike and dip of cleavage, indeterminate 00 Point 17 004 00 Vertical cleavage 00 Point 17 005 00 Horizontal cleavage 00 Line 17 310 00 Cleavage 18.000 LINEATION Point 18 001 00 Plunge of lineation 00 Point 18 002 00 Vertical lineation 00 Point 18 003 00 Horizontal lineation 00 Point 18 004 00 Plunge of bedding-cleavage intersection 00 Point 18 005 00 Horizontal bedding-cleavage intersection 00 Point 18 006 00 Plunge of crenulation 00 Point 18 007 00 Horizontal crenulation 00 Point 18 008 00 Plunge of mineral elongation/alignment 00 Point 18 009 00 Horizontal mineral elongation/alignment 00 Point 18 010 00 Plunge of igneous lineation 00 Point 18 011 00 Vertical igneous lineation 00 Point 18 012 00 Horizontal igneous lineation 00 19.000 IGNEOUS BANDING Point 19 001 00 Strike and dip of platy alignment/igneous banding 00 Point 19 002 00 Prevailing strike and dip of platy alignment/igneous banding 00 Point 19 003 00 Strike and dip of platy alignment/igneous banding, dip indeterminate 00 Point 19 004 00 Vertical platy alignment/igneous banding 00 Point 19 005 00 Horizontal platy alignment/igneous banding 00 Point 19 006 00 Igneous layering. Arrow indicates proved direction of facing 00 Point 19 301 00 Eutaxitic foliation 00 Point 19 302 00 Horizontal eutaxitic foliation 00 Point 19 303 00 Overturned eutaxitic foliation 00 20.000 STRUCTURAL LINES Line 20 001 00 Lineament 00 Line 20 002 00 Trend-line 00 21.000 FOSSIL LOCALITIES Point 21 001 00 Fossil locality 00 Point 21 002 00 Macrofossil locality 00 Point 21 003 00 Microfossil locality 00

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 180 Point 21 004 00 Trace fossil locality 00 Point 21 005 00 Fossil wood locality 00 Point 21 006 00 Oncolite locality 00 Point 21 007 00 Palynomorph locality 00 Point 21 008 00 Plant fossil locality 00 Point 21 009 00 Stromatolite locality 00 Point 21 010 00 Vertebrate fossil locality 00 Point 21 011 00 Fish fossil locality 00 Point 21 012 00 Burrow locality 00 Point 21 013 00 Graptolite fossil locality 00 21.020 SPECIMEN LOCALITIES Point 21 020 00 Specimen locality 00 Point 21 021 00 Observation locality 00 Point 21 022 00 Excursion locality 00 Point 21 023 00 Sample locality for isotopic age determination 00 21.040 SECTIONS Line 21 040 00 Type section 00 Point 21 041 00 Type locality 00 Line 21 042 00 Measured section 00 Line 21 043 00 Geological section 00 22.000 MINING/MINERALISATION Point 22 001 00 Mineral locality - mine, alluvial workings, prospect or mineral occurrence 00 Point 22 002 00 Minor mineral occurrence 00 Point 22 003 00 Unworked deposit 00 Point 22 004 00 Mine or prospect; may be abandoned 00 Point 22 005 00 Major mine 00 Point 22 006 00 Mine/minor mine 00 Point 22 007 00 Abandoned mine 00 Point 22 008 00 Prospect 00 Point 22 009 00 Abandoned prospect 00 Line 22 010 00 Open cut or quarry 00 Point 22 011 00 Major open cut or quarry 00 Point 22 012 00 Minor open cut or quarry 00 Point 22 013 00 Open cut or quarry, abandoned/not working 00 Point 22 014 00 Major alluvial workings 00 Point 22 015 00 Alluvial workings/minor alluvial workings 00 Point 22 016 00 Alluvial workings, abandoned/not being worked 00 Line 22 017 00 Shallow lead 00 Line 22 018 00 Deep lead 00 Line/Point 22 019 00 Costean/trench 00 Point 22 020 00 Treatment plant 00 Point 22 021 00 Treatment plant, not operating/abandoned 00 Point 22 022 00 Adit 00 Line 22 023 00 Limit of exploration activity/extent of prospected area 00 Point 22 024 00 Drill hole 00 Point 22 025 00 Vertical drill hole 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 181 Point 22 026 00 Inclined drill hole 00 22 301 01 Shallow workings, accurate 10 22 301 02 Shallow workings, approximate 20 22 302 01 Alluvial gold workings, accurate 10 22 302 02 Alluvial gold workings, approximate 20 22 303 01 Shallow lead, accurate 10 22 303 02 Shallow lead, approximate 20 Line 22 304 01 Deep lead, accurate 10 Line 22 304 02 Deep lead, approximate 20 Line 22 305 01 Goldfield, accurate 10 Line 22 305 02 Goldfield, approximate 20 Point 22 306 00 Quartz reef 00 Point 22 307 00 Quartz reef, worked 00 Point 22 308 00 Worked quartz reef, inclined 00 Point 22 309 00 Worked quartz reef, vertical 00 Point 22 310 00 Battery plant 00 Line 22 311 00 Sulphide mineralisation 00 22 312 00 Mullock heap 00 22 313 00 Subsurface working plan 00 22 314 00 Puddling site 00 22.100 MINING/MINERALISATION 22 100 00 Main shaft 00 22 101 00 Main shaft with depth in metres 00 22 102 00 Main shaft showing number of compartments 00 22 103 00 Main shaft showing number of compartments and depth in metres 00 22 104 00 Shaft extending above and below plan level 00 22 105 00 Accessible shaft extending below plan level 00 22 106 00 Accessible shaft extending above plan level 00 22 107 00 Inaccessible shaft 00 22 108 00 Head of rise or winze 00 22 109 00 Inaccessible head of rise or winze 00 22 110 00 Foot of rise or winze 00 22 111 00 Inaccessible foot of rise or winze 00 22 112 00 Rise or winze extending through level 00 22 113 00 Inaccessible rise or winze extending through level 00 22 114 00 Inclined accessible shaft extending below plan level 00 22 115 00 Inclined accessible shaft extending below plan level with length in metres 00 22 116 00 Inclined accessible shaft extending below plan level 00 22 117 00 Inclined accessible shaft extending below plan level with length in metres 00 22 118 00 Cross-section of cross-cut or drive; same side of plane of section as observer 00 22 119 00 Cross-section of cross-cut or drive; opposite side of plane of section to observer 00 22 120 00 Cross-section of cross-cut or drive extending across plane of section 00 22 121 00 Ore chute 00 22 122 00 Plan of stope 00 22 123 00 Section of stope 00 22 124 00 Lagging or cribbing along drive 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 182 22 125 00 Workings caved or otherwise inaccessible 00 22 126 00 Filled workings 00 22 127 00 Portal and approach of tunnel or adit 00 22 128 00 Portal and approach of tunnel or adit 00 22 129 00 Elevation of roof (back) of underground workings 00 22 13 000 Elevation of floor of underground workings 00 22 131 00 Natural surface 00 22 132 00 Information projected onto a section from near side 00 22 133 00 Information projected onto a section from far side 00 22 134 00 Sample line 00 22 135 00 Grab-sample locality 00 22 136 00 Drill hole 00 22 137 00 Diamond-drill hole showing projection in horizontal plane and inclination 00 22 138 00 Vertical diamond-drill hole with depth in metres 00 22 139 00 Costean or trench 00 22 140 00 Costean or trench 00 22 141 00 Prospecting pit 00 22 142 00 Open cut or quarry 00 22 143 00 Dump/mining dump 00 23.000 PETROLEUM - NATURAL OCCURRENCES Point 23 001 00 Oil seep 00 Point 23 002 00 Gas seep 00 Point 23 003 00 Oil and gas seep or show 00 Point 23 004 00 Oil seep reported (by geoscientist) but not relocated 00 Point 23 005 00 Gas seep reported (by geoscientist) but not relocated 00 Point 23 006 00 Oil and gas seep reported (by geoscientist) but not relocated 00 Point 23 007 00 Mud volcano 00 Point 23 008 00 Mud volcano without hydrocarbons 00 Point 23 009 00 Mud volcano with hydrocarbons 00 23.020 PETROLEUM - EXPLORATION, DEVELOPMENT Point 23 020 00 Petroleum exploration well, proposed site 00 Point 23 021 00 Petroleum exploration well, drilling 00 Point 23 022 00 Petroleum exploration well, dry, abandoned 00 Point 23 023 00 Petroleum exploration well with show of oil 00 Point 23 024 00 Petroleum exploration well with show of oil, abandoned 00 Point 23 025 00 Petroleum exploration well with show of gas 00 Point 23 026 00 Petroleum exploration well with show of gas, abandoned 00 Point 23 027 00 Petroleum exploration well with show of oil and gas 00 Point 23 028 00 Petroleum exploration well with show of oil and gas, abandoned 00 Point 23 029 00 Stratigraphic hole for petroleum exploration 00 Point 23 030 00 Oil well 00 Point 23 031 00 Oil well, shut in/suspended 00 Point 23 032 00 Oil well, abandoned 00 Point 23 033 00 Gas well 00 Point 23 034 00 Gas well, shut in/suspended 00 Point 23 035 00 Gas well, abandoned 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 183 Point 23 036 00 Oil and gas well 00 Point 23 037 00 Oil and gas well, shut in/suspended 00 Point 23 038 00 Oil and gas well, abandoned 00 Point 23 039 00 Gas and condensate well 00 Point 23 040 00 Gas and condensate well, shut in/suspended 00 Point 23 041 00 Gas and condensate well, abandoned 00 Point 23 042 00 Service well 00 Point 23 043 00 Service well, abandoned 00 Point 23 044 00 Oil field 00 Point 23 045 00 Gas field 00 Line 23 046 00 Oil pipeline 00 Line 23 047 00 Gas pipeline 00 Line 23 048 00 Petroleum tenement boundary 00 Line 23 049 00 Oil and gas field boundary 00 24.000 GEOPHYSICS BOUNDARIES Line 24 001 06 Geological boundary, probable, interpreted from geophysics 60 Line 24 001 03 Geological boundary, inferred, interpreted from geophysics 30 Line 24 001 07 Geological boundary, speculative, interpreted from geophysics 70 Line 24 002 00 Craton boundary 00 Line 24 003 00 Province boundary 00 Line 24 004 00 Limit of demagnetisation 00 Line 24 301 08 Geological boundary, at surface, interpreted from geophysics 80 Line 24 301 04 Geological boundary, concealed, interpreted from geophysics 40 Line 24 301 09 Geological boundary, mapped 90 Line 24 301 10 Geological boundary, interpreted 10 0 Line 24 302 08 Intrusive contact, at surface, interpreted from geophysics 80 Line 24 302 04 Intrusive contact, concealed, interpreted from geophysics 40 Line 24 303 08 Boundary of intrusive rock, at surface, interpreted from geophysics 80 Line 24 303 04 Boundary of intrusive rock, concealed, interpreted from geophysics 40 Line 24 305 08 Limit of contact metamorphism, at surface, interpreted from geophysics 80 Line 24 305 04 Limit of contact metamorphism, concealed, interpreted from geophysics 40 Line 24 306 10 Regional metamorphic isograd, interpreted from geophysics 10 0 Line 24 306 09 Regional metamorphic isograd, mapped 10 0 24.010 GEOPHYSICS - FAULTS, SHEARS Line 24 010 06 Major fault, probable, interpreted from geophysics 60 Line 24 010 03 Major fault, inferred, interpreted from geophysics 30 Line 24 010 07 Major fault, speculative, interpreted from geophysics 70 Line 24 011 06 Minor fault, probable, interpreted from geophysics 60 Line 24 011 03 Minor fault, inferred, interpreted from geophysics 30 Line 24 011 07 Minor fault, speculative, interpreted from geophysics 70 Line 24 012 00 Fracture/joint 00 Line 24 310 08 Fault, at surface, interpreted from geophysics 80 Line 24 310 04 Fault, concealed, interpreted from geophysics 40 Line 24 311 08 Shear zone, at surface, interpreted from geophysics 80 Line 24 311 04 Shear zone, concealed, interpreted from geophysics 40 24.020 GEOPHYSICS - DYKES AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 184 Line 24 020 00 Normally magnetised dyke or vein 00 Line 24 021 00 Remnantly magnetised dyke or vein 00 Line 24 320 08 Dyke, at surface, normally magnetic, interpreted from geophysics 80 Line 24 320 04 Dyke, concealed, normally magnetic, interpreted from geophysics 40 Line 24 321 08 Dyke, at surface, reversely magnetic, interpreted from geophysics 80 Line 24 321 04 Dyke, concealed, reversely magnetic, interpreted from geophysics 40 Line 24 322 08 Sill, at surface, normally magnetic, interpreted from geophysics 80 Line 24 322 04 Sill, concealed, normally magnetic, interpreted from geophysics 40 Line 24 323 08 Sill, at surface, reversely magnetic, interpreted from geophysics 80 Line 24 323 04 Sill, concealed, reversely magnetic, interpreted from geophysics 40 Line 24 324 08 Plug, normal reverse magnetic, at surface, interpreted from geophysics 80 Line 24 324 04 Plug, normal reverse magnetic, concealed, interpreted from geophysics 40 24.030 GEOPHYSICS - FOLDS Line 24 030 00 Anticline, interpreted from geophysics 00 Line 24 031 00 Syncline, interpreted from geophysics 00 Line 24 032 00 Antiform, interpreted from geophysics 00 Line 24 033 00 Synform, interpreted from geophysics 00 Line 24 330 08 Anticline, at surface, interpreted from geophysics 80 Line 24 330 04 Anticline, concealed, interpreted from geophysics 40 Line 24 331 08 Syncline, at surface, interpreted from geophysics 80 Line 24 331 04 Syncline, concealed, interpreted from geophysics 40 Line 24 332 08 Antiform, at surface, interpreted from geophysics 80 Line 24 332 04 Antiform, concealed, interpreted from geophysics 40 Line 24 333 08 Synform, at surface, interpreted from geophysics 80 Line 24 333 04 Synform, concealed, interpreted from geophysics 40 Line 24 334 08 Monocline, at surface, interpreted from geophysics 80 Line 24 334 04 Monocline, concealed, interpreted from geophysics 40 24.040 OTHER GEOPHYSICAL LINES Line 24 040 00 Lineament: structural feature of unknown origin, interpreted from geophysics 00 Line 24 041 06 Compositional layering, probable, interpreted from geophysics 60 Line 24 041 03 Compositional layering, inferred, interpreted from geophysics 30 Line 24 041 07 Compositional layering, speculative, interpreted from geophysics 70 Line 24 042 00 Trend-line, linear feature of unknown origin, interpreted from geophysics 00 Line 24 043 00 Deeply buried positive trend, interpreted from geophysics 00 Line 24 044 00 Deeply buried negative trend, interpreted from geophysics 00 Line 24 045 00 Palaeodrainage, interpreted from geophysics 00 Line 24 340 08 Lineament, at surface, interpreted from geophysics 80 Line 24 340 04 Lineament, concealed, interpreted from geophysics 40 Line 24 341 08 Bedding trend, at surface, interpreted from geophysics 80 Line 24 341 04 Bedding trend, concealed, interpreted from geophysics 40 Line 24 342 08 Trend line, highly magnetic, at surface, interpreted from geophysics 80 Line 24 342 04 Trend line, highly magnetic, concealed, interpreted from geophysics 40 Line 24 343 08 Trend line, weakly magnetic, at surface, interpreted from geophysics 80 Line 24 343 04 Trend line, weakly magnetic, concealed, interpreted from geophysics 40 Line 24 344 08 Trend line, reversely magnetic, at surface, interpreted from geophysics 80 Line 24 344 04 Trend line, reversely magnetic, concealed, interpreted from geophysics 40 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 185 Line 24 345 08 Prior stream, at surface, interpreted from geophysics 80 Line 24 345 04 Prior stream, concealed, interpreted from geophysics 40 Line 24 346 08 Volcanic crater wall, at surface, interpreted from geophysics 80 Line 24 346 04 Volcanic crater wall, concealed, interpreted from geophysics 40 Line 24 347 08 Lava flow boundary, at surface, interpreted from geophysics 80 Line 24 347 04 Lava flow boundary, concealed, interpreted from geophysics 40 Line 24 348 08 Lunette crest, at surface, interpreted from geophysics 80 Line 24 348 04 Lunette crest, concealed, interpreted from geophysics 40 Line 24 349 08 Strandline crest, at surface, interpreted from geophysics 80 Line 24 349 04 Strandline crest, concealed, interpreted from geophysics 40 24.060 GEOPHYSICS - GRAVITY Line 24 060 00 Bouguer anomaly contour 00 Point 24 061 00 Relative gravity high 00 Point 24 062 00 Relative gravity low 00 Point 24 063 00 Bouguer anomaly 00 Point 24 064 00 Gravity station 00 Line 24 065 00 Gravity basement 00 Line 24 360 10 Gravity, bouguer anomaly index contour 10 0 Line 24 361 10 Gravity, bouguer anomaly intermediate contour 10 0 24.070 GEOPHYSICS - MAGNETICS Line 24 070 00 Magnetic contour 00 Line 24 071 00 Relative magnetic low 00 Point 24 072 00 Peak magnetic anomaly 00 Point 24 073 00 Positive point magnetic anomaly 00 Point 24 074 00 Negative point magnetic anomaly 00 Point 24 075 00 Point anomaly 00 Line 24 076 00 Magnetic basement 00 Line 24 370 10 Magnetics, index contour 10 0 Line 24 371 10 Magnetics, intermediate contour 10 0 Line 24 372 10 Magnetic culture feature 10 0 24.080 GEOPHYSICS - RADIOMETRICS Line 24 080 00 Radiometric contour 00 Line 24 081 00 Relative radiometric low 00 Point 24 082 00 Peak radiometric anomaly 00 Line 24 380 10 Radiometrics, index contour 10 0 Line 24 381 10 Radiometrics, intermediate contour 10 0 24.090 GEOPHYSICS - SEISMIC Line 24 090 00 Seismic traverse line 00 Line 24 091 00 Seismic reflecting horizon 00 Line 24 092 00 Seismic refracting horizon 00 25.000 VOLCANICS Point 25 001 00 Volcano 00 Point 25 002 00 Major eruptive centre with recorded eruption 00 Point 25 003 00 Major eruptive centre, no recorded eruption 00 Point 25 004 00 Minor eruptive centre with recorded eruption 00 Point 25 005 00 Minor eruptive centre, no recorded eruption 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 186 Point 25 006 00 Volcanic neck/pipe/vent, extinct 00 Line 25 007 00 Volcanic crater wall 00 Point 25 008 00 Thermal area 00 Line 25 009 00 Lava flow boundary 00 Line 25 010 11 Lava flow boundary, buried 11 0 Line 25 010 12 Lava flow boundary, inverted 12 0 Line 25 010 13 Lava flow boundary, extruded 13 0 Line 25 012 00 Pyroclastic flow boundary 00 Line 25 302 01 Volcanic crater wall, accurate 10 Line 25 302 02 Volcanic crater wall, approximate 20 Line 25 303 01 Lava flow boundary, accurate 10 Line 25 303 02 Lava flow boundary, approximate 20 Line 25 303 03 Lava flow boundary, inferred 30 Line 25 303 04 Lava flow boundary, concealed 40 Line 25 304 00 Pyroclastic flow boundary 00 Line 25 304 01 Pyroclastic flow boundary, accurate 10 Line 25 304 02 Pyroclastic flow boundary, approximate 20 Line 25 304 03 Pyroclastic flow boundary, inferred 30 Line 25 304 04 Pyroclastic flow boundary, concealed 40 26.000 TECTONICS Line 26 001 00 Boundary of intrusive rock. Longer barbs indicate invaded rock 00 Line 26 002 00 Boundary of intrusive rock. Grade of contact metamorphism decreases away from boundary 0 0 Line 26 003 00 Boundary of major structural units 00 Line 26 003 03 Boundary of major structural units, inferred 30 Line 26 003 04 Boundary of major structural units, concealed 40 Line 26 004 00 Boundary of secondary structural units 00 Line 26 005 00 Boundary of depositional basin 00 Line 26 006 00 Boundary of depositional dome 00 Line 26 007 00 Boundary of tectonic basin/centrocline 00 Line 26 008 00 Boundary of tectonic dome/pericline 00 Line 26 009 00 Boundary of structural low, facing not known 00 Line 26 010 00 Boundary of structural high, facing not known 00 Line 26 011 00 Brachyanticline 00 Line 26 012 00 Flexure 00 Line 26 013 01 Structural contour in metres above sea level, accurate 10 Line 26 013 02 Structural contour in metres above sea level, approximate 20 Line 26 014 00 Structural form line, from drilling data 00 Line 26 014 00 Structural form line 10 27.000 REGOLITH Line 27 001 00 Regolith-landform unit boundary 00 Line 27 002 00 Erosional scarp, palaeosurface boundary 00 Line 27 003 00 Erosional scarp, unrelated to palaeosurface boundary 00 Line 27 004 00 Structural scarp 00 Line 27 005 00 Metamorphic aureole scarp 00 Line 27 006 00 Fault scarp 00 Line 27 007 00 Fault line scarp 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 187 Line 27 008 00 Manmade scarp 00 Line 27 009 00 Erosional and structural scarp, palaeosurface boundary 00 Line 27 010 00 Erosional and structural scarp, unrelated to palaeosurface boundary 00 Line 27 011 00 Erosional and metamorphic aureole scarp, palaeosurface boundary 00 Line 27 012 00 Erosional and metamorphic aureole scarp, unrelated to palaeosurface boundary 00 Line 27 013 00 Erosional and fault scarp, palaeosurface boundary 00 Line 27 014 00 Erosional and fault scarp, unrelated to palaeosurface boundary 00 Line 27 015 00 Erosional and fault line scarp, palaeosurface boundary 00 Line 27 016 00 Erosional and fault line scarp, unrelated to palaeosurface boundary 00 Point 27 017 00 Residual hill 00 Point 27 018 00 Basalt capped residual hill 00 Point 27 019 00 Sink hole 00 Point 27 020 00 Knick point 00 Point 27 021 00 Wind gap 00 27.040 REGOLITH - REGOLITH DRAINAGE FEATURES Line 27 040 00 Major drainage divide 00 Line 27 041 00 Minor drainage divide 00 Line 27 042 00 Major palaeodrainage divide 00 Line 27 043 00 Minor palaeodrainage divide 00 Point 27 044 00 Drainage overflow 00 Line 27 045 00 Superimposed drainage 00 Point 27 046 00 Superimposed drainage 00 Line 27 047 00 Entrenched superimposed drainage 00 Point 27 048 00 Entrenched superimposed drainage direction 00 Point 27 049 00 Site of river 00 Line 27 050 00 Internal drainage depression 00 Line 27 051 00 Palaeodrainage 00 Line 27 051 12 Palaeodrainage, inverted 12 0 Point 27 052 00 Palaeodrainage direction 00 Line 27 053 01 Prior stream, accurate, airphoto interpreted 00 Point 27 054 00 Drainage with tail 00 Point 27 055 00 Drainage tail 00 Point 27 070 00 Major volcanic centre 00 Point 27 071 00 Volcanic plug residual 00 Point 27 072 00 Eroded volcanic plug 00 Point 27 073 00 Major lava flow direction 00 90.000 HYDROLOGY Line 90 001 00 Coastline 00 Line 90 002 00 Lake, perennial 00 Line 90 003 00 Lake, non-perennial 00 Line 90 004 00 Watercourse, perennial 00 Line 90 005 00 Watercourse, non-perennial 00 Point 90 006 00 Direction of flow of watercourse 00 Point 90 007 00 Waterhole/soak 00 Point 90 008 00 Waterhole/soak, persistent 00 Line 90 009 00 Waterhole 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 188 Point 90 010 00 Rockhole 00 Point 90 011 00 Gnamma hole 00 Point 90 012 00 Spring 00 Line 90 013 00 Ephemeral water-table pool 00 Point 90 014 00 Swamp/marsh 00 Line/Point 90 015 00 Swamp/marsh 00 Line 90 016 00 Mangroves 00 Point 90 017 00 Waterfall 00 Point 90 301 00 Swamp 10 90.030 HYDROLOGY - BORES Point 90 030 00 Windpump 00 Point 90 031 00 Bore 00 Point 90 032 00 Bore, abandoned 00 Point 90 037 00 Bore, with windpump 00 Point 90 038 00 Bore, with pump engine 00 Point 90 033 00 Well 00 Point 90 034 00 Well, abandoned 00 Point 90 037 00 Well, with windpump 00 Point 90 035 00 Water tank 00 Point 90 036 00 Earth tank or dam 00 Point 90 037 00 Water storage 00 Point 90 038 00 Dam on stream 00 Line 90 039 00 Water pipeline 00 Line 90 040 00 Underground water pipeline 00 Line 90 041 00 Canal/aqueduct 00 90.050 HYDROLOGY - ARTESIAN Point 90 050 00 Artesian bore, flowing 00 Point 90 051 00 Artesian bore, abandoned 00 Point 90 052 00 Artesian bore, ceased to flow 00 Point 90 053 00 Artesian bore, ceased to flow; abandoned 00 Point 90 053 00 Artesian bore, capped 00 Point 90 054 00 Sub-artesian bore 00 Point 90 055 00 Sub-artesian bore, abandoned 00 90.060 HYDROLOGY - SALINITY Point 90 060 00 Salty bore, salinity not measured 00 Point 90 061 00 Bore, salinity less than 1500 ppm 00 Point 90 062 00 Bore, salinity 1500 to 10 000 ppm 00 Point 90 063 00 Bore, salinity greater than 10 000 ppm 00 91.000 TOPOGRAPHY/GEOMORPHOLOGY Line 91 001 00 Rock ledge/coral reef 00 Line 91 002 00 Edge of raised reef terrace 00 Point 91 003 00 Rocks awash 00 Point 91 004 00 Submerged rock 00 Point 91 005 00 Sinkhole 00 Line 91 006 00 Sinkhole 00 Point 91 007 00 Astrobleme/impact structure/cryptoexplosive structure 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 189 Line 91 008 00 Astrobleme/impact structure/cryptoexplosive structure 00 Line 91 009 00 Strandline 00 Line 91 010 00 Sand ridge/dune 00 Line 91 011 00 Claypan 00 Line 91 012 00 Saltpan 00 Line 91 013 00 Escarpment 00 Line 91 014 00 Cliff 00 Line 91 015 00 Cirque 00 Line 91 016 00 Alluvial terrace 00 Line 91 017 00 Alluvial fan 00 Line 91 018 00 Alluvial fan 00 Line 91 019 00 Moraine 00 Point 91 020 00 Landslips showing heel of slip and direction of movement 00 Point 91 021 00 Landslip 00 Line 91 022 00 Landslip 00 Line 91 023 00 Landslip 00 Line 91 024 00 Miscellaneous boundary 00 Point 91 027 01 Elevation in metres, accurate 10 Point 91 027 02 Elevation in metres, approximate 20 Line 91 028 00 Topographic contour 10 Line 91 029 00 Form line 00 Line 91 030 00 Bathymetric contour 00 Line 91 031 00 Coral reef 00 Line 91 301 01 Lunette crest, accurate 10 Line 91 301 02 Lunette crest, approximate 20 Line 91 301 03 Lunette crest, inferred 30 Line 91 302 01 Strandline crest, accurate 10 Line 91 302 02 Strandline crest, approximate 20 Line 91 303 01 Alluvial terrace, accurate 10 Line 91 303 02 Alluvial terrace, approximate 20 Line 91 304 00 Miocene shoreline 00 91.050 TOPOGRAPHY/GEOMORPHOLOGY Line 91 050 00 Polar ice 00 Line 91 051 00 Pack ice 00 Line 91 052 00 Shelf ice 00 Line 91 053 00 Ice field 00 Line 91 054 00 Snow field 00 Line 91 055 00 Glacier 00 92.000 CULTURAL FEATURES Line 92 001 00 Highway/principal road 00 Line 92 002 00 Secondary road 00 Line 92 003 00 Minor road 00 Line 92 004 00 Vehicle track 00 Line 92 005 00 Traverse line 00 Line 92 006 00 Railway 00 Line 92 007 00 Abandoned railway 00 AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 190 Line 92 008 00 Tunnel 00 Point 92 009 00 Bridge 00 Line 92 010 00 Fence 00 Line 92 011 00 Transmission line 00 Point 92 012 00 Aerodrome 00 Point 92 013 00 Landing ground 00 Line 92 014 00 Landing ground 00 Line 92 015 00 Built-up area 00 Point 92 016 00 City 00 Point 92 017 00 Town/village/settlement 00 Point 92 018 00 Homestead/outstation 00 Point 92 019 00 Building 00 Point 92 020 00 Yard 00 Point 92 021 00 Ruin 00 Point 92 022 00 Tower 00 Point 92 023 00 Trigonometrical station 00 Point 92 024 00 Astronomical station 00 Line 92 025 00 State/Territory border 00 Line 92 026 00 Minor administrative boundary 00

AGSO - Geoscience Australia Data Dictionary for GIS Products Version 2001.08 191 Geo Data Dict. A4 cover 21/8/01 11:08 AM Page 1

Geoscie DICTI Data Structure an for GIS Products Geoscience Data DICTIONARY Data Structure and Definations for

AGSO – Geoscience Australia GIS Products

AGSO – Geoscience Australia Cnr Jerrabomberra Avenue & Hindmarsh Drive SYMONSTON ACT 2609 GPO Box 378 CANBERRA ACT 2601 Australia

The latest version of this document is avaliable online at http://www.agso.gov.au/information/data_dictionary.html

AGSO