Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element gml:DataBlock
Namespace http://www.opengis.net/gml/3.2
Annotations
gml:DataBlock describes the Range as a block of text encoded values similar to
a Common Separated Value (CSV) representation. The range set parameterization is described
by the property gml:rangeParameters.
Diagram
Diagramgml3_2Profile_diggs_xsd_Element_gml_rangeParameters.tmp#rangeParametersgml3_2Profile_diggs_xsd_Element_gml_tupleList.tmp#tupleListgml3_2Profile_diggs_xsd_Element_gml_doubleOrNilReasonTupleList.tmp#doubleOrNilReasonTupleListgml3_2Profile_diggs_xsd_Complex_Type_gml_DataBlockType.tmp#DataBlockTypeConstruction_xsd_Element_diggs_GroutingDataResultSet.tmp#GroutingDataResultSetConstruction_xsd_Element_diggs_InjectionDataResultSet.tmp#InjectionDataResultSetDeprecated_xsd_Element_diggs_LugeonStepDataResultSet.tmp#LugeonStepDataResultSetDeprecated_xsd_Element_diggs_PDARecordResultSet.tmp#PDARecordResultSetDeprecated_xsd_Element_diggs_PileDrivingRecordResultSet.tmp#PileDrivingRecordResultSetDeprecated_xsd_Element_diggs_PpdResultSet.tmp#http___diggsml.org_schema-dev_PpdResultSetGeotechnical_xsd_Element_diggs_geo_PpdResultSet.tmp#PpdResultSetKernel_xsd_Element_diggs_ResultSet.tmp#ResultSetDeprecated_xsd_Element_diggs_SyneresisResultSet.tmp#SyneresisResultSetgml3_2Profile_diggs_xsd_Element_gml_AbstractObject.tmp#http___www.opengis.net_gml_3.2_AbstractObject
Type gml:DataBlockType
Properties
content complex
Substitution Group
Substitution Group Affiliation
Used by
Complex Type gml:RangeSetType
Model
Children gml:doubleOrNilReasonTupleList, gml:rangeParameters, gml:tupleList
Instance
<gml:DataBlock xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:rangeParameters xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:rangeParameters>
  <gml:tupleList cs="," decimal="." ts=" ">{1,1}</gml:tupleList>
  <gml:doubleOrNilReasonTupleList>{1,1}</gml:doubleOrNilReasonTupleList>
</gml:DataBlock>
Source
<element name="DataBlock" type="gml:DataBlockType" substitutionGroup="gml:AbstractObject">
  <annotation>
    <documentation>gml:DataBlock describes the Range as a block of text encoded values similar to a Common Separated Value (CSV) representation. The range set parameterization is described by the property gml:rangeParameters.</documentation>
  </annotation>
</element>