Class <<Enumeration>> ValueQualifierCode

Enumeration list for valueQualifierCode attribute on CGI_Value

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
always 1..1 ValueQualifierCode
approximate 1..1 ValueQualifierCode
common 1..1 ValueQualifierCode
equalTo 1..1 ValueQualifierCode
greaterThan 1..1 ValueQualifierCode
lessThan 1..1 ValueQualifierCode
never 1..1 ValueQualifierCode
nil:inapplicable 1..1 ValueQualifierCode
quadratic mean 1..1 ValueQualifierCode Root means square - see http://en.wikipedia.org/wiki/Quadratic_mean
harmonic mean 1..1 ValueQualifierCode http://en.wikipedia.org/wiki/Harmonic_mean
geometric mean 1..1 ValueQualifierCode The geometric mean of a collection of positive data is defined as the nth root of the product of all the members of the data set, where n is the number of members.
arithmetic mean 1..1 ValueQualifierCode The average of a set of numbers. Found by adding all the numbers in a set and dividing the sum by the number of entries.
mode 1..1 ValueQualifierCode he data item that occurs most often in a set of data. (There may be more than one mode.)
median 1..1 ValueQualifierCode The middle number in a group of numbers when the group is arranged in order.
sometimes 1..1 ValueQualifierCode
rare 1..1 ValueQualifierCode
nil:withheld 1..1 ValueQualifierCode
nil:missing 1..1 ValueQualifierCode
nil:unknown 1..1 ValueQualifierCode
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
byValuePropertyType false Values: true,false
Default: false
Description: enforce the 'by value' property pattern without xl
isCollection false Values: true,false
Default: false
Description: attribute group gml:AggregationAttributeGroup is a
noPropertyType false Values: true,false
Default: false
Description: suppress automatic creation of *PropertyType compl
 

GML-conformant XML Implementation Details

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ValueQualifierCodeType">
    <xs:restriction base="string">
        <xs:enumeration value="always"/>
        <xs:enumeration value="approximate"/>
        <xs:enumeration value="common"/>
        <xs:enumeration value="equalTo"/>
        <xs:enumeration value="greaterThan"/>
        <xs:enumeration value="lessThan"/>
        <xs:enumeration value="never"/>
        <xs:enumeration value="nil:inapplicable"/>
        <xs:enumeration value="quadratic mean">
            <xs:annotation>
                <xs:documentation>Root means square - see http://en.wikipedia.org/wiki/Quadratic_mean</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="harmonic mean">
            <xs:annotation>
                <xs:documentation>http://en.wikipedia.org/wiki/Harmonic_mean</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="geometric mean">
            <xs:annotation>
                <xs:documentation>The geometric mean of a collection of positive data is defined as the nth root of the product of all the members of the data set, where n is the number of members.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="arithmetic mean">
            <xs:annotation>
                <xs:documentation>The average of a set of numbers. Found by adding all the numbers in a set and dividing the sum by the number of entries.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="mode">
            <xs:annotation>
                <xs:documentation>he data item that occurs most often in a set of data. (There may be more than one mode.)</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="median">
            <xs:annotation>
                <xs:documentation>The middle number in a group of numbers when the group is arranged in order.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="sometimes"/>
        <xs:enumeration value="rare"/>
        <xs:enumeration value="nil:withheld"/>
        <xs:enumeration value="nil:missing"/>
        <xs:enumeration value="nil:unknown"/>
    </xs:restriction>
</xs:simpleType>