schemas.GML.3.1.1.Profiles.SimpleDictionary.1.0.0.Examples.rangeMeaning.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of citygml Show documentation
Show all versions of citygml Show documentation
BIMserver plugin that provides a CityGML serializer
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <Dictionary xmlns="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/gml ../gmlSimpleDictionaryProfile.xsd" gml:id="RangeMeaningDictionary"> <!-- Primary editor: Arliss Whiteside. Last updated 2005-11-16 --> <name>Range Meaning standard values</name> <!-- ===================================================== --> <dictionaryEntry> <Definition gml:id="exact"> <description>Any value between and including minimumValue and maximiumValue is valid. </description> <name codeSpace="urn:ogc:tc:urn:doc:rp:05-010">urn:ogc:def:rangeMeaning:OGC:1.0:exact</name> </Definition> </dictionaryEntry> <!-- ===================================================== --> <dictionaryEntry> <Definition gml:id="wraparound"> <description>The axis is continuous with values wrapping around at the minimumValue and maximumValue. Values with the same meaning repeat modulo the difference between maximumValue and minimumValue. </description> <name codeSpace="urn:ogc:tc:urn:doc:rp:05-010">urn:ogc:def:rangeMeaning:OGC:1.0:wraparound</name> </Definition> </dictionaryEntry> </Dictionary>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy