Class <<DataType>> CGI_PrimitiveValue (extends CGI_Value )
Abstract class to capture CGI data types
Local Subclasses: CGI_NumericValue CGI_TermValueAttributes
Name | Type | Bounds | From Class | Notes | ||||||
---|---|---|---|---|---|---|---|---|---|---|
qualifier | ValueQualifierCode | 0..1 | CGI_Value | term that qualifies the specified value. Examples include (greaterThan (>), lessThan, equalTo, approximate) commonly used with numeric values, and (never sometimes, common, always) used with term values. Arithmetic terms (arithmetic mean, geometric mean, mode, median) added for GeoSciML2. |
||||||
|
||||||||||
Outbound Associations
Name | Type | Multiplicity | From Class | Notes |
---|
Constraints
Constraint | Type | Status | Weight |
---|
Tagged values
Tag | Value | Notes |
---|---|---|
byValuePropertyType | true | Values: true,false Default: false Description: enforce the 'by value' property pattern without xl |
hasXmlLang | false | Values: true | false Default: false Description: axml attribute xml:lang shall be generated for the type representing the class |
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:element xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="CGI_PrimitiveValue" substitutionGroup="gsml:CGI_Value" type="gsml:CGI_PrimitiveValueType"> <xs:annotation> <xs:documentation>Abstract class to capture CGI data types</xs:documentation> </xs:annotation> </xs:element> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="CGI_PrimitiveValueType"> <xs:complexContent> <xs:extension base="gsml:CGI_ValueType"/> </xs:complexContent> </xs:complexType> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_PrimitiveValuePropertyType"> <xs:sequence> <xs:element ref="gsml:CGI_PrimitiveValue"/> </xs:sequence> </xs:complexType> |