Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Element gml:CompositeValue
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:CompositeValue is an aggregate value built from other values . It contains
zero or an arbitrary number of gml:valueComponent elements, and zero or one
gml:valueComponents property elements. It may be used for strongly coupled aggregates
(vectors, tensors) or for arbitrary collections of values.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Attribute_Group_gml_AggregationAttributeGroup.tmp#AggregationAttributeGroupgml3_2Profile_diggs_xsd_Element_gml_valueComponent.tmp#valueComponentgml3_2Profile_diggs_xsd_Element_gml_valueComponents.tmp#valueComponentsgml3_2Profile_diggs_xsd_Complex_Type_gml_CompositeValueType.tmp#CompositeValueTypeConstruction_xsd_Element_diggs_GroutingDataPropertyParameters.tmp#GroutingDataPropertyParametersConstruction_xsd_Element_diggs_InjectionDataPropertyParameters.tmp#InjectionDataPropertyParametersDeprecated_xsd_Element_diggs_LugeonStepDataPropertyParameters.tmp#LugeonStepDataPropertyParametersDeprecated_xsd_Element_diggs_PDARecordPropertyParameters.tmp#PDARecordPropertyParametersDeprecated_xsd_Element_diggs_PileDrivingRecordPropertyParameters.tmp#PileDrivingRecordPropertyParametersDeprecated_xsd_Element_diggs_PpdPropertyParameters.tmp#http___diggsml.org_schema-dev_PpdPropertyParametersGeotechnical_xsd_Element_diggs_geo_PpdPropertyParameters.tmp#PpdPropertyParametersKernel_xsd_Element_diggs_PropertyParameters.tmp#PropertyParametersDeprecated_xsd_Element_diggs_SyneresisDataPropertyParameters.tmp#SyneresisDataPropertyParametersgml3_2Profile_diggs_xsd_Element_gml_ValueArray.tmp#ValueArraygml3_2Profile_diggs_xsd_Element_gml_AbstractValue.tmp#AbstractValue
Type gml:CompositeValueType
Type hierarchy
Properties
content complex
Substitution Group
Substitution Group Affiliation
Model
Children gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:valueComponent, gml:valueComponents
Instance
<gml:CompositeValue aggregationType="" gml:id="" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:valueComponent xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:valueComponent>
  <gml:valueComponents owns="false">{0,1}</gml:valueComponents>
</gml:CompositeValue>
Attributes
QName Type Use Annotation
aggregationType gml:AggregationType optional
gml:id ID required
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<element name="CompositeValue" type="gml:CompositeValueType" substitutionGroup="gml:AbstractValue">
  <annotation>
    <documentation>gml:CompositeValue is an aggregate value built from other values . It contains zero or an arbitrary number of gml:valueComponent elements, and zero or one gml:valueComponents property elements. It may be used for strongly coupled aggregates (vectors, tensors) or for arbitrary collections of values.</documentation>
  </annotation>
</element>