2002 Denver Annual Meeting (October 27-30, 2002)

Paper No. 34
Presentation Time: 1:30 PM-5:30 PM

SGEOML, AN XML MARKUP LANGUAGE FOR COMMUNICATION AND PROCESSING OF STRUCTURAL GEOLOGICAL INFORMATION


BABAIE, Hassan A., Geology Department, Georgia State Univ, Atlanta, GA 30303 and BABAEI, Abbed, Biological, Geological and Environmental Sciences, Cleveland State Univ, E. 24th at Euclid Ave, Cleveland, OH 44115, hbabaie@gsu.edu

We have designed and built a subset of the Structural Geology Markup Language, SGeoML, based on the eXtensible Markup Language (XML). The SGeoML is an XML meta-language, with its own geological vocabulary that includes, in addition to an unlimited, expandable list of structural geological tags, the hierarchical relationships and semantics between terms. The rich semantic specifications of the SGeoML are meant to capture the structure and content of structural geological notation, and facilitate presentation, transfer, and exchange of the information to geologists and applications (e.g., databases) among distributed geological information systems. A web-based communication of structural data requires more than just a syntax; it requires shared models of the semantics of the underlying structural geology, and the processes and policies used to engage in electronic data exchange.

Version 1.0 of the SGeoML and XML application is designed and implemented applying the Unified Modeling Language(UML). The UML allows specifying the associations and cardinalities between geological concepts such as a fault (a concept or class) which may have one or more fault segments (another class), zero or more lineaments, zero or more generations of mylonite, etc. In these cases, one or more, or zero or more, are cardinalities, and are parts of the semantics of the fault or lineament elements. The UML class diagrams let us define the data types, default values, their sequence (dip direction dip amount or vice versa), and whether or not a value is required (e.g., direction of the dip).

The UML class diagrams of the structural concepts, were forward engineered (i.e., mapped with the Rational Rose CASE tool) into (1) java code for domain logic, (2) the XML DTD and Schema for the SGeoML (classes mapped into elements and their attributes), and (3) the SQL DDL for creating the relational database tables. The Java code will be used in the J2EE architecture to build an XML application to process the geological information formatted and validated with SGeoML, and enable the geologic data to be served, received, and processed on the Web. The XML Schema provides the dictionary and semantics of structural geological terms that will be needed for structural geologists to author valid SGeoML documents, and communicate with each other or with the database.