wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/RangeType#", ac _"http://tripcom.org/ontologies/EDI/AllowanceCharge#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/RangeType" nonFunctionalProperties dc#title hasValue "Range type" dc#subject hasValue "Range type" dc#description hasValue "Range type" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-07-30" dc#type hasValue _"http://www.wsmo.org/2004/d2/v1.0/#ontologies" dc#format hasValue "text/plain" dc#language hasValue "en-US" dc#rights hasValue _"http://www.deri.org/privacy.html" version hasValue "$Revision: 1.3 $" endNonFunctionalProperties concept cyc#Individual concept cyc#ScalarInterval subConceptOf cyc#Individual concept cyc#ScalarPointValue subConceptOf cyc#ScalarInterval concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#TemporallyExistingThing subConceptOf cyc#TemporalThing // excludes TimeIntervals concept cyc#SomethingExisting subConceptOf cyc#TemporallyExistingThing concept cyc#Situation subConceptOf cyc#TemporallyExistingThing // excludes Events concept cyc#ConceptualWork subConceptOf cyc#SomethingExisting concept cyc#Obligation subConceptOf cyc#ConceptualWork concept cyc#PaymentObligation subConceptOf cyc#Obligation concept cyc#Compensation subConceptOf cyc#Obligation // Compensation need not be financial. concept cyc#Allowance subConceptOf cyc#Obligation // Allowance need not be financial./ concept ac#FinancialAllowance subConceptOf {cyc#Allowance, cyc#Compensation, cyc#PaymentObligation} relation allowanceRange ( ofType ac#FinancialAllowance, ofType cyc#UnitOfMoney, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "the range for an allowance" endNonFunctionalProperties // "1" Allowance range // see cyc#amountOfAllowance, cyc#allowanceProvider, cyc#allowanceRecipient // cyc#amountOfAllowance relation financialChargeRange ( ofType ac#FinancialCharge, ofType cyc#UnitOfMoney, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "the range for a charge" endNonFunctionalProperties // "2" Charge range relation monetaryRange ( ofType cyc#TemporallyExistingThing, ofType cyc#UnitOfMoney, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "a range related to money" endNonFunctionalProperties // "3" Monetary range relation quantityRange ( ofType cyc#TemporallyExistingThing, ofType cyc#UnitOfMeasure, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "a range for quantity" endNonFunctionalProperties // "4" Quantity range relation temperatureRange ( ofType cyc#TemporallyExistingThing, ofType cyc#UnitOfTemperature, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "a range of a temperature" endNonFunctionalProperties // "5" Temperature range relation orderQuantityRange( ofType cyc#SomethingExisting, ofType cyc#UnitOfMeasure, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "the minimum to maximum order quantity" endNonFunctionalProperties // "6" Order quantity range relation cumulativeOrderQuantityRange( ofType cyc#SomethingExisting, ofType cyc#UnitOfMeasure, ofType _decimal, ofType _decimal) nonFunctionalProperties dc#description hasValue "the minimum to maximum order quantity" endNonFunctionalProperties // "15" Order quantity range, cumulative // "1E" Order quantity range, cumulative // former EAN code /* // Range type // DE_6167 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc7w.htm // complete for EANCOM "1" Allowance range "2" Charge range "3" Monetary range "4" Quantity range "5" Temperature range "6" Order quantity range "15" Order quantity range, cumulative "1E" Order quantity range, cumulative // former EAN code */