Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Property
Namespace http://diggsml.org/schema-dev
Annotations
An object that contains properties of a measurement
result.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_indexKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_propertyNameKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_typeDataKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_propertyClassKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_uomKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_atTemperatureKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_measurementAxisBearingKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_measurementAxisInclinationKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_nullValueKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_contextKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_sampleFractionKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_grainsizeFractionKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_correctionUsedKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_measurementTechniqueKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_procedureRefKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_detectorRefKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_detectionLimitsKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_reportableKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_qualifierKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_curveStateKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_curveDerivationKernel_xsd_Complex_Type_diggs_PropType.tmp#PropType_samplingRateKernel_xsd_Complex_Type_diggs_PropType.tmp#PropTypegml3_2Profile_diggs_xsd_Element_gml_AbstractValue.tmp#AbstractValue
Type diggs:PropType
Type hierarchy
Properties
content complex
abstract false
Substitution Group Affiliation
Used by
Model
Children diggs:atTemperature, diggs:context, diggs:correctionUsed, diggs:curveDerivation, diggs:curveState, diggs:detectionLimits, diggs:detectorRef, diggs:grainsizeFraction, diggs:measurementAxisBearing, diggs:measurementAxisInclination, diggs:measurementTechnique, diggs:nullValue, diggs:procedureRef, diggs:propertyClass, diggs:propertyName, diggs:qualifier, diggs:reportable, diggs:sampleFraction, diggs:samplingRate, diggs:typeData, diggs:uom
Instance
<diggs:Property gml:id="" index="" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:propertyName codeSpace="">{0,1}</diggs:propertyName>
  <diggs:typeData>{1,1}</diggs:typeData>
  <diggs:propertyClass codeSpace="">{1,1}</diggs:propertyClass>
  <diggs:uom>{0,1}</diggs:uom>
  <diggs:atTemperature uom="">{0,1}</diggs:atTemperature>
  <diggs:measurementAxisBearing uom="">{0,1}</diggs:measurementAxisBearing>
  <diggs:measurementAxisInclination uom="">{0,1}</diggs:measurementAxisInclination>
  <diggs:nullValue reason="">{0,1}</diggs:nullValue>
  <diggs:context xml:lang="">{0,1}</diggs:context>
  <diggs:sampleFraction>{0,1}</diggs:sampleFraction>
  <diggs:grainsizeFraction>{0,1}</diggs:grainsizeFraction>
  <diggs:correctionUsed codeSpace="">{0,unbounded}</diggs:correctionUsed>
  <diggs:measurementTechnique formula="">{0,1}</diggs:measurementTechnique>
  <diggs:procedureRef xlink:actuate="" xlink:arcrole="" xlink:href="" identifierRef="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</diggs:procedureRef>
  <diggs:detectorRef xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</diggs:detectorRef>
  <diggs:detectionLimits>{0,unbounded}</diggs:detectionLimits>
  <diggs:reportable>{0,1}</diggs:reportable>
  <diggs:qualifier>{0,unbounded}</diggs:qualifier>
  <diggs:curveState>{0,1}</diggs:curveState>
  <diggs:curveDerivation>{0,1}</diggs:curveDerivation>
  <diggs:samplingRate uom="">{0,1}</diggs:samplingRate>
</diggs:Property>
Attributes
QName Type Use Annotation
gml:id ID optional
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.
index positiveInteger required
An integer that indicates the position of the property result
in the dataValues property.
Source
<element name="Property" type="diggs:PropType" substitutionGroup="gml:AbstractValue" abstract="false">
  <annotation>
    <documentation>An object that contains properties of a measurement result.</documentation>
  </annotation>
</element>