123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Composition Part mapping file
- -->
- <as:AppSchemaDataAccess xmlns:as="http://www.geotools.org/app-schema"
- xmlns:ogc="http://www.opengis.net/ogc" xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.geotools.org/app-schema AppSchemaDataAccess.xsd
- http://www.opengis.net/ogc http://schemas.opengis.net/filter/1.1.0/expr.xsd">
- <namespaces>
- <!--
- declare here the namespaces and prefixes used by the parser to
- resolve <type> elements.
- -->
- <Namespace>
- <prefix>gsml</prefix>
- <uri>http://www.cgi-iugs.org/xml/GeoSciML/2</uri>
- </Namespace>
- <Namespace>
- <prefix>gml</prefix>
- <uri>http://www.opengis.net/gml</uri>
- </Namespace>
- <Namespace>
- <prefix>xlink</prefix>
- <uri>http://www.w3.org/1999/xlink</uri>
- </Namespace>
- <Namespace>
- <prefix>sa</prefix>
- <uri>http://www.opengis.net/sampling/1.0</uri>
- </Namespace>
- <Namespace>
- <prefix>om</prefix>
- <uri>http://www.opengis.net/om/1.0</uri>
- </Namespace>
- <Namespace>
- <prefix>cv</prefix>
- <uri>http://www.opengis.net/cv/0.2.1</uri>
- </Namespace>
- <Namespace>
- <prefix>swe</prefix>
- <uri>http://www.opengis.net/swe/1.0.1</uri>
- </Namespace>
- <Namespace>
- <prefix>sml</prefix>
- <uri>http://www.opengis.net/sensorML/1.0.1</uri>
- </Namespace>
- </namespaces>
- <sourceDataStores>
- <DataStore>
- <id>CompositionPart</id>
- <parameters>
- <Parameter>
- <name>directory</name>
- <!-- path can be relative to this file if starts with "file: -->
- <value>file:./</value>
- </Parameter>
- </parameters>
- </DataStore>
- </sourceDataStores>
- <catalog>mappedPolygons.oasis.xml</catalog>
- <targetTypes>
- <FeatureType>
- <!--
- State the needed xsd schemas to be loaded in order to make the
- schema-to-FeatureModel parse. Paths are relative to this file, or
- may be absolute URL's. Imports and includes at the schemas will be
- followed as long as they're relative paths.
- -->
- <schemaUri>commonSchemas_new/GeoSciML/geosciml.xsd</schemaUri>
- </FeatureType>
- </targetTypes>
- <typeMappings>
- <FeatureTypeMapping>
- <sourceDataStore>CompositionPart</sourceDataStore>
- <sourceType>CompositionPart</sourceType>
- <targetElement>gsml:CompositionPart</targetElement>
- <attributeMappings>
- <AttributeMapping>
- <targetAttribute>gsml:CompositionPart</targetAttribute>
- </AttributeMapping>
- <AttributeMapping>
- <targetAttribute>gsml:role</targetAttribute>
- <sourceExpression>
- <OCQL>COMPONENT_ROLE</OCQL>
- </sourceExpression>
- <ClientProperty>
- <name>codeSpace</name>
- <value>'urn:cgi:classifierScheme:GSV:CompositionpartRole'</value>
- </ClientProperty>
- </AttributeMapping>
- <AttributeMapping>
- <targetAttribute>gsml:proportion</targetAttribute>
- <targetAttributeNode>gsml:CGI_TermValuePropertyType</targetAttributeNode>
- </AttributeMapping>
- <AttributeMapping>
- <targetAttribute>gsml:proportion/gsml:CGI_TermValue/gsml:value</targetAttribute>
- <sourceExpression>
- <OCQL>PROPORTION</OCQL>
- </sourceExpression>
- <ClientProperty>
- <name>codeSpace</name>
- <value>'urn:cgi:classifierScheme:GSV:Proportion'</value>
- </ClientProperty>
- </AttributeMapping>
- <AttributeMapping>
- <targetAttribute>FEATURE_LINK</targetAttribute>
- <sourceExpression>
- <OCQL>GEOLOGIC_UNIT_ID</OCQL>
- </sourceExpression>
- </AttributeMapping>
- </attributeMappings>
- </FeatureTypeMapping>
- </typeMappings>
- </as:AppSchemaDataAccess>
|