Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Main schema Complete.xsd
Namespace http://schemas.diggsml.com/2.0.a
Properties
attribute form default: unqualified
element form default: qualified
version: 2.0.a
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Complete.xsd
Included schema typ_catalog.xsd
Namespace http://schemas.diggsml.com/2.0.a
Annotations
WITSML- Catalog of Value Constrainted Types.
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3.1.1
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Included schema typ_measureType.xsd
Namespace http://schemas.diggsml.com/2.0.a
Annotations
These types represent numeric quantities with a unit of measure implemented as a uom attribute. The units are gathered into single quantity class which represents a group of units. The unit symbols appropriate for the class are captured as enumerated lists. The implementation of this is to develop a type for each uom class that is a union of a standard list, the unknown value, and the Other: extension. Additional files will contain these structures.
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3.1
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Included schema typ_quantityClass.xsd
Namespace http://schemas.diggsml.com/2.0.a
Annotations
This file defines a set of standard POSC units of measure 
for various quantity classes. This units list captures information contained 
in the POSC units dictionary at http://www.posc.org/refs/poscUnits20.xml. 
The enumerated lists do not contain any deprecated units.
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3.1.1
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Included schema typ_baseType.xsd
Namespace http://schemas.diggsml.com/2.0.a
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3.1
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Included schema Kernel.xsd
Namespace http://schemas.diggsml.com/2.0.a
Properties
attribute form default: unqualified
element form default: qualified
version: 2.0.a
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleDensity
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParticleDensityType_measuredDensity 2_0_a.tmp#ParticleDensityType_assumedDensity 2_0_a.tmp#ParticleDensityType
Type diggs:ParticleDensityType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:measuredDensity | diggs:assumedDensity)
Children diggs:assumedDensity, diggs:measuredDensity, diggs:remarks, diggs:status, gml:description
Instance
<diggs:ParticleDensity gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:measuredDensity uom="">{1,1}</diggs:measuredDensity>
  <diggs:assumedDensity uom="">{1,1}</diggs:assumedDensity>
</diggs:ParticleDensity>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ParticleDensity" type="diggs:ParticleDensityType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractObjectType / diggs:status
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text string to provide information about the status of the object to
be used to track QA/QC controls, review or release status, etc. The values used are
intended to come from a controlled list of terms maintained by an
organization.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="status" type="gml:CodeType">
  <annotation>
    <documentation>A text string to provide information about the status of the object to be used to track QA/QC controls, review or release status, etc. The values used are intended to come from a controlled list of terms maintained by an organization.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractObjectType / diggs:remarks
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Remark 2_0_a.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Remark*
Children diggs:Remark
Instance
<diggs:remarks owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Remark>{0,unbounded}</diggs:Remark>
</diggs:remarks>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Remark
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#RemarkType_content 2_0_a.tmp#RemarkType_authorRef 2_0_a.tmp#RemarkType_author 2_0_a.tmp#RemarkType_remarkDateTime 2_0_a.tmp#RemarkType 2_0_a.tmp#AbstractSimpleMetadata
Type diggs:RemarkType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model diggs:content , (diggs:authorRef | diggs:author) , diggs:remarkDateTime{0,1}
Children diggs:author, diggs:authorRef, diggs:content, diggs:remarkDateTime
Instance
<diggs:Remark xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:content xml:lang="">{1,1}</diggs:content>
  <diggs:authorRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:authorRef>
  <diggs:author xml:lang="">{1,1}</diggs:author>
  <diggs:remarkDateTime>{0,1}</diggs:remarkDateTime>
</diggs:Remark>
Source
<element name="Remark" type="diggs:RemarkType" substitutionGroup="diggs:AbstractSimpleMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RemarkType / diggs:content
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="content" type="diggs:DiggsStringType" minOccurs="1" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RemarkType / diggs:authorRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="authorRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RemarkType / diggs:author
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="author" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RemarkType / diggs:remarkDateTime
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="remarkDateTime" type="diggs:UnifiedDateTimeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleDensityType / diggs:measuredDensity
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#densityMeasure_uom 131.tmp#densityMeasure
Type witsml:densityMeasure
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:densityUom required
Source
<element name="measuredDensity" type="witsml:densityMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleDensityType / diggs:assumedDensity
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#densityMeasure_uom 131.tmp#densityMeasure
Type witsml:densityMeasure
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:densityUom required
Source
<element name="assumedDensity" type="witsml:densityMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MeasureOrString
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#MeasureOrStringType_numeric 2_0_a.tmp#MeasureOrStringType_textual 2_0_a.tmp#MeasureOrStringType 3_2.tmp#AbstractGML
Type diggs:MeasureOrStringType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:numeric | diggs:textual)
Children diggs:numeric, diggs:remarks, diggs:status, diggs:textual, gml:description
Instance
<diggs:MeasureOrString gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:numeric uom="">{1,1}</diggs:numeric>
  <diggs:textual xml:lang="">{1,1}</diggs:textual>
</diggs:MeasureOrString>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="MeasureOrString" type="diggs:MeasureOrStringType" substitutionGroup="gml:AbstractGML"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MeasureOrStringType / diggs:numeric
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#generalMeasureType_uom 131.tmp#generalMeasureType
Type witsml:generalMeasureType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
Source
<element name="numeric" type="witsml:generalMeasureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MeasureOrStringType / diggs:textual
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="textual" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Address
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AddressType_number 2_0_a.tmp#AddressType_street 2_0_a.tmp#AddressType_city 2_0_a.tmp#AddressType_state 2_0_a.tmp#AddressType_province 2_0_a.tmp#AddressType_county 2_0_a.tmp#AddressType_country 2_0_a.tmp#AddressType_postalCode 2_0_a.tmp#AddressType 3_2.tmp#AbstractGML
Type diggs:AddressType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:number{0,1} , diggs:street* , diggs:city{0,1} , diggs:state{0,1} , diggs:province{0,1} , diggs:county{0,1} , diggs:country{0,1} , diggs:postalCode{0,1}
Children diggs:city, diggs:country, diggs:county, diggs:number, diggs:postalCode, diggs:province, diggs:remarks, diggs:state, diggs:status, diggs:street, gml:description
Instance
<diggs:Address gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:number xml:lang="">{0,1}</diggs:number>
  <diggs:street xml:lang="">{0,unbounded}</diggs:street>
  <diggs:city xml:lang="">{0,1}</diggs:city>
  <diggs:state xml:lang="">{0,1}</diggs:state>
  <diggs:province xml:lang="">{0,1}</diggs:province>
  <diggs:county xml:lang="">{0,1}</diggs:county>
  <diggs:country xml:lang="">{0,1}</diggs:country>
  <diggs:postalCode xml:lang="">{0,1}</diggs:postalCode>
</diggs:Address>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Address" type="diggs:AddressType" substitutionGroup="gml:AbstractGML" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:number
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="number" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:street
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="street" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:city
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="city" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:state
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="state" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:province
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="province" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:county
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="county" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:country
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="country" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AddressType / diggs:postalCode
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="postalCode" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BlockSampleDetail
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BlockSampleDetailType_height 2_0_a.tmp#BlockSampleDetailType_length 2_0_a.tmp#BlockSampleDetailType_width 2_0_a.tmp#BlockSampleDetailType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:BlockSampleDetailType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:height{0,1} , diggs:length{0,1} , diggs:width{0,1}
Children diggs:height, diggs:length, diggs:remarks, diggs:status, diggs:width, gml:description
Instance
<diggs:BlockSampleDetail gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:height uom="">{0,1}</diggs:height>
  <diggs:length uom="">{0,1}</diggs:length>
  <diggs:width uom="">{0,1}</diggs:width>
</diggs:BlockSampleDetail>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="BlockSampleDetail" type="diggs:BlockSampleDetailType" substitutionGroup="diggs:AbstractObject" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BlockSampleDetailType / diggs:height
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element name="height" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BlockSampleDetailType / diggs:length
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element name="length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BlockSampleDetailType / diggs:width
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element name="width" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Calibration
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#CalibrationType_date 2_0_a.tmp#CalibrationType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:CalibrationType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:date{0,1}
Children diggs:date, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Calibration gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:date>{0,1}</diggs:date>
</diggs:Calibration>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Calibration" type="diggs:CalibrationType" substitutionGroup="diggs:AbstractObject" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CalibrationType / diggs:date
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="date" type="diggs:UnifiedDateTimeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DelayEvent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DelayEventType_timeOfDelay 2_0_a.tmp#DelayEventType_delayType 2_0_a.tmp#DelayEventType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:DelayEventType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:timeOfDelay{0,1} , diggs:delayType{0,1}
Children diggs:delayType, diggs:remarks, diggs:status, diggs:timeOfDelay, gml:description
Instance
<diggs:DelayEvent gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:timeOfDelay>{0,1}</diggs:timeOfDelay>
  <diggs:delayType codeSpace="">{0,1}</diggs:delayType>
</diggs:DelayEvent>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="DelayEvent" type="diggs:DelayEventType" substitutionGroup="diggs:AbstractObject" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DelayEventType / diggs:timeOfDelay
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:timeOfDelay xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:timeOfDelay>
Source
<element name="timeOfDelay" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TimeInterval
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TimeIntervalType_start 2_0_a.tmp#TimeIntervalType_end 2_0_a.tmp#TimeIntervalType_duration 2_0_a.tmp#TimeIntervalType
Type diggs:TimeIntervalType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:start , (diggs:end | diggs:duration)
Children diggs:duration, diggs:end, diggs:remarks, diggs:start, diggs:status, gml:description
Instance
<diggs:TimeInterval gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:start>{1,1}</diggs:start>
  <diggs:end>{1,1}</diggs:end>
  <diggs:duration uom="">{1,1}</diggs:duration>
</diggs:TimeInterval>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="TimeInterval" type="diggs:TimeIntervalType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TimeIntervalType / diggs:start
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Source
<element name="start" type="diggs:UnifiedDateTimeType" maxOccurs="1" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TimeIntervalType / diggs:end
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Source
<element name="end" type="diggs:UnifiedDateTimeType" maxOccurs="1" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TimeIntervalType / diggs:duration
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#timeMeasure_uom 131.tmp#timeMeasure
Type witsml:timeMeasure
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:timeUom required
Source
<element name="duration" type="witsml:timeMeasure" maxOccurs="1" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DelayEventType / diggs:delayType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="delayType" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Environment
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#EnvironmentType_barometricPressure 2_0_a.tmp#EnvironmentType_gasFlow 2_0_a.tmp#EnvironmentType_gasPressure 2_0_a.tmp#EnvironmentType_temperature 2_0_a.tmp#EnvironmentType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:EnvironmentType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:barometricPressure{0,1} , diggs:gasFlow{0,1} , diggs:gasPressure{0,1} , diggs:temperature{0,1}
Children diggs:barometricPressure, diggs:gasFlow, diggs:gasPressure, diggs:remarks, diggs:status, diggs:temperature, gml:description
Instance
<diggs:Environment gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:barometricPressure uom="">{0,1}</diggs:barometricPressure>
  <diggs:gasFlow uom="">{0,1}</diggs:gasFlow>
  <diggs:gasPressure uom="">{0,1}</diggs:gasPressure>
  <diggs:temperature uom="">{0,1}</diggs:temperature>
</diggs:Environment>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Environment" type="diggs:EnvironmentType" substitutionGroup="diggs:AbstractObject" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EnvironmentType / diggs:barometricPressure
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#pressureMeasure_uom 131.tmp#pressureMeasure
Type witsml:pressureMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:pressureUom required
Source
<element name="barometricPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EnvironmentType / diggs:gasFlow
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#volumeFlowRateMeasure_uom 131.tmp#volumeFlowRateMeasure
Type witsml:volumeFlowRateMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:volumeFlowRateUom required
Source
<element name="gasFlow" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EnvironmentType / diggs:gasPressure
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#pressureMeasure_uom 131.tmp#pressureMeasure
Type witsml:pressureMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:pressureUom required
Source
<element name="gasPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EnvironmentType / diggs:temperature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#thermodynamicTemperatureMeasure_uom 131.tmp#thermodynamicTemperatureMeasure
Type witsml:thermodynamicTemperatureMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:thermodynamicTemperatureUom required
Source
<element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractEvent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType 2_0_a.tmp#BoreholeEvent 2_0_a.tmp#TrialPitEvent 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:AbstractEventType
Type hierarchy
Properties
content: complex
abstract: true
mixed: false
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded*
Children diggs:dateTime, diggs:infoRecorded, diggs:remarks, diggs:status, gml:description
Instance
<diggs:AbstractEvent gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:dateTime>{0,1}</diggs:dateTime>
  <diggs:infoRecorded>{0,unbounded}</diggs:infoRecorded>
</diggs:AbstractEvent>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractEvent" substitutionGroup="diggs:AbstractObject" type="diggs:AbstractEventType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractEventType / diggs:dateTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Date/time when this event information was recorded
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
Source
<element name="dateTime" type="diggs:UnifiedDateTimeType" minOccurs="0">
  <annotation>
    <documentation>Date/time when this event information was recorded</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractEventType / diggs:infoRecorded
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Other associated data measured or observed at this time
Diagram
Diagram 2_0_a.tmp#Parameter 2_0_a.tmp#ParameterPropertyType
Type diggs:ParameterPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model diggs:Parameter*
Children diggs:Parameter
Instance
<diggs:infoRecorded xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Parameter gml:id="" xml:lang="">{0,unbounded}</diggs:Parameter>
</diggs:infoRecorded>
Source
<element maxOccurs="unbounded" minOccurs="0" name="infoRecorded" type="diggs:ParameterPropertyType">
  <annotation>
    <documentation>
      <![CDATA[Other associated data measured or observed at this time]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Parameter
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParameterType_name 2_0_a.tmp#ParameterType_value 2_0_a.tmp#ParameterType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:ParameterType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:name{0,1} , diggs:value{0,1}
Children diggs:name, diggs:remarks, diggs:status, diggs:value, gml:description
Instance
<diggs:Parameter gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:name codeSpace="">{0,1}</diggs:name>
  <diggs:value xml:lang="">{0,1}</diggs:value>
</diggs:Parameter>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Parameter" substitutionGroup="diggs:AbstractObject" type="diggs:ParameterType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParameterType / diggs:name
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description or code to what the value property represents. This is
intended to be a controlled value from an authority.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="name" type="gml:CodeType">
  <annotation>
    <documentation>A description or code to what the value property represents. This is intended to be a controlled value from an authority.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParameterType / diggs:value
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A value associated with the name.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="value" type="diggs:DiggsStringType">
  <annotation>
    <documentation>A value associated with the name.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Project
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#originalSamplingFeatureRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#groupRef 2_0_a.tmp#ProjectType_referencePoint 2_0_a.tmp#ProjectType_linearExtent 2_0_a.tmp#ProjectType_arealExtent 2_0_a.tmp#ProjectType_projectDateTimeSpan 2_0_a.tmp#ProjectType_location 2_0_a.tmp#ProjectType_purpose 2_0_a.tmp#ProjectType_contracts 2_0_a.tmp#ProjectType 2_0_a.tmp#AbstractNamedFeature
Type diggs:ProjectType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:originalSamplingFeatureRef* , diggs:relatedSamplingFeatureRef* , diggs:samplingActivityRef* , diggs:groupRef* , diggs:referencePoint{0,1} , diggs:linearExtent{0,1} , diggs:arealExtent{0,1} , diggs:projectDateTimeSpan{0,1} , diggs:location{0,1} , diggs:purpose{0,1} , diggs:contracts{0,1}
Children diggs:arealExtent, diggs:associatedFiles, diggs:contracts, diggs:groupRef, diggs:linearExtent, diggs:location, diggs:originalSamplingFeatureRef, diggs:projectDateTimeSpan, diggs:purpose, diggs:referencePoint, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:Project gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:originalSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:originalSamplingFeatureRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:relatedSamplingFeatureRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:referencePoint>{0,1}</diggs:referencePoint>
  <diggs:linearExtent>{0,1}</diggs:linearExtent>
  <diggs:arealExtent>{0,1}</diggs:arealExtent>
  <diggs:projectDateTimeSpan>{0,1}</diggs:projectDateTimeSpan>
  <diggs:location codeSpace="">{0,1}</diggs:location>
  <diggs:purpose codeSpace="">{0,1}</diggs:purpose>
  <diggs:contracts owns="false">{0,1}</diggs:contracts>
</diggs:Project>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Project" type="diggs:ProjectType" substitutionGroup="diggs:AbstractNamedFeature" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedFeatureType / diggs:status
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="status" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FeatureMetadataProperties / diggs:associatedFiles
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FeatureMetadataProperties / diggs:roles
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Role 2_0_a.tmp#RolePropertyType
Type diggs:RolePropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Role*
Children diggs:Role
Instance
<diggs:roles owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Role>{0,unbounded}</diggs:Role>
</diggs:roles>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="roles" type="diggs:RolePropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Role
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#RoleType_rolePerformed 2_0_a.tmp#RoleType_timePerformed 2_0_a.tmp#RoleType_remarks 2_0_a.tmp#RoleType_businessAssociateRef 2_0_a.tmp#RoleType_businessAssociate 2_0_a.tmp#RoleType 2_0_a.tmp#AbstractSimpleMetadata
Type diggs:RoleType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Complex Type diggs:RolePropertyType
Model diggs:rolePerformed , diggs:timePerformed{0,1} , diggs:remarks{0,1} , (diggs:businessAssociateRef | diggs:businessAssociate)
Children diggs:businessAssociate, diggs:businessAssociateRef, diggs:remarks, diggs:rolePerformed, diggs:timePerformed
Instance
<diggs:Role xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:rolePerformed codeSpace="">{1,1}</diggs:rolePerformed>
  <diggs:timePerformed>{0,1}</diggs:timePerformed>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:businessAssociateRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:businessAssociateRef>
  <diggs:businessAssociate xml:lang="">{1,1}</diggs:businessAssociate>
</diggs:Role>
Source
<element name="Role" type="diggs:RoleType" substitutionGroup="diggs:AbstractSimpleMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RoleType / diggs:rolePerformed
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="rolePerformed" type="gml:CodeType" minOccurs="1" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RoleType / diggs:timePerformed
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:timePerformed xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:timePerformed>
Source
<element name="timePerformed" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RoleType / diggs:remarks
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Remark 2_0_a.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Remark*
Children diggs:Remark
Instance
<diggs:remarks owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Remark>{0,unbounded}</diggs:Remark>
</diggs:remarks>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RoleType / diggs:businessAssociateRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="businessAssociateRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:RoleType / diggs:businessAssociate
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="businessAssociate" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FeatureMetadataProperties / diggs:remarks
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Remark 2_0_a.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Remark*
Children diggs:Remark
Instance
<diggs:remarks owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Remark>{0,unbounded}</diggs:Remark>
</diggs:remarks>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:originalSamplingFeatureRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a sampling feature that was created by this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Complex Type diggs:ProjectType
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="originalSamplingFeatureRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:AbstractSamplingFeature</appinfo>
    <documentation>A reference to a sampling feature that was created by this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:relatedSamplingFeatureRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a sampling feature that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="relatedSamplingFeatureRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:AbstractSamplingFeature</appinfo>
    <documentation>A reference to a sampling feature that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:samplingActivityRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a sample activity that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="samplingActivityRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:SamplingActivity</appinfo>
    <documentation>A reference to a sample activity that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:groupRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a group that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="groupRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:AbstractGroup</appinfo>
    <documentation>A reference to a group that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:referencePoint
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:referencePoint xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:referencePoint>
Source
<element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PointLocation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType 3_2.tmp#pos 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_PointType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type diggs:PointType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , (gml:pos)
Children gml:description, gml:pos
Instance
<diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:pos axisLabels="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:pos>
</diggs:PointLocation>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="PointLocation" substitutionGroup="diggs:AbstractGeometry" type="diggs:PointType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:linearExtent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:linearExtent xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:linearExtent>
Source
<element name="linearExtent" type="diggs:LinearExtentPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LinearExtent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractCurveType 3_2.tmp#posList 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LineStringType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type diggs:LineStringType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:posList
Children gml:description, gml:posList
Instance
<diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:posList axisLabels="" count="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:posList>
</diggs:LinearExtent>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="LinearExtent" substitutionGroup="diggs:AbstractGeometry" type="diggs:LineStringType">
  <!--DB need to fix this, it breaks the test instance-->
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:arealExtent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PlanarSurface 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_SurfacePropertyType
Type diggs:SurfacePropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:PlanarSurface
Children diggs:PlanarSurface
Instance
<diggs:arealExtent xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PlanarSurface axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PlanarSurface>
</diggs:arealExtent>
Source
<element name="arealExtent" type="diggs:SurfacePropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PlanarSurface
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractSurfaceType 3_2.tmp#exterior 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_PolygonType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type diggs:PolygonType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:exterior{0,1}
Children gml:description, gml:exterior
Instance
<diggs:PlanarSurface axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:exterior>{0,1}</gml:exterior>
</diggs:PlanarSurface>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="PlanarSurface" type="diggs:PolygonType" substitutionGroup="diggs:AbstractGeometry"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:projectDateTimeSpan
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:projectDateTimeSpan xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:projectDateTimeSpan>
Source
<element name="projectDateTimeSpan" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:location
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="location" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:purpose
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="purpose" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectType / diggs:contracts
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Contract 2_0_a.tmp#ContractPropertyType
Type diggs:ContractPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Contract*
Children diggs:Contract
Instance
<diggs:contracts owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Contract gml:id="" xml:lang="">{0,unbounded}</diggs:Contract>
</diggs:contracts>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="contracts" type="diggs:ContractPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Contract
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#ContractType_associatedFiles 2_0_a.tmp#ContractType_type 2_0_a.tmp#ContractType_clientRef 2_0_a.tmp#ContractType_client 2_0_a.tmp#ContractType_contratorRef 2_0_a.tmp#ContractType_contractor 2_0_a.tmp#ContractType 2_0_a.tmp#AbstractMetadata
Type diggs:ContractType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:associatedFiles* , diggs:type{0,1} , (diggs:clientRef | diggs:client) , (diggs:contratorRef | diggs:contractor)
Children diggs:associatedFiles, diggs:client, diggs:clientRef, diggs:contractor, diggs:contratorRef, diggs:remarks, diggs:status, diggs:type, gml:description, gml:name
Instance
<diggs:Contract gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:type xml:lang="">{0,1}</diggs:type>
  <diggs:clientRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:clientRef>
  <diggs:client xml:lang="">{1,1}</diggs:client>
  <diggs:contratorRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:contratorRef>
  <diggs:contractor xml:lang="">{1,1}</diggs:contractor>
</diggs:Contract>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Contract" type="diggs:ContractType" substitutionGroup="diggs:AbstractMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedObjectType / diggs:status
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="status" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedObjectType / diggs:remarks
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Remark 2_0_a.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Remark*
Children diggs:Remark
Instance
<diggs:remarks owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Remark>{0,unbounded}</diggs:Remark>
</diggs:remarks>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ContractType / diggs:associatedFiles
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ContractType / diggs:type
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="type" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ContractType / diggs:clientRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="clientRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ContractType / diggs:client
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="client" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ContractType / diggs:contratorRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="contratorRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ContractType / diggs:contractor
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="contractor" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SoftwareApplication
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#SoftwareApplicationType_name 2_0_a.tmp#SoftwareApplicationType_version 2_0_a.tmp#SoftwareApplicationType 3_2.tmp#AbstractGML
Type diggs:SoftwareApplicationType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:name{0,1} , diggs:version{0,1}
Children diggs:name, diggs:remarks, diggs:status, diggs:version, gml:description
Instance
<diggs:SoftwareApplication gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:name xml:lang="">{0,1}</diggs:name>
  <diggs:version xml:lang="">{0,1}</diggs:version>
</diggs:SoftwareApplication>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="SoftwareApplication" type="diggs:SoftwareApplicationType" substitutionGroup="gml:AbstractGML" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SoftwareApplicationType / diggs:name
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="name" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SoftwareApplicationType / diggs:version
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="version" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 3_2.tmp#id 2_0_a.tmp#DocumentInformationType_creationDate 2_0_a.tmp#DocumentInformationType_effectiveDate 2_0_a.tmp#DocumentInformationType_language 2_0_a.tmp#DocumentInformationType_authorRef 2_0_a.tmp#DocumentInformationType_author 2_0_a.tmp#DocumentInformationType_disclaimer 2_0_a.tmp#DocumentInformationType_sourceSoftware 2_0_a.tmp#DocumentInformationType_destination 2_0_a.tmp#DocumentInformationType_destinationSoftware 2_0_a.tmp#DocumentInformationType_protocol 2_0_a.tmp#DocumentInformationType_auditTrail 2_0_a.tmp#DocumentInformationType 2_0_a.tmp#AbstractSimpleMetadata
Type diggs:DocumentInformationType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model diggs:creationDate , diggs:effectiveDate{0,1} , diggs:language{0,1} , (diggs:authorRef | diggs:author) , diggs:disclaimer{0,1} , diggs:sourceSoftware{0,1} , diggs:destination{0,1} , diggs:destinationSoftware{0,1} , diggs:protocol{0,1} , diggs:auditTrail{0,1}
Children diggs:auditTrail, diggs:author, diggs:authorRef, diggs:creationDate, diggs:destination, diggs:destinationSoftware, diggs:disclaimer, diggs:effectiveDate, diggs:language, diggs:protocol, diggs:sourceSoftware
Instance
<diggs:DocumentInformation gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:creationDate>{1,1}</diggs:creationDate>
  <diggs:effectiveDate>{0,1}</diggs:effectiveDate>
  <diggs:language>{0,1}</diggs:language>
  <diggs:authorRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:authorRef>
  <diggs:author xml:lang="">{1,1}</diggs:author>
  <diggs:disclaimer xml:lang="">{0,1}</diggs:disclaimer>
  <diggs:sourceSoftware>{0,1}</diggs:sourceSoftware>
  <diggs:destination xml:lang="">{0,1}</diggs:destination>
  <diggs:destinationSoftware>{0,1}</diggs:destinationSoftware>
  <diggs:protocol codeSpace="">{0,1}</diggs:protocol>
  <diggs:auditTrail owns="false">{0,1}</diggs:auditTrail>
</diggs:DocumentInformation>
Attributes
QName Type Fixed Default Use Annotation
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="DocumentInformation" type="diggs:DocumentInformationType" substitutionGroup="diggs:AbstractSimpleMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:creationDate
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The date that this instance file was created.
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
Source
<element name="creationDate" type="diggs:UnifiedDateTimeType">
  <annotation>
    <documentation>The date that this instance file was created.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:effectiveDate
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The effective date for the data in this XML instance. It would likely
represent the most recent date when data in the instance was last added to or
modified.
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="effectiveDate" type="diggs:UnifiedDateTimeType">
  <annotation>
    <documentation>The effective date for the data in this XML instance. It would likely represent the most recent date when data in the instance was last added to or modified.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:language
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The default language used in this instance document
Diagram
Diagram
Type language
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="language" type="language">
  <annotation>
    <documentation>The default language used in this instance document</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:authorRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The person or business associate that created this instance document.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="authorRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
    <documentation>The person or business associate that created this instance document. A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:author
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="author" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:disclaimer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An uncontrolled string that identifies conditions and limitations of
the data included in this instance.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="disclaimer" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>An uncontrolled string that identifies conditions and limitations of the data included in this instance.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:sourceSoftware
Namespace http://schemas.diggsml.com/2.0.a
Annotations
If appropriate, the software that created the instance.
Diagram
Diagram 2_0_a.tmp#SoftwareApplication 2_0_a.tmp#SoftwareApplicationPropertyType
Type diggs:SoftwareApplicationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:SoftwareApplication*
Children diggs:SoftwareApplication
Instance
<diggs:sourceSoftware xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:SoftwareApplication gml:id="" xml:lang="">{0,unbounded}</diggs:SoftwareApplication>
</diggs:sourceSoftware>
Source
<element name="sourceSoftware" type="diggs:SoftwareApplicationPropertyType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>If appropriate, the software that created the instance.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:destination
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The intended destination for this XML instance; eg. chris@diggsml.com
or ftp://uploaduser:password@ftp.diggsml.com/auto_import
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="destination" type="diggs:DiggsStringType">
  <annotation>
    <documentation>The intended destination for this XML instance; eg. chris@diggsml.com or ftp://uploaduser:password@ftp.diggsml.com/auto_import</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:destinationSoftware
Namespace http://schemas.diggsml.com/2.0.a
Annotations
If appropriate, the software that is intended to consume the
file.
Diagram
Diagram 2_0_a.tmp#SoftwareApplication 2_0_a.tmp#SoftwareApplicationPropertyType
Type diggs:SoftwareApplicationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:SoftwareApplication*
Children diggs:SoftwareApplication
Instance
<diggs:destinationSoftware xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:SoftwareApplication gml:id="" xml:lang="">{0,unbounded}</diggs:SoftwareApplication>
</diggs:destinationSoftware>
Source
<element name="destinationSoftware" type="diggs:SoftwareApplicationPropertyType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>If appropriate, the software that is intended to consume the file.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:protocol
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Needs explanation of what this is. Possibly delete?
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="protocol" type="gml:CodeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Needs explanation of what this is. Possibly delete?</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DocumentInformationType / diggs:auditTrail
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A series of remarks that provides a history of similar xml instance
transmissions. Provides a way for data providers and receivers to track multiple
versions of similar data transmissions.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Remark 2_0_a.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Remark*
Children diggs:Remark
Instance
<diggs:auditTrail owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Remark>{0,unbounded}</diggs:Remark>
</diggs:auditTrail>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="auditTrail" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A series of remarks that provides a history of similar xml instance transmissions. Provides a way for data providers and receivers to track multiple versions of similar data transmissions.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractFeature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#AbstractInvestigationTarget 2_0_a.tmp#AbstractMeasurement environmental.tmp#Purge 2_0_a.tmp#SamplingActivity environmental.tmp#WaterLevelReading 2_0_a.tmp#AbstractFeatureBase
Type diggs:AbstractFeatureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier
Instance
<diggs:AbstractFeature gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:AbstractFeature>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractFeature" substitutionGroup="diggs:AbstractFeatureBase" type="diggs:AbstractFeatureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractFeatureType / diggs:status
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="status" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractFeatureBase
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeature 2_0_a.tmp#AbstractNamedFeature 3_2.tmp#AbstractFeature
Type diggs:AbstractFeatureBaseType
Type hierarchy
Properties
content: complex
abstract: true
mixed: false
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1}
Children gml:description
Instance
<diggs:AbstractFeatureBase gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
</diggs:AbstractFeatureBase>
Attributes
QName Type Fixed Default Use Annotation
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 abstract="true" name="AbstractFeatureBase" substitutionGroup="gml:AbstractFeature" type="diggs:AbstractFeatureBaseType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedFeature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#AbstractGroup 2_0_a.tmp#AbstractSamplingFeature 2_0_a.tmp#AbstractSensor 2_0_a.tmp#LayerSystem 2_0_a.tmp#Project 2_0_a.tmp#Sample 2_0_a.tmp#AbstractFeatureBase
Type diggs:AbstractNamedFeatureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractNamedFeature gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:AbstractNamedFeature>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractNamedFeature" substitutionGroup="diggs:AbstractFeatureBase" type="diggs:AbstractNamedFeatureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractObject
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEvent 2_0_a.tmp#AbstractLayer 2_0_a.tmp#AbstractMonitoringProcess 2_0_a.tmp#AbstractTestProcedure 2_0_a.tmp#Backfill 2_0_a.tmp#BackfillLayer 2_0_a.tmp#BlockSampleDetail 2_0_a.tmp#BoreholeDiameter 2_0_a.tmp#Boundary 2_0_a.tmp#Calibration 2_0_a.tmp#Chiseling geotechnical.tmp#CompactionTestTrials 2_0_a.tmp#ComponentLithology geotechnical.tmp#ConsolidationTestTrials 2_0_a.tmp#DelayEvent 2_0_a.tmp#Detector geotechnical.tmp#DirectShearTestTrials geotechnical.tmp#DriveSet 2_0_a.tmp#Environment environmental.tmp#Filtration 2_0_a.tmp#Flush geotechnical.tmp#Grading geotechnical.tmp#LabCBRTestTrials geotechnical.tmp#MCVTestTrials 2_0_a.tmp#Orientation 2_0_a.tmp#Parameter geotechnical.tmp#PorewaterPressureMeasure 2_0_a.tmp#PostStrikeReading geotechnical.tmp#PressuremeterTestTrials geotechnical.tmp#PumpingTestTrials 2_0_a.tmp#WaterStrike 3_2.tmp#AbstractGML
Type diggs:AbstractObjectType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description
Instance
<diggs:AbstractObject gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:AbstractObject>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractObject" substitutionGroup="gml:AbstractGML" type="diggs:AbstractObjectType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractObjectBase
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType 2_0_a.tmp#AbstractNamedObject 2_0_a.tmp#Color 3_2.tmp#AbstractGML
Type diggs:AbstractObjectBaseType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1}
Children gml:description
Instance
<diggs:AbstractObjectBase gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
</diggs:AbstractObjectBase>
Attributes
QName Type Fixed Default Use Annotation
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 abstract="true" name="AbstractObjectBase" substitutionGroup="gml:AbstractGML" type="diggs:AbstractObjectBaseType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedObject
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetadata 2_0_a.tmp#AbstractNamedLayer 2_0_a.tmp#AbstractObjectBase
Type diggs:AbstractNamedObjectType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description, gml:name
Instance
<diggs:AbstractNamedObject gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:AbstractNamedObject>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractNamedObject" substitutionGroup="diggs:AbstractObjectBase" type="diggs:AbstractNamedObjectType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BusinessAssociate
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#BusinessAssociateType_address 2_0_a.tmp#BusinessAssociateType_emailAddress 2_0_a.tmp#BusinessAssociateType_phoneNumber 2_0_a.tmp#BusinessAssociateType_associatedWith 2_0_a.tmp#BusinessAssociateType 2_0_a.tmp#AbstractMetadata
Type diggs:BusinessAssociateType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:address{0,1} , diggs:emailAddress{0,1} , diggs:phoneNumber{0,1} , diggs:associatedWith*
Children diggs:address, diggs:associatedWith, diggs:emailAddress, diggs:phoneNumber, diggs:remarks, diggs:status, gml:description, gml:name
Instance
<diggs:BusinessAssociate gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:address>{0,1}</diggs:address>
  <diggs:emailAddress>{0,1}</diggs:emailAddress>
  <diggs:phoneNumber>{0,1}</diggs:phoneNumber>
  <diggs:associatedWith xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedWith>
</diggs:BusinessAssociate>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="BusinessAssociate" type="diggs:BusinessAssociateType" substitutionGroup="diggs:AbstractMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BusinessAssociateType / diggs:address
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Address 2_0_a.tmp#AddressPropertyType
Type diggs:AddressPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Address*
Children diggs:Address
Instance
<diggs:address xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Address gml:id="" xml:lang="">{0,unbounded}</diggs:Address>
</diggs:address>
Source
<element name="address" type="diggs:AddressPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BusinessAssociateType / diggs:emailAddress
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#EmailType
Type diggs:EmailType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
pattern ([A-z0-9_\.\-\+])+@(([A-z0-9_\-]{2,})\.)+[A-z0-9_\-]{2,}
Source
<element name="emailAddress" type="diggs:EmailType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BusinessAssociateType / diggs:phoneNumber
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PhoneNumberType
Type diggs:PhoneNumberType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
pattern [0-9\-\+\(\)]{4,}
Source
<element name="phoneNumber" type="diggs:PhoneNumberType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BusinessAssociateType / diggs:associatedWith
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="associatedWith" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Equipment
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#EquipmentType_associatedFiles 2_0_a.tmp#EquipmentType_class 2_0_a.tmp#EquipmentType_modelNumber 2_0_a.tmp#EquipmentType_serialNumber 2_0_a.tmp#EquipmentType_calibrationAuditTrail 2_0_a.tmp#EquipmentType_detectors 2_0_a.tmp#EquipmentType 2_0_a.tmp#AbstractMetadata
Type diggs:EquipmentType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:associatedFiles* , diggs:class{0,1} , diggs:modelNumber{0,1} , diggs:serialNumber{0,1} , diggs:calibrationAuditTrail{0,1} , diggs:detectors{0,1}
Children diggs:associatedFiles, diggs:calibrationAuditTrail, diggs:class, diggs:detectors, diggs:modelNumber, diggs:remarks, diggs:serialNumber, diggs:status, gml:description, gml:name
Instance
<diggs:Equipment gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:class codeSpace="">{0,1}</diggs:class>
  <diggs:modelNumber xml:lang="">{0,1}</diggs:modelNumber>
  <diggs:serialNumber xml:lang="">{0,1}</diggs:serialNumber>
  <diggs:calibrationAuditTrail>{0,1}</diggs:calibrationAuditTrail>
  <diggs:detectors>{0,1}</diggs:detectors>
</diggs:Equipment>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Equipment" type="diggs:EquipmentType" substitutionGroup="diggs:AbstractMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EquipmentType / diggs:associatedFiles
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EquipmentType / diggs:class
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="class" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EquipmentType / diggs:modelNumber
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="modelNumber" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EquipmentType / diggs:serialNumber
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="serialNumber" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EquipmentType / diggs:calibrationAuditTrail
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Calibration 2_0_a.tmp#CalibrationPropertyType
Type diggs:CalibrationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Calibration*
Children diggs:Calibration
Instance
<diggs:calibrationAuditTrail xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Calibration gml:id="" xml:lang="">{0,unbounded}</diggs:Calibration>
</diggs:calibrationAuditTrail>
Source
<element name="calibrationAuditTrail" type="diggs:CalibrationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:EquipmentType / diggs:detectors
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Detector 2_0_a.tmp#DetectorPropertyType
Type diggs:DetectorPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Detector*
Children diggs:Detector
Instance
<diggs:detectors xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Detector gml:id="" xml:lang="">{0,unbounded}</diggs:Detector>
</diggs:detectors>
Source
<element maxOccurs="1" minOccurs="0" name="detectors" type="diggs:DetectorPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Detector
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DetectorType_measurand 2_0_a.tmp#DetectorType_type 2_0_a.tmp#DetectorType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:DetectorType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:measurand{0,1} , diggs:type{0,1}
Children diggs:measurand, diggs:remarks, diggs:status, diggs:type, gml:description
Instance
<diggs:Detector gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:measurand codeSpace="">{0,1}</diggs:measurand>
  <diggs:type codeSpace="">{0,1}</diggs:type>
</diggs:Detector>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="Detector" substitutionGroup="diggs:AbstractObject" type="diggs:DetectorType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DetectorType / diggs:measurand
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Contains the code value of the property being measured. Codespace must
be defined and the value should occur within a dictionary
Diagram
Diagram NO_NAMESPACE.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType_codeSpace 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType
Type diggs:CodeWithAuthorityType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI required
Source
<element maxOccurs="1" minOccurs="0" name="measurand" type="diggs:CodeWithAuthorityType">
  <annotation>
    <documentation>Contains the code value of the property being measured. Codespace must be defined and the value should occur within a dictionary</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DetectorType / diggs:type
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="type" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractGroup
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#GroupGroup 2_0_a.tmp#ProjectGroup 2_0_a.tmp#SampleGroup 2_0_a.tmp#SamplingFeatureGroup 2_0_a.tmp#AbstractNamedFeature
Type diggs:AbstractGroupType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1}
Children diggs:associatedFiles, diggs:projectRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractGroup gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:projectRef>
</diggs:AbstractGroup>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractGroup" type="diggs:AbstractGroupType" substitutionGroup="diggs:AbstractNamedFeature" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:projectRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a project that uses the feature within its business activity.
The project referenced here is the associated project for this instance. Other project
references can be transmitted using the associatedProjectRef element. To identify the
creating project for a feature, the property originalProjectRef should be used.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="projectRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:Project</appinfo>
    <documentation>A reference to a project that uses the feature within its business activity. The project referenced here is the associated project for this instance. Other project references can be transmitted using the associatedProjectRef element. To identify the creating project for a feature, the property originalProjectRef should be used.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ProjectGroup
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#ProjectGroupType 2_0_a.tmp#AbstractGroup
Type diggs:ProjectGroupType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:associatedProjectRef{2,unbounded})
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:projectRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:ProjectGroup gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:projectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{2,unbounded}</diggs:associatedProjectRef>
</diggs:ProjectGroup>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ProjectGroup" substitutionGroup="diggs:AbstractGroup" type="diggs:ProjectGroupType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:associatedProjectRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a project that uses the feature within its business activity.
The project is not intended to be the one that established the feature in the first place.
The property originalProjectRef should be used for that purpose.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="associatedProjectRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:Project</appinfo>
    <documentation>A reference to a project that uses the feature within its business activity. The project is not intended to be the one that established the feature in the first place. The property originalProjectRef should be used for that purpose.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingFeatureGroup
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#SamplingFeatureGroupType 2_0_a.tmp#AbstractGroup
Type diggs:SamplingFeatureGroupType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:relatedSamplingFeatureRef{2,unbounded})
Children diggs:associatedFiles, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:SamplingFeatureGroup gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{2,unbounded}</diggs:relatedSamplingFeatureRef>
</diggs:SamplingFeatureGroup>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="SamplingFeatureGroup" substitutionGroup="diggs:AbstractGroup" type="diggs:SamplingFeatureGroupType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleGroup
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#sampleRef 2_0_a.tmp#SampleGroupType 2_0_a.tmp#AbstractGroup
Type diggs:SampleGroupType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:sampleRef{2,unbounded})
Children diggs:associatedFiles, diggs:projectRef, diggs:remarks, diggs:roles, diggs:sampleRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:SampleGroup gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:projectRef>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{2,unbounded}</diggs:sampleRef>
</diggs:SampleGroup>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="SampleGroup" substitutionGroup="diggs:AbstractGroup" type="diggs:SampleGroupType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:sampleRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a sample that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="sampleRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:Sample</appinfo>
    <documentation>A reference to a sample that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:GroupGroup
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#groupRef 2_0_a.tmp#GroupGroupType 2_0_a.tmp#AbstractGroup
Type diggs:GroupGroupType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:groupRef{2,unbounded})
Children diggs:associatedFiles, diggs:groupRef, diggs:projectRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:GroupGroup gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:projectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{2,unbounded}</diggs:groupRef>
</diggs:GroupGroup>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="GroupGroup" substitutionGroup="diggs:AbstractGroup" type="diggs:GroupGroupType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Specification
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#SpecificationType_associatedFiles 2_0_a.tmp#SpecificationType_fullMethodName 2_0_a.tmp#SpecificationType_methodDescription 2_0_a.tmp#SpecificationType_shortMethodName 2_0_a.tmp#SpecificationType_standardClause 2_0_a.tmp#SpecificationType_standardPart 2_0_a.tmp#SpecificationType_standardReferenceNumber 2_0_a.tmp#SpecificationType_standardTitle 2_0_a.tmp#SpecificationType_standardVersion 2_0_a.tmp#SpecificationType 2_0_a.tmp#AbstractMetadata
Type diggs:SpecificationType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:associatedFiles* , diggs:fullMethodName{0,1} , diggs:methodDescription{0,1} , diggs:shortMethodName{0,1} , diggs:standardClause{0,1} , diggs:standardPart{0,1} , diggs:standardReferenceNumber{0,1} , diggs:standardTitle{0,1} , diggs:standardVersion{0,1}
Children diggs:associatedFiles, diggs:fullMethodName, diggs:methodDescription, diggs:remarks, diggs:shortMethodName, diggs:standardClause, diggs:standardPart, diggs:standardReferenceNumber, diggs:standardTitle, diggs:standardVersion, diggs:status, gml:description, gml:name
Instance
<diggs:Specification gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:fullMethodName xml:lang="">{0,1}</diggs:fullMethodName>
  <diggs:methodDescription xml:lang="">{0,1}</diggs:methodDescription>
  <diggs:shortMethodName xml:lang="">{0,1}</diggs:shortMethodName>
  <diggs:standardClause xml:lang="">{0,1}</diggs:standardClause>
  <diggs:standardPart xml:lang="">{0,1}</diggs:standardPart>
  <diggs:standardReferenceNumber xml:lang="">{0,1}</diggs:standardReferenceNumber>
  <diggs:standardTitle xml:lang="">{0,1}</diggs:standardTitle>
  <diggs:standardVersion xml:lang="">{0,1}</diggs:standardVersion>
</diggs:Specification>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Specification" type="diggs:SpecificationType" substitutionGroup="diggs:AbstractMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:associatedFiles
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:fullMethodName
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="fullMethodName" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:methodDescription
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="methodDescription" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:shortMethodName
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="shortMethodName" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:standardClause
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="standardClause" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:standardPart
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="standardPart" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:standardReferenceNumber
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="standardReferenceNumber" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:standardTitle
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="standardTitle" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SpecificationType / diggs:standardVersion
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="standardVersion" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractTestProcedure
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractInsituTest 2_0_a.tmp#AbstractLaboratoryTest 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:AbstractTestProcedureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification)
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Instance
<diggs:AbstractTestProcedure gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:equipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentRef>
  <diggs:equipment codeSpace="">{1,1}</diggs:equipment>
  <diggs:specificationRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:specificationRef>
  <diggs:specification codeSpace="">{1,1}</diggs:specification>
</diggs:AbstractTestProcedure>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractTestProcedure" type="diggs:AbstractTestProcedureType" substitutionGroup="diggs:AbstractObject" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestMetadataProperties / diggs:equipmentRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="equipmentRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestMetadataProperties / diggs:equipment
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="equipment" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestMetadataProperties / diggs:specificationRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element. Use specificationRef to refer to a DIGGS
specification object or to an external URN that describes the procedure. For a simple
description of the specification or to refer to a standard for information purposes
only, use specification.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="specificationRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:Specification</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element. Use specificationRef to refer to a DIGGS specification object or to an external URN that describes the procedure. For a simple description of the specification or to refer to a standard for information purposes only, use specification.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestMetadataProperties / diggs:specification
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text string that describes the test specification or procedure used. -
eg. ASTM 2722 as informative. Use specificationRef to refer to a DIGGS specification
object or to an external URN that describes the procedure.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="specification" type="gml:CodeType">
  <annotation>
    <documentation>A text string that describes the test specification or procedure used. - eg. ASTM 2722 as informative. Use specificationRef to refer to a DIGGS specification object or to an external URN that describes the procedure.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractMetadata
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#AssociatedFile 2_0_a.tmp#BusinessAssociate 2_0_a.tmp#Contract 2_0_a.tmp#Equipment 2_0_a.tmp#Specification 2_0_a.tmp#AbstractNamedObject
Type diggs:AbstractMetaDataType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description, gml:name
Instance
<diggs:AbstractMetadata gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:AbstractMetadata>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractMetadata" type="diggs:AbstractMetaDataType" abstract="true" substitutionGroup="diggs:AbstractNamedObject"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractSamplingFeature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeature 2_0_a.tmp#AbstractPlanarSamplingFeature 2_0_a.tmp#AbstractPointSamplingFeature 2_0_a.tmp#AbstractNamedFeature
Type diggs:AbstractSamplingFeatureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef*
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractSamplingFeature gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
</diggs:AbstractSamplingFeature>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractSamplingFeature" substitutionGroup="diggs:AbstractNamedFeature" type="diggs:AbstractSamplingFeatureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:investigationTargetRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
A reference to the target feature (eg. ground, earthwork) being
sampled/measured.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="investigationTargetRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo>Diggs:AbstractInvestigationTarget</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <documentation>A reference to the target feature (eg. ground, earthwork) being sampled/measured.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:originalProjectRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
A reference to the project that first established this feature
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="originalProjectRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:Project</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <documentation>A reference to the project that first established this feature</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:measurementRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a Measurement feature that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="measurementRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:Measurement</appinfo>
    <documentation>A reference to a Measurement feature that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:layerSystemRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a layer system that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="layerSystemRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo>Diggs:LayerSystem</appinfo>
    <documentation>A reference to a layer system that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:sensorRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a sensor that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="sensorRef" type="diggs:FeatureReferenceType">
  <annotation>
    <documentation>A reference to a sensor that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ValueAtTimeType / diggs:elapsedTime
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:elapsedTime xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:elapsedTime>
Source
<element name="elapsedTime" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ValueAtTimeType / diggs:value
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#generalMeasureType_uom 131.tmp#generalMeasureType
Type witsml:generalMeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
Source
<element name="value" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLaboratoryTest
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractLaboratoryTestType_samplePreparations 2_0_a.tmp#AbstractLaboratoryTestType environmental.tmp#AbstractChemicalAnalysis geotechnical.tmp#AggregateAbrasionValueTest geotechnical.tmp#AggregateCrushingValueTest geotechnical.tmp#AggregateElongationIndexTest geotechnical.tmp#AggregateFlakinessIndexTest geotechnical.tmp#AggregateImpactValueTest geotechnical.tmp#AggregateLosAngelesAbrasionTest geotechnical.tmp#AggregatePolishedStoneValueTest geotechnical.tmp#AggregateSlakeDurabilityTest geotechnical.tmp#AggregateSoundnessTest geotechnical.tmp#AggregateTenPercentFinesTest geotechnical.tmp#AggregateWaterAbsorptionTest geotechnical.tmp#AtterbergLimitsTest geotechnical.tmp#CationExchangeTest geotechnical.tmp#ChalkCrushingValueTest environmental.tmp#ChemicalAnalysis geotechnical.tmp#CompactionTest geotechnical.tmp#CompressiveStrengthTest geotechnical.tmp#ConsolidationTest geotechnical.tmp#DensityTest geotechnical.tmp#DirectShearTest geotechnical.tmp#FlameIonizationDetectorTest geotechnical.tmp#FrostSusceptibilityTest geotechnical.tmp#HandVaneTest geotechnical.tmp#LabCBRTest geotechnical.tmp#LabPermeabilityTest geotechnical.tmp#LabVelocityTest geotechnical.tmp#LinearShrinkageTest geotechnical.tmp#MCVTest geotechnical.tmp#MoistureContentTest geotechnical.tmp#ParticleSizeTest geotechnical.tmp#PhotoIonizationDetectorTest geotechnical.tmp#PocketPenetrometerTest geotechnical.tmp#PointLoadTest geotechnical.tmp#RelativeDensityTest geotechnical.tmp#RockPorosityDensityTest geotechnical.tmp#SchmidtReboundHardnessTest geotechnical.tmp#ShoreScleroscopeHardnessTest geotechnical.tmp#SuctionTest 2_0_a.tmp#AbstractTestProcedure
Type diggs:AbstractLaboratoryTestType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification) , diggs:samplePreparations{0,1}
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:samplePreparations, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Instance
<diggs:AbstractLaboratoryTest gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:equipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentRef>
  <diggs:equipment codeSpace="">{1,1}</diggs:equipment>
  <diggs:specificationRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:specificationRef>
  <diggs:specification codeSpace="">{1,1}</diggs:specification>
  <diggs:samplePreparations>{0,1}</diggs:samplePreparations>
</diggs:AbstractLaboratoryTest>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractLaboratoryTest" type="diggs:AbstractLaboratoryTestType" substitutionGroup="diggs:AbstractTestProcedure" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLaboratoryTestType / diggs:samplePreparations
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of how sample(s) was prepared for the test, if applicable.
If a preparation is specified by a test specification, this information can be
referenced using the specificationRef or specifcatiom property and not needed
here
Diagram
Diagram 2_0_a.tmp#SamplePreparation 2_0_a.tmp#SamplePreparationPropertyType
Type diggs:SamplePreparationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:SamplePreparation*
Children diggs:SamplePreparation
Instance
<diggs:samplePreparations xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:SamplePreparation gml:id="" xml:lang="">{0,unbounded}</diggs:SamplePreparation>
</diggs:samplePreparations>
Source
<element name="samplePreparations" type="diggs:SamplePreparationPropertyType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Description of how sample(s) was prepared for the test, if applicable. If a preparation is specified by a test specification, this information can be referenced using the specificationRef or specifcatiom property and not needed here</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An object that describes the procedure(s) used to prepare a sample for a
particular test. It can optionally reference a sample (if this preparation procedure occurs
on a specific sample as part of another test procedure that uses more than one sample. The
gml:description field is used to carry the description of the preparation
procedure.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#SamplePreparationType_preparedSampleDescription 2_0_a.tmp#SamplePreparationType_preparedSampleWeight 2_0_a.tmp#SamplePreparationType_preparedSampleHeight 2_0_a.tmp#SamplePreparationType_preparedSampleDiameter 2_0_a.tmp#SamplePreparationType_preparedSampleLength 2_0_a.tmp#SamplePreparationType_preparedSampleWidth 2_0_a.tmp#SamplePreparationType
Type diggs:SamplePreparationType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef{0,1} , diggs:preparedSampleDescription{0,1} , diggs:preparedSampleWeight{0,1} , diggs:preparedSampleHeight{0,1} , (diggs:preparedSampleDiameter | (diggs:preparedSampleLength{0,1} , diggs:preparedSampleWidth{0,1}))
Children diggs:preparedSampleDescription, diggs:preparedSampleDiameter, diggs:preparedSampleHeight, diggs:preparedSampleLength, diggs:preparedSampleWeight, diggs:preparedSampleWidth, diggs:remarks, diggs:sampleRef, diggs:status, gml:description
Instance
<diggs:SamplePreparation gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:sampleRef>
  <diggs:preparedSampleDescription xml:lang="">{0,1}</diggs:preparedSampleDescription>
  <diggs:preparedSampleWeight uom="">{0,1}</diggs:preparedSampleWeight>
  <diggs:preparedSampleHeight uom="">{0,1}</diggs:preparedSampleHeight>
  <diggs:preparedSampleDiameter uom="">{1,1}</diggs:preparedSampleDiameter>
  <diggs:preparedSampleLength uom="">{0,1}</diggs:preparedSampleLength>
  <diggs:preparedSampleWidth uom="">{0,1}</diggs:preparedSampleWidth>
</diggs:SamplePreparation>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="SamplePreparation" type="diggs:SamplePreparationType">
  <annotation>
    <documentation>An object that describes the procedure(s) used to prepare a sample for a particular test. It can optionally reference a sample (if this preparation procedure occurs on a specific sample as part of another test procedure that uses more than one sample. The gml:description field is used to carry the description of the preparation procedure.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparationType / diggs:preparedSampleDescription
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the physical sample used for analysis following
preparation. For example, if a procedure requires a collected sample to be screened
such that the procedure operates on a specific size fraction of an overall soil
sample, this description could be used to describe the size fraction(s) used in the
prepared sample for analysis. However, if a more detailed and quantitative breakdown
of size fractions is needed, the retainedSizeFraction property within the specific
test procedure should be used to detail this information.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="preparedSampleDescription" type="diggs:DiggsStringType">
  <annotation>
    <documentation>A description of the physical sample used for analysis following preparation. For example, if a procedure requires a collected sample to be screened such that the procedure operates on a specific size fraction of an overall soil sample, this description could be used to describe the size fraction(s) used in the prepared sample for analysis. However, if a more detailed and quantitative breakdown of size fractions is needed, the retainedSizeFraction property within the specific test procedure should be used to detail this information.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparationType / diggs:preparedSampleWeight
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The weight of the sample following preparation.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#massMeasure_uom 131.tmp#massMeasure
Type witsml:massMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:massUom required
Source
<element minOccurs="0" name="preparedSampleWeight" type="witsml:massMeasure">
  <annotation>
    <documentation>The weight of the sample following preparation.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparationType / diggs:preparedSampleHeight
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The vertical dimension of the prepared sample.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="preparedSampleHeight" type="witsml:lengthMeasure">
  <annotation>
    <documentation>The vertical dimension of the prepared sample.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparationType / diggs:preparedSampleDiameter
Namespace http://schemas.diggsml.com/2.0.a
Annotations
For cylindrical prepared samples, a measure of the cylinder's
diameter
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="1" name="preparedSampleDiameter" type="witsml:lengthMeasure">
  <annotation>
    <documentation>For cylindrical prepared samples, a measure of the cylinder's diameter</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparationType / diggs:preparedSampleLength
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of one of the cross-sectional, or horizontal, dimensions
of the prepared sample.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="preparedSampleLength" type="witsml:lengthMeasure">
  <annotation>
    <documentation>A measure of one of the cross-sectional, or horizontal, dimensions of the prepared sample.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplePreparationType / diggs:preparedSampleWidth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the other of the cross-sectional, or horizontal,
dimensions of the prepared sample
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="preparedSampleWidth" type="witsml:lengthMeasure">
  <annotation>
    <documentation>A measure of the other of the cross-sectional, or horizontal, dimensions of the prepared sample</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractSimpleMetadata
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#DocumentInformation 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#Remark 2_0_a.tmp#Role
Type diggs:AbstractSimpleMetadataType
Properties
content: complex
abstract: true
Substitution Group
Source
<element abstract="true" name="AbstractSimpleMetadata" type="diggs:AbstractSimpleMetadataType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AssociatedFile
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#AssociatedFileType_fileType 2_0_a.tmp#AssociatedFileType_creatingApplication 2_0_a.tmp#AssociatedFileType_documentType 2_0_a.tmp#AssociatedFileType_fileDate 2_0_a.tmp#AssociatedFileType 2_0_a.tmp#AbstractMetadata
Type diggs:AssociatedFileType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:fileType{0,1} , diggs:creatingApplication{0,1} , diggs:documentType{0,1} , diggs:fileDate{0,1}
Children diggs:creatingApplication, diggs:documentType, diggs:fileDate, diggs:fileType, diggs:remarks, diggs:status, gml:description, gml:name
Instance
<diggs:AssociatedFile gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:fileType xml:lang="">{0,1}</diggs:fileType>
  <diggs:creatingApplication>{0,1}</diggs:creatingApplication>
  <diggs:documentType codeSpace="">{0,1}</diggs:documentType>
  <diggs:fileDate>{0,1}</diggs:fileDate>
</diggs:AssociatedFile>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AssociatedFile" type="diggs:AssociatedFileType" substitutionGroup="diggs:AbstractMetadata" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AssociatedFileType / diggs:fileType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="fileType" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AssociatedFileType / diggs:creatingApplication
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SoftwareApplication 2_0_a.tmp#SoftwareApplicationPropertyType
Type diggs:SoftwareApplicationPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:SoftwareApplication*
Children diggs:SoftwareApplication
Instance
<diggs:creatingApplication xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:SoftwareApplication gml:id="" xml:lang="">{0,unbounded}</diggs:SoftwareApplication>
</diggs:creatingApplication>
Source
<element name="creatingApplication" type="diggs:SoftwareApplicationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AssociatedFileType / diggs:documentType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="documentType" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AssociatedFileType / diggs:fileDate
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="fileDate" type="diggs:UnifiedDateTimeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Diggs
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType namespace.tmp#lang 2_0_a.tmp#DiggsType_associatedFiles 2_0_a.tmp#DiggsType_businessAssociates 2_0_a.tmp#DiggsType_equipment 2_0_a.tmp#DiggsType_specifications 2_0_a.tmp#DiggsType_documentInformation 2_0_a.tmp#DiggsType_investigationTargets 2_0_a.tmp#DiggsType_projects 2_0_a.tmp#DiggsType_samplingFeatures 2_0_a.tmp#DiggsType_measurements 2_0_a.tmp#DiggsType_samplingActivities 2_0_a.tmp#DiggsType_samples 2_0_a.tmp#DiggsType_layerSystems 2_0_a.tmp#DiggsType_groups 2_0_a.tmp#DiggsType 3_2.tmp#AbstractFeature
Type diggs:DiggsType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Model gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , diggs:associatedFiles{0,1} , diggs:businessAssociates{0,1} , diggs:equipment{0,1} , diggs:specifications{0,1} , diggs:documentInformation{0,1} , diggs:investigationTargets{0,1} , diggs:projects{0,1} , diggs:samplingFeatures{0,1} , diggs:measurements{0,1} , diggs:samplingActivities{0,1} , diggs:samples{0,1} , diggs:layerSystems{0,1} , diggs:groups{0,1}
Children diggs:associatedFiles, diggs:businessAssociates, diggs:documentInformation, diggs:equipment, diggs:groups, diggs:investigationTargets, diggs:layerSystems, diggs:measurements, diggs:projects, diggs:samples, diggs:samplingActivities, diggs:samplingFeatures, diggs:specifications, gml:description, gml:descriptionReference, gml:identifier, gml:name
Instance
<diggs:Diggs gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:descriptionReference xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <diggs:associatedFiles owns="false">{0,1}</diggs:associatedFiles>
  <diggs:businessAssociates owns="false">{0,1}</diggs:businessAssociates>
  <diggs:equipment owns="false">{0,1}</diggs:equipment>
  <diggs:specifications owns="false">{0,1}</diggs:specifications>
  <diggs:documentInformation owns="false">{0,1}</diggs:documentInformation>
  <diggs:investigationTargets>{0,1}</diggs:investigationTargets>
  <diggs:projects>{0,1}</diggs:projects>
  <diggs:samplingFeatures>{0,1}</diggs:samplingFeatures>
  <diggs:measurements>{0,1}</diggs:measurements>
  <diggs:samplingActivities>{0,1}</diggs:samplingActivities>
  <diggs:samples>{0,1}</diggs:samples>
  <diggs:layerSystems>{0,1}</diggs:layerSystems>
  <diggs:groups>{0,1}</diggs:groups>
</diggs:Diggs>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Diggs" type="diggs:DiggsType" substitutionGroup="gml:AbstractFeature" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:associatedFiles
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#AssociatedFile 2_0_a.tmp#AssociatedFilePropertyType
Type diggs:AssociatedFilePropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:AssociatedFile*
Children diggs:AssociatedFile
Instance
<diggs:associatedFiles owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AssociatedFile gml:id="" xml:lang="">{0,unbounded}</diggs:AssociatedFile>
</diggs:associatedFiles>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="associatedFiles" type="diggs:AssociatedFilePropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:businessAssociates
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#BusinessAssociate 2_0_a.tmp#BusinessAssociatePropertyType
Type diggs:BusinessAssociatePropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:BusinessAssociate*
Children diggs:BusinessAssociate
Instance
<diggs:businessAssociates owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:BusinessAssociate gml:id="" xml:lang="">{0,unbounded}</diggs:BusinessAssociate>
</diggs:businessAssociates>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="businessAssociates" type="diggs:BusinessAssociatePropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:equipment
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Equipment 2_0_a.tmp#EquipmentPropertyType
Type diggs:EquipmentPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Equipment*
Children diggs:Equipment
Instance
<diggs:equipment owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Equipment gml:id="" xml:lang="">{0,unbounded}</diggs:Equipment>
</diggs:equipment>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="equipment" type="diggs:EquipmentPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:specifications
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Specification 2_0_a.tmp#SpecificationPropertyType
Type diggs:SpecificationPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Specification*
Children diggs:Specification
Instance
<diggs:specifications owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Specification gml:id="" xml:lang="">{0,unbounded}</diggs:Specification>
</diggs:specifications>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="specifications" type="diggs:SpecificationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:documentInformation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#DocumentInformation 2_0_a.tmp#DocumentInformationPropertyType
Type diggs:DocumentInformationPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:DocumentInformation{0,1}
Children diggs:DocumentInformation
Instance
<diggs:documentInformation owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:DocumentInformation gml:id="">{0,1}</diggs:DocumentInformation>
</diggs:documentInformation>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="documentInformation" type="diggs:DocumentInformationPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:investigationTargets
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractInvestigationTarget 2_0_a.tmp#AbstractInvestigationTargetPropertyType
Type diggs:AbstractInvestigationTargetPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractInvestigationTarget*
Children diggs:AbstractInvestigationTarget
Instance
<diggs:investigationTargets xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractInvestigationTarget gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractInvestigationTarget>
</diggs:investigationTargets>
Source
<element minOccurs="0" name="investigationTargets" type="diggs:AbstractInvestigationTargetPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractInvestigationTarget
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#AbstractInvestigationTargetType 2_0_a.tmp#Ground 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeature
Type diggs:AbstractInvestigationTargetType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier
Instance
<diggs:AbstractInvestigationTarget gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:AbstractInvestigationTarget>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractInvestigationTarget" type="diggs:AbstractInvestigationTargetType" substitutionGroup="diggs:AbstractFeature"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:projects
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Project 2_0_a.tmp#ProjectPropertyType
Type diggs:ProjectPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Project
Children diggs:Project
Instance
<diggs:projects xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Project gml:id="" xml:lang="">{1,1}</diggs:Project>
</diggs:projects>
Source
<element name="projects" type="diggs:ProjectPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:samplingFeatures
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSamplingFeature 2_0_a.tmp#AbstractSamplingFeaturePropertyType
Type diggs:AbstractSamplingFeaturePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractSamplingFeature*
Children diggs:AbstractSamplingFeature
Instance
<diggs:samplingFeatures xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractSamplingFeature gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractSamplingFeature>
</diggs:samplingFeatures>
Source
<element minOccurs="0" name="samplingFeatures" type="diggs:AbstractSamplingFeaturePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:measurements
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractMeasurement 2_0_a.tmp#AbstractMeasurementPropertyType
Type diggs:AbstractMeasurementPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractMeasurement*
Children diggs:AbstractMeasurement
Instance
<diggs:measurements xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractMeasurement gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractMeasurement>
</diggs:measurements>
Source
<element minOccurs="0" name="measurements" type="diggs:AbstractMeasurementPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractMeasurement
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#sampleRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#AbstractMeasurementType_parameters 2_0_a.tmp#AbstractMeasurementType 2_0_a.tmp#Monitoring 2_0_a.tmp#Test 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeature
Type diggs:AbstractMeasurementType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:sampleRef* , diggs:samplingActivityRef{0,1} , diggs:parameters{0,1}
Children diggs:associatedFiles, diggs:investigationTargetRef, diggs:parameters, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:sampleRef, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier
Instance
<diggs:AbstractMeasurement gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relatedSamplingFeatureRef>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:samplingActivityRef>
  <diggs:parameters>{0,1}</diggs:parameters>
</diggs:AbstractMeasurement>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractMeasurement" type="diggs:AbstractMeasurementType" abstract="true" substitutionGroup="diggs:AbstractFeature">
  <annotation>
    <documentation/>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractMeasurementType / diggs:parameters
Namespace http://schemas.diggsml.com/2.0.a
Annotations
This will typically be used to record environmental parameters, or
event-specific parameters that are not tightly bound to either the earth materials
for which properties are being estimated, or the procedure. Parameters that are
tightly bound to the procedure should be encoded within the procedure
object.
Diagram
Diagram 2_0_a.tmp#Parameter 2_0_a.tmp#ParameterPropertyType
Type diggs:ParameterPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Parameter*
Children diggs:Parameter
Instance
<diggs:parameters xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Parameter gml:id="" xml:lang="">{0,unbounded}</diggs:Parameter>
</diggs:parameters>
Source
<element minOccurs="0" name="parameters" type="diggs:ParameterPropertyType">
  <annotation>
    <documentation>This will typically be used to record environmental parameters, or event-specific parameters that are not tightly bound to either the earth materials for which properties are being estimated, or the procedure. Parameters that are tightly bound to the procedure should be encoded within the procedure object.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:samplingActivities
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SamplingActivity 2_0_a.tmp#SamplingActivityPropertyType
Type diggs:SamplingActivityPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:SamplingActivity*
Children diggs:SamplingActivity
Instance
<diggs:samplingActivities xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:SamplingActivity gml:id="" xml:lang="">{0,unbounded}</diggs:SamplingActivity>
</diggs:samplingActivities>
Source
<element minOccurs="0" name="samplingActivities" type="diggs:SamplingActivityPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivity
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The action taken to obtain or produce a physical sample, although the activity
may not produce a sample (eg. a core run that produces no recovery). This activity typically
occurs at a location on a sampling feature, or could occur elsewhere (eg. a laboratory) in
the case of test or blank samples, or can produce aggregate samples where the location of
the samples produced have no meaning. All Sample features must refer to a SamplingActivity
feature.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#measurementRef 2_0_a.tmp#SamplingActivityType_sourceSample 2_0_a.tmp#SamplingActivityType_activityLocation 2_0_a.tmp#SamplingActivityType_samplesProduced 2_0_a.tmp#SamplingActivityType_derivedSampleType 2_0_a.tmp#SamplingActivityType_samplingDate 2_0_a.tmp#SamplingActivityType_samplingEnvironment 2_0_a.tmp#SamplingActivityType_samplingEquipmentRef 2_0_a.tmp#SamplingActivityType_samplingEquipment 2_0_a.tmp#SamplingActivityType_samplingProcedureRef 2_0_a.tmp#SamplingActivityType_samplingProcedure 2_0_a.tmp#SamplingActivityType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeature
Type diggs:SamplingActivityType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:measurementRef* , diggs:sourceSample* , diggs:activityLocation{0,1} , diggs:samplesProduced{0,1} , diggs:derivedSampleType , diggs:samplingDate{0,1} , diggs:samplingEnvironment{0,1} , (diggs:samplingEquipmentRef | diggs:samplingEquipment) , (diggs:samplingProcedureRef | diggs:samplingProcedure)
Children diggs:activityLocation, diggs:associatedFiles, diggs:derivedSampleType, diggs:investigationTargetRef, diggs:measurementRef, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:samplesProduced, diggs:samplingDate, diggs:samplingEnvironment, diggs:samplingEquipment, diggs:samplingEquipmentRef, diggs:samplingProcedure, diggs:samplingProcedureRef, diggs:sourceSample, diggs:status, gml:description, gml:identifier
Instance
<diggs:SamplingActivity gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relatedSamplingFeatureRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:sourceSample xlink:href="" identifierRef="" nilReason="" owns="false" percentage="" xlink:title="">{0,unbounded}</diggs:sourceSample>
  <diggs:activityLocation>{0,1}</diggs:activityLocation>
  <diggs:samplesProduced>{0,1}</diggs:samplesProduced>
  <diggs:derivedSampleType>{1,1}</diggs:derivedSampleType>
  <diggs:samplingDate>{0,1}</diggs:samplingDate>
  <diggs:samplingEnvironment>{0,1}</diggs:samplingEnvironment>
  <diggs:samplingEquipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:samplingEquipmentRef>
  <diggs:samplingEquipment codeSpace="">{1,1}</diggs:samplingEquipment>
  <diggs:samplingProcedureRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:samplingProcedureRef>
  <diggs:samplingProcedure codeSpace="">{1,1}</diggs:samplingProcedure>
</diggs:SamplingActivity>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="SamplingActivity" substitutionGroup="diggs:AbstractFeature" type="diggs:SamplingActivityType">
  <annotation>
    <documentation>The action taken to obtain or produce a physical sample, although the activity may not produce a sample (eg. a core run that produces no recovery). This activity typically occurs at a location on a sampling feature, or could occur elsewhere (eg. a laboratory) in the case of test or blank samples, or can produce aggregate samples where the location of the samples produced have no meaning. All Sample features must refer to a SamplingActivity feature.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:sourceSample
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a sample or samples that are used to create the sample
(identified in the sampleRef property) produced by this activity. This element is
only used for activities that subsample or aggregate samples from other samples. For
aggregate samples, the percentage attribute optionally defines how much of the total
new sample is composed from the source sample.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType NO_NAMESPACE.tmp#FractionalReferenceType_percentage 2_0_a.tmp#FractionalReferenceType
Type diggs:FractionalReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
percentage diggs:Val0-100Type required
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element minOccurs="0" name="sourceSample" maxOccurs="unbounded" type="diggs:FractionalReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:Sample/@gml:id</appinfo>
    <documentation>A reference to a sample or samples that are used to create the sample (identified in the sampleRef property) produced by this activity. This element is only used for activities that subsample or aggregate samples from other samples. For aggregate samples, the percentage attribute optionally defines how much of the total new sample is composed from the source sample.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:activityLocation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#LocationPropertyType
Type diggs:LocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Instance
<diggs:activityLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:activityLocation>
Source
<element name="activityLocation" type="diggs:LocationPropertyType" minOccurs="0"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractGeometry
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#LinearExtent 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurve 2_0_a.tmp#MultiPointLocation 2_0_a.tmp#PlanarLayerRepresentation 2_0_a.tmp#PlanarSurface 2_0_a.tmp#PointLocation 3_2.tmp#AbstractGeometry
Type diggs:AbstractGeometryType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1}
Children gml:description
Instance
<diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
</diggs:AbstractGeometry>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element abstract="true" name="AbstractGeometry" substitutionGroup="gml:AbstractGeometry" type="diggs:AbstractGeometryType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplesProduced
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SampleProduced 2_0_a.tmp#SampleProducedPropertyType
Type diggs:SampleProducedPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:SampleProduced*
Children diggs:SampleProduced
Instance
<diggs:samplesProduced xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:SampleProduced gml:id="" xml:lang="">{0,unbounded}</diggs:SampleProduced>
</diggs:samplesProduced>
Source
<element maxOccurs="1" minOccurs="0" name="samplesProduced" type="diggs:SampleProducedPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleProduced
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#SampleProducedType_sampleLocation 2_0_a.tmp#SampleProducedType
Type diggs:SampleProducedType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef , diggs:sampleLocation{0,1}
Children diggs:remarks, diggs:sampleLocation, diggs:sampleRef, diggs:status, gml:description
Instance
<diggs:SampleProduced gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:sampleRef>
  <diggs:sampleLocation>{0,1}</diggs:sampleLocation>
</diggs:SampleProduced>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="SampleProduced" type="diggs:SampleProducedType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleProducedType / diggs:sampleLocation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#LocationPropertyType
Type diggs:LocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Instance
<diggs:sampleLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:sampleLocation>
Source
<element minOccurs="0" name="sampleLocation" type="diggs:LocationPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:derivedSampleType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A controlled list that indicates the type of sample created by this
activity. Can be used by applications to validate other activity info. collected -
sample was created by collection at a sampling feature; aggregate - activity created
a sample by aggregating existing samples; sourceSamples should have more than one
subelement subsample - activity created a sample by subsampling an existing sample;
only one sourceSampleRef should be specified. test - activity produced a test,
standard or blank sample that does not relate to any field sample; activity should
be related to a project and no sourceSampleRef should be specified. none - the
sample activity failed to produce a physical sample.
Diagram
Diagram
Type restriction of string
Properties
content: simple
Facets
enumeration aggregate
enumeration collected
enumeration none
enumeration subsample
enumeration test
Source
<element name="derivedSampleType">
  <annotation>
    <documentation>A controlled list that indicates the type of sample created by this activity. Can be used by applications to validate other activity info. collected - sample was created by collection at a sampling feature; aggregate - activity created a sample by aggregating existing samples; sourceSamples should have more than one subelement subsample - activity created a sample by subsampling an existing sample; only one sourceSampleRef should be specified. test - activity produced a test, standard or blank sample that does not relate to any field sample; activity should be related to a project and no sourceSampleRef should be specified. none - the sample activity failed to produce a physical sample.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="aggregate"/>
      <enumeration value="collected"/>
      <enumeration value="none"/>
      <enumeration value="subsample"/>
      <enumeration value="test"/>
    </restriction>
  </simpleType>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplingDate
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The date/time for this activity
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:samplingDate xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:samplingDate>
Source
<element minOccurs="0" name="samplingDate" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>The date/time for this activity</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplingEnvironment
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Environment 2_0_a.tmp#EnvironmentPropertyType
Type diggs:EnvironmentPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Environment*
Children diggs:Environment
Instance
<diggs:samplingEnvironment xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Environment gml:id="" xml:lang="">{0,unbounded}</diggs:Environment>
</diggs:samplingEnvironment>
Source
<element minOccurs="0" name="samplingEnvironment" type="diggs:EnvironmentPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplingEquipmentRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="samplingEquipmentRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:Equipment</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplingEquipment
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="samplingEquipment" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplingProcedureRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="samplingProcedureRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:Specifications</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SamplingActivityType / diggs:samplingProcedure
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="samplingProcedure" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:samples
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Sample 2_0_a.tmp#SamplePropertyType
Type diggs:SamplePropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Sample*
Children diggs:Sample
Instance
<diggs:samples xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Sample gml:id="" xml:lang="">{0,unbounded}</diggs:Sample>
</diggs:samples>
Source
<element name="samples" type="diggs:SamplePropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Sample
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A specimen of earth material, liquid or gas that is obtained as a result of a
sampling activity, for the purpose of testing and/or observation
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#SampleType_classification 2_0_a.tmp#SampleType_purpose 2_0_a.tmp#SampleType_condition 2_0_a.tmp#SampleType_matrix 2_0_a.tmp#SampleType_medium 2_0_a.tmp#SampleType_cylindricalSampleDetails 2_0_a.tmp#SampleType_blockSampleDetails 2_0_a.tmp#SampleType_primaryLithology 2_0_a.tmp#SampleType_componentLithologies 2_0_a.tmp#SampleType_chainOfCustodyEvents 2_0_a.tmp#SampleType 2_0_a.tmp#AbstractNamedFeature
Type diggs:SampleType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:samplingActivityRef , diggs:groupRef* , diggs:measurementRef* , diggs:classification{0,1} , diggs:purpose{0,1} , diggs:condition{0,1} , diggs:matrix{0,1} , diggs:medium{0,1} , (diggs:cylindricalSampleDetails | diggs:blockSampleDetails) , diggs:primaryLithology{0,1} , diggs:componentLithologies{0,1} , diggs:chainOfCustodyEvents{0,1}
Children diggs:associatedFiles, diggs:blockSampleDetails, diggs:chainOfCustodyEvents, diggs:classification, diggs:componentLithologies, diggs:condition, diggs:cylindricalSampleDetails, diggs:groupRef, diggs:matrix, diggs:measurementRef, diggs:medium, diggs:primaryLithology, diggs:projectRef, diggs:purpose, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:Sample gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:samplingActivityRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:classification codeSpace="">{0,1}</diggs:classification>
  <diggs:purpose xml:lang="">{0,1}</diggs:purpose>
  <diggs:condition xml:lang="">{0,1}</diggs:condition>
  <diggs:matrix codeSpace="">{0,1}</diggs:matrix>
  <diggs:medium codeSpace="">{0,1}</diggs:medium>
  <diggs:cylindricalSampleDetails>{1,1}</diggs:cylindricalSampleDetails>
  <diggs:blockSampleDetails>{1,1}</diggs:blockSampleDetails>
  <diggs:primaryLithology>{0,1}</diggs:primaryLithology>
  <diggs:componentLithologies>{0,1}</diggs:componentLithologies>
  <diggs:chainOfCustodyEvents>{0,1}</diggs:chainOfCustodyEvents>
</diggs:Sample>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="Sample" substitutionGroup="diggs:AbstractNamedFeature" type="diggs:SampleType">
  <annotation>
    <documentation>A specimen of earth material, liquid or gas that is obtained as a result of a sampling activity, for the purpose of testing and/or observation</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:classification
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A definition of the class of sample collected. This is intended to come
from a controlled list of values.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="classification" type="gml:CodeType">
  <annotation>
    <documentation>A definition of the class of sample collected. This is intended to come from a controlled list of values.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:purpose
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Purpose of taking this sample. This is an uncontrolled string that
describes the test or tests that are intended to be run on this
sample.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="purpose" type="diggs:DiggsStringType">
  <annotation>
    <documentation>Purpose of taking this sample. This is an uncontrolled string that describes the test or tests that are intended to be run on this sample.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:condition
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the sample condition; uncontrolled
string
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="condition" type="diggs:DiggsStringType">
  <annotation>
    <documentation>A description of the sample condition; uncontrolled string</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:matrix
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the sample matrix, if applicable. This is intended to
come from a controlled list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="matrix" type="gml:CodeType">
  <annotation>
    <documentation>A description of the sample matrix, if applicable. This is intended to come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:medium
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Medium of the Sample (Gas, Water, Liquid). Perhaps should be enumerated list
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="medium" type="gml:CodeType">
  <annotation>
    <documentation>Medium of the Sample (Gas, Water, Liquid). Perhaps should be enumerated list</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:cylindricalSampleDetails
Namespace http://schemas.diggsml.com/2.0.a
Annotations
If the sample is a core (eg. cylindrical with integrity such that the location of the ends of the sample can be defined in space), then these elements may be used to further describe the sample.
Diagram
Diagram 2_0_a.tmp#CylindricalSampleDetail 2_0_a.tmp#CylindricalSampleDetailPropertyType
Type diggs:CylindricalSampleDetailPropertyType
Properties
content: complex
minOccurs: 1
Model diggs:CylindricalSampleDetail
Children diggs:CylindricalSampleDetail
Instance
<diggs:cylindricalSampleDetails xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:CylindricalSampleDetail gml:id="" xml:lang="">{1,1}</diggs:CylindricalSampleDetail>
</diggs:cylindricalSampleDetails>
Source
<element minOccurs="1" name="cylindricalSampleDetails" type="diggs:CylindricalSampleDetailPropertyType">
  <annotation>
    <documentation>If the sample is a core (eg. cylindrical with integrity such that the location of the ends of the sample can be defined in space), then these elements may be used to further describe the sample.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CylindricalSampleDetail
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#CylindricalSampleDetailType_diameter 2_0_a.tmp#CylindricalSampleDetailType_length 2_0_a.tmp#CylindricalSampleDetailType_rockQualityDesignation 2_0_a.tmp#CylindricalSampleDetailType_solidCoreRecovery 2_0_a.tmp#CylindricalSampleDetailType_totalCoreRecovery 2_0_a.tmp#CylindricalSampleDetailType
Type diggs:CylindricalSampleDetailType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:diameter{0,1} , diggs:length{0,1} , diggs:rockQualityDesignation{0,1} , diggs:solidCoreRecovery{0,1} , diggs:totalCoreRecovery{0,1}
Children diggs:diameter, diggs:length, diggs:remarks, diggs:rockQualityDesignation, diggs:solidCoreRecovery, diggs:status, diggs:totalCoreRecovery, gml:description
Instance
<diggs:CylindricalSampleDetail gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:diameter uom="">{0,1}</diggs:diameter>
  <diggs:length uom="">{0,1}</diggs:length>
  <diggs:rockQualityDesignation uom="">{0,1}</diggs:rockQualityDesignation>
  <diggs:solidCoreRecovery uom="">{0,1}</diggs:solidCoreRecovery>
  <diggs:totalCoreRecovery uom="">{0,1}</diggs:totalCoreRecovery>
</diggs:CylindricalSampleDetail>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="CylindricalSampleDetail" type="diggs:CylindricalSampleDetailType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CylindricalSampleDetailType / diggs:diameter
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Diameter of the sample
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="diameter" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Diameter of the sample]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CylindricalSampleDetailType / diggs:length
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Length of the sample
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="length" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Length of the sample]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CylindricalSampleDetailType / diggs:rockQualityDesignation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Rock Quality Designation
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element minOccurs="0" name="rockQualityDesignation" type="diggs:Val0-100MeasureType">
  <annotation>
    <documentation>
      <![CDATA[Rock Quality Designation]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CylindricalSampleDetailType / diggs:solidCoreRecovery
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Percentage of core recovered that is solid and undisturbed
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element minOccurs="0" name="solidCoreRecovery" type="diggs:Val0-100MeasureType">
  <annotation>
    <documentation>
      <![CDATA[Percentage of core recovered that is solid and undisturbed]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CylindricalSampleDetailType / diggs:totalCoreRecovery
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Percentage of core recovered relative to the total length of earth material cored
Diagram
Diagram NO_NAMESPACE.tmp#PercentDoubleType_uom 2_0_a.tmp#PercentDoubleType
Type diggs:PercentDoubleType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element minOccurs="0" name="totalCoreRecovery" type="diggs:PercentDoubleType">
  <annotation>
    <documentation>
      <![CDATA[Percentage of core recovered relative to the total length of earth material cored]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:blockSampleDetails
Namespace http://schemas.diggsml.com/2.0.a
Annotations
If the sample is a block sample with integrity and measurable width,
height, and depth, those details are entered here
Diagram
Diagram 2_0_a.tmp#BlockSampleDetail 2_0_a.tmp#BlockSampleDetailPropertyType
Type diggs:BlockSampleDetailPropertyType
Properties
content: complex
Model diggs:BlockSampleDetail
Children diggs:BlockSampleDetail
Instance
<diggs:blockSampleDetails xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:BlockSampleDetail gml:id="" xml:lang="">{1,1}</diggs:BlockSampleDetail>
</diggs:blockSampleDetails>
Source
<element name="blockSampleDetails" type="diggs:BlockSampleDetailPropertyType">
  <annotation>
    <documentation>If the sample is a block sample with integrity and measurable width, height, and depth, those details are entered here</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:primaryLithology
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the lithology of the sample (if derived from earth
materials). For a core sample consisting of multiple lithologies, this element
should generally be left blank and a lithologyLayerSystem should be created to carry
the lithologic descriptions related to core samples.
Diagram
Diagram 2_0_a.tmp#Lithology 2_0_a.tmp#LithologyPropertyType
Type diggs:LithologyPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Lithology
Children diggs:Lithology
Instance
<diggs:primaryLithology xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Lithology gml:id="" xml:lang="" diggs:technique="">{1,1}</diggs:Lithology>
</diggs:primaryLithology>
Source
<element minOccurs="0" name="primaryLithology" type="diggs:LithologyPropertyType">
  <annotation>
    <documentation>A description of the lithology of the sample (if derived from earth materials). For a core sample consisting of multiple lithologies, this element should generally be left blank and a lithologyLayerSystem should be created to carry the lithologic descriptions related to core samples.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Lithology
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_classificationCode 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_alternateCode 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_color 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_particleSize 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_grainSizeDistribution 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_descriptiveProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_constituents 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType
Type diggs:LithologyType
Type hierarchy
Properties
content: complex
mixed: false
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:classificationCode{0,1} , diggs:alternateCode* , diggs:color{0,1} , diggs:particleSize{0,1} , diggs:grainSizeDistribution{0,1} , diggs:descriptiveProperties{0,1} , diggs:constituents{0,1}
Children diggs:alternateCode, diggs:classificationCode, diggs:color, diggs:constituents, diggs:descriptiveProperties, diggs:grainSizeDistribution, diggs:particleSize, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Lithology gml:id="" xml:lang="" diggs:technique="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:classificationCode codeSpace="">{0,1}</diggs:classificationCode>
  <diggs:alternateCode codeSpace="">{0,unbounded}</diggs:alternateCode>
  <diggs:color character="">{0,1}</diggs:color>
  <diggs:particleSize codeSpace="">{0,1}</diggs:particleSize>
  <diggs:grainSizeDistribution>{0,1}</diggs:grainSizeDistribution>
  <diggs:descriptiveProperties>{0,1}</diggs:descriptiveProperties>
  <diggs:constituents>{0,1}</diggs:constituents>
</diggs:Lithology>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Lithology" type="diggs:LithologyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:classificationCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The code value that defines the geology classification (eg. "SM" or
"silty sand"; preferably defined by an authority identified in the codespace
attribute
Diagram
Diagram NO_NAMESPACE.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType_codeSpace 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType
Type diggs:CodeWithAuthorityType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI required
Source
<element name="classificationCode" type="diggs:CodeWithAuthorityType" minOccurs="0">
  <annotation>
    <documentation>The code value that defines the geology classification (eg. "SM" or "silty sand"; preferably defined by an authority identified in the codespace attribute</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:alternateCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
From AGS, this defines a legend code primarily for graphic display;
should use codeValue instead, although legendCode can be optionally used as another
classification identifier; eg. "silty clay" and "clayey silt" could be assigned to a
different alternate classification called "silt"
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="alternateCode" type="gml:CodeType">
  <annotation>
    <documentation>From AGS, this defines a legend code primarily for graphic display; should use codeValue instead, although legendCode can be optionally used as another classification identifier; eg. "silty clay" and "clayey silt" could be assigned to a different alternate classification called "silt"</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:color
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#ColorPropertyType_character 2_0_a.tmp#Color 2_0_a.tmp#ColorPropertyType
Type diggs:ColorPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Color*
Children diggs:Color
Instance
<diggs:color character="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Color gml:id="" xml:lang="" diggs:technique="">{0,unbounded}</diggs:Color>
</diggs:color>
Attributes
QName Type Fixed Default Use Annotation
character diggs:ColorCharacterEnumType optional
Source
<element maxOccurs="1" name="color" type="diggs:ColorPropertyType" minOccurs="0"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Color
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#ColorType_colorCode 2_0_a.tmp#ColorType_abundanceCode 2_0_a.tmp#ColorType_abundancePercent 2_0_a.tmp#ColorType 2_0_a.tmp#AbstractObjectBase
Type diggs:ColorType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:colorCode{0,1} , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:colorCode, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Color gml:id="" xml:lang="" diggs:technique="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:colorCode codeSpace="">{0,1}</diggs:colorCode>
  <diggs:abundanceCode codeSpace="">{0,1}</diggs:abundanceCode>
  <diggs:abundancePercent uom="">{0,1}</diggs:abundancePercent>
</diggs:Color>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Color" substitutionGroup="diggs:AbstractObjectBase" type="diggs:ColorType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ColorType / diggs:colorCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The code value that defines the color; preferably defined by an
authority identified in the codespace attribute (eg. 10YR4/3)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="colorCode" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>The code value that defines the color; preferably defined by an authority identified in the codespace attribute (eg. 10YR4/3)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ColorType / diggs:abundanceCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the color present as a string type, intended
to come from a controlled list (eg. few, rare, common, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="abundanceCode" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the color present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ColorType / diggs:abundancePercent
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the color present, expressed as a
percentage.
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the color present, expressed as a percentage.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:particleSize
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A descriptive term or phrase to describe the overall particle size
distribution of the soil, eg. "fine sand", "fine to coarse". "silt and very fine
sand". Intended to come from a controlled list
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="particleSize" type="gml:CodeType">
  <annotation>
    <documentation>A descriptive term or phrase to describe the overall particle size distribution of the soil, eg. "fine sand", "fine to coarse". "silt and very fine sand". Intended to come from a controlled list</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:grainSizeDistribution
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Particle size distribution information providing details such as mean
grain size, maximum grain size, etc.
Diagram
Diagram 2_0_a.tmp#ParticleSizeDistribution 2_0_a.tmp#ParticleSizeDistributionPropertyType
Type diggs:ParticleSizeDistributionPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSizeDistribution
Children diggs:ParticleSizeDistribution
Instance
<diggs:grainSizeDistribution xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSizeDistribution gml:id="" xml:lang="" diggs:technique="">{1,1}</diggs:ParticleSizeDistribution>
</diggs:grainSizeDistribution>
Source
<element minOccurs="0" name="grainSizeDistribution" type="diggs:ParticleSizeDistributionPropertyType">
  <annotation>
    <documentation>Particle size distribution information providing details such as mean grain size, maximum grain size, etc.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistribution
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#ParticleSizeDistributionType_meanGrainsize 2_0_a.tmp#ParticleSizeDistributionType_modalGrainsize 2_0_a.tmp#ParticleSizeDistributionType_equivalentDiameter 2_0_a.tmp#ParticleSizeDistributionType_minimumDiameter 2_0_a.tmp#ParticleSizeDistributionType_maximumDiameter 2_0_a.tmp#ParticleSizeDistributionType_d10 2_0_a.tmp#ParticleSizeDistributionType_d30 2_0_a.tmp#ParticleSizeDistributionType_d50 2_0_a.tmp#ParticleSizeDistributionType_d60 2_0_a.tmp#ParticleSizeDistributionType
Type diggs:ParticleSizeDistributionType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:meanGrainsize{0,1} , diggs:modalGrainsize{0,1} , diggs:equivalentDiameter{0,1} , diggs:minimumDiameter{0,1} , diggs:maximumDiameter{0,1} , diggs:d10{0,1} , diggs:d30{0,1} , diggs:d50{0,1} , diggs:d60{0,1}
Children diggs:d10, diggs:d30, diggs:d50, diggs:d60, diggs:equivalentDiameter, diggs:maximumDiameter, diggs:meanGrainsize, diggs:minimumDiameter, diggs:modalGrainsize, diggs:remarks, diggs:status, gml:description
Instance
<diggs:ParticleSizeDistribution gml:id="" xml:lang="" diggs:technique="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:meanGrainsize>{0,1}</diggs:meanGrainsize>
  <diggs:modalGrainsize>{0,1}</diggs:modalGrainsize>
  <diggs:equivalentDiameter>{0,1}</diggs:equivalentDiameter>
  <diggs:minimumDiameter>{0,1}</diggs:minimumDiameter>
  <diggs:maximumDiameter>{0,1}</diggs:maximumDiameter>
  <diggs:d10>{0,1}</diggs:d10>
  <diggs:d30>{0,1}</diggs:d30>
  <diggs:d50>{0,1}</diggs:d50>
  <diggs:d60>{0,1}</diggs:d60>
</diggs:ParticleSizeDistribution>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ParticleSizeDistribution" type="diggs:ParticleSizeDistributionType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:meanGrainsize
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text descriptor (eg. fine sand) or numeric value representing the
mean grain size.
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:meanGrainsize xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:meanGrainsize>
Source
<element minOccurs="0" name="meanGrainsize" type="diggs:ParticleSizePropertyType">
  <annotation>
    <documentation>A text descriptor (eg. fine sand) or numeric value representing the mean grain size.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSize
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParticleSizeType_value 2_0_a.tmp#ParticleSizeType_descriptor 2_0_a.tmp#ParticleSizeType
Type diggs:ParticleSizeType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:value{0,1} , diggs:descriptor{0,1}
Children diggs:descriptor, diggs:remarks, diggs:status, diggs:value, gml:description
Instance
<diggs:ParticleSize gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:value uom="">{0,1}</diggs:value>
  <diggs:descriptor codeSpace="">{0,1}</diggs:descriptor>
</diggs:ParticleSize>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ParticleSize" type="diggs:ParticleSizeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeType / diggs:value
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A numeric value for the particle size, in length units such as mm
diameter, or phi.
Diagram
Diagram NO_NAMESPACE.tmp#ParticleSizeValueType_uom 2_0_a.tmp#ParticleSizeValueType
Type diggs:ParticleSizeValueType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom diggs:particleSizeUom required
Source
<element name="value" type="diggs:ParticleSizeValueType" minOccurs="0">
  <annotation>
    <documentation>A numeric value for the particle size, in length units such as mm diameter, or phi.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeType / diggs:descriptor
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text description for the particle size, such as "very fine sand",
etc.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="descriptor" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A text description for the particle size, such as "very fine sand", etc.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:modalGrainsize
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text descriptor (eg. fine sand) or numeric value representing the
modal grain size.
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:modalGrainsize xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:modalGrainsize>
Source
<element minOccurs="0" name="modalGrainsize" type="diggs:ParticleSizePropertyType">
  <annotation>
    <documentation>A text descriptor (eg. fine sand) or numeric value representing the modal grain size.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:equivalentDiameter
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text descriptor (eg. fine sand) or numeric value representing the
equivalent diameter for the soil.
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:equivalentDiameter xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:equivalentDiameter>
Source
<element minOccurs="0" name="equivalentDiameter" type="diggs:ParticleSizePropertyType">
  <annotation>
    <documentation>A text descriptor (eg. fine sand) or numeric value representing the equivalent diameter for the soil.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:minimumDiameter
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text descriptor (eg. fine sand) or numeric value representing the
minimum diameter of particles in the soil.
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:minimumDiameter xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:minimumDiameter>
Source
<element minOccurs="0" name="minimumDiameter" type="diggs:ParticleSizePropertyType">
  <annotation>
    <documentation>A text descriptor (eg. fine sand) or numeric value representing the minimum diameter of particles in the soil.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:maximumDiameter
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A text descriptor (eg. fine sand) or numeric value representing the
maximum diameter of particles in the soil.
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:maximumDiameter xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:maximumDiameter>
Source
<element minOccurs="0" name="maximumDiameter" type="diggs:ParticleSizePropertyType">
  <annotation>
    <documentation>A text descriptor (eg. fine sand) or numeric value representing the maximum diameter of particles in the soil.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:d10
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:d10 xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:d10>
Source
<element minOccurs="0" name="d10" type="diggs:ParticleSizePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:d30
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:d30 xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:d30>
Source
<element minOccurs="0" name="d30" type="diggs:ParticleSizePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:d50
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:d50 xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:d50>
Source
<element minOccurs="0" name="d50" type="diggs:ParticleSizePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ParticleSizeDistributionType / diggs:d60
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleSize 2_0_a.tmp#ParticleSizePropertyType
Type diggs:ParticleSizePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ParticleSize
Children diggs:ParticleSize
Instance
<diggs:d60 xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ParticleSize gml:id="" xml:lang="">{1,1}</diggs:ParticleSize>
</diggs:d60>
Source
<element minOccurs="0" name="d60" type="diggs:ParticleSizePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:descriptiveProperties
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#DescriptiveProperty 2_0_a.tmp#DescriptivePropertyPropertyType
Type diggs:DescriptivePropertyPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:DescriptiveProperty+
Children diggs:DescriptiveProperty
Instance
<diggs:descriptiveProperties xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:DescriptiveProperty gml:id="" xml:lang="">{1,unbounded}</diggs:DescriptiveProperty>
</diggs:descriptiveProperties>
Source
<element minOccurs="0" name="descriptiveProperties" type="diggs:DescriptivePropertyPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DescriptiveProperty
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DescriptivePropertyType_propertyClass 2_0_a.tmp#DescriptivePropertyType_value 2_0_a.tmp#DescriptivePropertyType
Type diggs:DescriptivePropertyType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:propertyClass , diggs:value
Children diggs:propertyClass, diggs:remarks, diggs:status, diggs:value, gml:description
Instance
<diggs:DescriptiveProperty gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:propertyClass codeSpace="">{1,1}</diggs:propertyClass>
  <diggs:value codeSpace="">{1,1}</diggs:value>
</diggs:DescriptiveProperty>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="DescriptiveProperty" type="diggs:DescriptivePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DescriptivePropertyType / diggs:propertyClass
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType_codeSpace 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType
Type diggs:CodeWithAuthorityType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI required
Source
<element name="propertyClass" type="diggs:CodeWithAuthorityType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DescriptivePropertyType / diggs:value
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The value of the descriptive property (eg dry, dense, etc.). Value is
intended to come from a controlled list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="value" type="gml:CodeType">
  <annotation>
    <documentation>The value of the descriptive property (eg dry, dense, etc.). Value is intended to come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyType / diggs:constituents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Constituents are materials and structures associated with this geology
classification and the lithology layer or sample which this lithology relates to,
but not considered significant enough to record as part of a separate layer system
or where location within a lithology layer or sample is not important to preserve
(except as a comment). Constituents of a lithology are descriptions that generally
fall into one of the following classes: 1) types of sedimentary or physical
structures, 2) types of lithologic, mineralogic or organic accessories (eg. presence
of calcite, gas odor, etc.), 3) types and degree of bioturbation features, 4) types
of diagenetic structures, 5) types of physical structures produced by sampling, 6)
types of fossils, 7) types of trace fossils, 8) types of fractures
Diagram
Diagram 2_0_a.tmp#Constituent 2_0_a.tmp#ConstituentPropertyType
Type diggs:ConstituentPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Constituent*
Children diggs:Constituent
Instance
<diggs:constituents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Constituent gml:id="" xml:lang="" diggs:technique="">{0,unbounded}</diggs:Constituent>
</diggs:constituents>
Source
<element minOccurs="0" name="constituents" type="diggs:ConstituentPropertyType">
  <annotation>
    <documentation>Constituents are materials and structures associated with this geology classification and the lithology layer or sample which this lithology relates to, but not considered significant enough to record as part of a separate layer system or where location within a lithology layer or sample is not important to preserve (except as a comment). Constituents of a lithology are descriptions that generally fall into one of the following classes: 1) types of sedimentary or physical structures, 2) types of lithologic, mineralogic or organic accessories (eg. presence of calcite, gas odor, etc.), 3) types and degree of bioturbation features, 4) types of diagenetic structures, 5) types of physical structures produced by sampling, 6) types of fossils, 7) types of trace fossils, 8) types of fractures</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Constituent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#technique 2_0_a.tmp#ConstituentType_abundanceCode 2_0_a.tmp#ConstituentType_abundancePercent 2_0_a.tmp#ConstituentType_distribution 2_0_a.tmp#ConstituentType
Type diggs:ConstituentType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1} , diggs:distribution{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:distribution, diggs:remarks, diggs:status, gml:description, gml:name
Instance
<diggs:Constituent gml:id="" xml:lang="" diggs:technique="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:abundanceCode codeSpace="">{0,1}</diggs:abundanceCode>
  <diggs:abundancePercent uom="">{0,1}</diggs:abundancePercent>
  <diggs:distribution codeSpace="">{0,1}</diggs:distribution>
</diggs:Constituent>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Constituent" type="diggs:ConstituentType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstituentType / diggs:abundanceCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the constituent present as a string type,
intended to come from a controlled list (eg. few, rare, common,
etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="abundanceCode" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the constituent present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstituentType / diggs:abundancePercent
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the component present, expressed as a
percentage.
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the component present, expressed as a percentage.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstituentType / diggs:distribution
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of how the constituent is distributed within the interval
(eg. scattered, sporadic, locally, etc.). Intended to come from a controlled
list
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="distribution" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A description of how the constituent is distributed within the interval (eg. scattered, sporadic, locally, etc.). Intended to come from a controlled list</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:componentLithologies
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the lithologies that make up a minor portion of the
sample
Diagram
Diagram 2_0_a.tmp#ComponentLithology 2_0_a.tmp#ComponentLithologyPropertyType
Type diggs:ComponentLithologyPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ComponentLithology*
Children diggs:ComponentLithology
Instance
<diggs:componentLithologies xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ComponentLithology association="" gml:id="" xml:lang="">{0,unbounded}</diggs:ComponentLithology>
</diggs:componentLithologies>
Source
<element minOccurs="0" name="componentLithologies" type="diggs:ComponentLithologyPropertyType">
  <annotation>
    <documentation>A description of the lithologies that make up a minor portion of the sample</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentLithology
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType NO_NAMESPACE.tmp#ComponentLithologyType_association 2_0_a.tmp#ComponentLithologyType_lithology 2_0_a.tmp#ComponentLithologyType_abundanceCode 2_0_a.tmp#ComponentLithologyType_abundancePercent 2_0_a.tmp#ComponentLithologyType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:ComponentLithologyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:lithology , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:lithology, diggs:remarks, diggs:status, gml:description
Instance
<diggs:ComponentLithology association="" gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:lithology>{1,1}</diggs:lithology>
  <diggs:abundanceCode codeSpace="">{0,1}</diggs:abundanceCode>
  <diggs:abundancePercent uom="">{0,1}</diggs:abundancePercent>
</diggs:ComponentLithology>
Attributes
QName Type Fixed Default Use Annotation
association diggs:LithologyCharacterEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ComponentLithology" substitutionGroup="diggs:AbstractObject" type="diggs:ComponentLithologyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentLithologyType / diggs:lithology
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Lithology 2_0_a.tmp#LithologyPropertyType
Type diggs:LithologyPropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model diggs:Lithology
Children diggs:Lithology
Instance
<diggs:lithology xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Lithology gml:id="" xml:lang="" diggs:technique="">{1,1}</diggs:Lithology>
</diggs:lithology>
Source
<element maxOccurs="1" minOccurs="1" name="lithology" type="diggs:LithologyPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentLithologyType / diggs:abundanceCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the subordinate lithology present as a
string type, intended to come from a controlled list (eg. few, rare, common,
etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="abundanceCode" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the subordinate lithology present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentLithologyType / diggs:abundancePercent
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the subordinate lithology present, expressed
as a percentage.
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the subordinate lithology present, expressed as a percentage.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SampleType / diggs:chainOfCustodyEvents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Contains information on the chain-of-custody for this sample
Diagram
Diagram 2_0_a.tmp#ChainOfCustodyEvent 2_0_a.tmp#ChainOfCustodyEventPropertyType
Type diggs:ChainOfCustodyEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ChainOfCustodyEvent
Children diggs:ChainOfCustodyEvent
Instance
<diggs:chainOfCustodyEvents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ChainOfCustodyEvent gml:id="" xml:lang="">{1,1}</diggs:ChainOfCustodyEvent>
</diggs:chainOfCustodyEvents>
Source
<element minOccurs="0" name="chainOfCustodyEvents" type="diggs:ChainOfCustodyEventPropertyType">
  <annotation>
    <documentation>Contains information on the chain-of-custody for this sample</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEvent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ChainOfCustodyEventType_sourceSamplingFeatureRef 2_0_a.tmp#ChainOfCustodyEventType_sourceSamplingFeature 2_0_a.tmp#ChainOfCustodyEventType_destinationSamplingFeatureRef 2_0_a.tmp#ChainOfCustodyEventType_destinationSamplingFeature 2_0_a.tmp#ChainOfCustodyEventType_dateSent 2_0_a.tmp#ChainOfCustodyEventType_dateReceived 2_0_a.tmp#ChainOfCustodyEventType_shippingContainerId 2_0_a.tmp#ChainOfCustodyEventType_containerType 2_0_a.tmp#ChainOfCustodyEventType_preservativeAdded 2_0_a.tmp#ChainOfCustodyEventType
Type diggs:ChainOfCustodyEventType
Type hierarchy
Properties
content: complex
mixed: false
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:sourceSamplingFeatureRef{0,1} | diggs:sourceSamplingFeature{0,1}) , (diggs:destinationSamplingFeatureRef{0,1} | diggs:destinationSamplingFeature{0,1}) , diggs:dateSent{0,1} , diggs:dateReceived{0,1} , diggs:shippingContainerId{0,1} , diggs:containerType{0,1} , diggs:preservativeAdded{0,1}
Children diggs:containerType, diggs:dateReceived, diggs:dateSent, diggs:destinationSamplingFeature, diggs:destinationSamplingFeatureRef, diggs:preservativeAdded, diggs:remarks, diggs:shippingContainerId, diggs:sourceSamplingFeature, diggs:sourceSamplingFeatureRef, diggs:status, gml:description
Instance
<diggs:ChainOfCustodyEvent gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sourceSamplingFeatureRef xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:sourceSamplingFeatureRef>
  <diggs:sourceSamplingFeature xml:lang="">{0,1}</diggs:sourceSamplingFeature>
  <diggs:destinationSamplingFeatureRef xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:destinationSamplingFeatureRef>
  <diggs:destinationSamplingFeature xml:lang="">{0,1}</diggs:destinationSamplingFeature>
  <diggs:dateSent>{0,1}</diggs:dateSent>
  <diggs:dateReceived>{0,1}</diggs:dateReceived>
  <diggs:shippingContainerId xml:lang="">{0,1}</diggs:shippingContainerId>
  <diggs:containerType codeSpace="">{0,1}</diggs:containerType>
  <diggs:preservativeAdded codeSpace="">{0,1}</diggs:preservativeAdded>
</diggs:ChainOfCustodyEvent>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ChainOfCustodyEvent" type="diggs:ChainOfCustodyEventType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:sourceSamplingFeatureRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A xlink:href reference to a BusinessAssociate that is releasing
custody of the sample
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element minOccurs="0" name="sourceSamplingFeatureRef" type="diggs:MetadataReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
    <documentation>A xlink:href reference to a BusinessAssociate that is releasing custody of the sample</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:sourceSamplingFeature
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The name of a BusinessAssociate that is releasing custody of the
sample. A string is used here to name the business associate and does not require
that a BusinessAssociate feature be instantiated.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="sourceSamplingFeature" type="diggs:DiggsStringType">
  <annotation>
    <documentation>The name of a BusinessAssociate that is releasing custody of the sample. A string is used here to name the business associate and does not require that a BusinessAssociate feature be instantiated.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:destinationSamplingFeatureRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A xlink:href reference to a BusinessAssociate that is receiving
custody of the sample
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="destinationSamplingFeatureRef" type="diggs:MetadataReferenceType" minOccurs="0">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:businessAssociates/BusinessAssociate/@gml:id</appinfo>
    <documentation>A xlink:href reference to a BusinessAssociate that is receiving custody of the sample</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:destinationSamplingFeature
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The name of a BusinessAssociate that is receiving custody of the
sample. A string is used here to name the business associate and does not require
that a BusinessAssociate feature be instantiated.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="destinationSamplingFeature" type="diggs:DiggsStringType">
  <annotation>
    <documentation>The name of a BusinessAssociate that is receiving custody of the sample. A string is used here to name the business associate and does not require that a BusinessAssociate feature be instantiated.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:dateSent
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Date that sample was shipped
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="dateSent" type="diggs:UnifiedDateTimeType">
  <annotation>
    <documentation>
      <![CDATA[Date that sample was shipped]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:dateReceived
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Date that sample was received
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
minOccurs: 0
Source
<element name="dateReceived" type="diggs:UnifiedDateTimeType" minOccurs="0">
  <annotation>
    <documentation>
      <![CDATA[Date that sample was received]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:shippingContainerId
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An identifier for the container that the sample containers are transported in.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="shippingContainerId" type="diggs:DiggsStringType">
  <annotation>
    <documentation>
      <![CDATA[An identifier for the container that the sample containers are transported in.]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:containerType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of container for the sample; intended to be derived from a
controlled list. Example:Jar, Bucket, Vial, Bag
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="containerType" type="gml:CodeType">
  <annotation>
    <documentation>Description of container for the sample; intended to be derived from a controlled list. Example:
      <![CDATA[Jar, Bucket, Vial, Bag]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChainOfCustodyEventType / diggs:preservativeAdded
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Example:The type of preservative added to sample, if any.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="preservativeAdded" type="gml:CodeType">
  <annotation>
    <documentation>Example:
      <![CDATA[The type of preservative added to sample, if any.]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:layerSystems
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LayerSystem 2_0_a.tmp#LayerSystemPropertyType
Type diggs:LayerSystemPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:LayerSystem*
Children diggs:LayerSystem
Instance
<diggs:layerSystems xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LayerSystem gml:id="" xml:lang="">{0,unbounded}</diggs:LayerSystem>
</diggs:layerSystems>
Source
<element minOccurs="0" name="layerSystems" type="diggs:LayerSystemPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LayerSystem
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A collection of layers that contain observations or interpretations made over a
region or interval a sampling feature.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#LayerSystemType_layers 2_0_a.tmp#LayerSystemType 2_0_a.tmp#AbstractNamedFeature
Type diggs:LayerSystemType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:relatedSamplingFeatureRef , diggs:layers
Children diggs:associatedFiles, diggs:layers, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:LayerSystem gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:relatedSamplingFeatureRef>
  <diggs:layers>{1,1}</diggs:layers>
</diggs:LayerSystem>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="LayerSystem" substitutionGroup="diggs:AbstractNamedFeature" type="diggs:LayerSystemType">
  <annotation>
    <documentation>A collection of layers that contain observations or interpretations made over a region or interval a sampling feature.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LayerSystemType / diggs:layers
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractLayer 2_0_a.tmp#AbstractNamedLayer 2_0_a.tmp#LayerPropertyType
Type diggs:LayerPropertyType
Properties
content: complex
Model diggs:AbstractLayer* | diggs:AbstractNamedLayer*
Children diggs:AbstractLayer, diggs:AbstractNamedLayer
Instance
<diggs:layers xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractLayer gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractLayer>
  <diggs:AbstractNamedLayer gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractNamedLayer>
</diggs:layers>
Source
<element name="layers" type="diggs:LayerPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An interval or region defined at a sampling feature that contains observations
or interpretations.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#ColorLayer 2_0_a.tmp#ConstituentLayer 2_0_a.tmp#DiscontinuityLayer 2_0_a.tmp#LithologyLayer 2_0_a.tmp#OrientationLayer 2_0_a.tmp#OtherLayer 2_0_a.tmp#PropertyLayer 2_0_a.tmp#StratigraphyLayer 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:AbstractLayerType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1}
Children diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:AbstractLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
</diggs:AbstractLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractLayer" type="diggs:AbstractLayerType" substitutionGroup="diggs:AbstractObject">
  <annotation>
    <documentation>An interval or region defined at a sampling feature that contains observations or interpretations.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLayerType / diggs:layerLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Appropriate SamplingFeatureLocation properties that are relevant to
layerLocations are linearIntervalLocation (for linear sampling features where the
full layer is contained within a linear sampling feature) and linearPointLocation
(for linear sampling features where only one boundary of layer is within the
sampling feature), planarIntervalLocation (one boundary in a planar sampling
feature) and planarSurfaceLocation (surface on a planar feature).
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#LocationPropertyType
Type diggs:LocationPropertyType
Properties
content: complex
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Instance
<diggs:layerLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:layerLocation>
Source
<element name="layerLocation" type="diggs:LocationPropertyType">
  <annotation>
    <documentation>Appropriate SamplingFeatureLocation properties that are relevant to layerLocations are linearIntervalLocation (for linear sampling features where the full layer is contained within a linear sampling feature) and linearPointLocation (for linear sampling features where only one boundary of layer is within the sampling feature), planarIntervalLocation (one boundary in a planar sampling feature) and planarSurfaceLocation (surface on a planar feature).</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLayerType / diggs:trueTopObserved
Namespace http://schemas.diggsml.com/2.0.a
Annotations
True or false, indicating whether the geometry of the top pasition of
the feature represents the true top of the feature being defined (true) or (false)
whether the top represents the upper extent of the feature that is defined by the
extent of the sampling feature itself.
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="trueTopObserved" type="boolean">
  <annotation>
    <documentation>True or false, indicating whether the geometry of the top pasition of the feature represents the true top of the feature being defined (true) or (false) whether the top represents the upper extent of the feature that is defined by the extent of the sampling feature itself.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLayerType / diggs:trueBaseObserved
Namespace http://schemas.diggsml.com/2.0.a
Annotations
True or false, indicating whether the geometry of the top pasition of
the feature represents the true top of the feature being defined (true) or (false)
whether the top represents the upper extent of the feature that is defined by the
extent of the sampling feature itself.
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="trueBaseObserved" type="boolean">
  <annotation>
    <documentation>True or false, indicating whether the geometry of the top pasition of the feature represents the true top of the feature being defined (true) or (false) whether the top represents the upper extent of the feature that is defined by the extent of the sampling feature itself.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedLayer
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractNamedLayerType_layerLocation 2_0_a.tmp#AbstractNamedLayerType 2_0_a.tmp#AbstractNamedObject
Type diggs:AbstractNamedLayerType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation
Children diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, gml:description, gml:name
Instance
<diggs:AbstractNamedLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,1}</gml:name>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
</diggs:AbstractNamedLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractNamedLayer" substitutionGroup="diggs:AbstractNamedObject" type="diggs:AbstractNamedLayerType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractNamedLayerType / diggs:layerLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Appropriate SamplingFeatureLocation properties that are relevant to
layerLocations are linearIntervalLocation (for linear sampling features where the
full layer is contained within a linear sampling feature) and linearPointLocation
(for linear sampling features where only one boundary of layer is within the
sampling feature), planarIntervalLocation (one boundary in a planar sampling
feature) and planarSurfaceLocation (surface on a planar feature).
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#LocationPropertyType
Type diggs:LocationPropertyType
Properties
content: complex
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Instance
<diggs:layerLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:layerLocation>
Source
<element name="layerLocation" type="diggs:LocationPropertyType">
  <annotation>
    <documentation>Appropriate SamplingFeatureLocation properties that are relevant to layerLocations are linearIntervalLocation (for linear sampling features where the full layer is contained within a linear sampling feature) and linearPointLocation (for linear sampling features where only one boundary of layer is within the sampling feature), planarIntervalLocation (one boundary in a planar sampling feature) and planarSurfaceLocation (surface on a planar feature).</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiggsType / diggs:groups
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractGroup 2_0_a.tmp#GroupPropertyType
Type diggs:GroupPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:AbstractGroup*
Children diggs:AbstractGroup
Instance
<diggs:groups xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGroup gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractGroup>
</diggs:groups>
Source
<element name="groups" type="diggs:GroupPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Station
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A sampling feature that is a point on the earth's surface where observations or
tests are performed, where samples are collected, or where monitoring devices are
installed.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPointSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractPointSamplingFeatureType 2_0_a.tmp#StationType_type 2_0_a.tmp#StationType 2_0_a.tmp#AbstractPointSamplingFeature
Type diggs:StationType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:linearReferencing* , diggs:type{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, diggs:type, gml:description, gml:identifier, gml:name
Instance
<diggs:Station gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:linearReferencing>{0,unbounded}</diggs:linearReferencing>
  <diggs:type codeSpace="">{0,1}</diggs:type>
</diggs:Station>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Station" type="diggs:StationType" abstract="false" substitutionGroup="diggs:AbstractPointSamplingFeature">
  <annotation>
    <documentation>A sampling feature that is a point on the earth's surface where observations or tests are performed, where samples are collected, or where monitoring devices are installed.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPointSamplingFeatureType / diggs:referencePoint
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:referencePoint xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:referencePoint>
Source
<element name="referencePoint" type="diggs:PointLocationPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPointSamplingFeatureType / diggs:referencePointAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the reference point
coordinates.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:referencePointAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:referencePointAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="referencePointAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the reference point coordinates.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LocationAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Closeness of reported coordinate or relative distance values to values accepted
as or being true.
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#LocationAccuracyType_measurementMethod 2_0_a.tmp#LocationAccuracyType_result 2_0_a.tmp#LocationAccuracyType 2_0_a.tmp#AbstractSimpleMetadata
Type diggs:LocationAccuracyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model diggs:measurementMethod{0,1} , diggs:result{0,1}
Children diggs:measurementMethod, diggs:result
Instance
<diggs:LocationAccuracy xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:measurementMethod codeSpace="">{0,1}</diggs:measurementMethod>
  <diggs:result uom="">{0,1}</diggs:result>
</diggs:LocationAccuracy>
Source
<element name="LocationAccuracy" substitutionGroup="diggs:AbstractSimpleMetadata" type="diggs:LocationAccuracyType">
  <annotation>
    <documentation>Closeness of reported coordinate or relative distance values to values accepted as or being true.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LocationAccuracyType / diggs:measurementMethod
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="measurementMethod" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LocationAccuracyType / diggs:result
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#MeasureType_uom 3_2.tmp#MeasureType
Type gml:MeasureType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element minOccurs="0" name="result" type="gml:MeasureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPointSamplingFeatureType / diggs:linearReferencing
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A point can optionally be referenced along a curve using this
property
Diagram
Diagram 2_0_a.tmp#LinearSpatialReferenceSystem 2_0_a.tmp#LinearSpatialReferenceSystemPropertyType
Type diggs:LinearSpatialReferenceSystemPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model diggs:LinearSpatialReferenceSystem
Children diggs:LinearSpatialReferenceSystem
Instance
<diggs:linearReferencing xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearSpatialReferenceSystem gml:id="">{1,1}</diggs:LinearSpatialReferenceSystem>
</diggs:linearReferencing>
Source
<element name="linearReferencing" type="diggs:LinearSpatialReferenceSystemPropertyType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>A point can optionally be referenced along a curve using this property</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LinearSpatialReferenceSystem
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#DefinitionBaseType 3_2.tmp#remarks 3_2.tmp#DefinitionType 3_2.tmp#IdentifiedObjectType lr.tmp#LinearSRSType_linearElement lr.tmp#LinearSRSType_lrm lr.tmp#LinearSRSType 2_0_a.tmp#LinearSpatialReferenceSystemType_linearElementAccuracy 2_0_a.tmp#LinearSpatialReferenceSystemType_linearReferencingMethodAccuracy 2_0_a.tmp#LinearSpatialReferenceSystemType
Type diggs:LinearSpatialReferenceSystemType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier , gml:name* , gml:remarks{0,1} , glr:linearElement , glr:lrm , diggs:linearElementAccuracy{0,1} , diggs:linearReferencingMethodAccuracy{0,1}
Children diggs:linearElementAccuracy, diggs:linearReferencingMethodAccuracy, glr:linearElement, glr:lrm, gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:remarks
Instance
<diggs:LinearSpatialReferenceSystem gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:glr="http://www.opengis.net/gml/3.3/lr">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:descriptionReference xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <glr:linearElement xlink:href="" nilReason="" xlink:title="">{1,1}</glr:linearElement>
  <glr:lrm xlink:href="" nilReason="" xlink:title="">{1,1}</glr:lrm>
  <diggs:linearElementAccuracy owns="false">{0,1}</diggs:linearElementAccuracy>
  <diggs:linearReferencingMethodAccuracy owns="false">{0,1}</diggs:linearReferencingMethodAccuracy>
</diggs:LinearSpatialReferenceSystem>
Attributes
QName Type Fixed Default Use Annotation
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="LinearSpatialReferenceSystem" type="diggs:LinearSpatialReferenceSystemType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LinearSpatialReferenceSystemType / diggs:linearElementAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the linear element referenced by this
reference system.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:linearElementAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:linearElementAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="linearElementAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the linear element referenced by this reference system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LinearSpatialReferenceSystemType / diggs:linearReferencingMethodAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the location (geometry) elements that
use this linear reference system for their SRS. For example, for depths in a hole,
this property could provide information as to the source and accuracy of depth
values that relate to this reference system.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:linearReferencingMethodAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:linearReferencingMethodAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="linearReferencingMethodAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the location (geometry) elements that use this linear reference system for their SRS. For example, for depths in a hole, this property could provide information as to the source and accuracy of depth values that relate to this reference system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:StationType / diggs:type
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A definition of the type of station (eg. outcrop, survey marker, etc.).
This is intended to come from a list controlled by an authority.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="type" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A definition of the type of station (eg. outcrop, survey marker, etc.). This is intended to come from a list controlled by an authority.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPointSamplingFeature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPointSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractPointSamplingFeatureType 2_0_a.tmp#Station 2_0_a.tmp#AbstractSamplingFeature
Type diggs:AbstractPointSamplingFeatureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:linearReferencing*
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractPointSamplingFeature gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:linearReferencing>{0,unbounded}</diggs:linearReferencing>
</diggs:AbstractPointSamplingFeature>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractPointSamplingFeature" substitutionGroup="diggs:AbstractSamplingFeature" type="diggs:AbstractPointSamplingFeatureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLinearSamplingFeature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#Borehole 2_0_a.tmp#Transect 2_0_a.tmp#TrialPit 2_0_a.tmp#Well 2_0_a.tmp#AbstractSamplingFeature
Type diggs:AbstractLinearSamplingFeatureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:centerLine, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractLinearSamplingFeature gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:centerLine>{1,unbounded}</diggs:centerLine>
  <diggs:linearReferencing>{1,unbounded}</diggs:linearReferencing>
</diggs:AbstractLinearSamplingFeature>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractLinearSamplingFeature" type="diggs:AbstractLinearSamplingFeatureType" substitutionGroup="diggs:AbstractSamplingFeature" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLinearSamplingFeatureType / diggs:referencePoint
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 1
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:referencePoint xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:referencePoint>
Source
<element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLinearSamplingFeatureType / diggs:referencePointAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the referencePoint. Accuracy for the
centerLine coordinates are specified in the linearElementAccuracy property of the
LinearSpatialReferenceSystem that uses the centerLine as the linear
element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:referencePointAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:referencePointAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="referencePointAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the referencePoint. Accuracy for the centerLine coordinates are specified in the linearElementAccuracy property of the LinearSpatialReferenceSystem that uses the centerLine as the linear element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLinearSamplingFeatureType / diggs:centerLine
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:centerLine xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:centerLine>
Source
<element name="centerLine" type="diggs:LinearExtentPropertyType" maxOccurs="unbounded" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractLinearSamplingFeatureType / diggs:linearReferencing
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LinearSpatialReferenceSystem 2_0_a.tmp#LinearSpatialReferenceSystemPropertyType
Type diggs:LinearSpatialReferenceSystemPropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Model diggs:LinearSpatialReferenceSystem
Children diggs:LinearSpatialReferenceSystem
Instance
<diggs:linearReferencing xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearSpatialReferenceSystem gml:id="">{1,1}</diggs:LinearSpatialReferenceSystem>
</diggs:linearReferencing>
Source
<element name="linearReferencing" type="diggs:LinearSpatialReferenceSystemPropertyType" minOccurs="1" maxOccurs="unbounded"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FeatureReference
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An element that carries xlink:href to the referenced feature as well as the
gml:identifier of the referenced feature, as information
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="FeatureReference" type="diggs:FeatureReferenceType">
  <annotation>
    <documentation>An element that carries xlink:href to the referenced feature as well as the gml:identifier of the referenced feature, as information</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractInsituTest
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractInsituTestType_testEvents 2_0_a.tmp#AbstractInsituTestType 2_0_a.tmp#AbstractBoreholeInsituTest geotechnical.tmp#DrivenPenetrationTest geotechnical.tmp#FlatDilatometerTest geotechnical.tmp#InsituCBRTest geotechnical.tmp#InsituDensityTest geotechnical.tmp#InsituPermeabilityTest geotechnical.tmp#InsituResistivityTest geotechnical.tmp#InsituVaneTest geotechnical.tmp#PressuremeterTest geotechnical.tmp#PumpingTest geotechnical.tmp#RedoxTest geotechnical.tmp#StaticConePenetrationTest geotechnical.tmp#WirelineLog 2_0_a.tmp#AbstractTestProcedure
Type diggs:AbstractInsituTestType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification) , diggs:testEvents{0,1}
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, diggs:testEvents, gml:description
Instance
<diggs:AbstractInsituTest gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:equipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentRef>
  <diggs:equipment codeSpace="">{1,1}</diggs:equipment>
  <diggs:specificationRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:specificationRef>
  <diggs:specification codeSpace="">{1,1}</diggs:specification>
  <diggs:testEvents>{0,1}</diggs:testEvents>
</diggs:AbstractInsituTest>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="true" name="AbstractInsituTest" substitutionGroup="diggs:AbstractTestProcedure" type="diggs:AbstractInsituTestType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractInsituTestType / diggs:testEvents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A test event is a time-based or location-based recording of
instantaneous conditions or parameters associated with an in-situ test, such as
casing depth, water level, or any custom parameters. This property holds one or more
Event objects; Event objects are associated with the type of sampling feature that
the in-situ test is performed in. For example, for a standard penetration test
performed in a borehole, a BoreholeEvent object would be used in the testEvents
property to record the depth to water at various times during the
test.
Diagram
Diagram 2_0_a.tmp#AbstractEvent 2_0_a.tmp#EventPropertyType
Type diggs:EventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractEvent*
Children diggs:AbstractEvent
Instance
<diggs:testEvents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractEvent gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractEvent>
</diggs:testEvents>
Source
<element minOccurs="0" name="testEvents" type="diggs:EventPropertyType">
  <annotation>
    <documentation>A test event is a time-based or location-based recording of instantaneous conditions or parameters associated with an in-situ test, such as casing depth, water level, or any custom parameters. This property holds one or more Event objects; Event objects are associated with the type of sampling feature that the in-situ test is performed in. For example, for a standard penetration test performed in a borehole, a BoreholeEvent object would be used in the testEvents property to record the depth to water at various times during the test.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:laboratoryTestRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to a laboratory test that is associated with this feature.
A property element that supports a value by reference only. The target value is
indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="laboratoryTestRef" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">Diggs:AbstractLaboratoryTest</appinfo>
    <documentation>A reference to a laboratory test that is associated with this feature.</documentation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ColorLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A color layer describes the color of materials encountered. All layers within a
color layer system must not overlap, although multiple colors can be described within a
single zone.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#ColorLayerType_colors 2_0_a.tmp#ColorLayerType_baseBoundary 2_0_a.tmp#ColorLayerType 2_0_a.tmp#AbstractLayer
Type diggs:ColorLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:colors , diggs:baseBoundary{0,1}
Children diggs:baseBoundary, diggs:colors, diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:ColorLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:colors character="">{1,1}</diggs:colors>
  <diggs:baseBoundary>{0,1}</diggs:baseBoundary>
</diggs:ColorLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ColorLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:ColorLayerType">
  <annotation>
    <documentation>A color layer describes the color of materials encountered. All layers within a color layer system must not overlap, although multiple colors can be described within a single zone.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ColorLayerType / diggs:colors
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#ColorPropertyType_character 2_0_a.tmp#Color 2_0_a.tmp#ColorPropertyType
Type diggs:ColorPropertyType
Properties
content: complex
maxOccurs: 1
Model diggs:Color*
Children diggs:Color
Instance
<diggs:colors character="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Color gml:id="" xml:lang="" diggs:technique="">{0,unbounded}</diggs:Color>
</diggs:colors>
Attributes
QName Type Fixed Default Use Annotation
character diggs:ColorCharacterEnumType optional
Source
<element maxOccurs="1" name="colors" type="diggs:ColorPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ColorLayerType / diggs:baseBoundary
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of the boundary at the base of the layer
Diagram
Diagram 2_0_a.tmp#Boundary 2_0_a.tmp#BoundaryPropertyType
Type diggs:BoundaryPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Boundary
Children diggs:Boundary
Instance
<diggs:baseBoundary xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Boundary gml:id="" xml:lang="" diggs:technique="unknown">{1,1}</diggs:Boundary>
</diggs:baseBoundary>
Source
<element minOccurs="0" name="baseBoundary" type="diggs:BoundaryPropertyType">
  <annotation>
    <documentation>Description of the boundary at the base of the layer</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Boundary
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#BoundaryType_dipAngle 2_0_a.tmp#BoundaryType_dipDirection 2_0_a.tmp#BoundaryType_distinctness 2_0_a.tmp#BoundaryType_origin 2_0_a.tmp#BoundaryType_topography 2_0_a.tmp#BoundaryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:BoundaryType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dipAngle{0,1} , diggs:dipDirection{0,1} , diggs:distinctness{0,1} , diggs:origin{0,1} , diggs:topography{0,1}
Children diggs:dipAngle, diggs:dipDirection, diggs:distinctness, diggs:origin, diggs:remarks, diggs:status, diggs:topography, gml:description
Instance
<diggs:Boundary gml:id="" xml:lang="" diggs:technique="unknown" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:dipAngle uom="">{0,1}</diggs:dipAngle>
  <diggs:dipDirection uom="">{0,1}</diggs:dipDirection>
  <diggs:distinctness codeSpace="">{0,1}</diggs:distinctness>
  <diggs:origin codeSpace="">{0,1}</diggs:origin>
  <diggs:topography codeSpace="">{0,1}</diggs:topography>
</diggs:Boundary>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType unknown 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Boundary" substitutionGroup="diggs:AbstractObject" type="diggs:BoundaryType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoundaryType / diggs:dipAngle
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The inclinaton angle in degrees of the boundary surface, as measured downward from the horizontal.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom 131.tmp#planeAngleMeasure
Type witsml:planeAngleMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<element minOccurs="0" name="dipAngle" type="witsml:planeAngleMeasure">
  <annotation>
    <documentation>
      <![CDATA[The inclinaton angle in degrees of the boundary surface, as measured downward from the horizontal.]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoundaryType / diggs:dipDirection
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The direction of the true dip of the boundary surface, as measured clockwise with respect to true north.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom 131.tmp#planeAngleMeasure
Type witsml:planeAngleMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<element minOccurs="0" name="dipDirection" type="witsml:planeAngleMeasure">
  <annotation>
    <documentation>
      <![CDATA[The direction of the true dip of the boundary surface, as measured clockwise with respect to true north.]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoundaryType / diggs:distinctness
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A controlled string (preferably) that defines how distinctly the boundary between zones is defined, as governed by both the contrast between adjacent zones and by the width of the boundary. (eg. sharp, gradational)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="distinctness" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[A controlled string (preferably) that defines how distinctly the boundary between zones is defined, as governed by both the contrast between adjacent zones and by the width of the boundary. (eg. sharp, gradational)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoundaryType / diggs:origin
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A controlled string (preferably) that defines the specific nature or origin of the boundary. (eg. unconformity, fault, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="origin" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[A controlled string (preferably) that defines the specific nature or origin of the boundary. (eg. unconformity, fault, etc.)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoundaryType / diggs:topography
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A controlled string (preferably) that defines the shape of the boundary surface between zones. (eg. wavy)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="topography" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[A controlled string (preferably) that defines the shape of the boundary surface between zones. (eg. wavy)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstituentLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Constituent layers describe details of earth materials encountered within a
sampling feature. Constituent layers restricted to a specific lithologic layer are encoded
as constituents in the Lithology layers themselves. Layers within a constituent layer system
need not be continuous and may overlap, but layers with the same named constituents cannot
overlap.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#technique 2_0_a.tmp#ComponentLayerType_constituents 2_0_a.tmp#ComponentLayerType 2_0_a.tmp#AbstractLayer
Type diggs:ComponentLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:constituents
Children diggs:constituents, diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:ConstituentLayer gml:id="" xml:lang="" diggs:technique="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:constituents>{1,1}</diggs:constituents>
</diggs:ConstituentLayer>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ConstituentLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:ComponentLayerType">
  <annotation>
    <documentation>Constituent layers describe details of earth materials encountered within a sampling feature. Constituent layers restricted to a specific lithologic layer are encoded as constituents in the Lithology layers themselves. Layers within a constituent layer system need not be continuous and may overlap, but layers with the same named constituents cannot overlap.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentLayerType / diggs:constituents
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Constituent 2_0_a.tmp#ConstituentPropertyType
Type diggs:ConstituentPropertyType
Properties
content: complex
Model diggs:Constituent*
Children diggs:Constituent
Instance
<diggs:constituents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Constituent gml:id="" xml:lang="" diggs:technique="">{0,unbounded}</diggs:Constituent>
</diggs:constituents>
Source
<element name="constituents" type="diggs:ConstituentPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Component
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#ComponentType_codeValue 2_0_a.tmp#ComponentType_abundanceCode 2_0_a.tmp#ComponentType_abundancePercent 2_0_a.tmp#ComponentType
Type diggs:ComponentType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:codeValue{0,1} , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:codeValue, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Component gml:id="" xml:lang="" diggs:technique="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:codeValue codeSpace="">{0,1}</diggs:codeValue>
  <diggs:abundanceCode codeSpace="">{0,1}</diggs:abundanceCode>
  <diggs:abundancePercent uom="">{0,1}</diggs:abundancePercent>
</diggs:Component>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Component" type="diggs:ComponentType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentType / diggs:codeValue
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The code value that defines the consituent (eg. "SM" or "gastropod";
preferably defined by an authority identified in the codespace
attribute
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="codeValue" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>The code value that defines the consituent (eg. "SM" or "gastropod"; preferably defined by an authority identified in the codespace attribute</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentType / diggs:abundanceCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the constituent present as a string type,
intended to come from a controlled list (eg. few, rare, common,
etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="abundanceCode" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the constituent present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ComponentType / diggs:abundancePercent
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A measure of the amount of the component present, expressed as a
percentage.
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
  <annotation>
    <documentation>A measure of the amount of the component present, expressed as a percentage.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiscontinuityLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Describes fractures and joints and their spacing. Individual discontinuities or
zone of discontinuities within a discontinuity layer system may overlap.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#DiscontinuityLayerType_fractures 2_0_a.tmp#DiscontinuityLayerType_spacing 2_0_a.tmp#DiscontinuityLayerType 2_0_a.tmp#AbstractLayer
Type diggs:DiscontinuityLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:fractures{0,1} , diggs:spacing{0,1}
Children diggs:fractures, diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:spacing, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:DiscontinuityLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:fractures>{0,1}</diggs:fractures>
  <diggs:spacing>{0,1}</diggs:spacing>
</diggs:DiscontinuityLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="DiscontinuityLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:DiscontinuityLayerType">
  <annotation>
    <documentation>Describes fractures and joints and their spacing. Individual discontinuities or zone of discontinuities within a discontinuity layer system may overlap.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiscontinuityLayerType / diggs:fractures
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#FractureDescription 2_0_a.tmp#FractureDescriptionPropertyType
Type diggs:FractureDescriptionPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:FractureDescription
Children diggs:FractureDescription
Instance
<diggs:fractures xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:FractureDescription gml:id="" xml:lang="" diggs:technique="unknown">{1,1}</diggs:FractureDescription>
</diggs:fractures>
Source
<element name="fractures" type="diggs:FractureDescriptionPropertyType" minOccurs="0">
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescription
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#FractureDescriptionType_aperatureMeasurement 2_0_a.tmp#FractureDescriptionType_aperatureObservation 2_0_a.tmp#FractureDescriptionType_dipAngle 2_0_a.tmp#FractureDescriptionType_dipDirection 2_0_a.tmp#FractureDescriptionType_discontinuityNumber 2_0_a.tmp#FractureDescriptionType_fractureSetNumber 2_0_a.tmp#FractureDescriptionType_infillMaterial 2_0_a.tmp#FractureDescriptionType_infillHardness 2_0_a.tmp#FractureDescriptionType_jointRoughnessCoefficient 2_0_a.tmp#FractureDescriptionType_persistence 2_0_a.tmp#FractureDescriptionType_planarity 2_0_a.tmp#FractureDescriptionType_roughness 2_0_a.tmp#FractureDescriptionType_seepageRating 2_0_a.tmp#FractureDescriptionType_surfaceAppearance 2_0_a.tmp#FractureDescriptionType_termination 2_0_a.tmp#FractureDescriptionType_type 2_0_a.tmp#FractureDescriptionType_wallStrength 2_0_a.tmp#FractureDescriptionType_wallWeathering 2_0_a.tmp#FractureDescriptionType_fractureHealing 2_0_a.tmp#FractureDescriptionType_waterFlow 2_0_a.tmp#FractureDescriptionType_wavinessAmplitude 2_0_a.tmp#FractureDescriptionType_wavinessWavelength 2_0_a.tmp#FractureDescriptionType
Type diggs:FractureDescriptionType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:aperatureMeasurement{0,1} , diggs:aperatureObservation{0,1} , diggs:dipAngle{0,1} , diggs:dipDirection{0,1} , diggs:discontinuityNumber{0,1} , diggs:fractureSetNumber{0,1} , diggs:infillMaterial{0,1} , diggs:infillHardness{0,1} , diggs:jointRoughnessCoefficient{0,1} , diggs:persistence{0,1} , diggs:planarity{0,1} , diggs:roughness{0,1} , diggs:seepageRating{0,1} , diggs:surfaceAppearance{0,1} , diggs:termination{0,1} , diggs:type{0,1} , diggs:wallStrength{0,1} , diggs:wallWeathering{0,1} , diggs:fractureHealing{0,1} , diggs:waterFlow{0,1} , diggs:wavinessAmplitude{0,1} , diggs:wavinessWavelength{0,1}
Children diggs:aperatureMeasurement, diggs:aperatureObservation, diggs:dipAngle, diggs:dipDirection, diggs:discontinuityNumber, diggs:fractureHealing, diggs:fractureSetNumber, diggs:infillHardness, diggs:infillMaterial, diggs:jointRoughnessCoefficient, diggs:persistence, diggs:planarity, diggs:remarks, diggs:roughness, diggs:seepageRating, diggs:status, diggs:surfaceAppearance, diggs:termination, diggs:type, diggs:wallStrength, diggs:wallWeathering, diggs:waterFlow, diggs:wavinessAmplitude, diggs:wavinessWavelength, gml:description
Instance
<diggs:FractureDescription gml:id="" xml:lang="" diggs:technique="unknown" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:aperatureMeasurement uom="">{0,1}</diggs:aperatureMeasurement>
  <diggs:aperatureObservation xml:lang="">{0,1}</diggs:aperatureObservation>
  <diggs:dipAngle uom="">{0,1}</diggs:dipAngle>
  <diggs:dipDirection uom="">{0,1}</diggs:dipDirection>
  <diggs:discontinuityNumber>{0,1}</diggs:discontinuityNumber>
  <diggs:fractureSetNumber xml:lang="">{0,1}</diggs:fractureSetNumber>
  <diggs:infillMaterial codeSpace="">{0,1}</diggs:infillMaterial>
  <diggs:infillHardness codeSpace="">{0,1}</diggs:infillHardness>
  <diggs:jointRoughnessCoefficient>{0,1}</diggs:jointRoughnessCoefficient>
  <diggs:persistence>{0,1}</diggs:persistence>
  <diggs:planarity codeSpace="">{0,1}</diggs:planarity>
  <diggs:roughness codeSpace="">{0,1}</diggs:roughness>
  <diggs:seepageRating codeSpace="">{0,1}</diggs:seepageRating>
  <diggs:surfaceAppearance xml:lang="">{0,1}</diggs:surfaceAppearance>
  <diggs:termination codeSpace="">{0,1}</diggs:termination>
  <diggs:type codeSpace="">{0,1}</diggs:type>
  <diggs:wallStrength uom="">{0,1}</diggs:wallStrength>
  <diggs:wallWeathering xml:lang="">{0,1}</diggs:wallWeathering>
  <diggs:fractureHealing codeSpace="">{0,1}</diggs:fractureHealing>
  <diggs:waterFlow uom="">{0,1}</diggs:waterFlow>
  <diggs:wavinessAmplitude uom="">{0,1}</diggs:wavinessAmplitude>
  <diggs:wavinessWavelength uom="">{0,1}</diggs:wavinessWavelength>
</diggs:FractureDescription>
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType unknown 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="FractureDescription" type="diggs:FractureDescriptionType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:aperatureMeasurement
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity aperture measurement
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="aperatureMeasurement" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity aperture measurement]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:aperatureObservation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity aperture observation
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="aperatureObservation" type="diggs:DiggsStringType">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity aperture observation]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:dipAngle
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Dip of discontinuity
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom 131.tmp#planeAngleMeasure
Type witsml:planeAngleMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<element minOccurs="0" name="dipAngle" type="witsml:planeAngleMeasure">
  <annotation>
    <documentation>
      <![CDATA[Dip of discontinuity]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:dipDirection
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Dip direction of discontinuity
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom 131.tmp#planeAngleMeasure
Type witsml:planeAngleMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<element minOccurs="0" name="dipDirection" type="witsml:planeAngleMeasure">
  <annotation>
    <documentation>
      <![CDATA[Dip direction of discontinuity]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:discontinuityNumber
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity number
Diagram
Diagram
Type integer
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="discontinuityNumber" type="integer">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity number]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:fractureSetNumber
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity set reference number
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="fractureSetNumber" type="diggs:DiggsStringType">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity set reference number]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:infillMaterial
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Infilling material
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="infillMaterial" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[Infilling material]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:infillHardness
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Hardness of the infill material
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="infillHardness" type="gml:CodeType">
  <annotation>
    <documentation>Hardness of the infill material</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:jointRoughnessCoefficient
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Joint Roughness Coefficient
Diagram
Diagram
Type double
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="jointRoughnessCoefficient" type="double">
  <annotation>
    <documentation>
      <![CDATA[Joint Roughness Coefficient]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:persistence
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Persistence measurement
Diagram
Diagram
Type double
Properties
content: simple
minOccurs: 0
Source
<element minOccurs="0" name="persistence" type="double">
  <annotation>
    <documentation>
      <![CDATA[Persistence measurement]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:planarity
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Intermediate scale planarity (ISRM 1978)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="planarity" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[Intermediate scale planarity (ISRM 1978)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:roughness
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Small scale roughness (ISRM 1978)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="roughness" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[Small scale roughness (ISRM 1978)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:seepageRating
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Seepage rating (ISRM 1978)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="seepageRating" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[Seepage rating (ISRM 1978)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:surfaceAppearance
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Surface appearance
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="surfaceAppearance" type="diggs:DiggsStringType">
  <annotation>
    <documentation>
      <![CDATA[Surface appearance]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:termination
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity termination (lower, upper) (ISRM 1978)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="termination" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity termination (lower, upper) (ISRM 1978)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:type
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Type of discontinuity
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="type" type="gml:CodeType">
  <annotation>
    <documentation>
      <![CDATA[Type of discontinuity]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:wallStrength
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity wall strength
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#generalMeasureType_uom 131.tmp#generalMeasureType
Type witsml:generalMeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
Source
<element minOccurs="0" name="wallStrength" type="witsml:generalMeasureType">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity wall strength]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:wallWeathering
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Discontinuity wall weathering
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="wallWeathering" type="diggs:DiggsStringType">
  <annotation>
    <documentation>
      <![CDATA[Discontinuity wall weathering]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:fractureHealing
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="fractureHealing" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:waterFlow
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Water flow estimate
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#volumeFlowRateMeasure_uom 131.tmp#volumeFlowRateMeasure
Type witsml:volumeFlowRateMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:volumeFlowRateUom required
Source
<element minOccurs="0" name="waterFlow" type="witsml:volumeFlowRateMeasure">
  <annotation>
    <documentation>
      <![CDATA[Water flow estimate]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:wavinessAmplitude
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Large scale waviness, amplitude (ISRM 1978)
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="wavinessAmplitude" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Large scale waviness, amplitude (ISRM 1978)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureDescriptionType / diggs:wavinessWavelength
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Large scale waviness, wavelength (ISRM 1978)
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="wavinessWavelength" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Large scale waviness, wavelength (ISRM 1978)]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DiscontinuityLayerType / diggs:spacing
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#FractureSpacing 2_0_a.tmp#FractureSpacingPropertyType
Type diggs:FractureSpacingPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:FractureSpacing
Children diggs:FractureSpacing
Instance
<diggs:spacing xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:FractureSpacing gml:id="" xml:lang="">{1,1}</diggs:FractureSpacing>
</diggs:spacing>
Source
<element name="spacing" minOccurs="0" type="diggs:FractureSpacingPropertyType">
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureSpacing
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#FractureSpacingType_fracturesPerUnitLength 2_0_a.tmp#FractureSpacingType_minSpacing 2_0_a.tmp#FractureSpacingType_maxSpacing 2_0_a.tmp#FractureSpacingType_averageSpacing 2_0_a.tmp#FractureSpacingType
Type diggs:FractureSpacingType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:fracturesPerUnitLength | (diggs:minSpacing{0,1} , diggs:maxSpacing{0,1} , diggs:averageSpacing{0,1}))
Children diggs:averageSpacing, diggs:fracturesPerUnitLength, diggs:maxSpacing, diggs:minSpacing, diggs:remarks, diggs:status, gml:description
Instance
<diggs:FractureSpacing gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:fracturesPerUnitLength uom="">{1,1}</diggs:fracturesPerUnitLength>
  <diggs:minSpacing uom="">{0,1}</diggs:minSpacing>
  <diggs:maxSpacing uom="">{0,1}</diggs:maxSpacing>
  <diggs:averageSpacing uom="">{0,1}</diggs:averageSpacing>
</diggs:FractureSpacing>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="FractureSpacing" type="diggs:FractureSpacingType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureSpacingType / diggs:fracturesPerUnitLength
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Number of fractures per unit length as specified in the uom attribute
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="1" name="fracturesPerUnitLength" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Number of fractures per unit length as specified in the uom attribute]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureSpacingType / diggs:minSpacing
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Minimum Fracture Spacing over zone
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="minSpacing" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Minimum Fracture Spacing over zone]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureSpacingType / diggs:maxSpacing
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Maximum Fracture Spacing over zone
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="maxSpacing" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Maximum Fracture Spacing over zone]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FractureSpacingType / diggs:averageSpacing
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Average Fracture Spacing over zone
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="averageSpacing" type="witsml:lengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[Average Fracture Spacing over zone]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Lithology layers that describe the earth materials encountered at a sampling
feature defined by the layer's location. Layers within a lithology layer system must not
overlap.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#LithologyLayerType_primaryLithology 2_0_a.tmp#LithologyLayerType_componentLithologies 2_0_a.tmp#LithologyLayerType_baseBoundary 2_0_a.tmp#LithologyLayerType 2_0_a.tmp#AbstractLayer
Type diggs:LithologyLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:primaryLithology , diggs:componentLithologies{0,1} , diggs:baseBoundary{0,1}
Children diggs:baseBoundary, diggs:componentLithologies, diggs:layerLocation, diggs:measurementRef, diggs:primaryLithology, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:LithologyLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:primaryLithology>{1,1}</diggs:primaryLithology>
  <diggs:componentLithologies>{0,1}</diggs:componentLithologies>
  <diggs:baseBoundary>{0,1}</diggs:baseBoundary>
</diggs:LithologyLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="LithologyLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:LithologyLayerType">
  <annotation>
    <documentation>Lithology layers that describe the earth materials encountered at a sampling feature defined by the layer's location. Layers within a lithology layer system must not overlap.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyLayerType / diggs:primaryLithology
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Lithology 2_0_a.tmp#LithologyPropertyType
Type diggs:LithologyPropertyType
Properties
content: complex
Model diggs:Lithology
Children diggs:Lithology
Instance
<diggs:primaryLithology xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Lithology gml:id="" xml:lang="" diggs:technique="">{1,1}</diggs:Lithology>
</diggs:primaryLithology>
Source
<element name="primaryLithology" type="diggs:LithologyPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyLayerType / diggs:componentLithologies
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the lithologies that make up a subsidiary portion of
the overall lithologic classification of the layer, or exist as specific components
of the primarylithologic classification
Diagram
Diagram 2_0_a.tmp#ComponentLithology 2_0_a.tmp#ComponentLithologyPropertyType
Type diggs:ComponentLithologyPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ComponentLithology*
Children diggs:ComponentLithology
Instance
<diggs:componentLithologies xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ComponentLithology association="" gml:id="" xml:lang="">{0,unbounded}</diggs:ComponentLithology>
</diggs:componentLithologies>
Source
<element minOccurs="0" name="componentLithologies" type="diggs:ComponentLithologyPropertyType">
  <annotation>
    <documentation>A description of the lithologies that make up a subsidiary portion of the overall lithologic classification of the layer, or exist as specific components of the primarylithologic classification</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:LithologyLayerType / diggs:baseBoundary
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Boundary 2_0_a.tmp#BoundaryPropertyType
Type diggs:BoundaryPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Boundary
Children diggs:Boundary
Instance
<diggs:baseBoundary xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Boundary gml:id="" xml:lang="" diggs:technique="unknown">{1,1}</diggs:Boundary>
</diggs:baseBoundary>
Source
<element minOccurs="0" name="baseBoundary" type="diggs:BoundaryPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OrientationLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Orientation layers describe the geometry of vectors or planar surfaces
encountered at a sampling feature, such as bedding, joints, cross-beds, etc. These layers
are designed to characterize regions with generalized geometries. Individual measurements of
planar geometries of boundaries or faults are recorded in Discontinuity or Lithology layers.
Layers within an orientation zone system must not overlap.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#OrientationLayerType_featureType 2_0_a.tmp#OrientationLayerType_orientation 2_0_a.tmp#OrientationLayerType 2_0_a.tmp#AbstractLayer
Type diggs:OrientationLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:featureType , diggs:orientation
Children diggs:featureType, diggs:layerLocation, diggs:measurementRef, diggs:orientation, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:OrientationLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:featureType>{1,1}</diggs:featureType>
  <diggs:orientation>{1,1}</diggs:orientation>
</diggs:OrientationLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="OrientationLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:OrientationLayerType">
  <annotation>
    <documentation>Orientation layers describe the geometry of vectors or planar surfaces encountered at a sampling feature, such as bedding, joints, cross-beds, etc. These layers are designed to characterize regions with generalized geometries. Individual measurements of planar geometries of boundaries or faults are recorded in Discontinuity or Lithology layers. Layers within an orientation zone system must not overlap.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OrientationLayerType / diggs:featureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#OrientationLayerEnumType
Type diggs:OrientationLayerEnumType
Properties
content: simple
Source
<element name="featureType" type="diggs:OrientationLayerEnumType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OrientationLayerType / diggs:orientation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Orientation 2_0_a.tmp#OrientationPropertyType
Type diggs:OrientationPropertyType
Properties
content: complex
Model diggs:Orientation
Children diggs:Orientation
Instance
<diggs:orientation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Orientation gml:id="" xml:lang="">{1,1}</diggs:Orientation>
</diggs:orientation>
Source
<element name="orientation" type="diggs:OrientationPropertyType">
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Orientation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#OrientationType_strikeOrBearing 2_0_a.tmp#OrientationType_dipOrPlunge 2_0_a.tmp#OrientationType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:OrientationType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:strikeOrBearing , diggs:dipOrPlunge
Children diggs:dipOrPlunge, diggs:remarks, diggs:status, diggs:strikeOrBearing, gml:description
Instance
<diggs:Orientation gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:strikeOrBearing uom="">{1,1}</diggs:strikeOrBearing>
  <diggs:dipOrPlunge uom="">{1,1}</diggs:dipOrPlunge>
</diggs:Orientation>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Orientation" substitutionGroup="diggs:AbstractObject" type="diggs:OrientationType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OrientationType / diggs:strikeOrBearing
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The compass bearing of the feature (if linear) or strike of the plane,
from north (range 0-360), where 0 is north and 90 east, etc.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom 131.tmp#planeAngleMeasure
Type witsml:planeAngleMeasure
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<element name="strikeOrBearing" type="witsml:planeAngleMeasure">
  <annotation>
    <documentation>The compass bearing of the feature (if linear) or strike of the plane, from north (range 0-360), where 0 is north and 90 east, etc.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OrientationType / diggs:dipOrPlunge
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The inclination of the feature from horizontal (eg. 0 is vertical, 90
degrees is vertical DOWN)
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom 131.tmp#planeAngleMeasure
Type witsml:planeAngleMeasure
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<element name="dipOrPlunge" type="witsml:planeAngleMeasure">
  <annotation>
    <documentation>The inclination of the feature from horizontal (eg. 0 is vertical, 90 degrees is vertical DOWN)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property layer system contains layer that are defined by simple text or
numeric values - usually interpreted as a result of some lab or in-situ test. Layers within
a property layer system must not overlap and the value of the gml:name of each property
layer must be the same among all layers in the system
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#PropertyLayerType_property 2_0_a.tmp#PropertyLayerType_value 2_0_a.tmp#PropertyLayerType 2_0_a.tmp#AbstractLayer
Type diggs:PropertyLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:property , diggs:value
Children diggs:layerLocation, diggs:measurementRef, diggs:property, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, diggs:value, gml:description
Instance
<diggs:PropertyLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:property>{1,1}</diggs:property>
  <diggs:value xml:lang="">{1,1}</diggs:value>
</diggs:PropertyLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="PropertyLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:PropertyLayerType">
  <annotation>
    <documentation>A property layer system contains layer that are defined by simple text or numeric values - usually interpreted as a result of some lab or in-situ test. Layers within a property layer system must not overlap and the value of the gml:name of each property layer must be the same among all layers in the system</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyLayerType / diggs:property
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Property 2_0_a.tmp#PropertyPropertyType
Type diggs:PropertyPropertyType
Properties
content: complex
Model diggs:Property
Children diggs:Property
Instance
<diggs:property xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Property gml:id="" index="" xml:lang="">{1,1}</diggs:Property>
</diggs:property>
Source
<element name="property" type="diggs:PropertyPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Property
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType NO_NAMESPACE.tmp#PropertyType_index 2_0_a.tmp#PropertyType_propertyCode 2_0_a.tmp#PropertyType_typeData 2_0_a.tmp#PropertyType_propertyClass 2_0_a.tmp#PropertyType_uom 2_0_a.tmp#PropertyType_nullValue 2_0_a.tmp#PropertyType_context 2_0_a.tmp#PropertyType_correctionUsed 2_0_a.tmp#PropertyType_measurementTechnique 2_0_a.tmp#PropertyType_detectorRef 2_0_a.tmp#PropertyType_reportable 2_0_a.tmp#PropertyType_detectionLimits 2_0_a.tmp#PropertyType_qualifiers 2_0_a.tmp#PropertyType_curveState 2_0_a.tmp#PropertyType 3_2.tmp#AbstractValue
Type diggs:PropertyType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:propertyCode , diggs:typeData , diggs:propertyClass , diggs:uom{0,1} , diggs:nullValue* , diggs:context{0,1} , diggs:correctionUsed* , diggs:measurementTechnique{0,1} , diggs:detectorRef{0,1} , diggs:reportable{0,1} , diggs:detectionLimits{0,1} , diggs:qualifiers{0,1} , diggs:curveState{0,1}
Children diggs:context, diggs:correctionUsed, diggs:curveState, diggs:detectionLimits, diggs:detectorRef, diggs:measurementTechnique, diggs:nullValue, diggs:propertyClass, diggs:propertyCode, diggs:qualifiers, diggs:remarks, diggs:reportable, diggs:status, diggs:typeData, diggs:uom, gml:description
Instance
<diggs:Property gml:id="" index="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:propertyCode codeSpace="">{1,1}</diggs:propertyCode>
  <diggs:typeData>{1,1}</diggs:typeData>
  <diggs:propertyClass codeSpace="">{1,1}</diggs:propertyClass>
  <diggs:uom>{0,1}</diggs:uom>
  <diggs:nullValue reason="">{0,unbounded}</diggs:nullValue>
  <diggs:context xml:lang="">{0,1}</diggs:context>
  <diggs:correctionUsed codeSpace="">{0,unbounded}</diggs:correctionUsed>
  <diggs:measurementTechnique>{0,1}</diggs:measurementTechnique>
  <diggs:detectorRef xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:detectorRef>
  <diggs:reportable>{0,1}</diggs:reportable>
  <diggs:detectionLimits>{0,1}</diggs:detectionLimits>
  <diggs:qualifiers>{0,1}</diggs:qualifiers>
  <diggs:curveState>{0,1}</diggs:curveState>
</diggs:Property>
Attributes
QName Type Fixed Default Use Annotation
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.
index integer required

http://schemas.diggsml.com/documentation/user

The
index order of this property within a tuple in the associated dataValues block (eg.
column order).
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Property" type="diggs:PropertyType" substitutionGroup="gml:AbstractValue" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:propertyCode
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A code or name for the property as used by the data provider. This
value can come from a controlled list of terms or be an uncontrolled text string.
The value would be commonly used to label a column of a log sheet or provide other
local meaning to the property. The value of mnemonic should be unique for all of the
properties included in the dataValue block transmitted as part of this
measurement.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="1" name="propertyCode" type="gml:CodeType">
  <annotation>
    <documentation>A code or name for the property as used by the data provider. This value can come from a controlled list of terms or be an uncontrolled text string. The value would be commonly used to label a column of a log sheet or provide other local meaning to the property. The value of mnemonic should be unique for all of the properties included in the dataValue block transmitted as part of this measurement.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:typeData
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The data type for this property (eg. double, long, string,
etc.)
Diagram
Diagram 131.tmp#LogDataType
Type witsml:LogDataType
Type hierarchy
Properties
content: simple
minOccurs: 1
maxOccurs: 1
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration date time
Date with time data value.
enumeration double
Double precision floating point value.
enumeration long
Long integer data value.
enumeration string
Character string data.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<element maxOccurs="1" minOccurs="1" name="typeData" type="witsml:LogDataType">
  <annotation>
    <documentation>The data type for this property (eg. double, long, string, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:propertyClass
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The official name of this property as derived from a dictionary of
defined terms. The codespace value must be populated and should contain the URN to
allow applications to validate this value as a known property.
Diagram
Diagram NO_NAMESPACE.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType_codeSpace 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType
Type diggs:CodeWithAuthorityType
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI required
Source
<element maxOccurs="1" minOccurs="1" name="propertyClass" type="diggs:CodeWithAuthorityType">
  <annotation>
    <documentation>The official name of this property as derived from a dictionary of defined terms. The codespace value must be populated and should contain the URN to allow applications to validate this value as a known property.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:uom
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Unit of measurement for the property.
Diagram
Diagram 2_0_a.tmp#AllUnits
Type diggs:AllUnits
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element maxOccurs="1" minOccurs="0" name="uom" type="diggs:AllUnits">
  <annotation>
    <documentation>Unit of measurement for the property.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:nullValue
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An empty string is the default representation of a null value for a
property (i.e. when the null value representation is not explicitly defined). This
value defines a value to be interpreted as null for this property in the dataValues
block. The reason attribute can be used to define the reason for the null value,
(eg. witheld). This can be customized with an other: qualifier (eg. other:below
detection limit) or reference a URI for a more complete definition.
Diagram
Diagram NO_NAMESPACE.tmp#NullDataType_reason 2_0_a.tmp#NullDataType
Type diggs:NullDataType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
reason gml:NilReasonType optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="nullValue" type="diggs:NullDataType">
  <annotation>
    <documentation>An empty string is the default representation of a null value for a property (i.e. when the null value representation is not explicitly defined). This value defines a value to be interpreted as null for this property in the dataValues block. The reason attribute can be used to define the reason for the null value, (eg. witheld). This can be customized with an other: qualifier (eg. other:below detection limit) or reference a URI for a more complete definition.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:context
Namespace http://schemas.diggsml.com/2.0.a
Annotations
If the property should be interpreted in a particular context (eg.
value is only valid for range of overburden pressures, etc.), then the context of
the property is described here.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="context" type="diggs:DiggsStringType">
  <annotation>
    <documentation>If the property should be interpreted in a particular context (eg. value is only valid for range of overburden pressures, etc.), then the context of the property is described here.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:correctionUsed
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of corrections used to obtain the reported result.
Commonly used to report N-values from SPT tests, or to describe any other
adjustments made to the reported data. Can come from a controlled
list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="unbounded" minOccurs="0" name="correctionUsed" type="gml:CodeType">
  <annotation>
    <documentation>A description of corrections used to obtain the reported result. Commonly used to report N-values from SPT tests, or to describe any other adjustments made to the reported data. Can come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:measurementTechnique
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The method by which the property value is obtained. From an enumerated
list.
Diagram
Diagram 2_0_a.tmp#DescriptorTechniqueEnumType
Type diggs:DescriptorTechniqueEnumType
Properties
content: simple
minOccurs: 0
Facets
enumeration assigned
enumeration calculated
enumeration inferred
enumeration measured
enumeration missing
enumeration other
enumeration reported
enumeration unknown
enumeration visual
Source
<element minOccurs="0" name="measurementTechnique" type="diggs:DescriptorTechniqueEnumType">
  <annotation>
    <documentation>The method by which the property value is obtained. From an enumerated list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:detectorRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The target
value is indicated in the appinfo element.
A reference to the source tool, or sensor, of a piece of equipment,
used to measure this property, if applicable. Generally used for well log,downhole
logging procedures, or monitoring equipment.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="detectorRef" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:Equipment</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <documentation>A reference to the source tool, or sensor, of a piece of equipment, used to measure this property, if applicable. Generally used for well log,downhole logging procedures, or monitoring equipment.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:reportable
Namespace http://schemas.diggsml.com/2.0.a
Annotations
True or false, indicates whether the value of this property can be
reported outside of the context of transmission via an xml instance.
Diagram
Diagram
Type boolean
Properties
content: simple
minOccurs: 0
maxOccurs: 1
default: true
Source
<element maxOccurs="1" minOccurs="0" name="reportable" type="boolean" default="true">
  <annotation>
    <documentation>True or false, indicates whether the value of this property can be reported outside of the context of transmission via an xml instance.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:detectionLimits
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#DetectionLimit 2_0_a.tmp#DetectionLimitPropertyType
Type diggs:DetectionLimitPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:DetectionLimit*
Children diggs:DetectionLimit
Instance
<diggs:detectionLimits xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:DetectionLimit gml:id="" xml:lang="">{0,unbounded}</diggs:DetectionLimit>
</diggs:detectionLimits>
Source
<element maxOccurs="1" minOccurs="0" name="detectionLimits" type="diggs:DetectionLimitPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DetectionLimit
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DetectionLimitType_constraint 2_0_a.tmp#DetectionLimitType_type 2_0_a.tmp#DetectionLimitType_value 2_0_a.tmp#DetectionLimitType 3_2.tmp#AbstractGML
Type diggs:DetectionLimitType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:constraint{0,1} , diggs:type{0,1} , diggs:value{0,1}
Children diggs:constraint, diggs:remarks, diggs:status, diggs:type, diggs:value, gml:description
Instance
<diggs:DetectionLimit gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:constraint codeSpace="">{0,1}</diggs:constraint>
  <diggs:type codeSpace="">{0,1}</diggs:type>
  <diggs:value xml:lang="">{0,1}</diggs:value>
</diggs:DetectionLimit>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="DetectionLimit" substitutionGroup="gml:AbstractGML" type="diggs:DetectionLimitType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DetectionLimitType / diggs:constraint
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Needs definition
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="constraint" type="gml:CodeType">
  <annotation>
    <documentation>Needs definition</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DetectionLimitType / diggs:type
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Needs definition - should be an enum? (eg. lower and
upper)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="type" type="gml:CodeType">
  <annotation>
    <documentation>Needs definition - should be an enum? (eg. lower and upper)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:DetectionLimitType / diggs:value
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element maxOccurs="1" minOccurs="0" name="value" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:qualifiers
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Qualifier 2_0_a.tmp#QualifierPropertyType
Type diggs:QualifierPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Qualifier*
Children diggs:Qualifier
Instance
<diggs:qualifiers xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Qualifier gml:id="" xml:lang="">{0,unbounded}</diggs:Qualifier>
</diggs:qualifiers>
Source
<element maxOccurs="1" minOccurs="0" name="qualifiers" type="diggs:QualifierPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Qualifier
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An enumeration of various parameters upon which the property result may be
qualified
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParameterType_name 2_0_a.tmp#ParameterType_value 2_0_a.tmp#ParameterType 3_2.tmp#AbstractGML
Type diggs:ParameterType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:name{0,1} , diggs:value{0,1}
Children diggs:name, diggs:remarks, diggs:status, diggs:value, gml:description
Instance
<diggs:Qualifier gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:name codeSpace="">{0,1}</diggs:name>
  <diggs:value xml:lang="">{0,1}</diggs:value>
</diggs:Qualifier>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="Qualifier" substitutionGroup="gml:AbstractGML" type="diggs:ParameterType">
  <annotation>
    <documentation>An enumeration of various parameters upon which the property result may be qualified</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyType / diggs:curveState
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Used for well logging procedures, to define the state or status of the
data described by the well log curve. From an enumerated list.
Diagram
Diagram 131.tmp#LogTraceState
Type witsml:LogTraceState
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration depth adjusted
enumeration edited
enumeration joined
enumeration processed
enumeration raw
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<element maxOccurs="1" minOccurs="0" name="curveState" type="witsml:LogTraceState">
  <annotation>
    <documentation>Used for well logging procedures, to define the state or status of the data described by the well log curve. From an enumerated list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyLayerType / diggs:value
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="value" type="diggs:DiggsStringType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:StratigraphyLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Stratigraphy layers are ordered bodies of rock or sediment, such as formations,
biostratigraphic units or aquifers. Layers within a stratigraphy layer system must not
overlap, and stratUnit values within a layer system cannot repeat (eg. they must be unique
within the layer system.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#StratigraphyLayerType_stratigraphyType 2_0_a.tmp#StratigraphyLayerType_name 2_0_a.tmp#StratigraphyLayerType 2_0_a.tmp#AbstractLayer
Type diggs:StratigraphyLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:stratigraphyType , diggs:name
Children diggs:layerLocation, diggs:measurementRef, diggs:name, diggs:remarks, diggs:sampleRef, diggs:status, diggs:stratigraphyType, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:StratigraphyLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:stratigraphyType>{1,1}</diggs:stratigraphyType>
  <diggs:name codeSpace="">{1,1}</diggs:name>
</diggs:StratigraphyLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="StratigraphyLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:StratigraphyLayerType">
  <annotation>
    <documentation>Stratigraphy layers are ordered bodies of rock or sediment, such as formations, biostratigraphic units or aquifers. Layers within a stratigraphy layer system must not overlap, and stratUnit values within a layer system cannot repeat (eg. they must be unique within the layer system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:StratigraphyLayerType / diggs:stratigraphyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#StratigraphyLayerEnumType
Type diggs:StratigraphyLayerEnumType
Properties
content: simple
Source
<element name="stratigraphyType" type="diggs:StratigraphyLayerEnumType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:StratigraphyLayerType / diggs:name
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The name of the stratigraphic unit (eg. Harold Formation) assigned to
this zone. Should come from a controlled list based on the subtype of the layer
system.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="name" type="gml:CodeType">
  <annotation>
    <documentation>The name of the stratigraphic unit (eg. Harold Formation) assigned to this zone. Should come from a controlled list based on the subtype of the layer system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OtherLayer
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A structure for defining a layer system of unknown type. Layers consist of
name-value pairs, where these names should reference code lists.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#OtherLayerType_results 2_0_a.tmp#OtherLayerType 2_0_a.tmp#AbstractLayer
Type diggs:OtherLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:results
Children diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:results, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Instance
<diggs:OtherLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerLocation>{1,1}</diggs:layerLocation>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:results>{1,1}</diggs:results>
</diggs:OtherLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="OtherLayer" substitutionGroup="diggs:AbstractLayer" type="diggs:OtherLayerType">
  <annotation>
    <documentation>A structure for defining a layer system of unknown type. Layers consist of name-value pairs, where these names should reference code lists.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:OtherLayerType / diggs:results
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Parameter 2_0_a.tmp#ParameterPropertyType
Type diggs:ParameterPropertyType
Properties
content: complex
Model diggs:Parameter*
Children diggs:Parameter
Instance
<diggs:results xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Parameter gml:id="" xml:lang="">{0,unbounded}</diggs:Parameter>
</diggs:results>
Source
<element name="results" type="diggs:ParameterPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CodeOrPercentType / diggs:description
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="description" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CodeOrPercentType / diggs:percentage
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element name="percentage" type="diggs:Val0-100MeasureType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PlanarLayerRepresentation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#PlanarLayerRepresentationType_layerTopIntersection 2_0_a.tmp#PlanarLayerRepresentationType_layerBaseIntersection 2_0_a.tmp#PlanarLayerRepresentationType_representativeSurface 2_0_a.tmp#PlanarLayerRepresentationType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type diggs:PlanarLayerRepresentationType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:layerTopIntersection , diggs:layerBaseIntersection , diggs:representativeSurface+
Children diggs:layerBaseIntersection, diggs:layerTopIntersection, diggs:representativeSurface, gml:description
Instance
<diggs:PlanarLayerRepresentation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:layerTopIntersection>{1,1}</diggs:layerTopIntersection>
  <diggs:layerBaseIntersection>{1,1}</diggs:layerBaseIntersection>
  <diggs:representativeSurface>{1,unbounded}</diggs:representativeSurface>
</diggs:PlanarLayerRepresentation>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="PlanarLayerRepresentation" type="diggs:PlanarLayerRepresentationType" substitutionGroup="diggs:AbstractGeometry"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PlanarLayerRepresentationType / diggs:layerTopIntersection
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The location of the top surface of a layer (a volume of earth material)
that intersects a trench wall. Depending on how a trench wall is encoded, there
could be multiple line strings that define this top surface.
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurve 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurvePropertyType
Type diggs:MultiCurvePropertyType
Properties
content: complex
Model diggs:MultiCurve
Children diggs:MultiCurve
Instance
<diggs:layerTopIntersection xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:MultiCurve aggregationType="" axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:MultiCurve>
</diggs:layerTopIntersection>
Source
<element name="layerTopIntersection" type="diggs:MultiCurvePropertyType">
  <annotation>
    <documentation>The location of the top surface of a layer (a volume of earth material) that intersects a trench wall. Depending on how a trench wall is encoded, there could be multiple line strings that define this top surface.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MultiCurve
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 3_2.tmp#AggregationAttributeGroup 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricAggregateType 3_2.tmp#curveMember 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurveType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type diggs:MultiCurveType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:curveMember*
Children gml:curveMember, gml:description
Instance
<diggs:MultiCurve aggregationType="" axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:curveMember xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</gml:curveMember>
</diggs:MultiCurve>
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="MultiCurve" substitutionGroup="diggs:AbstractGeometry" type="diggs:MultiCurveType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PlanarLayerRepresentationType / diggs:layerBaseIntersection
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The location of the basal surface of a layer (a volume of earth
material) that intersects a trench wall. Depending on how a trench wall is encoded,
there could be multiple line strings that define this basal surface.
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurve 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurvePropertyType
Type diggs:MultiCurvePropertyType
Properties
content: complex
Model diggs:MultiCurve
Children diggs:MultiCurve
Instance
<diggs:layerBaseIntersection xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:MultiCurve aggregationType="" axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:MultiCurve>
</diggs:layerBaseIntersection>
Source
<element name="layerBaseIntersection" type="diggs:MultiCurvePropertyType">
  <annotation>
    <documentation>The location of the basal surface of a layer (a volume of earth material) that intersects a trench wall. Depending on how a trench wall is encoded, there could be multiple line strings that define this basal surface.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PlanarLayerRepresentationType / diggs:representativeSurface
Namespace http://schemas.diggsml.com/2.0.a
Annotations
One or more polygons that represent the layer volume in the plane of
the planar sampling feature. This would typically be a ring polygon with curve
members that consist of the layer top intersection, layer bottom intersection, and
two edges that would normally be at the lateral extent of the planar
feature.
Diagram
Diagram 2_0_a.tmp#PlanarSurface 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_SurfacePropertyType
Type diggs:SurfacePropertyType
Properties
content: complex
maxOccurs: unbounded
Model diggs:PlanarSurface
Children diggs:PlanarSurface
Instance
<diggs:representativeSurface xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PlanarSurface axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PlanarSurface>
</diggs:representativeSurface>
Source
<element name="representativeSurface" type="diggs:SurfacePropertyType" maxOccurs="unbounded">
  <annotation>
    <documentation>One or more polygons that represent the layer volume in the plane of the planar sampling feature. This would typically be a ring polygon with curve members that consist of the layer top intersection, layer bottom intersection, and two edges that would normally be at the lateral extent of the planar feature.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:VectorLinearSpatialReferenceSystem
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#DefinitionBaseType 3_2.tmp#remarks 3_2.tmp#DefinitionType 3_2.tmp#IdentifiedObjectType lr.tmp#LinearSRSType_linearElement lr.tmp#LinearSRSType_lrm lr.tmp#LinearSRSType lrov.tmp#VectorOffsetLinearSRSType_offsetVector lrov.tmp#VectorOffsetLinearSRSType 2_0_a.tmp#VectorLinearSpatialReferenceSystemType_linearElementAccuracy 2_0_a.tmp#VectorLinearSpatialReferenceSystemType_linearReferencingMethodAccuracy 2_0_a.tmp#VectorLinearSpatialReferenceSystemType
Type diggs:VectorLinearSpatialReferenceSystemType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier , gml:name* , gml:remarks{0,1} , glr:linearElement , glr:lrm , glrov:offsetVector , diggs:linearElementAccuracy{0,1} , diggs:linearReferencingMethodAccuracy{0,1}
Children diggs:linearElementAccuracy, diggs:linearReferencingMethodAccuracy, glr:linearElement, glr:lrm, glrov:offsetVector, gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:remarks
Instance
<diggs:VectorLinearSpatialReferenceSystem gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:glr="http://www.opengis.net/gml/3.3/lr" xmlns:glrov="http://www.opengis.net/gml/3.3/lrov">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:descriptionReference xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{1,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:remarks>{0,1}</gml:remarks>
  <glr:linearElement xlink:href="" nilReason="" xlink:title="">{1,1}</glr:linearElement>
  <glr:lrm xlink:href="" nilReason="" xlink:title="">{1,1}</glr:lrm>
  <glrov:offsetVector axisLabels="" srsDimension="" srsName="" uomLabels="">{1,1}</glrov:offsetVector>
  <diggs:linearElementAccuracy owns="false">{0,1}</diggs:linearElementAccuracy>
  <diggs:linearReferencingMethodAccuracy owns="false">{0,1}</diggs:linearReferencingMethodAccuracy>
</diggs:VectorLinearSpatialReferenceSystem>
Attributes
QName Type Fixed Default Use Annotation
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="VectorLinearSpatialReferenceSystem" type="diggs:VectorLinearSpatialReferenceSystemType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:VectorLinearSpatialReferenceSystemType / diggs:linearElementAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the linear element referenced by this
reference system.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:linearElementAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:linearElementAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="linearElementAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the linear element referenced by this reference system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:VectorLinearSpatialReferenceSystemType / diggs:linearReferencingMethodAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the location (geometry) elements that
use this linear reference system for their SRS. For example, for depths in a hole,
this property could provide information as to the source and accuracy of depth
values that relate to this reference system.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:linearReferencingMethodAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:linearReferencingMethodAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="linearReferencingMethodAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the location (geometry) elements that use this linear reference system for their SRS. For example, for depths in a hole, this property could provide information as to the source and accuracy of depth values that relate to this reference system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Borehole
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A sampling feature feature that is a deep, narrow excavation made by drilling
or insertion of a probe. Boreholes are constructed typically for the purpose of
investigating subsurface geologic or geotechnical conditions, exploring for water or oil,
for installation of wells or other downhole monitoring installations.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#BoreholeType_totalMeasuredDepth 2_0_a.tmp#BoreholeType_boreholePurpose 2_0_a.tmp#BoreholeType_backfill 2_0_a.tmp#BoreholeType_casings 2_0_a.tmp#BoreholeType_constructionMethods 2_0_a.tmp#BoreholeType_constructionEvents 2_0_a.tmp#BoreholeType_chiselings 2_0_a.tmp#BoreholeType_flushes 2_0_a.tmp#BoreholeType_holeDiameters 2_0_a.tmp#BoreholeType_waterStrikes 2_0_a.tmp#BoreholeType 2_0_a.tmp#AbstractLinearSamplingFeature
Type diggs:BoreholeType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+ , diggs:totalMeasuredDepth{0,1} , diggs:boreholePurpose{0,1} , diggs:backfill{0,1} , diggs:casings{0,1} , diggs:constructionMethods{0,1} , diggs:constructionEvents{0,1} , diggs:chiselings{0,1} , diggs:flushes{0,1} , diggs:holeDiameters{0,1} , diggs:waterStrikes{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:backfill, diggs:boreholePurpose, diggs:casings, diggs:centerLine, diggs:chiselings, diggs:constructionEvents, diggs:constructionMethods, diggs:flushes, diggs:groupRef, diggs:holeDiameters, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, diggs:totalMeasuredDepth, diggs:waterStrikes, gml:description, gml:identifier, gml:name
Instance
<diggs:Borehole gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:centerLine>{1,unbounded}</diggs:centerLine>
  <diggs:linearReferencing>{1,unbounded}</diggs:linearReferencing>
  <diggs:totalMeasuredDepth>{0,1}</diggs:totalMeasuredDepth>
  <diggs:boreholePurpose codeSpace="">{0,1}</diggs:boreholePurpose>
  <diggs:backfill>{0,1}</diggs:backfill>
  <diggs:casings>{0,1}</diggs:casings>
  <diggs:constructionMethods>{0,1}</diggs:constructionMethods>
  <diggs:constructionEvents>{0,1}</diggs:constructionEvents>
  <diggs:chiselings>{0,1}</diggs:chiselings>
  <diggs:flushes>{0,1}</diggs:flushes>
  <diggs:holeDiameters>{0,1}</diggs:holeDiameters>
  <diggs:waterStrikes>{0,1}</diggs:waterStrikes>
</diggs:Borehole>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="Borehole" substitutionGroup="diggs:AbstractLinearSamplingFeature" type="diggs:BoreholeType">
  <annotation>
    <documentation>A sampling feature feature that is a deep, narrow excavation made by drilling or insertion of a probe. Boreholes are constructed typically for the purpose of investigating subsurface geologic or geotechnical conditions, exploring for water or oil, for installation of wells or other downhole monitoring installations.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:totalMeasuredDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The measured depth to the bottom of the hole, measured in a hole's
linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:totalMeasuredDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:totalMeasuredDepth>
Source
<element minOccurs="0" name="totalMeasuredDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>The measured depth to the bottom of the hole, measured in a hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:boreholePurpose
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the purpose for drilling the hole (eg. exploratory
boring, monitoring well, etc.). Intended to come from a controlled
list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="boreholePurpose" type="gml:CodeType">
  <annotation>
    <documentation>A description of the purpose for drilling the hole (eg. exploratory boring, monitoring well, etc.). Intended to come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:backfill
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on construction of the borehole backfill after
drilling.
Diagram
Diagram 2_0_a.tmp#Backfill 2_0_a.tmp#BackfillPropertyType
Type diggs:BackfillPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Backfill{0,1}
Children diggs:Backfill
Instance
<diggs:backfill xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Backfill gml:id="" xml:lang="">{0,1}</diggs:Backfill>
</diggs:backfill>
Source
<element minOccurs="0" name="backfill" type="diggs:BackfillPropertyType">
  <annotation>
    <documentation>Information on construction of the borehole backfill after drilling.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Backfill
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BackfillType_backfillDateTime 2_0_a.tmp#BackfillType_backfillLayers 2_0_a.tmp#BackfillType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:BackfillType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:backfillDateTime{0,1} , diggs:backfillLayers{0,1}
Children diggs:backfillDateTime, diggs:backfillLayers, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Backfill gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:backfillDateTime>{0,1}</diggs:backfillDateTime>
  <diggs:backfillLayers>{0,1}</diggs:backfillLayers>
</diggs:Backfill>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Backfill" substitutionGroup="diggs:AbstractObject" type="diggs:BackfillType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BackfillType / diggs:backfillDateTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The date/time interval over which the entire backfilling operation was
conducted. Date/time intervals can also be specified for the emplacement of
individual backfill layers in the backfillLayers property.
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:backfillDateTime xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:backfillDateTime>
Source
<element minOccurs="0" name="backfillDateTime" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>The date/time interval over which the entire backfilling operation was conducted. Date/time intervals can also be specified for the emplacement of individual backfill layers in the backfillLayers property.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BackfillType / diggs:backfillLayers
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth intervals where backfill is emplaced. The backfill intervals
should not overlap, nor should there be gaps between intervals.
Diagram
Diagram 2_0_a.tmp#BackfillLayer 2_0_a.tmp#BackfillLayerPropertyType
Type diggs:BackfillLayerPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:BackfillLayer*
Children diggs:BackfillLayer
Instance
<diggs:backfillLayers xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:BackfillLayer gml:id="" xml:lang="">{0,unbounded}</diggs:BackfillLayer>
</diggs:backfillLayers>
Source
<element minOccurs="0" name="backfillLayers" type="diggs:BackfillLayerPropertyType">
  <annotation>
    <documentation>The depth intervals where backfill is emplaced. The backfill intervals should not overlap, nor should there be gaps between intervals.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BackfillLayer
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BackfillLayerType_backfillInterval 2_0_a.tmp#BackfillLayerType_whenEmplaced 2_0_a.tmp#BackfillLayerType_backFillMaterial 2_0_a.tmp#BackfillLayerType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:BackfillLayerType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:backfillInterval{0,1} , diggs:whenEmplaced{0,1} , diggs:backFillMaterial{0,1}
Children diggs:backFillMaterial, diggs:backfillInterval, diggs:remarks, diggs:status, diggs:whenEmplaced, gml:description
Instance
<diggs:BackfillLayer gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:backfillInterval>{0,1}</diggs:backfillInterval>
  <diggs:whenEmplaced>{0,1}</diggs:whenEmplaced>
  <diggs:backFillMaterial codeSpace="">{0,1}</diggs:backFillMaterial>
</diggs:BackfillLayer>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="BackfillLayer" substitutionGroup="diggs:AbstractObject" type="diggs:BackfillLayerType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BackfillLayerType / diggs:backfillInterval
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth interval in the borehole (measured in a linear reference
system), where the backfill material was emplaced. If omitted, it is assumed that
the backfill information pertains to the entire length of the hole
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:backfillInterval xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:backfillInterval>
Source
<element minOccurs="0" name="backfillInterval" type="diggs:LinearExtentPropertyType">
  <annotation>
    <documentation>The depth interval in the borehole (measured in a linear reference system), where the backfill material was emplaced. If omitted, it is assumed that the backfill information pertains to the entire length of the hole</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BackfillLayerType / diggs:whenEmplaced
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Indicates the date/time during which the backfill was emplaced in this
depth interval.
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:whenEmplaced xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:whenEmplaced>
Source
<element minOccurs="0" name="whenEmplaced" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>Indicates the date/time during which the backfill was emplaced in this depth interval.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BackfillLayerType / diggs:backFillMaterial
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The type of material used as backfill (eg. bentonite, cuttings, sand,
etc.). Intended to come from a controlled list assigned to an
authority.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="backFillMaterial" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>The type of material used as backfill (eg. bentonite, cuttings, sand, etc.). Intended to come from a controlled list assigned to an authority.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:casings
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on the borehole casing installed while
drilling.
Diagram
Diagram 2_0_a.tmp#Casing 2_0_a.tmp#CasingPropertyType
Type diggs:CasingPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Casing*
Children diggs:Casing
Instance
<diggs:casings xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Casing gml:id="" xml:lang="">{0,unbounded}</diggs:Casing>
</diggs:casings>
Source
<element minOccurs="0" name="casings" type="diggs:CasingPropertyType">
  <annotation>
    <documentation>Information on the borehole casing installed while drilling.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Casing
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#CasingType_casingLocation 2_0_a.tmp#CasingType_casingOutsideDiameter 2_0_a.tmp#CasingType_casingInsideDiameter 2_0_a.tmp#CasingType_casingWallThickness 2_0_a.tmp#CasingType_casingMaterial 2_0_a.tmp#CasingType
Type diggs:CasingType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:casingLocation{0,1} , diggs:casingOutsideDiameter{0,1} , diggs:casingInsideDiameter{0,1} , diggs:casingWallThickness{0,1} , diggs:casingMaterial{0,1}
Children diggs:casingInsideDiameter, diggs:casingLocation, diggs:casingMaterial, diggs:casingOutsideDiameter, diggs:casingWallThickness, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Casing gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:casingLocation>{0,1}</diggs:casingLocation>
  <diggs:casingOutsideDiameter uom="">{0,1}</diggs:casingOutsideDiameter>
  <diggs:casingInsideDiameter uom="">{0,1}</diggs:casingInsideDiameter>
  <diggs:casingWallThickness uom="">{0,1}</diggs:casingWallThickness>
  <diggs:casingMaterial codeSpace="">{0,1}</diggs:casingMaterial>
</diggs:Casing>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Casing" type="diggs:CasingType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CasingType / diggs:casingLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth interval in which casing is installed. Recorded in a linear
reference system for the hole/well. If omitted, it is assumed that the casing
information pertains to the entire length of the borehole or well.
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:casingLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:casingLocation>
Source
<element minOccurs="0" name="casingLocation" type="diggs:LinearExtentPropertyType">
  <annotation>
    <documentation>The depth interval in which casing is installed. Recorded in a linear reference system for the hole/well. If omitted, it is assumed that the casing information pertains to the entire length of the borehole or well.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CasingType / diggs:casingOutsideDiameter
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="casingOutsideDiameter" type="witsml:lengthMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CasingType / diggs:casingInsideDiameter
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="casingInsideDiameter" type="witsml:lengthMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CasingType / diggs:casingWallThickness
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="casingWallThickness" type="witsml:lengthMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:CasingType / diggs:casingMaterial
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="casingMaterial" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:constructionMethods
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information regarding construction of the hole over different depth
intervals
Diagram
Diagram 2_0_a.tmp#ConstructionMethod 2_0_a.tmp#ConstructionMethodPropertyType
Type diggs:ConstructionMethodPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ConstructionMethod*
Children diggs:ConstructionMethod
Instance
<diggs:constructionMethods xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ConstructionMethod gml:id="" xml:lang="">{0,unbounded}</diggs:ConstructionMethod>
</diggs:constructionMethods>
Source
<element minOccurs="0" name="constructionMethods" type="diggs:ConstructionMethodPropertyType">
  <annotation>
    <documentation>Information regarding construction of the hole over different depth intervals</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstructionMethod
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ConstructionMethodType_methodLocation 2_0_a.tmp#ConstructionMethodType_procedureRef 2_0_a.tmp#ConstructionMethodType_procedure 2_0_a.tmp#ConstructionMethodType_equipmentUsedRef 2_0_a.tmp#ConstructionMethodType_equipmentUsed 2_0_a.tmp#ConstructionMethodType
Type diggs:ConstructionMethodType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:methodLocation{0,1} , (diggs:procedureRef | diggs:procedure) , (diggs:equipmentUsedRef | diggs:equipmentUsed)
Children diggs:equipmentUsed, diggs:equipmentUsedRef, diggs:methodLocation, diggs:procedure, diggs:procedureRef, diggs:remarks, diggs:status, gml:description
Instance
<diggs:ConstructionMethod gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:methodLocation>{0,1}</diggs:methodLocation>
  <diggs:procedureRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:procedureRef>
  <diggs:procedure codeSpace="">{1,1}</diggs:procedure>
  <diggs:equipmentUsedRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentUsedRef>
  <diggs:equipmentUsed codeSpace="">{1,1}</diggs:equipmentUsed>
</diggs:ConstructionMethod>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="ConstructionMethod" type="diggs:ConstructionMethodType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstructionMethodType / diggs:methodLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The location within the sampling feature that corresponds to the
particular construction method being referenced here. If omitted, it is assumed that
the procedures specified apply to the entire extent of the sampling
feature
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#LocationPropertyType
Type diggs:LocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Instance
<diggs:methodLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:methodLocation>
Source
<element minOccurs="0" name="methodLocation" type="diggs:LocationPropertyType">
  <annotation>
    <documentation>The location within the sampling feature that corresponds to the particular construction method being referenced here. If omitted, it is assumed that the procedures specified apply to the entire extent of the sampling feature</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstructionMethodType / diggs:procedureRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="procedureRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <appinfo source="urn:x-gml:targetElement">diggs:Specification</appinfo>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstructionMethodType / diggs:procedure
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="procedure" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstructionMethodType / diggs:equipmentUsedRef
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property element that supports a value by reference only. The
target value is indicated in the appinfo element.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup 2_0_a.tmp#MetadataReferenceType
Type diggs:MetadataReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 1
maxOccurs: 1
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="equipmentUsedRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
  <annotation>
    <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
    <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ConstructionMethodType / diggs:equipmentUsed
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="equipmentUsed" type="gml:CodeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:constructionEvents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on borehole construction events with time.
Diagram
Diagram 2_0_a.tmp#BoreholeEvent 2_0_a.tmp#BoreholeEventPropertyType
Type diggs:BoreholeEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:BoreholeEvent*
Children diggs:BoreholeEvent
Instance
<diggs:constructionEvents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:BoreholeEvent gml:id="" xml:lang="">{0,unbounded}</diggs:BoreholeEvent>
</diggs:constructionEvents>
Source
<element minOccurs="0" name="constructionEvents" type="diggs:BoreholeEventPropertyType">
  <annotation>
    <documentation>Information on borehole construction events with time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeEvent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType 2_0_a.tmp#BoreholeEventType_casingDepth 2_0_a.tmp#BoreholeEventType_holeDepth 2_0_a.tmp#BoreholeEventType_waterDepth 2_0_a.tmp#BoreholeEventType_holeStability 2_0_a.tmp#BoreholeEventType 2_0_a.tmp#AbstractEvent
Type diggs:BoreholeEventType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded* , diggs:casingDepth{0,1} , diggs:holeDepth{0,1} , diggs:waterDepth{0,1} , diggs:holeStability{0,1}
Children diggs:casingDepth, diggs:dateTime, diggs:holeDepth, diggs:holeStability, diggs:infoRecorded, diggs:remarks, diggs:status, diggs:waterDepth, gml:description
Instance
<diggs:BoreholeEvent gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:dateTime>{0,1}</diggs:dateTime>
  <diggs:infoRecorded>{0,unbounded}</diggs:infoRecorded>
  <diggs:casingDepth>{0,1}</diggs:casingDepth>
  <diggs:holeDepth>{0,1}</diggs:holeDepth>
  <diggs:waterDepth>{0,1}</diggs:waterDepth>
  <diggs:holeStability xml:lang="">{0,1}</diggs:holeStability>
</diggs:BoreholeEvent>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="BoreholeEvent" type="diggs:BoreholeEventType" substitutionGroup="diggs:AbstractEvent"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeEventType / diggs:casingDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured Depth to Base of Casing installed at this event time, in the
hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:casingDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:casingDepth>
Source
<element minOccurs="0" name="casingDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured Depth to Base of Casing installed at this event time, in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeEventType / diggs:holeDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured Depth to Base of Hole at this event time, reported in the
hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:holeDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:holeDepth>
Source
<element minOccurs="0" name="holeDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured Depth to Base of Hole at this event time, reported in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeEventType / diggs:waterDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Depth to Water Surface as measured as measured at this event time,
recorded in the hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:waterDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:waterDepth>
Source
<element minOccurs="0" name="waterDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Depth to Water Surface as measured as measured at this event time, recorded in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeEventType / diggs:holeStability
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Uncontrolled string describing stability conditions of the hole at this
point in time.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="holeStability" type="diggs:DiggsStringType">
  <annotation>
    <documentation>Uncontrolled string describing stability conditions of the hole at this point in time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:chiselings
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on chiseling activity in a hole
Diagram
Diagram 2_0_a.tmp#Chiseling 2_0_a.tmp#ChiselingPropertyType
Type diggs:ChiselingPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Chiseling*
Children diggs:Chiseling
Instance
<diggs:chiselings xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Chiseling gml:id="" xml:lang="">{0,unbounded}</diggs:Chiseling>
</diggs:chiselings>
Source
<element minOccurs="0" name="chiselings" type="diggs:ChiselingPropertyType">
  <annotation>
    <documentation>Information on chiseling activity in a hole</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Chiseling
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ChiselingType_chiselingLocation 2_0_a.tmp#ChiselingType_timeTaken 2_0_a.tmp#ChiselingType_chiselingToolUsed 2_0_a.tmp#ChiselingType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:ChiselingType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:chiselingLocation , diggs:timeTaken{0,1} , diggs:chiselingToolUsed{0,1}
Children diggs:chiselingLocation, diggs:chiselingToolUsed, diggs:remarks, diggs:status, diggs:timeTaken, gml:description
Instance
<diggs:Chiseling gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:chiselingLocation>{1,1}</diggs:chiselingLocation>
  <diggs:timeTaken uom="">{0,1}</diggs:timeTaken>
  <diggs:chiselingToolUsed codeSpace="">{0,1}</diggs:chiselingToolUsed>
</diggs:Chiseling>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Chiseling" substitutionGroup="diggs:AbstractObject" type="diggs:ChiselingType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChiselingType / diggs:chiselingLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The measured depth interval over which the chiseling takes place,
recorded in the hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:chiselingLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:chiselingLocation>
Source
<element name="chiselingLocation" type="diggs:LinearExtentPropertyType">
  <annotation>
    <documentation>The measured depth interval over which the chiseling takes place, recorded in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChiselingType / diggs:timeTaken
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The amount of time taken to perform the chiseling task.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#timeMeasure_uom 131.tmp#timeMeasure
Type witsml:timeMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:timeUom required
Source
<element minOccurs="0" name="timeTaken" type="witsml:timeMeasure">
  <annotation>
    <documentation>The amount of time taken to perform the chiseling task.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ChiselingType / diggs:chiselingToolUsed
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Tool used to perform the chiseling. Intended to come from a controlled
list. NOTE: This is currently a code type, but could also be typed as a
gml:ReferenceType to reference an Equipment metadata object.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="chiselingToolUsed" type="gml:CodeType">
  <annotation>
    <documentation>Tool used to perform the chiseling. Intended to come from a controlled list. NOTE: This is currently a code type, but could also be typed as a gml:ReferenceType to reference an Equipment metadata object.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:flushes
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information about events when the borehole is flushed with
fluid.
Diagram
Diagram 2_0_a.tmp#Flush 2_0_a.tmp#FlushPropertyType
Type diggs:FlushPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Flush*
Children diggs:Flush
Instance
<diggs:flushes xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Flush gml:id="" xml:lang="">{0,unbounded}</diggs:Flush>
</diggs:flushes>
Source
<element minOccurs="0" name="flushes" type="diggs:FlushPropertyType">
  <annotation>
    <documentation>Information about events when the borehole is flushed with fluid.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Flush
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#FlushType_flushZoneLocation 2_0_a.tmp#FlushType_fluidType 2_0_a.tmp#FlushType_flushReturn 2_0_a.tmp#FlushType_flushColor 2_0_a.tmp#FlushType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:FlushType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:flushZoneLocation{0,1} , diggs:fluidType{0,1} , diggs:flushReturn{0,1} , diggs:flushColor{0,1}
Children diggs:fluidType, diggs:flushColor, diggs:flushReturn, diggs:flushZoneLocation, diggs:remarks, diggs:status, gml:description
Instance
<diggs:Flush gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:flushZoneLocation>{0,1}</diggs:flushZoneLocation>
  <diggs:fluidType codeSpace="">{0,1}</diggs:fluidType>
  <diggs:flushReturn uom="">{0,1}</diggs:flushReturn>
  <diggs:flushColor xml:lang="">{0,1}</diggs:flushColor>
</diggs:Flush>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Flush" substitutionGroup="diggs:AbstractObject" type="diggs:FlushType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FlushType / diggs:flushZoneLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth interval of the flush zone, measured in a linear reference
system. If omitted, it is to be assumed that the flushing activity pertains to the
entire hole length.
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:flushZoneLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:flushZoneLocation>
Source
<element name="flushZoneLocation" type="diggs:LinearExtentPropertyType" minOccurs="0">
  <annotation>
    <documentation>The depth interval of the flush zone, measured in a linear reference system. If omitted, it is to be assumed that the flushing activity pertains to the entire hole length.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FlushType / diggs:fluidType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Type of fluid used for flushing. Intended to derive from a controlled
list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="fluidType" type="gml:CodeType">
  <annotation>
    <documentation>Type of fluid used for flushing. Intended to derive from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FlushType / diggs:flushReturn
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Percentage of fluid that returns from the hole following
flushing.
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom 2_0_a.tmp#Val0-100MeasureType
Type diggs:Val0-100MeasureType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<element minOccurs="0" name="flushReturn" type="diggs:Val0-100MeasureType">
  <annotation>
    <documentation>Percentage of fluid that returns from the hole following flushing.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:FlushType / diggs:flushColor
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Color of the flush return; an uncontrolled string.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="flushColor" type="diggs:DiggsStringType">
  <annotation>
    <documentation>Color of the flush return; an uncontrolled string.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:holeDiameters
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on the borehole diameter with depth
Diagram
Diagram 2_0_a.tmp#BoreholeDiameter 2_0_a.tmp#BoreholeDiameterPropertyType
Type diggs:BoreholeDiameterPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:BoreholeDiameter
Children diggs:BoreholeDiameter
Instance
<diggs:holeDiameters xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:BoreholeDiameter gml:id="" xml:lang="">{1,1}</diggs:BoreholeDiameter>
</diggs:holeDiameters>
Source
<element minOccurs="0" name="holeDiameters" type="diggs:BoreholeDiameterPropertyType">
  <annotation>
    <documentation>Information on the borehole diameter with depth</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeDiameter
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BoreholeDiameterType_diameterLocation 2_0_a.tmp#BoreholeDiameterType_diameter 2_0_a.tmp#BoreholeDiameterType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:BoreholeDiameterType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:diameterLocation* , diggs:diameter
Children diggs:diameter, diggs:diameterLocation, diggs:remarks, diggs:status, gml:description
Instance
<diggs:BoreholeDiameter gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:diameterLocation>{0,unbounded}</diggs:diameterLocation>
  <diggs:diameter uom="">{1,1}</diggs:diameter>
</diggs:BoreholeDiameter>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="BoreholeDiameter" substitutionGroup="diggs:AbstractObject" type="diggs:BoreholeDiameterType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeDiameterType / diggs:diameterLocation
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth interval in the hole that pertains to the diameter reported,
measured in a linear referencing system. If omitted, it is assumed that the diameter
reported pertains to the entire length of the hole
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:diameterLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:diameterLocation>
Source
<element name="diameterLocation" type="diggs:LinearExtentPropertyType" maxOccurs="unbounded" minOccurs="0">
  <annotation>
    <documentation>The depth interval in the hole that pertains to the diameter reported, measured in a linear referencing system. If omitted, it is assumed that the diameter reported pertains to the entire length of the hole</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeDiameterType / diggs:diameter
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The diameter of the borehole over the depth interval
reported.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element name="diameter" type="witsml:lengthMeasure">
  <annotation>
    <documentation>The diameter of the borehole over the depth interval reported.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:BoreholeType / diggs:waterStrikes
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on when ground water is struck during drilling of the
hole.
Diagram
Diagram 2_0_a.tmp#WaterStrike 2_0_a.tmp#WaterStrikePropertyType
Type diggs:WaterStrikePropertyType
Properties
content: complex
minOccurs: 0
Model diggs:WaterStrike*
Children diggs:WaterStrike
Instance
<diggs:waterStrikes xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:WaterStrike gml:id="" xml:lang="">{0,unbounded}</diggs:WaterStrike>
</diggs:waterStrikes>
Source
<element minOccurs="0" name="waterStrikes" type="diggs:WaterStrikePropertyType">
  <annotation>
    <documentation>Information on when ground water is struck during drilling of the hole.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WaterStrike
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#WaterStrikeType_dateTime 2_0_a.tmp#WaterStrikeType_casingDepth 2_0_a.tmp#WaterStrikeType_waterStrikeDepth 2_0_a.tmp#WaterStrikeType_postStrikeReadings 2_0_a.tmp#WaterStrikeType_sealDepth 2_0_a.tmp#WaterStrikeType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:WaterStrikeType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime , diggs:casingDepth{0,1} , diggs:waterStrikeDepth , diggs:postStrikeReadings* , diggs:sealDepth{0,1}
Children diggs:casingDepth, diggs:dateTime, diggs:postStrikeReadings, diggs:remarks, diggs:sealDepth, diggs:status, diggs:waterStrikeDepth, gml:description
Instance
<diggs:WaterStrike gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:dateTime>{1,1}</diggs:dateTime>
  <diggs:casingDepth>{0,1}</diggs:casingDepth>
  <diggs:waterStrikeDepth>{1,1}</diggs:waterStrikeDepth>
  <diggs:postStrikeReadings>{0,unbounded}</diggs:postStrikeReadings>
  <diggs:sealDepth>{0,1}</diggs:sealDepth>
</diggs:WaterStrike>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="WaterStrike" substitutionGroup="diggs:AbstractObject" type="diggs:WaterStrikeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WaterStrikeType / diggs:dateTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
DateTime that water strike occurred.
Diagram
Diagram 2_0_a.tmp#UnifiedDateTimeType
Type diggs:UnifiedDateTimeType
Properties
content: simple
Source
<element name="dateTime" type="diggs:UnifiedDateTimeType">
  <annotation>
    <documentation>
      <![CDATA[DateTime that water strike occurred.]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WaterStrikeType / diggs:casingDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured depth to base of casing at time water strike occurred;
measured in borehole linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:casingDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:casingDepth>
Source
<element minOccurs="0" name="casingDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured depth to base of casing at time water strike occurred; measured in borehole linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WaterStrikeType / diggs:waterStrikeDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured depth to water level at time of strike;; measured in borehole
linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:waterStrikeDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:waterStrikeDepth>
Source
<element name="waterStrikeDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured depth to water level at time of strike;; measured in borehole linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WaterStrikeType / diggs:postStrikeReadings
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A series of water level readings that occur at times following the
initial water strike
Diagram
Diagram 2_0_a.tmp#PostStrikeReading 2_0_a.tmp#PostStrikeReadingPropertyType
Type diggs:PostStrikeReadingPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model diggs:PostStrikeReading
Children diggs:PostStrikeReading
Instance
<diggs:postStrikeReadings xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PostStrikeReading gml:id="" xml:lang="">{1,1}</diggs:PostStrikeReading>
</diggs:postStrikeReadings>
Source
<element maxOccurs="unbounded" minOccurs="0" name="postStrikeReadings" type="diggs:PostStrikeReadingPropertyType">
  <annotation>
    <documentation>A series of water level readings that occur at times following the initial water strike</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PostStrikeReading
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#PostStrikeReadingType_timeFollowingStrike 2_0_a.tmp#PostStrikeReadingType_waterDepth 2_0_a.tmp#PostStrikeReadingType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:PostStrikeReadingType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:timeFollowingStrike , diggs:waterDepth
Children diggs:remarks, diggs:status, diggs:timeFollowingStrike, diggs:waterDepth, gml:description
Instance
<diggs:PostStrikeReading gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:timeFollowingStrike uom="">{1,1}</diggs:timeFollowingStrike>
  <diggs:waterDepth>{1,1}</diggs:waterDepth>
</diggs:PostStrikeReading>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="PostStrikeReading" substitutionGroup="diggs:AbstractObject" type="diggs:PostStrikeReadingType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PostStrikeReadingType / diggs:timeFollowingStrike
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The time following initial water strike when water level is again measured
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#timeMeasure_uom 131.tmp#timeMeasure
Type witsml:timeMeasure
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom witsml:timeUom required
Source
<element name="timeFollowingStrike" type="witsml:timeMeasure">
  <annotation>
    <documentation>
      <![CDATA[The time following initial water strike when water level is again measured]]>
    </documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PostStrikeReadingType / diggs:waterDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The measure depth to water; measured in a hole's linear referencing
system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:waterDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:waterDepth>
Source
<element name="waterDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>The measure depth to water; measured in a hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WaterStrikeType / diggs:sealDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Depth at which water strike is sealed by casing; measured in borehole
linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:sealDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:sealDepth>
Source
<element minOccurs="0" name="sealDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Depth at which water strike is sealed by casing; measured in borehole linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPit
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A relatively shallow excavation into the earth's surface, dug either manually
or by a mechanical excavator. Samples,observations and tests in the trial pit are referenced
in a linear referencing system only (1D). This is a legacy sampling feature to support AGS
trial pit constructs. The trench wall sampling feature should be used to represent more
detail on walls of pits or trenches in 2D.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#TrialPitType_totalMeasuredDepth 2_0_a.tmp#TrialPitType_pitLength 2_0_a.tmp#TrialPitType_pitWidth 2_0_a.tmp#TrialPitType_shoring 2_0_a.tmp#TrialPitType_trialPitPurpose 2_0_a.tmp#TrialPitType_backfill 2_0_a.tmp#TrialPitType_constructionMethods 2_0_a.tmp#TrialPitType_constructionEvents 2_0_a.tmp#TrialPitType 2_0_a.tmp#AbstractLinearSamplingFeature
Type diggs:TrialPitType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+ , diggs:totalMeasuredDepth , diggs:pitLength{0,1} , diggs:pitWidth{0,1} , diggs:shoring{0,1} , diggs:trialPitPurpose{0,1} , diggs:backfill{0,1} , diggs:constructionMethods{0,1} , diggs:constructionEvents{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:backfill, diggs:centerLine, diggs:constructionEvents, diggs:constructionMethods, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:pitLength, diggs:pitWidth, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:shoring, diggs:status, diggs:totalMeasuredDepth, diggs:trialPitPurpose, gml:description, gml:identifier, gml:name
Instance
<diggs:TrialPit gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:centerLine>{1,unbounded}</diggs:centerLine>
  <diggs:linearReferencing>{1,unbounded}</diggs:linearReferencing>
  <diggs:totalMeasuredDepth>{1,1}</diggs:totalMeasuredDepth>
  <diggs:pitLength uom="">{0,1}</diggs:pitLength>
  <diggs:pitWidth uom="">{0,1}</diggs:pitWidth>
  <diggs:shoring xml:lang="">{0,1}</diggs:shoring>
  <diggs:trialPitPurpose codeSpace="">{0,1}</diggs:trialPitPurpose>
  <diggs:backfill>{0,1}</diggs:backfill>
  <diggs:constructionMethods>{0,1}</diggs:constructionMethods>
  <diggs:constructionEvents>{0,1}</diggs:constructionEvents>
</diggs:TrialPit>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="TrialPit" substitutionGroup="diggs:AbstractLinearSamplingFeature" type="diggs:TrialPitType">
  <annotation>
    <documentation>A relatively shallow excavation into the earth's surface, dug either manually or by a mechanical excavator. Samples,observations and tests in the trial pit are referenced in a linear referencing system only (1D). This is a legacy sampling feature to support AGS trial pit constructs. The trench wall sampling feature should be used to represent more detail on walls of pits or trenches in 2D.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:totalMeasuredDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The maximum depth of the pit, referenced to a linear reference
system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:totalMeasuredDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:totalMeasuredDepth>
Source
<element name="totalMeasuredDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>The maximum depth of the pit, referenced to a linear reference system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:pitLength
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The length of the long horizontal dimension of the pit.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element name="pitLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The length of the long horizontal dimension of the pit.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:pitWidth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The length of the short horizontal dimension of the
pit.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element name="pitWidth" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The length of the short horizontal dimension of the pit.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:shoring
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of shoring equipment and method.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="shoring" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Description of shoring equipment and method.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:trialPitPurpose
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the purpose for excavating the pit (eg. exploratory).
Intended to come from a controlled list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="trialPitPurpose" type="gml:CodeType">
  <annotation>
    <documentation>A description of the purpose for excavating the pit (eg. exploratory). Intended to come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:backfill
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on construction of the trial pit backfill.
Diagram
Diagram 2_0_a.tmp#Backfill 2_0_a.tmp#BackfillPropertyType
Type diggs:BackfillPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Backfill{0,1}
Children diggs:Backfill
Instance
<diggs:backfill xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Backfill gml:id="" xml:lang="">{0,1}</diggs:Backfill>
</diggs:backfill>
Source
<element minOccurs="0" name="backfill" type="diggs:BackfillPropertyType">
  <annotation>
    <documentation>Information on construction of the trial pit backfill.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:constructionMethods
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information regarding construction of the pit over different depth
intervals
Diagram
Diagram 2_0_a.tmp#ConstructionMethod 2_0_a.tmp#ConstructionMethodPropertyType
Type diggs:ConstructionMethodPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ConstructionMethod*
Children diggs:ConstructionMethod
Instance
<diggs:constructionMethods xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ConstructionMethod gml:id="" xml:lang="">{0,unbounded}</diggs:ConstructionMethod>
</diggs:constructionMethods>
Source
<element minOccurs="0" name="constructionMethods" type="diggs:ConstructionMethodPropertyType">
  <annotation>
    <documentation>Information regarding construction of the pit over different depth intervals</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitType / diggs:constructionEvents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on construction of the trial pit with time
Diagram
Diagram 2_0_a.tmp#TrialPitEvent 2_0_a.tmp#TrialPitEventPropertyType
Type diggs:TrialPitEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TrialPitEvent*
Children diggs:TrialPitEvent
Instance
<diggs:constructionEvents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TrialPitEvent gml:id="" xml:lang="">{0,unbounded}</diggs:TrialPitEvent>
</diggs:constructionEvents>
Source
<element minOccurs="0" name="constructionEvents" type="diggs:TrialPitEventPropertyType">
  <annotation>
    <documentation>Information on construction of the trial pit with time</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitEvent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType 2_0_a.tmp#TrialPitEventType_depth 2_0_a.tmp#TrialPitEventType_length 2_0_a.tmp#TrialPitEventType_width 2_0_a.tmp#TrialPitEventType_stability 2_0_a.tmp#TrialPitEventType 2_0_a.tmp#AbstractEvent
Type diggs:TrialPitEventType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded* , diggs:depth{0,1} , diggs:length{0,1} , diggs:width{0,1} , diggs:stability{0,1}
Children diggs:dateTime, diggs:depth, diggs:infoRecorded, diggs:length, diggs:remarks, diggs:stability, diggs:status, diggs:width, gml:description
Instance
<diggs:TrialPitEvent gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:dateTime>{0,1}</diggs:dateTime>
  <diggs:infoRecorded>{0,unbounded}</diggs:infoRecorded>
  <diggs:depth>{0,1}</diggs:depth>
  <diggs:length uom="">{0,1}</diggs:length>
  <diggs:width uom="">{0,1}</diggs:width>
  <diggs:stability xml:lang="">{0,1}</diggs:stability>
</diggs:TrialPitEvent>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="TrialPitEvent" substitutionGroup="diggs:AbstractEvent" type="diggs:TrialPitEventType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitEventType / diggs:depth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured Depth to base of the pit or trench at this event time,
reported in the pit's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:depth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:depth>
Source
<element minOccurs="0" name="depth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured Depth to base of the pit or trench at this event time, reported in the pit's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitEventType / diggs:length
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The horizontal length of the long dimension of the pit or trench at
this event time.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="length" type="witsml:lengthMeasure">
  <annotation>
    <documentation>The horizontal length of the long dimension of the pit or trench at this event time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitEventType / diggs:width
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The horizontal length of the short dimension of the pit or trench at
this event time.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="width" type="witsml:lengthMeasure">
  <annotation>
    <documentation>The horizontal length of the short dimension of the pit or trench at this event time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrialPitEventType / diggs:stability
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Uncontrolled string describing stability conditions of the pit or
trench at this point in time.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="stability" type="diggs:DiggsStringType">
  <annotation>
    <documentation>Uncontrolled string describing stability conditions of the pit or trench at this point in time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractBoreholeInsituTest
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Contains properties about the progress of insitu tests conducted in
boreholes.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractInsituTestType_testEvents 2_0_a.tmp#AbstractInsituTestType 2_0_a.tmp#AbstractBoreholeInsituTestType_casingDepth 2_0_a.tmp#AbstractBoreholeInsituTestType_holeDepth 2_0_a.tmp#AbstractBoreholeInsituTestType_waterDepth 2_0_a.tmp#AbstractBoreholeInsituTestType_holeStability 2_0_a.tmp#AbstractBoreholeInsituTestType_testConditions 2_0_a.tmp#AbstractBoreholeInsituTestType 2_0_a.tmp#AbstractInsituTest
Type diggs:AbstractBoreholeInsituTestType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification) , diggs:testEvents{0,1} , diggs:casingDepth{0,1} , diggs:holeDepth{0,1} , diggs:waterDepth{0,1} , diggs:holeStability{0,1} , diggs:testConditions{0,1}
Children diggs:casingDepth, diggs:equipment, diggs:equipmentRef, diggs:holeDepth, diggs:holeStability, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, diggs:testConditions, diggs:testEvents, diggs:waterDepth, gml:description
Instance
<diggs:AbstractBoreholeInsituTest gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:equipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentRef>
  <diggs:equipment codeSpace="">{1,1}</diggs:equipment>
  <diggs:specificationRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:specificationRef>
  <diggs:specification codeSpace="">{1,1}</diggs:specification>
  <diggs:testEvents>{0,1}</diggs:testEvents>
  <diggs:casingDepth>{0,1}</diggs:casingDepth>
  <diggs:holeDepth>{0,1}</diggs:holeDepth>
  <diggs:waterDepth>{0,1}</diggs:waterDepth>
  <diggs:holeStability xml:lang="">{0,1}</diggs:holeStability>
  <diggs:testConditions>{0,1}</diggs:testConditions>
</diggs:AbstractBoreholeInsituTest>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractBoreholeInsituTest" substitutionGroup="diggs:AbstractInsituTest" type="diggs:AbstractBoreholeInsituTestType" abstract="true">
  <annotation>
    <documentation>Contains properties about the progress of insitu tests conducted in boreholes.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractBoreholeInsituTestType / diggs:casingDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured Depth to Base of Casing installed at this event time, in the
hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:casingDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:casingDepth>
Source
<element minOccurs="0" name="casingDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured Depth to Base of Casing installed at this event time, in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractBoreholeInsituTestType / diggs:holeDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Measured Depth to Base of Hole at this event time, reported in the
hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:holeDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:holeDepth>
Source
<element minOccurs="0" name="holeDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Measured Depth to Base of Hole at this event time, reported in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractBoreholeInsituTestType / diggs:waterDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Depth to Water Surface as measured at this event time, recorded in the
hole's linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:waterDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:waterDepth>
Source
<element minOccurs="0" name="waterDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Depth to Water Surface as measured at this event time, recorded in the hole's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractBoreholeInsituTestType / diggs:holeStability
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Uncontrolled string describing stability conditions of the hole at this
point in time.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="holeStability" type="diggs:DiggsStringType">
  <annotation>
    <documentation>Uncontrolled string describing stability conditions of the hole at this point in time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractBoreholeInsituTestType / diggs:testConditions
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#BoreholeEvent 2_0_a.tmp#BoreholeEventPropertyType
Type diggs:BoreholeEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:BoreholeEvent*
Children diggs:BoreholeEvent
Instance
<diggs:testConditions xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:BoreholeEvent gml:id="" xml:lang="">{0,unbounded}</diggs:BoreholeEvent>
</diggs:testConditions>
Source
<element minOccurs="0" name="testConditions" type="diggs:BoreholeEventPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeature
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referenceEdge 2_0_a.tmp#AbstractPlanarSamplingFeatureType_featureExtent 2_0_a.tmp#AbstractPlanarSamplingFeatureType_relativeFeatureBoundary 2_0_a.tmp#AbstractPlanarSamplingFeatureType_planarReferencing 2_0_a.tmp#AbstractPlanarSamplingFeatureType 2_0_a.tmp#Face 2_0_a.tmp#TrenchWall 2_0_a.tmp#AbstractSamplingFeature
Type diggs:AbstractPlanarSamplingFeatureType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:referenceEdge , diggs:featureExtent{0,1} , diggs:relativeFeatureBoundary{0,1} , diggs:planarReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:featureExtent, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:planarReferencing, diggs:projectRef, diggs:referenceEdge, diggs:referencePoint, diggs:referencePointAccuracy, diggs:relativeFeatureBoundary, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractPlanarSamplingFeature gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:referenceEdge>{1,1}</diggs:referenceEdge>
  <diggs:featureExtent xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:featureExtent>
  <diggs:relativeFeatureBoundary xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relativeFeatureBoundary>
  <diggs:planarReferencing>{1,unbounded}</diggs:planarReferencing>
</diggs:AbstractPlanarSamplingFeature>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractPlanarSamplingFeature" type="diggs:AbstractPlanarSamplingFeatureType" substitutionGroup="diggs:AbstractSamplingFeature" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeatureType / diggs:referencePoint
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 1
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:referencePoint xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:referencePoint>
Source
<element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeatureType / diggs:referencePointAccuracy
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides accuracy information for the referencePoint. Accuracy for the
featurePerimeter coordinates are specified in the planarElementAccuracy property of
the PlanarSpatialReferenceSystem.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy 2_0_a.tmp#LocationAccuracyPropertyType
Type diggs:LocationAccuracyPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Instance
<diggs:referencePointAccuracy owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LocationAccuracy>{1,1}</diggs:LocationAccuracy>
</diggs:referencePointAccuracy>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element minOccurs="0" name="referencePointAccuracy" type="diggs:LocationAccuracyPropertyType">
  <annotation>
    <documentation>Provides accuracy information for the referencePoint. Accuracy for the featurePerimeter coordinates are specified in the planarElementAccuracy property of the PlanarSpatialReferenceSystem.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeatureType / diggs:referenceEdge
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 1
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:referenceEdge xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:referenceEdge>
Source
<element name="referenceEdge" type="diggs:LinearExtentPropertyType" minOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeatureType / diggs:featureExtent
Namespace http://schemas.diggsml.com/2.0.a
Annotations
This element defines the polygon extent of the planar feature using a
absolute CRS. This element should be used for visual representations using mapping
software that does not support planar referencing.
Diagram
Diagram 3_2.tmp#AssociationAttributeGroup 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractSurface 3_2.tmp#SurfacePropertyType
Type gml:SurfacePropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model gml:AbstractSurface
Children gml:AbstractSurface
Instance
<diggs:featureExtent xlink:href="" nilReason="" owns="false" xlink:title="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractSurface axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:AbstractSurface>
</diggs:featureExtent>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="featureExtent" type="gml:SurfacePropertyType" maxOccurs="1" minOccurs="0">
  <annotation>
    <documentation>This element defines the polygon extent of the planar feature using a absolute CRS. This element should be used for visual representations using mapping software that does not support planar referencing.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeatureType / diggs:relativeFeatureBoundary
Namespace http://schemas.diggsml.com/2.0.a
Annotations
This element defines the polygon extent of the planar feature using a
relative planar referencing system (must use planarReferencing property contents).
This element should be used for software that can handle planar referencing (e.g.
LinearSpatialReferenceSystem in GML 3.3)
Diagram
Diagram 3_2.tmp#AssociationAttributeGroup 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractSurface 3_2.tmp#SurfacePropertyType
Type gml:SurfacePropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model gml:AbstractSurface
Children gml:AbstractSurface
Instance
<diggs:relativeFeatureBoundary xlink:href="" nilReason="" owns="false" xlink:title="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:AbstractSurface axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:AbstractSurface>
</diggs:relativeFeatureBoundary>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="relativeFeatureBoundary" type="gml:SurfacePropertyType" maxOccurs="1" minOccurs="0">
  <annotation>
    <documentation>This element defines the polygon extent of the planar feature using a relative planar referencing system (must use planarReferencing property contents). This element should be used for software that can handle planar referencing (e.g. LinearSpatialReferenceSystem in GML 3.3)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractPlanarSamplingFeatureType / diggs:planarReferencing
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#VectorLinearSpatialReferenceSystem 2_0_a.tmp#VectorLinearSpatialReferenceSystemPropertyType
Type diggs:VectorLinearSpatialReferenceSystemPropertyType
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Model diggs:VectorLinearSpatialReferenceSystem
Children diggs:VectorLinearSpatialReferenceSystem
Instance
<diggs:planarReferencing xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:VectorLinearSpatialReferenceSystem gml:id="">{1,1}</diggs:VectorLinearSpatialReferenceSystem>
</diggs:planarReferencing>
Source
<element name="planarReferencing" minOccurs="1" maxOccurs="unbounded" type="diggs:VectorLinearSpatialReferenceSystemPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrenchWall
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A wall of a trench or pit dug into the ground and represented by a planar
surface.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referenceEdge 2_0_a.tmp#AbstractPlanarSamplingFeatureType_featureExtent 2_0_a.tmp#AbstractPlanarSamplingFeatureType_relativeFeatureBoundary 2_0_a.tmp#AbstractPlanarSamplingFeatureType_planarReferencing 2_0_a.tmp#AbstractPlanarSamplingFeatureType 2_0_a.tmp#TrenchWallType_shoring 2_0_a.tmp#TrenchWallType_trenchPurpose 2_0_a.tmp#TrenchWallType_backfill 2_0_a.tmp#TrenchWallType_constructionMethods 2_0_a.tmp#TrenchWallType_constructionEvents 2_0_a.tmp#TrenchWallType 2_0_a.tmp#AbstractPlanarSamplingFeature
Type diggs:TrenchWallType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:referenceEdge , diggs:featureExtent{0,1} , diggs:relativeFeatureBoundary{0,1} , diggs:planarReferencing+ , diggs:shoring{0,1} , diggs:trenchPurpose{0,1} , diggs:backfill{0,1} , diggs:constructionMethods{0,1} , diggs:constructionEvents{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:backfill, diggs:constructionEvents, diggs:constructionMethods, diggs:featureExtent, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:planarReferencing, diggs:projectRef, diggs:referenceEdge, diggs:referencePoint, diggs:referencePointAccuracy, diggs:relativeFeatureBoundary, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:shoring, diggs:status, diggs:trenchPurpose, gml:description, gml:identifier, gml:name
Instance
<diggs:TrenchWall gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:referenceEdge>{1,1}</diggs:referenceEdge>
  <diggs:featureExtent xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:featureExtent>
  <diggs:relativeFeatureBoundary xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relativeFeatureBoundary>
  <diggs:planarReferencing>{1,unbounded}</diggs:planarReferencing>
  <diggs:shoring xml:lang="">{0,1}</diggs:shoring>
  <diggs:trenchPurpose codeSpace="">{0,1}</diggs:trenchPurpose>
  <diggs:backfill>{0,1}</diggs:backfill>
  <diggs:constructionMethods>{0,1}</diggs:constructionMethods>
  <diggs:constructionEvents>{0,1}</diggs:constructionEvents>
</diggs:TrenchWall>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="TrenchWall" substitutionGroup="diggs:AbstractPlanarSamplingFeature" type="diggs:TrenchWallType">
  <annotation>
    <documentation>A wall of a trench or pit dug into the ground and represented by a planar surface.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrenchWallType / diggs:shoring
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of shoring equipment and method used for the
trench.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="shoring" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Description of shoring equipment and method used for the trench.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrenchWallType / diggs:trenchPurpose
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the purpose for excavating the trench (eg.
exploratory). Intended to come from a controlled list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="trenchPurpose" type="gml:CodeType">
  <annotation>
    <documentation>A description of the purpose for excavating the trench (eg. exploratory). Intended to come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrenchWallType / diggs:backfill
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on construction of the trench backfill covering the trench
wall exposure.
Diagram
Diagram 2_0_a.tmp#Backfill 2_0_a.tmp#BackfillPropertyType
Type diggs:BackfillPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Backfill{0,1}
Children diggs:Backfill
Instance
<diggs:backfill xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Backfill gml:id="" xml:lang="">{0,1}</diggs:Backfill>
</diggs:backfill>
Source
<element minOccurs="0" name="backfill" type="diggs:BackfillPropertyType">
  <annotation>
    <documentation>Information on construction of the trench backfill covering the trench wall exposure.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrenchWallType / diggs:constructionMethods
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information regarding construction of the pit over different depth
intervals.
Diagram
Diagram 2_0_a.tmp#ConstructionMethod 2_0_a.tmp#ConstructionMethodPropertyType
Type diggs:ConstructionMethodPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:ConstructionMethod*
Children diggs:ConstructionMethod
Instance
<diggs:constructionMethods xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ConstructionMethod gml:id="" xml:lang="">{0,unbounded}</diggs:ConstructionMethod>
</diggs:constructionMethods>
Source
<element minOccurs="0" name="constructionMethods" type="diggs:ConstructionMethodPropertyType">
  <annotation>
    <documentation>Information regarding construction of the pit over different depth intervals.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TrenchWallType / diggs:constructionEvents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on construction of the trench with time.
Diagram
Diagram 2_0_a.tmp#TrialPitEvent 2_0_a.tmp#TrialPitEventPropertyType
Type diggs:TrialPitEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TrialPitEvent*
Children diggs:TrialPitEvent
Instance
<diggs:constructionEvents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TrialPitEvent gml:id="" xml:lang="">{0,unbounded}</diggs:TrialPitEvent>
</diggs:constructionEvents>
Source
<element minOccurs="0" name="constructionEvents" type="diggs:TrialPitEventPropertyType">
  <annotation>
    <documentation>Information on construction of the trench with time.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:dataValues
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CoordinatesType_decimal NO_NAMESPACE.tmp#CoordinatesType_cs NO_NAMESPACE.tmp#CoordinatesType_ts 3_2.tmp#CoordinatesType 3_2.tmp#tupleList
Type gml:CoordinatesType
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type diggs:ResultSetType
Attributes
QName Type Fixed Default Use Annotation
cs string , optional
decimal string . optional
ts string optional
Source
<element name="dataValues" substitutionGroup="gml:tupleList" type="gml:CoordinatesType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MultiPointLocation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 3_2.tmp#AggregationAttributeGroup 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricAggregateType 3_2.tmp#posList 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_SimpleMultiPointType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type diggs:SimpleMultiPointType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:posList
Children gml:description, gml:posList
Instance
<diggs:MultiPointLocation aggregationType="" axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:posList axisLabels="" count="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:posList>
</diggs:MultiPointLocation>
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="MultiPointLocation" substitutionGroup="diggs:AbstractGeometry" type="diggs:SimpleMultiPointType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Test
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An act ("event"), whose results are estimates of the value of a property of the
investigation target, measured at a time instant or within a time interval, and at a
location or series of locations, derived from a test procedure.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#sampleRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#AbstractMeasurementType_parameters 2_0_a.tmp#AbstractMeasurementType 2_0_a.tmp#TestType_samplingTime 2_0_a.tmp#TestType_resultTime 2_0_a.tmp#TestType_validTime 2_0_a.tmp#TestType_outcome 2_0_a.tmp#TestType_procedure 2_0_a.tmp#TestType 2_0_a.tmp#AbstractMeasurement
Type diggs:TestType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:sampleRef* , diggs:samplingActivityRef{0,1} , diggs:parameters{0,1} , diggs:samplingTime{0,1} , diggs:resultTime{0,1} , diggs:validTime{0,1} , diggs:outcome , diggs:procedure
Children diggs:associatedFiles, diggs:investigationTargetRef, diggs:outcome, diggs:parameters, diggs:procedure, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:resultTime, diggs:roles, diggs:sampleRef, diggs:samplingActivityRef, diggs:samplingTime, diggs:status, diggs:validTime, gml:description, gml:identifier
Instance
<diggs:Test gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relatedSamplingFeatureRef>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:samplingActivityRef>
  <diggs:parameters>{0,1}</diggs:parameters>
  <diggs:samplingTime>{0,1}</diggs:samplingTime>
  <diggs:resultTime>{0,1}</diggs:resultTime>
  <diggs:validTime>{0,1}</diggs:validTime>
  <diggs:outcome>{1,1}</diggs:outcome>
  <diggs:procedure>{1,1}</diggs:procedure>
</diggs:Test>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Test" type="diggs:TestType" substitutionGroup="diggs:AbstractMeasurement">
  <annotation>
    <documentation>An act ("event"), whose results are estimates of the value of a property of the investigation target, measured at a time instant or within a time interval, and at a location or series of locations, derived from a test procedure.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestType / diggs:samplingTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Describes the time that the result applies to the property of the
investigation target. This is often the time of interaction by a sampling activity
or measurement procedure with a real-world feature.
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:samplingTime xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:samplingTime>
Source
<element minOccurs="0" name="samplingTime" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>Describes the time that the result applies to the property of the investigation target. This is often the time of interaction by a sampling activity or measurement procedure with a real-world feature.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestType / diggs:resultTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Describes the time when the result became available, typically when the
procedure associated with the observation was completed For some observations this
is identical to the samplingTime. However, there are important cases where they
differ. The resultTime is the time when the procedure associated with the
measurement act was applied. For some measurements this is identical to
samplingTime, in which case the resultTime may be omitted. Example: Where a
measurement is made on a specimen in a laboratory, the samplingTime should record
the time the specimen was retrieved from its host, while the resultTime should
record the time the laboratory procedure was applied. Example: Where monitoring
observation results are post-processed, the resultTime is the post-processing time,
while the samplingTime preserves the time of initial interaction with the world.
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:resultTime xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:resultTime>
Source
<element minOccurs="0" name="resultTime" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>Describes the time when the result became available, typically when the procedure associated with the observation was completed For some observations this is identical to the samplingTime. However, there are important cases where they differ. The resultTime is the time when the procedure associated with the measurement act was applied. For some measurements this is identical to samplingTime, in which case the resultTime may be omitted. Example: Where a measurement is made on a specimen in a laboratory, the samplingTime should record the time the specimen was retrieved from its host, while the resultTime should record the time the laboratory procedure was applied. Example: Where monitoring observation results are post-processed, the resultTime is the post-processing time, while the samplingTime preserves the time of initial interaction with the world.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestType / diggs:validTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Describes the time period during which the result is intended to be
used.
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:validTime xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:validTime>
Source
<element minOccurs="0" name="validTime" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>Describes the time period during which the result is intended to be used.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestType / diggs:outcome
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property that contains the information about what properties are
being measured, the results of the measurement, and the associated locations that
the measurement results relate to.
Diagram
Diagram 2_0_a.tmp#TestResult 2_0_a.tmp#TestResultPropertyType
Type diggs:TestResultPropertyType
Properties
content: complex
Model diggs:TestResult
Children diggs:TestResult
Instance
<diggs:outcome xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TestResult gml:id="">{1,1}</diggs:TestResult>
</diggs:outcome>
Source
<element name="outcome" type="diggs:TestResultPropertyType">
  <annotation>
    <documentation>A property that contains the information about what properties are being measured, the results of the measurement, and the associated locations that the measurement results relate to.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestResult
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#domainSet 3_2.tmp#rangeSet 3_2.tmp#AbstractCoverageType 2_0_a.tmp#location 2_0_a.tmp#results 2_0_a.tmp#TestResultType
Type diggs:TestResultType
Type hierarchy
Properties
content: complex
Used by
Model diggs:location , diggs:results
Children diggs:location, diggs:results
Instance
<diggs:TestResult gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:location xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:location>
  <diggs:results>{1,1}</diggs:results>
</diggs:TestResult>
Attributes
QName Type Fixed Default Use Annotation
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="TestResult" type="diggs:TestResultType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:location
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#AbstractGeometry 3_2.tmp#DomainSetType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#TestLocationPropertyType 3_2.tmp#domainSet
Type diggs:TestLocationPropertyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type diggs:TestResultType
Model (diggs:AbstractGeometry)
Children diggs:AbstractGeometry
Instance
<diggs:location xlink:href="" nilReason="" owns="false" xlink:title="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:location>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="location" substitutionGroup="gml:domainSet" type="diggs:TestLocationPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:results
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#DataBlock 3_2.tmp#RangeSetType 2_0_a.tmp#ResultSet 2_0_a.tmp#ResultsPropertyType 3_2.tmp#rangeSet
Type diggs:ResultsPropertyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model diggs:ResultSet
Children diggs:ResultSet
Instance
<diggs:results xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:ResultSet>{1,1}</diggs:ResultSet>
</diggs:results>
Source
<element name="results" substitutionGroup="gml:rangeSet" type="diggs:ResultsPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:ResultSet
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#rangeParameters 3_2.tmp#tupleList 3_2.tmp#doubleOrNilReasonTupleList 3_2.tmp#DataBlockType 2_0_a.tmp#parameters 2_0_a.tmp#dataValues 2_0_a.tmp#ResultSetType 3_2.tmp#DataBlock
Type diggs:ResultSetType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model diggs:parameters , (diggs:dataValues)
Children diggs:dataValues, diggs:parameters
Instance
<diggs:ResultSet xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:parameters xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:parameters>
  <diggs:dataValues cs="," decimal="." ts=" ">{1,1}</diggs:dataValues>
</diggs:ResultSet>
Source
<element name="ResultSet" substitutionGroup="gml:DataBlock" type="diggs:ResultSetType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:parameters
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#AssociationRoleType 2_0_a.tmp#PropertyParameters 2_0_a.tmp#PropertyInfoPropertyType 3_2.tmp#rangeParameters
Type diggs:PropertyInfoPropertyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type diggs:ResultSetType
Model diggs:PropertyParameters
Children diggs:PropertyParameters
Instance
<diggs:parameters xlink:href="" nilReason="" owns="false" xlink:title="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PropertyParameters aggregationType="" gml:id="">{1,1}</diggs:PropertyParameters>
</diggs:parameters>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element name="parameters" substitutionGroup="gml:rangeParameters" type="diggs:PropertyInfoPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:PropertyParameters
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AggregationAttributeGroup 3_2.tmp#valueComponent 3_2.tmp#valueComponents 3_2.tmp#CompositeValueType 2_0_a.tmp#properties 2_0_a.tmp#PropertyParametersType 3_2.tmp#CompositeValue
Type diggs:PropertyParametersType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model diggs:properties
Children diggs:properties
Instance
<diggs:PropertyParameters aggregationType="" gml:id="" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:properties owns="false">{1,1}</diggs:properties>
</diggs:PropertyParameters>
Attributes
QName Type Fixed Default 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="PropertyParameters" type="diggs:PropertyParametersType" substitutionGroup="gml:CompositeValue"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:properties
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractValue 3_2.tmp#ValueArrayPropertyType 2_0_a.tmp#Property 2_0_a.tmp#PropertiesPropertyType 3_2.tmp#valueComponents
Type diggs:PropertiesPropertyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model diggs:Property
Children diggs:Property
Instance
<diggs:properties owns="false" xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Property gml:id="" index="" xml:lang="">{1,1}</diggs:Property>
</diggs:properties>
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<element name="properties" type="diggs:PropertiesPropertyType" substitutionGroup="gml:valueComponents"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:TestType / diggs:procedure
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractTestProcedure 2_0_a.tmp#ProcedurePropertyType
Type diggs:ProcedurePropertyType
Properties
content: complex
minOccurs: 1
Model diggs:AbstractTestProcedure{0,1}
Children diggs:AbstractTestProcedure
Instance
<diggs:procedure xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractTestProcedure gml:id="" xml:lang="">{0,1}</diggs:AbstractTestProcedure>
</diggs:procedure>
Source
<element minOccurs="1" name="procedure" type="diggs:ProcedurePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Well
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A sampling feature that is an installation within a borehole, used for
observing, withdrawing, or injecting fluids. Although wells are discrete sampling features
in their own right, they are installed within boreholes, and should reference a borehole
feature within the parentBorehole property, if the associated borehole feature is
instantiated. Multiple wells within a borehole should be contained within a group feature
and referenced in the groups property.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#WellType_parentBorehole 2_0_a.tmp#WellType_wellDepth 2_0_a.tmp#WellType_wellPurpose 2_0_a.tmp#WellType_fluidPurpose 2_0_a.tmp#WellType_sanitarySealType 2_0_a.tmp#WellType_sanitarySealDepth 2_0_a.tmp#WellType_wellFinishType 2_0_a.tmp#WellType_initialDevelopmentMethod 2_0_a.tmp#WellType_initialDevelopmentTime 2_0_a.tmp#WellType_wellSpecialTreatment 2_0_a.tmp#WellType_maintenanceEvents 2_0_a.tmp#WellType_wellAbandonment 2_0_a.tmp#WellType_casings 2_0_a.tmp#WellType_openings 2_0_a.tmp#WellType 2_0_a.tmp#AbstractLinearSamplingFeature
Type diggs:WellType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+ , diggs:parentBorehole{0,1} , diggs:wellDepth{0,1} , diggs:wellPurpose{0,1} , diggs:fluidPurpose{0,1} , diggs:sanitarySealType{0,1} , diggs:sanitarySealDepth{0,1} , diggs:wellFinishType{0,1} , diggs:initialDevelopmentMethod{0,1} , diggs:initialDevelopmentTime{0,1} , diggs:wellSpecialTreatment{0,1} , diggs:maintenanceEvents{0,1} , diggs:wellAbandonment{0,1} , diggs:casings{0,1} , diggs:openings{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:casings, diggs:centerLine, diggs:fluidPurpose, diggs:groupRef, diggs:initialDevelopmentMethod, diggs:initialDevelopmentTime, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:maintenanceEvents, diggs:measurementRef, diggs:openings, diggs:originalProjectRef, diggs:parentBorehole, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sanitarySealDepth, diggs:sanitarySealType, diggs:sensorRef, diggs:status, diggs:wellAbandonment, diggs:wellDepth, diggs:wellFinishType, diggs:wellPurpose, diggs:wellSpecialTreatment, gml:description, gml:identifier, gml:name
Instance
<diggs:Well gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:centerLine>{1,unbounded}</diggs:centerLine>
  <diggs:linearReferencing>{1,unbounded}</diggs:linearReferencing>
  <diggs:parentBorehole xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:parentBorehole>
  <diggs:wellDepth>{0,1}</diggs:wellDepth>
  <diggs:wellPurpose codeSpace="">{0,1}</diggs:wellPurpose>
  <diggs:fluidPurpose codeSpace="">{0,1}</diggs:fluidPurpose>
  <diggs:sanitarySealType codeSpace="">{0,1}</diggs:sanitarySealType>
  <diggs:sanitarySealDepth>{0,1}</diggs:sanitarySealDepth>
  <diggs:wellFinishType codeSpace="">{0,1}</diggs:wellFinishType>
  <diggs:initialDevelopmentMethod codeSpace="">{0,1}</diggs:initialDevelopmentMethod>
  <diggs:initialDevelopmentTime>{0,1}</diggs:initialDevelopmentTime>
  <diggs:wellSpecialTreatment xml:lang="">{0,1}</diggs:wellSpecialTreatment>
  <diggs:maintenanceEvents>{0,1}</diggs:maintenanceEvents>
  <diggs:wellAbandonment>{0,1}</diggs:wellAbandonment>
  <diggs:casings>{0,1}</diggs:casings>
  <diggs:openings>{0,1}</diggs:openings>
</diggs:Well>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="Well" substitutionGroup="diggs:AbstractLinearSamplingFeature" type="diggs:WellType">
  <annotation>
    <documentation>A sampling feature that is an installation within a borehole, used for observing, withdrawing, or injecting fluids. Although wells are discrete sampling features in their own right, they are installed within boreholes, and should reference a borehole feature within the parentBorehole property, if the associated borehole feature is instantiated. Multiple wells within a borehole should be contained within a group feature and referenced in the groups property.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:parentBorehole
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A reference to the Borehole feature within which this well is
installed
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<element minOccurs="0" name="parentBorehole" type="diggs:FeatureReferenceType">
  <annotation>
    <appinfo>diggs:Borehole</appinfo>
    <documentation>A reference to the Borehole feature within which this well is installed</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:wellDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The measured depth to the bottom of the well, measured in the well's
linear referencing system.
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:wellDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:wellDepth>
Source
<element minOccurs="0" name="wellDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>The measured depth to the bottom of the well, measured in the well's linear referencing system.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:wellPurpose
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A description of the purpose for installing the hole (eg. ground water
withdrawal, observation, etc.). Intended to come from a controlled
list.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="wellPurpose" type="gml:CodeType">
  <annotation>
    <documentation>A description of the purpose for installing the hole (eg. ground water withdrawal, observation, etc.). Intended to come from a controlled list.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:fluidPurpose
Namespace http://schemas.diggsml.com/2.0.a
Annotations
If a production or extraction well, a code or description of the
purpose for the fluid (eg. public supply, municipal, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="fluidPurpose" type="gml:CodeType">
  <annotation>
    <documentation>If a production or extraction well, a code or description of the purpose for the fluid (eg. public supply, municipal, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:sanitarySealType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The type of material used for the sanitary or surface seal (eg.
bentonite, grout, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="sanitarySealType" type="gml:CodeType">
  <annotation>
    <documentation>The type of material used for the sanitary or surface seal (eg. bentonite, grout, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:sanitarySealDepth
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Depth to the base of the sanitary seal
Diagram
Diagram 2_0_a.tmp#PointLocation 2_0_a.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:PointLocation
Children diggs:PointLocation
Instance
<diggs:sanitarySealDepth xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:sanitarySealDepth>
Source
<element minOccurs="0" name="sanitarySealDepth" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>Depth to the base of the sanitary seal</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:wellFinishType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of how the well is finished (eg. gravel pack with
perforations, open end, sand point, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="wellFinishType" type="gml:CodeType">
  <annotation>
    <documentation>Description of how the well is finished (eg. gravel pack with perforations, open end, sand point, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:initialDevelopmentMethod
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of the method used to develop the well after initial
construction (eg. compressed air, surged, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="initialDevelopmentMethod" type="gml:CodeType">
  <annotation>
    <documentation>Description of the method used to develop the well after initial construction (eg. compressed air, surged, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:initialDevelopmentTime
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Time required for initial development
Diagram
Diagram 2_0_a.tmp#TimeInterval 2_0_a.tmp#TimeIntervalPropertyType
Type diggs:TimeIntervalPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:TimeInterval
Children diggs:TimeInterval
Instance
<diggs:initialDevelopmentTime xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:TimeInterval gml:id="" xml:lang="">{1,1}</diggs:TimeInterval>
</diggs:initialDevelopmentTime>
Source
<element minOccurs="0" name="initialDevelopmentTime" type="diggs:TimeIntervalPropertyType">
  <annotation>
    <documentation>Time required for initial development</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:wellSpecialTreatment
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Description of any special procedures employed upon initial development
of well.
Diagram
Diagram namespace.tmp#lang 2_0_a.tmp#DiggsStringType
Type diggs:DiggsStringType
Properties
content: complex
minOccurs: 0
mixed: true
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element minOccurs="0" name="wellSpecialTreatment" type="diggs:DiggsStringType">
  <annotation>
    <documentation>Description of any special procedures employed upon initial development of well.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:maintenanceEvents
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on the occurrence and activities involved in well
maintenance and servicing.
Diagram
Diagram 2_0_a.tmp#WellEvent 2_0_a.tmp#WellEventPropertyType
Type diggs:WellEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:WellEvent*
Children diggs:WellEvent
Instance
<diggs:maintenanceEvents xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:WellEvent gml:id="" xml:lang="">{0,unbounded}</diggs:WellEvent>
</diggs:maintenanceEvents>
Source
<element minOccurs="0" name="maintenanceEvents" type="diggs:WellEventPropertyType">
  <annotation>
    <documentation>Information on the occurrence and activities involved in well maintenance and servicing.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellEvent
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType 2_0_a.tmp#WellEventType
Type diggs:WellEventType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded*
Children diggs:dateTime, diggs:infoRecorded, diggs:remarks, diggs:status, gml:description
Instance
<diggs:WellEvent gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:dateTime>{0,1}</diggs:dateTime>
  <diggs:infoRecorded>{0,unbounded}</diggs:infoRecorded>
</diggs:WellEvent>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="WellEvent" type="diggs:WellEventType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:wellAbandonment
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on the occurrence and procedures performed upon abandoning
the well
Diagram
Diagram 2_0_a.tmp#WellEvent 2_0_a.tmp#WellEventPropertyType
Type diggs:WellEventPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:WellEvent*
Children diggs:WellEvent
Instance
<diggs:wellAbandonment xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:WellEvent gml:id="" xml:lang="">{0,unbounded}</diggs:WellEvent>
</diggs:wellAbandonment>
Source
<element minOccurs="0" name="wellAbandonment" type="diggs:WellEventPropertyType">
  <annotation>
    <documentation>Information on the occurrence and procedures performed upon abandoning the well</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:casings
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on the well casing installed.
Diagram
Diagram 2_0_a.tmp#Casing 2_0_a.tmp#CasingPropertyType
Type diggs:CasingPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:Casing*
Children diggs:Casing
Instance
<diggs:casings xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Casing gml:id="" xml:lang="">{0,unbounded}</diggs:Casing>
</diggs:casings>
Source
<element minOccurs="0" name="casings" type="diggs:CasingPropertyType">
  <annotation>
    <documentation>Information on the well casing installed.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellType / diggs:openings
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Information on the location and type of well openings (perforations)
installed to allow fluid communication between the well and adjacent earth
material
Diagram
Diagram 2_0_a.tmp#WellOpening 2_0_a.tmp#WellOpeningPropertyType
Type diggs:WellOpeningPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:WellOpening*
Children diggs:WellOpening
Instance
<diggs:openings xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:WellOpening gml:id="" xml:lang="">{0,unbounded}</diggs:WellOpening>
</diggs:openings>
Source
<element minOccurs="0" name="openings" type="diggs:WellOpeningPropertyType">
  <annotation>
    <documentation>Information on the location and type of well openings (perforations) installed to allow fluid communication between the well and adjacent earth material</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpening
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#WellOpeningType_openInterval 2_0_a.tmp#WellOpeningType_filterPackInterval 2_0_a.tmp#WellOpeningType_openingLength 2_0_a.tmp#WellOpeningType_openingWidth 2_0_a.tmp#WellOpeningType_openingDiameter 2_0_a.tmp#WellOpeningType_openingType 2_0_a.tmp#WellOpeningType_openingMaterial 2_0_a.tmp#WellOpeningType
Type diggs:WellOpeningType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:openInterval , diggs:filterPackInterval{0,1} , diggs:openingLength{0,1} , diggs:openingWidth{0,1} , diggs:openingDiameter{0,1} , diggs:openingType{0,1} , diggs:openingMaterial{0,1}
Children diggs:filterPackInterval, diggs:openInterval, diggs:openingDiameter, diggs:openingLength, diggs:openingMaterial, diggs:openingType, diggs:openingWidth, diggs:remarks, diggs:status, gml:description
Instance
<diggs:WellOpening gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:openInterval>{1,1}</diggs:openInterval>
  <diggs:filterPackInterval>{0,1}</diggs:filterPackInterval>
  <diggs:openingLength uom="">{0,1}</diggs:openingLength>
  <diggs:openingWidth uom="">{0,1}</diggs:openingWidth>
  <diggs:openingDiameter uom="">{0,1}</diggs:openingDiameter>
  <diggs:openingType codeSpace="">{0,1}</diggs:openingType>
  <diggs:openingMaterial codeSpace="">{0,1}</diggs:openingMaterial>
</diggs:WellOpening>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="WellOpening" type="diggs:WellOpeningType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:openInterval
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth interval in which the well openings occur. Recorded in a
linear reference system for the well.
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 1
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:openInterval xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:openInterval>
Source
<element minOccurs="1" name="openInterval" type="diggs:LinearExtentPropertyType">
  <annotation>
    <documentation>The depth interval in which the well openings occur. Recorded in a linear reference system for the well.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:filterPackInterval
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The depth interval in which the filter pack surrounding the well screen
or well openings occur.
Diagram
Diagram 2_0_a.tmp#LinearExtent 2_0_a.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Properties
content: complex
minOccurs: 0
Model diggs:LinearExtent
Children diggs:LinearExtent
Instance
<diggs:filterPackInterval xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:filterPackInterval>
Source
<element minOccurs="0" name="filterPackInterval" type="diggs:LinearExtentPropertyType">
  <annotation>
    <documentation>The depth interval in which the filter pack surrounding the well screen or well openings occur.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:openingLength
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="openingLength" type="witsml:lengthMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:openingWidth
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="openingWidth" type="witsml:lengthMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:openingDiameter
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom 131.tmp#lengthMeasure
Type witsml:lengthMeasure
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<element minOccurs="0" name="openingDiameter" type="witsml:lengthMeasure"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:openingType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The type of well screen or perforation (eg. wire-wound screen, louvered
or shuttered, perforated casing, etc.)
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="openingType" type="gml:CodeType">
  <annotation>
    <documentation>The type of well screen or perforation (eg. wire-wound screen, louvered or shuttered, perforated casing, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:WellOpeningType / diggs:openingMaterial
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The type of material that the well screen or perforation interval is
composed of.
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element minOccurs="0" name="openingMaterial" type="gml:CodeType">
  <annotation>
    <documentation>The type of material that the well screen or perforation interval is composed of.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Ground
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#AbstractInvestigationTargetType 2_0_a.tmp#GroundType 2_0_a.tmp#AbstractInvestigationTarget
Type diggs:GroundType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier
Instance
<diggs:Ground gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:Ground>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Ground" substitutionGroup="diggs:AbstractInvestigationTarget" type="diggs:GroundType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractSensor
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#SensorType_type 2_0_a.tmp#SensorType_detectors 2_0_a.tmp#SensorType_events 2_0_a.tmp#SensorType 2_0_a.tmp#Sensor 2_0_a.tmp#AbstractNamedFeature
Type diggs:SensorType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:relatedSamplingFeatureRef , diggs:type{0,1} , diggs:detectors{0,1} , diggs:events{0,1}
Children diggs:associatedFiles, diggs:detectors, diggs:events, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, diggs:type, gml:description, gml:identifier, gml:name
Instance
<diggs:AbstractSensor gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:relatedSamplingFeatureRef>
  <diggs:type codeSpace="">{0,1}</diggs:type>
  <diggs:detectors>{0,1}</diggs:detectors>
  <diggs:events>{0,1}</diggs:events>
</diggs:AbstractSensor>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractSensor" type="diggs:SensorType" substitutionGroup="diggs:AbstractNamedFeature" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SensorType / diggs:type
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType
Type gml:CodeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="type" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SensorType / diggs:detectors
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Detector 2_0_a.tmp#DetectorPropertyType
Type diggs:DetectorPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:Detector*
Children diggs:Detector
Instance
<diggs:detectors xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:Detector gml:id="" xml:lang="">{0,unbounded}</diggs:Detector>
</diggs:detectors>
Source
<element name="detectors" type="diggs:DetectorPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:SensorType / diggs:events
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractEvent 2_0_a.tmp#EventPropertyType
Type diggs:EventPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model diggs:AbstractEvent*
Children diggs:AbstractEvent
Instance
<diggs:events xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractEvent gml:id="" xml:lang="">{0,unbounded}</diggs:AbstractEvent>
</diggs:events>
Source
<element name="events" type="diggs:EventPropertyType" minOccurs="0" maxOccurs="1"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Sensor
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#SensorType_type 2_0_a.tmp#SensorType_detectors 2_0_a.tmp#SensorType_events 2_0_a.tmp#SensorType 2_0_a.tmp#AbstractSensor
Type diggs:SensorType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:relatedSamplingFeatureRef , diggs:type{0,1} , diggs:detectors{0,1} , diggs:events{0,1}
Children diggs:associatedFiles, diggs:detectors, diggs:events, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, diggs:type, gml:description, gml:identifier, gml:name
Instance
<diggs:Sensor gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:relatedSamplingFeatureRef>
  <diggs:type codeSpace="">{0,1}</diggs:type>
  <diggs:detectors>{0,1}</diggs:detectors>
  <diggs:events>{0,1}</diggs:events>
</diggs:Sensor>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Sensor" type="diggs:SensorType" substitutionGroup="diggs:AbstractSensor" abstract="false"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Monitoring
Namespace http://schemas.diggsml.com/2.0.a
Annotations
An act ("event"), whose results are estimates of the value of a property of the
investigation target, measured at a time instant or within a time interval, and at a
location or series of locations, derived from a test procedure.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#sampleRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#AbstractMeasurementType_parameters 2_0_a.tmp#AbstractMeasurementType 2_0_a.tmp#MonitoringType_monitoringLocation 2_0_a.tmp#MonitoringType_outcome 2_0_a.tmp#MonitoringType_process 2_0_a.tmp#MonitoringType 2_0_a.tmp#AbstractMeasurement
Type diggs:MonitoringType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:sampleRef* , diggs:samplingActivityRef{0,1} , diggs:parameters{0,1} , diggs:monitoringLocation , diggs:outcome , diggs:process
Children diggs:associatedFiles, diggs:investigationTargetRef, diggs:monitoringLocation, diggs:outcome, diggs:parameters, diggs:process, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:sampleRef, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier
Instance
<diggs:Monitoring gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:relatedSamplingFeatureRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relatedSamplingFeatureRef>
  <diggs:sampleRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sampleRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:samplingActivityRef>
  <diggs:parameters>{0,1}</diggs:parameters>
  <diggs:monitoringLocation>{1,1}</diggs:monitoringLocation>
  <diggs:outcome>{1,1}</diggs:outcome>
  <diggs:process>{1,1}</diggs:process>
</diggs:Monitoring>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Monitoring" type="diggs:MonitoringType" substitutionGroup="diggs:AbstractMeasurement">
  <annotation>
    <documentation>An act ("event"), whose results are estimates of the value of a property of the investigation target, measured at a time instant or within a time interval, and at a location or series of locations, derived from a test procedure.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MonitoringType / diggs:monitoringLocation
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry 2_0_a.tmp#LocationPropertyType
Type diggs:LocationPropertyType
Properties
content: complex
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Instance
<diggs:monitoringLocation xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractGeometry axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:AbstractGeometry>
</diggs:monitoringLocation>
Source
<element name="monitoringLocation" type="diggs:LocationPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MonitoringType / diggs:outcome
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A property that contains the information about what properties are
being measured, the results of the measurement, and the associated locations that
the measurement results relate to.
Diagram
Diagram 2_0_a.tmp#MonitoringResult 2_0_a.tmp#MonitoringResultPropertyType
Type diggs:MonitoringResultPropertyType
Properties
content: complex
Model diggs:MonitoringResult
Children diggs:MonitoringResult
Instance
<diggs:outcome xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:MonitoringResult gml:id="" xml:lang="">{1,1}</diggs:MonitoringResult>
</diggs:outcome>
Source
<element name="outcome" type="diggs:MonitoringResultPropertyType">
  <annotation>
    <documentation>A property that contains the information about what properties are being measured, the results of the measurement, and the associated locations that the measurement results relate to.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MonitoringResult
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#time 2_0_a.tmp#results 2_0_a.tmp#MonitoringResultType
Type diggs:MonitoringResultType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:time , diggs:results
Children diggs:remarks, diggs:results, diggs:status, diggs:time, gml:description
Instance
<diggs:MonitoringResult gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:time>{1,1}</diggs:time>
  <diggs:results>{1,1}</diggs:results>
</diggs:MonitoringResult>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="MonitoringResult" type="diggs:MonitoringResultType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:time
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#MonitoringTime 2_0_a.tmp#MonitoringTimePropertyType
Type diggs:MonitoringTimePropertyType
Properties
content: complex
Used by
Model diggs:MonitoringTime
Children diggs:MonitoringTime
Instance
<diggs:time xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:MonitoringTime gml:id="" xml:lang="">{1,1}</diggs:MonitoringTime>
</diggs:time>
Source
<element name="time" type="diggs:MonitoringTimePropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MonitoringTime
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#MonitoringTimeType
Type diggs:MonitoringTimeType
Type hierarchy
Properties
content: complex
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description
Instance
<diggs:MonitoringTime gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
</diggs:MonitoringTime>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="MonitoringTime" type="diggs:MonitoringTimeType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:MonitoringType / diggs:process
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractMonitoringProcess 2_0_a.tmp#MonitoringProcessPropertyType
Type diggs:MonitoringProcessPropertyType
Properties
content: complex
Model diggs:AbstractMonitoringProcess{0,1}
Children diggs:AbstractMonitoringProcess
Instance
<diggs:process xmlns:diggs="http://schemas.diggsml.com/2.0.a">
  <diggs:AbstractMonitoringProcess gml:id="" xml:lang="">{0,1}</diggs:AbstractMonitoringProcess>
</diggs:process>
Source
<element name="process" type="diggs:MonitoringProcessPropertyType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:AbstractMonitoringProcess
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractMonitoringProcessType 2_0_a.tmp#Basic 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractObject
Type diggs:AbstractMonitoringProcessType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification)
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Instance
<diggs:AbstractMonitoringProcess gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:equipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentRef>
  <diggs:equipment codeSpace="">{1,1}</diggs:equipment>
  <diggs:specificationRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:specificationRef>
  <diggs:specification codeSpace="">{1,1}</diggs:specification>
</diggs:AbstractMonitoringProcess>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="AbstractMonitoringProcess" type="diggs:AbstractMonitoringProcessType" substitutionGroup="diggs:AbstractObject" abstract="true"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Face
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A generic planar sampling feature that extends across a surface of an
investigation target (eg the ground); used to represent features such as outcrop,
embankment, etc.)
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referenceEdge 2_0_a.tmp#AbstractPlanarSamplingFeatureType_featureExtent 2_0_a.tmp#AbstractPlanarSamplingFeatureType_relativeFeatureBoundary 2_0_a.tmp#AbstractPlanarSamplingFeatureType_planarReferencing 2_0_a.tmp#AbstractPlanarSamplingFeatureType 2_0_a.tmp#FaceType 2_0_a.tmp#AbstractPlanarSamplingFeature
Type diggs:FaceType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:referenceEdge , diggs:featureExtent{0,1} , diggs:relativeFeatureBoundary{0,1} , diggs:planarReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:featureExtent, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:planarReferencing, diggs:projectRef, diggs:referenceEdge, diggs:referencePoint, diggs:referencePointAccuracy, diggs:relativeFeatureBoundary, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:Face gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:referenceEdge>{1,1}</diggs:referenceEdge>
  <diggs:featureExtent xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:featureExtent>
  <diggs:relativeFeatureBoundary xlink:href="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:relativeFeatureBoundary>
  <diggs:planarReferencing>{1,unbounded}</diggs:planarReferencing>
</diggs:Face>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Face" substitutionGroup="diggs:AbstractPlanarSamplingFeature" type="diggs:FaceType">
  <annotation>
    <documentation>A generic planar sampling feature that extends across a surface of an investigation target (eg the ground); used to represent features such as outcrop, embankment, etc.)</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Transect
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A generic linear sampling feature that extends along the surface of an
investigation target; used for such features as transects, measured sections,
etc.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#TransectType 2_0_a.tmp#AbstractLinearSamplingFeature
Type diggs:TransectType
Type hierarchy
Properties
content: complex
abstract: false
Substitution Group Affiliation
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:centerLine, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Instance
<diggs:Transect gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <gml:name codeSpace="">{1,unbounded}</gml:name>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:associatedFiles xlink:href="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedFiles>
  <diggs:roles owns="false">{0,1}</diggs:roles>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:investigationTargetRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:investigationTargetRef>
  <diggs:projectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:projectRef>
  <diggs:originalProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,1}</diggs:originalProjectRef>
  <diggs:associatedProjectRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:associatedProjectRef>
  <diggs:groupRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:groupRef>
  <diggs:measurementRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:measurementRef>
  <diggs:layerSystemRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:layerSystemRef>
  <diggs:samplingActivityRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:samplingActivityRef>
  <diggs:sensorRef xlink:href="" identifierRef="" nilReason="" owns="false" xlink:title="">{0,unbounded}</diggs:sensorRef>
  <diggs:referencePoint>{1,1}</diggs:referencePoint>
  <diggs:referencePointAccuracy owns="false">{0,1}</diggs:referencePointAccuracy>
  <diggs:centerLine>{1,unbounded}</diggs:centerLine>
  <diggs:linearReferencing>{1,unbounded}</diggs:linearReferencing>
</diggs:Transect>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element abstract="false" name="Transect" substitutionGroup="diggs:AbstractLinearSamplingFeature" type="diggs:TransectType">
  <annotation>
    <documentation>A generic linear sampling feature that extends along the surface of an investigation target; used for such features as transects, measured sections, etc.</documentation>
  </annotation>
</element>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element diggs:Basic
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractMonitoringProcessType 2_0_a.tmp#AbstractMonitoringProcess
Type diggs:AbstractMonitoringProcessType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification)
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Instance
<diggs:Basic gml:id="" xml:lang="" xmlns:diggs="http://schemas.diggsml.com/2.0.a" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:href="" nilReason="" xlink:title="">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remarks owns="false">{0,1}</diggs:remarks>
  <diggs:equipmentRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:equipmentRef>
  <diggs:equipment codeSpace="">{1,1}</diggs:equipment>
  <diggs:specificationRef xlink:href="" nilReason="" owns="false" xlink:title="">{1,1}</diggs:specificationRef>
  <diggs:specification codeSpace="">{1,1}</diggs:specification>
</diggs:Basic>
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Basic" type="diggs:AbstractMonitoringProcessType" substitutionGroup="diggs:AbstractMonitoringProcess"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DiggsStringType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram namespace.tmp#lang
Type extension of string
Properties
mixed: true
Used by
Elements diggs:AbstractBoreholeInsituTestType/diggs:holeStability, diggs:AddressType/diggs:city, diggs:AddressType/diggs:country, diggs:AddressType/diggs:county, diggs:AddressType/diggs:number, diggs:AddressType/diggs:postalCode, diggs:AddressType/diggs:province, diggs:AddressType/diggs:state, diggs:AddressType/diggs:street, diggs:AssociatedFileType/diggs:fileType, diggs:BoreholeEventType/diggs:holeStability, diggs:ChainOfCustodyEventType/diggs:destinationSamplingFeature, diggs:ChainOfCustodyEventType/diggs:shippingContainerId, diggs:ChainOfCustodyEventType/diggs:sourceSamplingFeature, diggs:ContractType/diggs:client, diggs:ContractType/diggs:contractor, diggs:ContractType/diggs:type, diggs:DetectionLimitType/diggs:value, diggs:DocumentInformationType/diggs:author, diggs:DocumentInformationType/diggs:destination, diggs:DocumentInformationType/diggs:disclaimer, diggs:EquipmentType/diggs:modelNumber, diggs:EquipmentType/diggs:serialNumber, diggs:FlushType/diggs:flushColor, diggs:FractureDescriptionType/diggs:aperatureObservation, diggs:FractureDescriptionType/diggs:fractureSetNumber, diggs:FractureDescriptionType/diggs:surfaceAppearance, diggs:FractureDescriptionType/diggs:wallWeathering, diggs:MeasureOrStringType/diggs:textual, diggs:ParameterType/diggs:value, diggs:PropertyLayerType/diggs:value, diggs:PropertyType/diggs:context, diggs:RemarkType/diggs:author, diggs:RemarkType/diggs:content, diggs:RoleType/diggs:businessAssociate, diggs:SamplePreparationType/diggs:preparedSampleDescription, diggs:SampleType/diggs:condition, diggs:SampleType/diggs:purpose, diggs:SoftwareApplicationType/diggs:name, diggs:SoftwareApplicationType/diggs:version, diggs:SpecificationType/diggs:fullMethodName, diggs:SpecificationType/diggs:methodDescription, diggs:SpecificationType/diggs:shortMethodName, diggs:SpecificationType/diggs:standardClause, diggs:SpecificationType/diggs:standardPart, diggs:SpecificationType/diggs:standardReferenceNumber, diggs:SpecificationType/diggs:standardTitle, diggs:SpecificationType/diggs:standardVersion, diggs:TrenchWallType/diggs:shoring, diggs:TrialPitEventType/diggs:stability, diggs:TrialPitType/diggs:shoring, diggs:WellType/diggs:wellSpecialTreatment, diggs_geo:AggregateLosAngelesAbrasionTestType/diggs_geo:chargeDescription, diggs_geo:AggregateSlakeDurabilityTestType/diggs_geo:fragmentsPassingDescription, diggs_geo:AggregateSlakeDurabilityTestType/diggs_geo:fragmentsRetainedDescription, diggs_geo:AggregateSlakeDurabilityTestType/diggs_geo:slakingFluidDescription, diggs_geo:DrivenPenetrationTestType/diggs_geo:samplerLinerDescription, diggs_geo:DrivenPenetrationTestType/diggs_geo:samplerRetainerDescription, diggs_geo:PorePressureElementType/diggs_geo:cellId, diggs_geo:StaticConePenetrationTestType/diggs_geo:frictionReducer, diggs_geo:WirelineLogType/diggs_geo:runNumber
Attributes
QName Type Fixed Default Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DiggsStringType" mixed="true">
  <simpleContent>
    <extension base="string">
      <attribute ref="xml:lang"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:EmailType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type restriction of string
Facets
pattern ([A-z0-9_\.\-\+])+@(([A-z0-9_\-]{2,})\.)+[A-z0-9_\-]{2,}
Used by
Source
<simpleType name="EmailType">
  <restriction base="string">
    <pattern value="([A-z0-9_\.\-\+])+@(([A-z0-9_\-]{2,})\.)+[A-z0-9_\-]{2,}"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:OtherNameType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type restriction of string
Facets
pattern Other: \w{2,}
Source
<simpleType name="OtherNameType">
  <restriction base="string">
    <pattern value="Other: \w{2,}"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:ExtPhoneEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#OtherNameType 2_0_a.tmp#PhoneEnumType
Type union of(diggs:OtherNameType, diggs:PhoneEnumType)
Source
<simpleType name="ExtPhoneEnumType">
  <union memberTypes="diggs:OtherNameType diggs:PhoneEnumType"/>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:PhoneEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type restriction of string
Facets
enumeration voice
enumeration fax
enumeration mobile
enumeration voice/fax
enumeration voicemail
Source
<simpleType name="PhoneEnumType">
  <restriction base="string">
    <enumeration value="voice"/>
    <enumeration value="fax"/>
    <enumeration value="mobile"/>
    <enumeration value="voice/fax"/>
    <enumeration value="voicemail"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:ExtQualifierEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#OtherNameType 2_0_a.tmp#QualifierEnumType
Type union of(diggs:OtherNameType, diggs:QualifierEnumType)
Source
<simpleType name="ExtQualifierEnumType">
  <union memberTypes="diggs:OtherNameType diggs:QualifierEnumType"/>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:QualifierEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type restriction of string
Facets
enumeration personal
enumeration work
enumeration permanent
Source
<simpleType name="QualifierEnumType">
  <restriction base="string">
    <enumeration value="personal"/>
    <enumeration value="work"/>
    <enumeration value="permanent"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:UnifiedDateTimeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(dateTime, diggs:time, witsml:date, gYearMonth, gMonthDay, gDay, gMonth, gYear)
Used by
Source
<simpleType name="UnifiedDateTimeType">
  <union memberTypes="dateTime time date gYearMonth gMonthDay gDay gMonth gYear"/>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ForcePerTimeMeasureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#ForcePerTimeMeasureType_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom diggs:forcePerTimeUom optional
Source
<complexType name="ForcePerTimeMeasureType">
  <simpleContent>
    <extension base="witsml:abstractMeasure">
      <attribute name="uom" type="diggs:forcePerTimeUom"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:forcePerTimeUom
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Pa/sec
enumeration at/sec
enumeration atm/sec
enumeration bar/sec
enumeration cmH2O(4degC)/sec
enumeration dyne/cm2/sec
enumeration GPa
enumeration hbar/sec
enumeration inH2O(39.2F)/sec
enumeration inH2O(60F)/sec
enumeration inHg(32F)/sec
enumeration inHg(60F/sec)
enumeration kgf/cm2/sec
enumeration kgf/mm2/sec
enumeration kN/m2/sec
enumeration kPa/sec
enumeration kpsi/sec
enumeration lbf/ft2/sec
enumeration lbf/100ft2/sec
enumeration lbf/in2/sec
enumeration mbar/sec
enumeration mmHg(0C)/sec
enumeration mPa/sec
enumeration MPa/sec
enumeration Mpsi/sec
enumeration N/m2/sec
enumeration N/mm2/sec
enumeration Pa(g)/sec
enumeration pPa/sec
enumeration psi/sec
enumeration psia/sec
enumeration psig/sec
enumeration tonfUS/ft2/sec
enumeration tonfUS/in2/sec
enumeration torr/sec
enumeration ubar/sec
enumeration umHg(0C)/sec
enumeration uPa/sec
enumeration upsi/sec
Used by
Source
<simpleType name="forcePerTimeUom">
  <restriction base="witsml:abstractUomEnum">
    <enumeration value="Pa/sec"/>
    <enumeration value="at/sec"/>
    <enumeration value="atm/sec"/>
    <enumeration value="bar/sec"/>
    <enumeration value="cmH2O(4degC)/sec"/>
    <enumeration value="dyne/cm2/sec"/>
    <enumeration value="GPa"/>
    <enumeration value="hbar/sec"/>
    <enumeration value="inH2O(39.2F)/sec"/>
    <enumeration value="inH2O(60F)/sec"/>
    <enumeration value="inHg(32F)/sec"/>
    <enumeration value="inHg(60F/sec)"/>
    <enumeration value="kgf/cm2/sec"/>
    <enumeration value="kgf/mm2/sec"/>
    <enumeration value="kN/m2/sec"/>
    <enumeration value="kPa/sec"/>
    <enumeration value="kpsi/sec"/>
    <enumeration value="lbf/ft2/sec"/>
    <enumeration value="lbf/100ft2/sec"/>
    <enumeration value="lbf/in2/sec"/>
    <enumeration value="mbar/sec"/>
    <enumeration value="mmHg(0C)/sec"/>
    <enumeration value="mPa/sec"/>
    <enumeration value="MPa/sec"/>
    <enumeration value="Mpsi/sec"/>
    <enumeration value="N/m2/sec"/>
    <enumeration value="N/mm2/sec"/>
    <enumeration value="Pa(g)/sec"/>
    <enumeration value="pPa/sec"/>
    <enumeration value="psi/sec"/>
    <enumeration value="psia/sec"/>
    <enumeration value="psig/sec"/>
    <enumeration value="tonfUS/ft2/sec"/>
    <enumeration value="tonfUS/in2/sec"/>
    <enumeration value="torr/sec"/>
    <enumeration value="ubar/sec"/>
    <enumeration value="umHg(0C)/sec"/>
    <enumeration value="uPa/sec"/>
    <enumeration value="upsi/sec"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:areaPerTimeUom
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m2/sec
enumeration mm2/min
Used by
Source
<simpleType name="areaPerTimeUom">
  <restriction base="witsml:abstractUomEnum">
    <enumeration value="m2/sec"/>
    <enumeration value="mm2/min"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AreaPerTimeMeasureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#AreaPerTimeMeasureType_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom diggs:areaPerTimeUom required
Source
<complexType name="AreaPerTimeMeasureType">
  <simpleContent>
    <extension base="witsml:abstractMeasure">
      <attribute name="uom" type="diggs:areaPerTimeUom" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DensityMeasureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#DensityMeasureType_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom diggs:diggsDensityUom required
Source
<complexType name="DensityMeasureType">
  <simpleContent>
    <extension base="witsml:abstractMeasure">
      <attribute name="uom" type="diggs:diggsDensityUom" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:diggsDensityUom
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#geotechnicalDensityUom 131.tmp#densityUom
Type union of(diggs:geotechnicalDensityUom, witsml:densityUom)
Used by
Source
<simpleType name="diggsDensityUom">
  <union memberTypes="diggs:geotechnicalDensityUom witsml:densityUom"/>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PercentMeasureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#PercentMeasureType_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Elements diggs_env:TICResultType/diggs_env:percentMatch, diggs_geo:AggregateImpactValueTestType/diggs_geo:impactValue1, diggs_geo:AggregateImpactValueTestType/diggs_geo:impactValue2, diggs_geo:AggregateSlakeDurabilityTestType/diggs_geo:index1, diggs_geo:AggregateSlakeDurabilityTestType/diggs_geo:index2, diggs_geo:ChalkCrushingValueTestType/diggs_geo:waterContent, diggs_geo:CompactionTestTrialsType/diggs_geo:moistureContent, diggs_geo:CompressiveStrengthTestType/diggs_geo:waterContent, diggs_geo:ConsolidationTestType/diggs_geo:finalMoistureContent, diggs_geo:ConsolidationTestType/diggs_geo:heightChange, diggs_geo:ConsolidationTestType/diggs_geo:initialMoistureContent, diggs_geo:ConsolidationTestType/diggs_geo:initialSaturation, diggs_geo:DirectShearTestTrialsType/diggs_geo:finalMoistureContent, diggs_geo:DirectShearTestTrialsType/diggs_geo:initialMoistureContent, diggs_geo:DrivenPenetrationTestType/diggs_geo:hammerEfficiency, diggs_geo:FrostSusceptibilityTestType/diggs_geo:waterContent, diggs_geo:GradingType/diggs_geo:percentPassing, diggs_geo:GradingType/diggs_geo:percentRetained, diggs_geo:HandVaneTestType/diggs_geo:waterContent, diggs_geo:InsituCBRTestType/diggs_geo:waterContent, diggs_geo:LabCBRTestTrialsType/diggs_geo:bottomCBR, diggs_geo:LabCBRTestTrialsType/diggs_geo:bottomMoistureContent, diggs_geo:LabCBRTestTrialsType/diggs_geo:topCBR, diggs_geo:LabCBRTestTrialsType/diggs_geo:topMoistureContent, diggs_geo:LabCBRTestType/diggs_geo:naturalMoistureContent, diggs_geo:LabPermeabilityTestType/diggs_geo:initialMoistureContent, diggs_geo:LabPermeabilityTestType/diggs_geo:initialSaturation, diggs_geo:MCVTestTrialsType/diggs_geo:moistureContent, diggs_geo:MCVTestType/diggs_geo:naturalMoistureContent, diggs_geo:PointLoadTestType/diggs_geo:moistureContent, diggs_geo:RockPorosityDensityTestType/diggs_geo:initialSaturation, diggs_geo:RockPorosityDensityTestType/diggs_geo:moistureContent, diggs_geo:SuctionTestType/diggs_geo:moistureContent
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<complexType name="PercentMeasureType">
  <simpleContent>
    <extension base="witsml:abstractMeasure">
      <attribute name="uom" type="witsml:PercentUom" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:geotechnicalDensityUom
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration kN/m3
Source
<simpleType name="geotechnicalDensityUom">
  <restriction base="witsml:abstractUomEnum">
    <enumeration value="kN/m3"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:IdentifierReferenceType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Provides a reference to the gml:identifier value, which follows a pattern
restriction conforming to the urn structure of identifiers
Diagram
Diagram
Type restriction of string
Facets
pattern urn:diggs:def:feature:[A-Z]{1,8}:[A-z0-9_\.\-]{1,200}
Used by
Source
<simpleType name="IdentifierReferenceType">
  <annotation>
    <documentation>Provides a reference to the gml:identifier value, which follows a pattern restriction conforming to the urn structure of identifiers</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="urn:diggs:def:feature:[A-Z]{1,8}:[A-z0-9_\.\-]{1,200}"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:PhoneNumberType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type restriction of string
Facets
pattern [0-9\-\+\(\)]{4,}
Used by
Source
<simpleType name="PhoneNumberType">
  <restriction base="string">
    <pattern value="[0-9\-\+\(\)]{4,}"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleDensityType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParticleDensityType_measuredDensity 2_0_a.tmp#ParticleDensityType_assumedDensity
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:measuredDensity | diggs:assumedDensity)
Children diggs:assumedDensity, diggs:measuredDensity, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ParticleDensityType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <choice>
        <element name="measuredDensity" type="witsml:densityMeasure"/>
        <element name="assumedDensity" type="witsml:densityMeasure"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractObjectType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks
Type extension of diggs:AbstractObjectBaseType
Type hierarchy
Used by
Complex Types diggs:AbstractEventType, diggs:AbstractLayerType, diggs:AbstractMonitoringProcessType, diggs:AbstractTestProcedureType, diggs:AddressType, diggs:BackfillLayerType, diggs:BackfillType, diggs:BlockSampleDetailType, diggs:BoreholeDiameterType, diggs:BoundaryType, diggs:CalibrationType, diggs:CasingType, diggs:ChainOfCustodyEventType, diggs:ChiselingType, diggs:ColorType, diggs:ComponentLithologyType, diggs:ComponentType, diggs:ConstructionMethodType, diggs:CylindricalSampleDetailType, diggs:DelayEventType, diggs:DescriptivePropertyType, diggs:DetectionLimitType, diggs:DetectorType, diggs:EnvironmentType, diggs:FlushType, diggs:FractureDescriptionType, diggs:FractureSpacingType, diggs:LithologyType, diggs:MeasureOrStringType, diggs:MonitoringResultType, diggs:MonitoringTimeType, diggs:OrientationType, diggs:ParameterType, diggs:ParticleDensityType, diggs:ParticleSizeDistributionType, diggs:ParticleSizeType, diggs:PostStrikeReadingType, diggs:PropertyType, diggs:SamplePreparationType, diggs:SampleProducedType, diggs:SoftwareApplicationType, diggs:TimeIntervalType, diggs:ValueAtTimeType, diggs:WaterStrikeType, diggs:WellOpeningType, diggs_env:FiltrationType, diggs_geo:CompactionTestTrialsType, diggs_geo:ConsolidationTestTrialsType, diggs_geo:DirectShearTestTrialsType, diggs_geo:DriveSetType, diggs_geo:GradingType, diggs_geo:LabCBRTestTrialsType, diggs_geo:MCVTestTrialsType, diggs_geo:PorePressureElementType, diggs_geo:PorewaterPressureMeasureType, diggs_geo:PressuremeterTestTrialsType, diggs_geo:PumpingTestTrialsType
Element diggs:AbstractObject
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractObjectType">
  <complexContent>
    <extension base="diggs:AbstractObjectBaseType">
      <sequence>
        <element minOccurs="0" name="status" type="gml:CodeType">
          <annotation>
            <documentation>A text string to provide information about the status of the object to be used to track QA/QC controls, review or release status, etc. The values used are intended to come from a controlled list of terms maintained by an organization.</documentation>
          </annotation>
        </element>
        <element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
      <attribute ref="xml:lang"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractObjectBaseType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description
Type restriction of gml:AbstractGMLType
Type hierarchy
Used by
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
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
<complexType name="AbstractObjectBaseType">
  <complexContent>
    <restriction base="gml:AbstractGMLType">
      <sequence>
        <element ref="gml:description" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:RemarkPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Remark
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:Remark*
Children diggs:Remark
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="RemarkPropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:Remark" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:RemarkType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#RemarkType_content 2_0_a.tmp#RemarkType_authorRef 2_0_a.tmp#RemarkType_author 2_0_a.tmp#RemarkType_remarkDateTime
Type extension of diggs:AbstractSimpleMetadataType
Type hierarchy
Used by
Element diggs:Remark
Model diggs:content , (diggs:authorRef | diggs:author) , diggs:remarkDateTime{0,1}
Children diggs:author, diggs:authorRef, diggs:content, diggs:remarkDateTime
Source
<complexType name="RemarkType">
  <complexContent>
    <extension base="diggs:AbstractSimpleMetadataType">
      <sequence>
        <element name="content" type="diggs:DiggsStringType" minOccurs="1" maxOccurs="1"/>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="authorRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
            </annotation>
          </element>
          <element name="author" type="diggs:DiggsStringType"/>
        </choice>
        <element name="remarkDateTime" type="diggs:UnifiedDateTimeType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractSimpleMetadataType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Properties
abstract: true
Used by
Source
<complexType abstract="true" name="AbstractSimpleMetadataType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MetadataReferenceType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A metadata property type that supports a value by reference only. The target
Metadata element is indicated in the appinfo value of the element whose type is
MetadataReferenceType.
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 3_2.tmp#AssociationAttributeGroup
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<complexType name="MetadataReferenceType">
  <annotation>
    <documentation>A metadata property type that supports a value by reference only. The target Metadata element is indicated in the appinfo value of the element whose type is MetadataReferenceType.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleDensityPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleDensity
Model diggs:ParticleDensity
Children diggs:ParticleDensity
Source
<complexType name="ParticleDensityPropertyType">
  <sequence>
    <element ref="diggs:ParticleDensity"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MeasureOrStringType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#MeasureOrStringType_numeric 2_0_a.tmp#MeasureOrStringType_textual
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:numeric | diggs:textual)
Children diggs:numeric, diggs:remarks, diggs:status, diggs:textual, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="MeasureOrStringType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <choice>
        <element name="numeric" type="witsml:generalMeasureType"/>
        <element name="textual" type="diggs:DiggsStringType"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AddressType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AddressType_number 2_0_a.tmp#AddressType_street 2_0_a.tmp#AddressType_city 2_0_a.tmp#AddressType_state 2_0_a.tmp#AddressType_province 2_0_a.tmp#AddressType_county 2_0_a.tmp#AddressType_country 2_0_a.tmp#AddressType_postalCode
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Address
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:number{0,1} , diggs:street* , diggs:city{0,1} , diggs:state{0,1} , diggs:province{0,1} , diggs:county{0,1} , diggs:country{0,1} , diggs:postalCode{0,1}
Children diggs:city, diggs:country, diggs:county, diggs:number, diggs:postalCode, diggs:province, diggs:remarks, diggs:state, diggs:status, diggs:street, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AddressType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="number" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="street" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="city" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="state" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="province" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="county" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="country" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="postalCode" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AddressPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Address
Used by
Model diggs:Address*
Children diggs:Address
Source
<complexType name="AddressPropertyType">
  <sequence>
    <element ref="diggs:Address" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BlockSampleDetailType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BlockSampleDetailType_height 2_0_a.tmp#BlockSampleDetailType_length 2_0_a.tmp#BlockSampleDetailType_width
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:height{0,1} , diggs:length{0,1} , diggs:width{0,1}
Children diggs:height, diggs:length, diggs:remarks, diggs:status, diggs:width, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BlockSampleDetailType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="height" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"/>
        <element name="length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"/>
        <element name="width" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BlockSampleDetailPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#BlockSampleDetail
Used by
Model diggs:BlockSampleDetail
Children diggs:BlockSampleDetail
Source
<complexType name="BlockSampleDetailPropertyType">
  <sequence>
    <element ref="diggs:BlockSampleDetail" minOccurs="1" maxOccurs="1"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CalibrationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#CalibrationType_date
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:date{0,1}
Children diggs:date, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="CalibrationType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="date" type="diggs:UnifiedDateTimeType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CalibrationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Calibration
Used by
Model diggs:Calibration*
Children diggs:Calibration
Source
<complexType name="CalibrationPropertyType">
  <sequence>
    <element ref="diggs:Calibration" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DelayEventType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DelayEventType_timeOfDelay 2_0_a.tmp#DelayEventType_delayType
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:timeOfDelay{0,1} , diggs:delayType{0,1}
Children diggs:delayType, diggs:remarks, diggs:status, diggs:timeOfDelay, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DelayEventType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="timeOfDelay" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="delayType" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TimeIntervalPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TimeInterval
Used by
Model diggs:TimeInterval
Children diggs:TimeInterval
Source
<complexType name="TimeIntervalPropertyType">
  <sequence>
    <element ref="diggs:TimeInterval"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TimeIntervalType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TimeIntervalType_start 2_0_a.tmp#TimeIntervalType_end 2_0_a.tmp#TimeIntervalType_duration
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:start , (diggs:end | diggs:duration)
Children diggs:duration, diggs:end, diggs:remarks, diggs:start, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="TimeIntervalType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="start" type="diggs:UnifiedDateTimeType" maxOccurs="1" minOccurs="1"/>
        <choice maxOccurs="1" minOccurs="0">
          <element name="end" type="diggs:UnifiedDateTimeType" maxOccurs="1" minOccurs="1"/>
          <element name="duration" type="witsml:timeMeasure" maxOccurs="1" minOccurs="1"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DelayEventPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#DelayEvent
Used by
Model diggs:DelayEvent*
Children diggs:DelayEvent
Source
<complexType name="DelayEventPropertyType">
  <sequence>
    <element ref="diggs:DelayEvent" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:EnvironmentType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#EnvironmentType_barometricPressure 2_0_a.tmp#EnvironmentType_gasFlow 2_0_a.tmp#EnvironmentType_gasPressure 2_0_a.tmp#EnvironmentType_temperature
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:barometricPressure{0,1} , diggs:gasFlow{0,1} , diggs:gasPressure{0,1} , diggs:temperature{0,1}
Children diggs:barometricPressure, diggs:gasFlow, diggs:gasPressure, diggs:remarks, diggs:status, diggs:temperature, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="EnvironmentType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="barometricPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1"/>
        <element name="gasFlow" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1"/>
        <element name="gasPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1"/>
        <element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:EnvironmentPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Environment
Used by
Model diggs:Environment*
Children diggs:Environment
Source
<complexType name="EnvironmentPropertyType">
  <sequence>
    <element ref="diggs:Environment" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:EventPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractEvent
Used by
Model diggs:AbstractEvent*
Children diggs:AbstractEvent
Source
<complexType name="EventPropertyType">
  <sequence>
    <element ref="diggs:AbstractEvent" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractEventType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded
Type extension of diggs:AbstractObjectType
Type hierarchy
Properties
abstract: true
mixed: false
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded*
Children diggs:dateTime, diggs:infoRecorded, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType mixed="false" name="AbstractEventType" abstract="true">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="dateTime" type="diggs:UnifiedDateTimeType" minOccurs="0">
          <annotation>
            <documentation>Date/time when this event information was recorded</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="infoRecorded" type="diggs:ParameterPropertyType">
          <annotation>
            <documentation>
              <![CDATA[Other associated data measured or observed at this time]]>
            </documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParameterPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Parameter
Used by
Model diggs:Parameter*
Children diggs:Parameter
Source
<complexType name="ParameterPropertyType">
  <sequence>
    <element ref="diggs:Parameter" maxOccurs="unbounded" minOccurs="0"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParameterType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParameterType_name 2_0_a.tmp#ParameterType_value
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:name{0,1} , diggs:value{0,1}
Children diggs:name, diggs:remarks, diggs:status, diggs:value, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ParameterType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="name" type="gml:CodeType">
          <annotation>
            <documentation>A description or code to what the value property represents. This is intended to be a controlled value from an authority.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="value" type="diggs:DiggsStringType">
          <annotation>
            <documentation>A value associated with the name.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ProjectPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Project
Used by
Model diggs:Project
Children diggs:Project
Source
<complexType name="ProjectPropertyType">
  <sequence>
    <element ref="diggs:Project" minOccurs="1" maxOccurs="1">
      <annotation>
        <documentation>A Project is a collection of sampling features, sampling activities, samples, measurements,
          <br/>and layer systems that constitutes a business activity. A project may occur at a physical location, in which case it can optionally contain geometries.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ProjectType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#originalSamplingFeatureRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#groupRef 2_0_a.tmp#ProjectType_referencePoint 2_0_a.tmp#ProjectType_linearExtent 2_0_a.tmp#ProjectType_arealExtent 2_0_a.tmp#ProjectType_projectDateTimeSpan 2_0_a.tmp#ProjectType_location 2_0_a.tmp#ProjectType_purpose 2_0_a.tmp#ProjectType_contracts
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Used by
Element diggs:Project
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:originalSamplingFeatureRef* , diggs:relatedSamplingFeatureRef* , diggs:samplingActivityRef* , diggs:groupRef* , diggs:referencePoint{0,1} , diggs:linearExtent{0,1} , diggs:arealExtent{0,1} , diggs:projectDateTimeSpan{0,1} , diggs:location{0,1} , diggs:purpose{0,1} , diggs:contracts{0,1}
Children diggs:arealExtent, diggs:associatedFiles, diggs:contracts, diggs:groupRef, diggs:linearExtent, diggs:location, diggs:originalSamplingFeatureRef, diggs:projectDateTimeSpan, diggs:purpose, diggs:referencePoint, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ProjectType">
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:originalSamplingFeatureRef"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:relatedSamplingFeatureRef"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:samplingActivityRef"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:groupRef"/>
        <element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="linearExtent" type="diggs:LinearExtentPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="arealExtent" type="diggs:SurfacePropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="projectDateTimeSpan" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="location" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
        <element name="purpose" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
        <element name="contracts" type="diggs:ContractPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractNamedFeatureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties
Type extension of diggs:AbstractFeatureBaseType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractNamedFeatureType">
  <complexContent>
    <extension base="diggs:AbstractFeatureBaseType">
      <sequence>
        <element maxOccurs="unbounded" minOccurs="1" ref="gml:name"/>
        <element ref="gml:identifier" minOccurs="0" maxOccurs="1"/>
        <element minOccurs="0" name="status" type="gml:CodeType"/>
        <group ref="diggs:FeatureMetadataProperties"/>
      </sequence>
      <attribute ref="xml:lang"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractFeatureBaseType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description
Type restriction of gml:AbstractFeatureType
Type hierarchy
Properties
abstract: true
mixed: false
Used by
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
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
<complexType name="AbstractFeatureBaseType" mixed="false" abstract="true">
  <complexContent>
    <restriction base="gml:AbstractFeatureType">
      <sequence>
        <element ref="gml:description" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:RolePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Role
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:Role*
Children diggs:Role
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="RolePropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:Role" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:RoleType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#RoleType_rolePerformed 2_0_a.tmp#RoleType_timePerformed 2_0_a.tmp#RoleType_remarks 2_0_a.tmp#RoleType_businessAssociateRef 2_0_a.tmp#RoleType_businessAssociate
Type extension of diggs:AbstractSimpleMetadataType
Type hierarchy
Used by
Element diggs:Role
Model diggs:rolePerformed , diggs:timePerformed{0,1} , diggs:remarks{0,1} , (diggs:businessAssociateRef | diggs:businessAssociate)
Children diggs:businessAssociate, diggs:businessAssociateRef, diggs:remarks, diggs:rolePerformed, diggs:timePerformed
Source
<complexType name="RoleType">
  <complexContent>
    <extension base="diggs:AbstractSimpleMetadataType">
      <sequence>
        <element name="rolePerformed" type="gml:CodeType" minOccurs="1" maxOccurs="1"/>
        <element name="timePerformed" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
        <choice maxOccurs="1">
          <element name="businessAssociateRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            </annotation>
          </element>
          <element name="businessAssociate" type="diggs:DiggsStringType"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FeatureReferenceType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef
Type extension of gml:ReferenceType
Type hierarchy
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<complexType name="FeatureReferenceType">
  <complexContent>
    <extension base="gml:ReferenceType">
      <attribute name="identifierRef" type="diggs:IdentifierReferenceType" use="optional">
        <annotation>
          <documentation>Provides a fully qualified gml:identifier value of the target feature</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PointLocationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PointLocation
Used by
Model diggs:PointLocation
Children diggs:PointLocation
Source
<complexType name="PointLocationPropertyType">
  <sequence>
    <element ref="diggs:PointLocation"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PointType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType 3_2.tmp#pos
Type extension of diggs:AbstractGeometricPrimitiveType
Type hierarchy
Used by
Model gml:description{0,1} , (gml:pos)
Children gml:description, gml:pos
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="PointType">
  <complexContent>
    <extension base="diggs:AbstractGeometricPrimitiveType">
      <sequence>
        <choice>
          <element ref="gml:pos"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractGeometricPrimitiveType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
diggs:AbstractGeometricPrimitiveType is the abstract root type of the geometric
primitives. A geometric primitive is a geometric object that is not decomposed further into
other primitives in the system. All primitives are oriented in the direction implied by the
sequence of their coordinate tuples.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType
Type extension of diggs:AbstractGeometryType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType abstract="true" name="AbstractGeometricPrimitiveType">
  <annotation>
    <documentation>diggs:AbstractGeometricPrimitiveType is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their coordinate tuples.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractGeometryType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractGeometryType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description
Type restriction of gml:AbstractGeometryType
Type hierarchy
Used by
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="AbstractGeometryType">
  <complexContent>
    <restriction base="gml:AbstractGeometryType">
      <sequence>
        <element ref="gml:description" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LinearExtentPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LinearExtent
Used by
Model diggs:LinearExtent
Children diggs:LinearExtent
Source
<complexType name="LinearExtentPropertyType">
  <sequence>
    <element ref="diggs:LinearExtent"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LineStringType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractCurveType 3_2.tmp#posList
Type extension of diggs:AbstractCurveType
Type hierarchy
Used by
Model gml:description{0,1} , gml:posList
Children gml:description, gml:posList
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="LineStringType">
  <complexContent>
    <extension base="diggs:AbstractCurveType">
      <sequence>
        <element ref="gml:posList"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractCurveType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
diggs:AbstractCurveType is an abstraction of a curve to support the different
levels of complexity. The curve may always be viewed as a geometric primitive, i.e. is
continuous.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType
Type extension of diggs:AbstractGeometricPrimitiveType
Type hierarchy
Properties
abstract: true
Used by
Complex Type diggs:LineStringType
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType abstract="true" name="AbstractCurveType">
  <annotation>
    <documentation>diggs:AbstractCurveType is an abstraction of a curve to support the different levels of complexity. The curve may always be viewed as a geometric primitive, i.e. is continuous.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractGeometricPrimitiveType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SurfacePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PlanarSurface
Used by
Model diggs:PlanarSurface
Children diggs:PlanarSurface
Source
<complexType name="SurfacePropertyType">
  <sequence>
    <element ref="diggs:PlanarSurface"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PolygonType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractSurfaceType 3_2.tmp#exterior
Type extension of diggs:AbstractSurfaceType
Type hierarchy
Used by
Model gml:description{0,1} , gml:exterior{0,1}
Children gml:description, gml:exterior
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="PolygonType">
  <complexContent>
    <extension base="diggs:AbstractSurfaceType">
      <sequence>
        <element minOccurs="0" ref="gml:exterior"/>
        <!--
          <element maxOccurs="unbounded" minOccurs="0" ref="gml:interior"/>
          -->
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractSurfaceType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
gml:AbstractSurfaceType is an abstraction of a surface to support the different
levels of complexity. A surface is always a continuous region of a plane.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricPrimitiveType
Type extension of diggs:AbstractGeometricPrimitiveType
Type hierarchy
Properties
abstract: true
Used by
Complex Type diggs:PolygonType
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType abstract="true" name="AbstractSurfaceType">
  <annotation>
    <documentation>gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractGeometricPrimitiveType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ContractPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Contract
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:Contract*
Children diggs:Contract
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="ContractPropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:Contract" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ContractType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#ContractType_associatedFiles 2_0_a.tmp#ContractType_type 2_0_a.tmp#ContractType_clientRef 2_0_a.tmp#ContractType_client 2_0_a.tmp#ContractType_contratorRef 2_0_a.tmp#ContractType_contractor
Type extension of diggs:AbstractMetaDataType
Type hierarchy
Used by
Element diggs:Contract
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:associatedFiles* , diggs:type{0,1} , (diggs:clientRef | diggs:client) , (diggs:contratorRef | diggs:contractor)
Children diggs:associatedFiles, diggs:client, diggs:clientRef, diggs:contractor, diggs:contratorRef, diggs:remarks, diggs:status, diggs:type, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ContractType">
  <complexContent>
    <extension base="diggs:AbstractMetaDataType">
      <sequence>
        <element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
          </annotation>
        </element>
        <element name="type" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="clientRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
            </annotation>
          </element>
          <element name="client" type="diggs:DiggsStringType"/>
        </choice>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="contratorRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
            </annotation>
          </element>
          <element name="contractor" type="diggs:DiggsStringType"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractMetaDataType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType
Type extension of diggs:AbstractNamedObjectType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractMetaDataType">
  <complexContent>
    <extension base="diggs:AbstractNamedObjectType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractNamedObjectType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks
Type extension of diggs:AbstractObjectBaseType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractNamedObjectType">
  <complexContent>
    <extension base="diggs:AbstractObjectBaseType">
      <sequence>
        <element ref="gml:name" minOccurs="1" maxOccurs="1"/>
        <element minOccurs="0" name="status" type="gml:CodeType"/>
        <element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
      <attribute ref="xml:lang"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SoftwareApplicationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#SoftwareApplicationType_name 2_0_a.tmp#SoftwareApplicationType_version
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:name{0,1} , diggs:version{0,1}
Children diggs:name, diggs:remarks, diggs:status, diggs:version, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SoftwareApplicationType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="name" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="version" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SoftwareApplicationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SoftwareApplication
Used by
Model diggs:SoftwareApplication*
Children diggs:SoftwareApplication
Source
<complexType name="SoftwareApplicationPropertyType">
  <sequence>
    <element ref="diggs:SoftwareApplication" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DocumentInformationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 3_2.tmp#id 2_0_a.tmp#DocumentInformationType_creationDate 2_0_a.tmp#DocumentInformationType_effectiveDate 2_0_a.tmp#DocumentInformationType_language 2_0_a.tmp#DocumentInformationType_authorRef 2_0_a.tmp#DocumentInformationType_author 2_0_a.tmp#DocumentInformationType_disclaimer 2_0_a.tmp#DocumentInformationType_sourceSoftware 2_0_a.tmp#DocumentInformationType_destination 2_0_a.tmp#DocumentInformationType_destinationSoftware 2_0_a.tmp#DocumentInformationType_protocol 2_0_a.tmp#DocumentInformationType_auditTrail
Type extension of diggs:AbstractSimpleMetadataType
Type hierarchy
Used by
Model diggs:creationDate , diggs:effectiveDate{0,1} , diggs:language{0,1} , (diggs:authorRef | diggs:author) , diggs:disclaimer{0,1} , diggs:sourceSoftware{0,1} , diggs:destination{0,1} , diggs:destinationSoftware{0,1} , diggs:protocol{0,1} , diggs:auditTrail{0,1}
Children diggs:auditTrail, diggs:author, diggs:authorRef, diggs:creationDate, diggs:destination, diggs:destinationSoftware, diggs:disclaimer, diggs:effectiveDate, diggs:language, diggs:protocol, diggs:sourceSoftware
Attributes
QName Type Fixed Default Use Annotation
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
<complexType name="DocumentInformationType">
  <complexContent>
    <extension base="diggs:AbstractSimpleMetadataType">
      <sequence>
        <element name="creationDate" type="diggs:UnifiedDateTimeType">
          <annotation>
            <documentation>The date that this instance file was created.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="effectiveDate" type="diggs:UnifiedDateTimeType">
          <annotation>
            <documentation>The effective date for the data in this XML instance. It would likely represent the most recent date when data in the instance was last added to or modified.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="language" type="language">
          <annotation>
            <documentation>The default language used in this instance document</documentation>
          </annotation>
        </element>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="authorRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
              <documentation>The person or business associate that created this instance document. A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            </annotation>
          </element>
          <element name="author" type="diggs:DiggsStringType"/>
        </choice>
        <element name="disclaimer" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>An uncontrolled string that identifies conditions and limitations of the data included in this instance.</documentation>
          </annotation>
        </element>
        <element name="sourceSoftware" type="diggs:SoftwareApplicationPropertyType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>If appropriate, the software that created the instance.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="destination" type="diggs:DiggsStringType">
          <annotation>
            <documentation>The intended destination for this XML instance; eg. chris@diggsml.com or ftp://uploaduser:password@ftp.diggsml.com/auto_import</documentation>
          </annotation>
        </element>
        <element name="destinationSoftware" type="diggs:SoftwareApplicationPropertyType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>If appropriate, the software that is intended to consume the file.</documentation>
          </annotation>
        </element>
        <element name="protocol" type="gml:CodeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Needs explanation of what this is. Possibly delete?</documentation>
          </annotation>
        </element>
        <element name="auditTrail" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>A series of remarks that provides a history of similar xml instance transmissions. Provides a way for data providers and receivers to track multiple versions of similar data transmissions.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute ref="gml:id" use="required"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DocumentInformationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#DocumentInformation
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:DocumentInformation{0,1}
Children diggs:DocumentInformation
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="DocumentInformationPropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element minOccurs="0" maxOccurs="1" ref="diggs:DocumentInformation"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractFeatureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties
Type extension of diggs:AbstractFeatureBaseType
Type hierarchy
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractFeatureType">
  <complexContent>
    <extension base="diggs:AbstractFeatureBaseType">
      <sequence>
        <element ref="gml:identifier" minOccurs="0" maxOccurs="1"/>
        <element minOccurs="0" name="status" type="gml:CodeType"/>
        <group ref="diggs:FeatureMetadataProperties" maxOccurs="1" minOccurs="0"/>
      </sequence>
      <attribute ref="xml:lang"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BusinessAssociateType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#BusinessAssociateType_address 2_0_a.tmp#BusinessAssociateType_emailAddress 2_0_a.tmp#BusinessAssociateType_phoneNumber 2_0_a.tmp#BusinessAssociateType_associatedWith
Type extension of diggs:AbstractMetaDataType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:address{0,1} , diggs:emailAddress{0,1} , diggs:phoneNumber{0,1} , diggs:associatedWith*
Children diggs:address, diggs:associatedWith, diggs:emailAddress, diggs:phoneNumber, diggs:remarks, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BusinessAssociateType">
  <complexContent>
    <extension base="diggs:AbstractMetaDataType">
      <sequence>
        <element name="address" type="diggs:AddressPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="emailAddress" type="diggs:EmailType" minOccurs="0" maxOccurs="1"/>
        <element name="phoneNumber" type="diggs:PhoneNumberType" minOccurs="0" maxOccurs="1"/>
        <element name="associatedWith" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BusinessAssociatePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#BusinessAssociate
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:BusinessAssociate*
Children diggs:BusinessAssociate
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="BusinessAssociatePropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:BusinessAssociate" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:EquipmentType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#EquipmentType_associatedFiles 2_0_a.tmp#EquipmentType_class 2_0_a.tmp#EquipmentType_modelNumber 2_0_a.tmp#EquipmentType_serialNumber 2_0_a.tmp#EquipmentType_calibrationAuditTrail 2_0_a.tmp#EquipmentType_detectors
Type extension of diggs:AbstractMetaDataType
Type hierarchy
Used by
Element diggs:Equipment
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:associatedFiles* , diggs:class{0,1} , diggs:modelNumber{0,1} , diggs:serialNumber{0,1} , diggs:calibrationAuditTrail{0,1} , diggs:detectors{0,1}
Children diggs:associatedFiles, diggs:calibrationAuditTrail, diggs:class, diggs:detectors, diggs:modelNumber, diggs:remarks, diggs:serialNumber, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="EquipmentType">
  <complexContent>
    <extension base="diggs:AbstractMetaDataType">
      <sequence>
        <element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
          </annotation>
        </element>
        <element name="class" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
        <element name="modelNumber" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="serialNumber" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="calibrationAuditTrail" type="diggs:CalibrationPropertyType" minOccurs="0" maxOccurs="1"/>
        <element maxOccurs="1" minOccurs="0" name="detectors" type="diggs:DetectorPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DetectorPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Detector
Used by
Model diggs:Detector*
Children diggs:Detector
Source
<complexType name="DetectorPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Detector"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DetectorType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DetectorType_measurand 2_0_a.tmp#DetectorType_type
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Detector
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:measurand{0,1} , diggs:type{0,1}
Children diggs:measurand, diggs:remarks, diggs:status, diggs:type, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DetectorType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element maxOccurs="1" minOccurs="0" name="measurand" type="diggs:CodeWithAuthorityType">
          <annotation>
            <documentation>Contains the code value of the property being measured. Codespace must be defined and the value should occur within a dictionary</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="type" type="gml:CodeType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CodeWithAuthorityType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Same as gml:CodeWithAuthorityType, only without the pattern restriction we've
placed on this term with DIGGS profile of GML 3.2
Diagram
Diagram NO_NAMESPACE.tmp#http___schemas.diggsml.com_2.0.a_CodeWithAuthorityType_codeSpace
Type extension of string
Used by
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI required
Source
<complexType name="CodeWithAuthorityType">
  <annotation>
    <documentation>Same as gml:CodeWithAuthorityType, only without the pattern restriction we've placed on this term with DIGGS profile of GML 3.2</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute name="codeSpace" type="anyURI" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:EquipmentPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Equipment
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:Equipment*
Children diggs:Equipment
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="EquipmentPropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:Equipment" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractGroupType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1}
Children diggs:associatedFiles, diggs:projectRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractGroupType" abstract="true">
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element minOccurs="0" ref="diggs:projectRef"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:GroupPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractGroup
Used by
Model diggs:AbstractGroup*
Children diggs:AbstractGroup
Source
<complexType name="GroupPropertyType">
  <sequence>
    <element ref="diggs:AbstractGroup" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ProjectGroupType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#associatedProjectRef
Type extension of diggs:AbstractGroupType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:associatedProjectRef{2,unbounded})
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:projectRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ProjectGroupType">
  <complexContent>
    <extension base="diggs:AbstractGroupType">
      <choice>
        <element maxOccurs="unbounded" ref="diggs:associatedProjectRef" minOccurs="2"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SamplingFeatureGroupType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#relatedSamplingFeatureRef
Type extension of diggs:AbstractGroupType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:relatedSamplingFeatureRef{2,unbounded})
Children diggs:associatedFiles, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SamplingFeatureGroupType">
  <complexContent>
    <extension base="diggs:AbstractGroupType">
      <choice>
        <element maxOccurs="unbounded" ref="diggs:relatedSamplingFeatureRef" minOccurs="2"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SampleGroupType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#sampleRef
Type extension of diggs:AbstractGroupType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:sampleRef{2,unbounded})
Children diggs:associatedFiles, diggs:projectRef, diggs:remarks, diggs:roles, diggs:sampleRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SampleGroupType">
  <complexContent>
    <extension base="diggs:AbstractGroupType">
      <choice>
        <element maxOccurs="unbounded" ref="diggs:sampleRef" minOccurs="2"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:GroupGroupType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#AbstractGroupType 2_0_a.tmp#groupRef
Type extension of diggs:AbstractGroupType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef{0,1} , (diggs:groupRef{2,unbounded})
Children diggs:associatedFiles, diggs:groupRef, diggs:projectRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="GroupGroupType">
  <complexContent>
    <extension base="diggs:AbstractGroupType">
      <choice>
        <element maxOccurs="unbounded" ref="diggs:groupRef" minOccurs="2"/>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SpecificationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#SpecificationType_associatedFiles 2_0_a.tmp#SpecificationType_fullMethodName 2_0_a.tmp#SpecificationType_methodDescription 2_0_a.tmp#SpecificationType_shortMethodName 2_0_a.tmp#SpecificationType_standardClause 2_0_a.tmp#SpecificationType_standardPart 2_0_a.tmp#SpecificationType_standardReferenceNumber 2_0_a.tmp#SpecificationType_standardTitle 2_0_a.tmp#SpecificationType_standardVersion
Type extension of diggs:AbstractMetaDataType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:associatedFiles* , diggs:fullMethodName{0,1} , diggs:methodDescription{0,1} , diggs:shortMethodName{0,1} , diggs:standardClause{0,1} , diggs:standardPart{0,1} , diggs:standardReferenceNumber{0,1} , diggs:standardTitle{0,1} , diggs:standardVersion{0,1}
Children diggs:associatedFiles, diggs:fullMethodName, diggs:methodDescription, diggs:remarks, diggs:shortMethodName, diggs:standardClause, diggs:standardPart, diggs:standardReferenceNumber, diggs:standardTitle, diggs:standardVersion, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SpecificationType">
  <complexContent>
    <extension base="diggs:AbstractMetaDataType">
      <sequence>
        <element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
          </annotation>
        </element>
        <element name="fullMethodName" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="methodDescription" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="shortMethodName" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="standardClause" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="standardPart" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="standardReferenceNumber" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="standardTitle" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="standardVersion" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SpecificationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#Specification
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:Specification*
Children diggs:Specification
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="SpecificationPropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:Specification" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractTestProcedureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification)
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractTestProcedureType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <group ref="diggs:TestMetadataProperties"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractSamplingFeatureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef*
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractSamplingFeatureType" abstract="true">
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element ref="diggs:investigationTargetRef"/>
        <element ref="diggs:projectRef"/>
        <element minOccurs="0" ref="diggs:originalProjectRef"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:associatedProjectRef"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:groupRef">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Group</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <documentation>A reference to a group feature that this feature belongs to.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:measurementRef">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Group</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <documentation>A reference to a group feature that this feature belongs to.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:layerSystemRef">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Group</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <documentation>A reference to a group feature that this feature belongs to.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:samplingActivityRef">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Group</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <documentation>A reference to a group feature that this feature belongs to.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:sensorRef">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Group</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <documentation>A reference to a group feature that this feature belongs to.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractSamplingFeaturePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSamplingFeature
Used by
Model diggs:AbstractSamplingFeature*
Children diggs:AbstractSamplingFeature
Source
<complexType name="AbstractSamplingFeaturePropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:AbstractSamplingFeature"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ValueAtTimeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ValueAtTimeType_elapsedTime 2_0_a.tmp#ValueAtTimeType_value
Type extension of diggs:AbstractObjectType
Type hierarchy
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:elapsedTime{0,1} , diggs:value{0,1}
Children diggs:elapsedTime, diggs:remarks, diggs:status, diggs:value, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ValueAtTimeType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="elapsedTime" type="diggs:TimeIntervalPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="value" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractLaboratoryTestType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractLaboratoryTestType_samplePreparations
Type extension of diggs:AbstractTestProcedureType
Type hierarchy
Properties
abstract: false
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification) , diggs:samplePreparations{0,1}
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:samplePreparations, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractLaboratoryTestType" abstract="false">
  <complexContent>
    <extension base="diggs:AbstractTestProcedureType">
      <sequence>
        <element name="samplePreparations" type="diggs:SamplePreparationPropertyType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Description of how sample(s) was prepared for the test, if applicable. If a preparation is specified by a test specification, this information can be referenced using the specificationRef or specifcatiom property and not needed here</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SamplePreparationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SamplePreparation
Used by
Model diggs:SamplePreparation*
Children diggs:SamplePreparation
Source
<complexType name="SamplePreparationPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:SamplePreparation"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SamplePreparationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#SamplePreparationType_preparedSampleDescription 2_0_a.tmp#SamplePreparationType_preparedSampleWeight 2_0_a.tmp#SamplePreparationType_preparedSampleHeight 2_0_a.tmp#SamplePreparationType_preparedSampleDiameter 2_0_a.tmp#SamplePreparationType_preparedSampleLength 2_0_a.tmp#SamplePreparationType_preparedSampleWidth
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef{0,1} , diggs:preparedSampleDescription{0,1} , diggs:preparedSampleWeight{0,1} , diggs:preparedSampleHeight{0,1} , (diggs:preparedSampleDiameter | (diggs:preparedSampleLength{0,1} , diggs:preparedSampleWidth{0,1}))
Children diggs:preparedSampleDescription, diggs:preparedSampleDiameter, diggs:preparedSampleHeight, diggs:preparedSampleLength, diggs:preparedSampleWeight, diggs:preparedSampleWidth, diggs:remarks, diggs:sampleRef, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SamplePreparationType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" ref="diggs:sampleRef"/>
        <element minOccurs="0" name="preparedSampleDescription" type="diggs:DiggsStringType">
          <annotation>
            <documentation>A description of the physical sample used for analysis following preparation. For example, if a procedure requires a collected sample to be screened such that the procedure operates on a specific size fraction of an overall soil sample, this description could be used to describe the size fraction(s) used in the prepared sample for analysis. However, if a more detailed and quantitative breakdown of size fractions is needed, the retainedSizeFraction property within the specific test procedure should be used to detail this information.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="preparedSampleWeight" type="witsml:massMeasure">
          <annotation>
            <documentation>The weight of the sample following preparation.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="preparedSampleHeight" type="witsml:lengthMeasure">
          <annotation>
            <documentation>The vertical dimension of the prepared sample.</documentation>
          </annotation>
        </element>
        <choice>
          <element minOccurs="1" name="preparedSampleDiameter" type="witsml:lengthMeasure">
            <annotation>
              <documentation>For cylindrical prepared samples, a measure of the cylinder's diameter</documentation>
            </annotation>
          </element>
          <sequence minOccurs="0">
            <element minOccurs="0" name="preparedSampleLength" type="witsml:lengthMeasure">
              <annotation>
                <documentation>A measure of one of the cross-sectional, or horizontal, dimensions of the prepared sample.</documentation>
              </annotation>
            </element>
            <element minOccurs="0" name="preparedSampleWidth" type="witsml:lengthMeasure">
              <annotation>
                <documentation>A measure of the other of the cross-sectional, or horizontal, dimensions of the prepared sample</documentation>
              </annotation>
            </element>
          </sequence>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AssociatedFileType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#AbstractMetaDataType 2_0_a.tmp#AssociatedFileType_fileType 2_0_a.tmp#AssociatedFileType_creatingApplication 2_0_a.tmp#AssociatedFileType_documentType 2_0_a.tmp#AssociatedFileType_fileDate
Type extension of diggs:AbstractMetaDataType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:fileType{0,1} , diggs:creatingApplication{0,1} , diggs:documentType{0,1} , diggs:fileDate{0,1}
Children diggs:creatingApplication, diggs:documentType, diggs:fileDate, diggs:fileType, diggs:remarks, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AssociatedFileType">
  <complexContent>
    <extension base="diggs:AbstractMetaDataType">
      <sequence>
        <element name="fileType" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1"/>
        <element name="creatingApplication" type="diggs:SoftwareApplicationPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="documentType" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
        <element name="fileDate" type="diggs:UnifiedDateTimeType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AssociatedFilePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#AssociatedFile
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:AssociatedFile*
Children diggs:AssociatedFile
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="AssociatedFilePropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:AssociatedFile" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DiggsType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType namespace.tmp#lang 2_0_a.tmp#DiggsType_associatedFiles 2_0_a.tmp#DiggsType_businessAssociates 2_0_a.tmp#DiggsType_equipment 2_0_a.tmp#DiggsType_specifications 2_0_a.tmp#DiggsType_documentInformation 2_0_a.tmp#DiggsType_investigationTargets 2_0_a.tmp#DiggsType_projects 2_0_a.tmp#DiggsType_samplingFeatures 2_0_a.tmp#DiggsType_measurements 2_0_a.tmp#DiggsType_samplingActivities 2_0_a.tmp#DiggsType_samples 2_0_a.tmp#DiggsType_layerSystems 2_0_a.tmp#DiggsType_groups
Type extension of gml:AbstractFeatureType
Type hierarchy
Used by
Element diggs:Diggs
Model gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , diggs:associatedFiles{0,1} , diggs:businessAssociates{0,1} , diggs:equipment{0,1} , diggs:specifications{0,1} , diggs:documentInformation{0,1} , diggs:investigationTargets{0,1} , diggs:projects{0,1} , diggs:samplingFeatures{0,1} , diggs:measurements{0,1} , diggs:samplingActivities{0,1} , diggs:samples{0,1} , diggs:layerSystems{0,1} , diggs:groups{0,1}
Children diggs:associatedFiles, diggs:businessAssociates, diggs:documentInformation, diggs:equipment, diggs:groups, diggs:investigationTargets, diggs:layerSystems, diggs:measurements, diggs:projects, diggs:samples, diggs:samplingActivities, diggs:samplingFeatures, diggs:specifications, gml:description, gml:descriptionReference, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DiggsType">
  <complexContent>
    <extension base="gml:AbstractFeatureType">
      <sequence>
        <element name="associatedFiles" type="diggs:AssociatedFilePropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="businessAssociates" type="diggs:BusinessAssociatePropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="equipment" type="diggs:EquipmentPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="specifications" type="diggs:SpecificationPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="documentInformation" type="diggs:DocumentInformationPropertyType" minOccurs="0" maxOccurs="1"/>
        <element minOccurs="0" name="investigationTargets" type="diggs:AbstractInvestigationTargetPropertyType"/>
        <element name="projects" type="diggs:ProjectPropertyType" minOccurs="0" maxOccurs="1"/>
        <element minOccurs="0" name="samplingFeatures" type="diggs:AbstractSamplingFeaturePropertyType"/>
        <element minOccurs="0" name="measurements" type="diggs:AbstractMeasurementPropertyType"/>
        <element minOccurs="0" name="samplingActivities" type="diggs:SamplingActivityPropertyType"/>
        <element name="samples" type="diggs:SamplePropertyType" minOccurs="0" maxOccurs="1"/>
        <element minOccurs="0" name="layerSystems" type="diggs:LayerSystemPropertyType"/>
        <element name="groups" type="diggs:GroupPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
      <attribute ref="xml:lang"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractInvestigationTargetPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractInvestigationTarget
Used by
Model diggs:AbstractInvestigationTarget*
Children diggs:AbstractInvestigationTarget
Source
<complexType name="AbstractInvestigationTargetPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:AbstractInvestigationTarget"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractInvestigationTargetType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType
Type extension of diggs:AbstractFeatureType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType abstract="true" name="AbstractInvestigationTargetType">
  <complexContent>
    <extension base="diggs:AbstractFeatureType">
      <sequence minOccurs="0"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractMeasurementPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractMeasurement
Used by
Model diggs:AbstractMeasurement*
Children diggs:AbstractMeasurement
Source
<complexType name="AbstractMeasurementPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:AbstractMeasurement"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractMeasurementType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#sampleRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#AbstractMeasurementType_parameters
Type extension of diggs:AbstractFeatureType
Type hierarchy
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:sampleRef* , diggs:samplingActivityRef{0,1} , diggs:parameters{0,1}
Children diggs:associatedFiles, diggs:investigationTargetRef, diggs:parameters, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:sampleRef, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractMeasurementType">
  <complexContent>
    <extension base="diggs:AbstractFeatureType">
      <sequence>
        <element ref="diggs:investigationTargetRef"/>
        <element ref="diggs:projectRef"/>
        <element minOccurs="0" ref="diggs:relatedSamplingFeatureRef"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:sampleRef"/>
        <element minOccurs="0" ref="diggs:samplingActivityRef"/>
        <element minOccurs="0" name="parameters" type="diggs:ParameterPropertyType">
          <annotation>
            <documentation>This will typically be used to record environmental parameters, or event-specific parameters that are not tightly bound to either the earth materials for which properties are being estimated, or the procedure. Parameters that are tightly bound to the procedure should be encoded within the procedure object.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SamplingActivityPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SamplingActivity
Used by
Model diggs:SamplingActivity*
Children diggs:SamplingActivity
Source
<complexType name="SamplingActivityPropertyType">
  <sequence>
    <element ref="diggs:SamplingActivity" maxOccurs="unbounded" minOccurs="0"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SamplingActivityType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#measurementRef 2_0_a.tmp#SamplingActivityType_sourceSample 2_0_a.tmp#SamplingActivityType_activityLocation 2_0_a.tmp#SamplingActivityType_samplesProduced 2_0_a.tmp#SamplingActivityType_derivedSampleType 2_0_a.tmp#SamplingActivityType_samplingDate 2_0_a.tmp#SamplingActivityType_samplingEnvironment 2_0_a.tmp#SamplingActivityType_samplingEquipmentRef 2_0_a.tmp#SamplingActivityType_samplingEquipment 2_0_a.tmp#SamplingActivityType_samplingProcedureRef 2_0_a.tmp#SamplingActivityType_samplingProcedure
Type extension of diggs:AbstractFeatureType
Type hierarchy
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:measurementRef* , diggs:sourceSample* , diggs:activityLocation{0,1} , diggs:samplesProduced{0,1} , diggs:derivedSampleType , diggs:samplingDate{0,1} , diggs:samplingEnvironment{0,1} , (diggs:samplingEquipmentRef | diggs:samplingEquipment) , (diggs:samplingProcedureRef | diggs:samplingProcedure)
Children diggs:activityLocation, diggs:associatedFiles, diggs:derivedSampleType, diggs:investigationTargetRef, diggs:measurementRef, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:samplesProduced, diggs:samplingDate, diggs:samplingEnvironment, diggs:samplingEquipment, diggs:samplingEquipmentRef, diggs:samplingProcedure, diggs:samplingProcedureRef, diggs:sourceSample, diggs:status, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SamplingActivityType">
  <complexContent>
    <extension base="diggs:AbstractFeatureType">
      <sequence>
        <element ref="diggs:investigationTargetRef"/>
        <element ref="diggs:projectRef"/>
        <element ref="diggs:relatedSamplingFeatureRef" minOccurs="0"/>
        <element minOccurs="0" ref="diggs:measurementRef" maxOccurs="unbounded"/>
        <element minOccurs="0" name="sourceSample" maxOccurs="unbounded" type="diggs:FractionalReferenceType">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Sample/@gml:id</appinfo>
            <documentation>A reference to a sample or samples that are used to create the sample (identified in the sampleRef property) produced by this activity. This element is only used for activities that subsample or aggregate samples from other samples. For aggregate samples, the percentage attribute optionally defines how much of the total new sample is composed from the source sample.</documentation>
          </annotation>
        </element>
        <element name="activityLocation" type="diggs:LocationPropertyType" minOccurs="0"/>
        <element maxOccurs="1" minOccurs="0" name="samplesProduced" type="diggs:SampleProducedPropertyType"/>
        <element name="derivedSampleType">
          <annotation>
            <documentation>A controlled list that indicates the type of sample created by this activity. Can be used by applications to validate other activity info. collected - sample was created by collection at a sampling feature; aggregate - activity created a sample by aggregating existing samples; sourceSamples should have more than one subelement subsample - activity created a sample by subsampling an existing sample; only one sourceSampleRef should be specified. test - activity produced a test, standard or blank sample that does not relate to any field sample; activity should be related to a project and no sourceSampleRef should be specified. none - the sample activity failed to produce a physical sample.</documentation>
          </annotation>
          <simpleType>
            <restriction base="string">
              <enumeration value="aggregate"/>
              <enumeration value="collected"/>
              <enumeration value="none"/>
              <enumeration value="subsample"/>
              <enumeration value="test"/>
            </restriction>
          </simpleType>
        </element>
        <element minOccurs="0" name="samplingDate" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>The date/time for this activity</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="samplingEnvironment" type="diggs:EnvironmentPropertyType"/>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="samplingEquipmentRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:Equipment</appinfo>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            </annotation>
          </element>
          <element name="samplingEquipment" type="gml:CodeType"/>
        </choice>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="samplingProcedureRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:Specifications</appinfo>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            </annotation>
          </element>
          <element name="samplingProcedure" type="gml:CodeType"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FractionalReferenceType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#ReferenceType NO_NAMESPACE.tmp#FeatureReferenceType_identifierRef 2_0_a.tmp#FeatureReferenceType NO_NAMESPACE.tmp#FractionalReferenceType_percentage
Type extension of diggs:FeatureReferenceType
Type hierarchy
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature
nilReason gml:NilReasonType optional
owns boolean false optional
percentage diggs:Val0-100Type required
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<complexType name="FractionalReferenceType">
  <complexContent>
    <extension base="diggs:FeatureReferenceType">
      <attribute name="percentage" type="diggs:Val0-100Type" use="required"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:Val0-100Type
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type restriction of double
Facets
maxInclusive 100
minInclusive 0
Used by
Source
<simpleType name="Val0-100Type">
  <restriction base="double">
    <minInclusive value="0"/>
    <maxInclusive value="100"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LocationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Used by
Model diggs:AbstractGeometry
Children diggs:AbstractGeometry
Source
<complexType name="LocationPropertyType">
  <sequence>
    <element ref="diggs:AbstractGeometry"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SampleProducedPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#SampleProduced
Used by
Model diggs:SampleProduced*
Children diggs:SampleProduced
Source
<complexType name="SampleProducedPropertyType">
  <sequence>
    <element maxOccurs="unbounded" ref="diggs:SampleProduced" minOccurs="0"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SampleProducedType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#SampleProducedType_sampleLocation
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef , diggs:sampleLocation{0,1}
Children diggs:remarks, diggs:sampleLocation, diggs:sampleRef, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SampleProducedType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element ref="diggs:sampleRef"/>
        <element minOccurs="0" name="sampleLocation" type="diggs:LocationPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SamplePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Sample
Used by
Model diggs:Sample*
Children diggs:Sample
Source
<complexType name="SamplePropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Sample"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SampleType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#SampleType_classification 2_0_a.tmp#SampleType_purpose 2_0_a.tmp#SampleType_condition 2_0_a.tmp#SampleType_matrix 2_0_a.tmp#SampleType_medium 2_0_a.tmp#SampleType_cylindricalSampleDetails 2_0_a.tmp#SampleType_blockSampleDetails 2_0_a.tmp#SampleType_primaryLithology 2_0_a.tmp#SampleType_componentLithologies 2_0_a.tmp#SampleType_chainOfCustodyEvents
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Used by
Element diggs:Sample
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:samplingActivityRef , diggs:groupRef* , diggs:measurementRef* , diggs:classification{0,1} , diggs:purpose{0,1} , diggs:condition{0,1} , diggs:matrix{0,1} , diggs:medium{0,1} , (diggs:cylindricalSampleDetails | diggs:blockSampleDetails) , diggs:primaryLithology{0,1} , diggs:componentLithologies{0,1} , diggs:chainOfCustodyEvents{0,1}
Children diggs:associatedFiles, diggs:blockSampleDetails, diggs:chainOfCustodyEvents, diggs:classification, diggs:componentLithologies, diggs:condition, diggs:cylindricalSampleDetails, diggs:groupRef, diggs:matrix, diggs:measurementRef, diggs:medium, diggs:primaryLithology, diggs:projectRef, diggs:purpose, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SampleType">
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element ref="diggs:projectRef"/>
        <element ref="diggs:samplingActivityRef">
        </element>
        <element minOccurs="0" maxOccurs="unbounded" ref="diggs:groupRef">
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:measurementRef"/>
        <element minOccurs="0" name="classification" type="gml:CodeType">
          <annotation>
            <documentation>A definition of the class of sample collected. This is intended to come from a controlled list of values.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="purpose" type="diggs:DiggsStringType">
          <annotation>
            <documentation>Purpose of taking this sample. This is an uncontrolled string that describes the test or tests that are intended to be run on this sample.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="condition" type="diggs:DiggsStringType">
          <annotation>
            <documentation>A description of the sample condition; uncontrolled string</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="matrix" type="gml:CodeType">
          <annotation>
            <documentation>A description of the sample matrix, if applicable. This is intended to come from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="medium" type="gml:CodeType">
          <annotation>
            <documentation>Medium of the Sample (Gas, Water, Liquid). Perhaps should be enumerated list</documentation>
          </annotation>
        </element>
        <choice minOccurs="0">
          <annotation>
            <documentation>If sample is cylindrical in shape (eg. a soil or rock core) or a block sample, select one of the appropriate choices and enter related information in either cylindricalSampleDetails or blockSampleDetails properties.</documentation>
          </annotation>
          <element minOccurs="1" name="cylindricalSampleDetails" type="diggs:CylindricalSampleDetailPropertyType">
            <annotation>
              <documentation>If the sample is a core (eg. cylindrical with integrity such that the location of the ends of the sample can be defined in space), then these elements may be used to further describe the sample.</documentation>
            </annotation>
          </element>
          <element name="blockSampleDetails" type="diggs:BlockSampleDetailPropertyType">
            <annotation>
              <documentation>If the sample is a block sample with integrity and measurable width, height, and depth, those details are entered here</documentation>
            </annotation>
          </element>
        </choice>
        <element minOccurs="0" name="primaryLithology" type="diggs:LithologyPropertyType">
          <annotation>
            <documentation>A description of the lithology of the sample (if derived from earth materials). For a core sample consisting of multiple lithologies, this element should generally be left blank and a lithologyLayerSystem should be created to carry the lithologic descriptions related to core samples.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="componentLithologies" type="diggs:ComponentLithologyPropertyType">
          <annotation>
            <documentation>A description of the lithologies that make up a minor portion of the sample</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="chainOfCustodyEvents" type="diggs:ChainOfCustodyEventPropertyType">
          <annotation>
            <documentation>Contains information on the chain-of-custody for this sample</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CylindricalSampleDetailPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#CylindricalSampleDetail
Used by
Model diggs:CylindricalSampleDetail
Children diggs:CylindricalSampleDetail
Source
<complexType name="CylindricalSampleDetailPropertyType">
  <sequence>
    <element ref="diggs:CylindricalSampleDetail"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CylindricalSampleDetailType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#CylindricalSampleDetailType_diameter 2_0_a.tmp#CylindricalSampleDetailType_length 2_0_a.tmp#CylindricalSampleDetailType_rockQualityDesignation 2_0_a.tmp#CylindricalSampleDetailType_solidCoreRecovery 2_0_a.tmp#CylindricalSampleDetailType_totalCoreRecovery
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:diameter{0,1} , diggs:length{0,1} , diggs:rockQualityDesignation{0,1} , diggs:solidCoreRecovery{0,1} , diggs:totalCoreRecovery{0,1}
Children diggs:diameter, diggs:length, diggs:remarks, diggs:rockQualityDesignation, diggs:solidCoreRecovery, diggs:status, diggs:totalCoreRecovery, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="CylindricalSampleDetailType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="diameter" type="witsml:lengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[Diameter of the sample]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="length" type="witsml:lengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[Length of the sample]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="rockQualityDesignation" type="diggs:Val0-100MeasureType">
          <annotation>
            <documentation>
              <![CDATA[Rock Quality Designation]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="solidCoreRecovery" type="diggs:Val0-100MeasureType">
          <annotation>
            <documentation>
              <![CDATA[Percentage of core recovered that is solid and undisturbed]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="totalCoreRecovery" type="diggs:PercentDoubleType">
          <annotation>
            <documentation>
              <![CDATA[Percentage of core recovered relative to the total length of earth material cored]]>
            </documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:Val0-100MeasureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Val0-100Type NO_NAMESPACE.tmp#Val0-100MeasureType_uom
Type extension of diggs:Val0-100Type
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<complexType name="Val0-100MeasureType">
  <simpleContent>
    <extension base="diggs:Val0-100Type">
      <attribute name="uom" type="witsml:PercentUom" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PercentDoubleType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#PercentDoubleType_uom
Type extension of double
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<complexType name="PercentDoubleType">
  <simpleContent>
    <extension base="double">
      <attribute name="uom" type="witsml:PercentUom" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LithologyPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Lithology
Used by
Model diggs:Lithology
Children diggs:Lithology
Source
<complexType name="LithologyPropertyType">
  <sequence>
    <element ref="diggs:Lithology">
      <annotation>
        <documentation>The gml:description in this context would typically contain a string descriptor of the lithology. The classificationCode would contain a short code or descriptor for the lithology, such as "sand" or "SM" used often for lithologic symbology on logs or maps. Either gml:Description or primaryCodeValue must be included for the object to be valid (both can be populated). This rule must be checked with schematron.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LithologyType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Either a gml:description property describing the lithology or a
classificationCode that provides the classification code for the lihology should be present
(or both). This should be enforced in Schematron.
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_classificationCode 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_alternateCode 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_color 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_particleSize 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_grainSizeDistribution 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_descriptiveProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_LithologyType_constituents
Type extension of diggs:AbstractObjectType
Type hierarchy
Properties
mixed: false
Used by
Element diggs:Lithology
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:classificationCode{0,1} , diggs:alternateCode* , diggs:color{0,1} , diggs:particleSize{0,1} , diggs:grainSizeDistribution{0,1} , diggs:descriptiveProperties{0,1} , diggs:constituents{0,1}
Children diggs:alternateCode, diggs:classificationCode, diggs:color, diggs:constituents, diggs:descriptiveProperties, diggs:grainSizeDistribution, diggs:particleSize, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="LithologyType" mixed="false">
  <annotation>
    <documentation>Either a gml:description property describing the lithology or a classificationCode that provides the classification code for the lihology should be present (or both). This should be enforced in Schematron.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="classificationCode" type="diggs:CodeWithAuthorityType" minOccurs="0">
          <annotation>
            <documentation>The code value that defines the geology classification (eg. "SM" or "silty sand"; preferably defined by an authority identified in the codespace attribute</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="alternateCode" type="gml:CodeType">
          <annotation>
            <documentation>From AGS, this defines a legend code primarily for graphic display; should use codeValue instead, although legendCode can be optionally used as another classification identifier; eg. "silty clay" and "clayey silt" could be assigned to a different alternate classification called "silt"</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" name="color" type="diggs:ColorPropertyType" minOccurs="0"/>
        <element minOccurs="0" name="particleSize" type="gml:CodeType">
          <annotation>
            <documentation>A descriptive term or phrase to describe the overall particle size distribution of the soil, eg. "fine sand", "fine to coarse". "silt and very fine sand". Intended to come from a controlled list</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="grainSizeDistribution" type="diggs:ParticleSizeDistributionPropertyType">
          <annotation>
            <documentation>Particle size distribution information providing details such as mean grain size, maximum grain size, etc.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="descriptiveProperties" type="diggs:DescriptivePropertyPropertyType"/>
        <element minOccurs="0" name="constituents" type="diggs:ConstituentPropertyType">
          <annotation>
            <documentation>Constituents are materials and structures associated with this geology classification and the lithology layer or sample which this lithology relates to, but not considered significant enough to record as part of a separate layer system or where location within a lithology layer or sample is not important to preserve (except as a comment). Constituents of a lithology are descriptions that generally fall into one of the following classes: 1) types of sedimentary or physical structures, 2) types of lithologic, mineralogic or organic accessories (eg. presence of calcite, gas odor, etc.), 3) types and degree of bioturbation features, 4) types of diagenetic structures, 5) types of physical structures produced by sampling, 6) types of fossils, 7) types of trace fossils, 8) types of fractures</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute ref="diggs:technique">
        <annotation>
          <documentation>A value that describes the method by which the lithology was determined. Allowed values are: - inferred; estimated from some indirect measurement such as elog - lab test; determined from laboratory analysis (such as particle size - missing; method known but not reported here - other; method other than the choices in this list. Further information should be provided in the remarks property - reported; description comes from a third party source - unknown; method of description unknown and can likely not be determined - visual; description comes from visual description of the material</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ColorPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#ColorPropertyType_character 2_0_a.tmp#Color
Used by
Model diggs:Color*
Children diggs:Color
Attributes
QName Type Fixed Default Use Annotation
character diggs:ColorCharacterEnumType optional
Source
<complexType name="ColorPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Color"/>
  </sequence>
  <attribute name="character" type="diggs:ColorCharacterEnumType"/>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ColorType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#ColorType_colorCode 2_0_a.tmp#ColorType_abundanceCode 2_0_a.tmp#ColorType_abundancePercent
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Color
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:colorCode{0,1} , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:colorCode, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ColorType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="colorCode" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>The code value that defines the color; preferably defined by an authority identified in the codespace attribute (eg. 10YR4/3)</documentation>
          </annotation>
        </element>
        <element name="abundanceCode" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the color present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
          </annotation>
        </element>
        <element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the color present, expressed as a percentage.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute ref="diggs:technique">
      </attribute>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:DescriptorTechniqueEnumType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A value that describes the method by which the observation or measurement was
determined. Allowed values are: - assigned; value is assigned a priori - inferred; estimated
from some indirect measurement such as elog - measured; determined from laboratory analysis
(such as particle size or other measurement means - missing; method known but not reported
here - other; method other than the choices in this list. Further information should be
provided in the remarks property - reported; description comes from a third party source -
unknown; method of description unknown and can likely not be determined - visual;
observation comes from visual inspection
Diagram
Diagram
Type restriction of string
Facets
enumeration assigned
enumeration calculated
enumeration inferred
enumeration measured
enumeration missing
enumeration other
enumeration reported
enumeration unknown
enumeration visual
Used by
Source
<simpleType name="DescriptorTechniqueEnumType">
  <annotation>
    <documentation>A value that describes the method by which the observation or measurement was determined. Allowed values are: - assigned; value is assigned a priori - inferred; estimated from some indirect measurement such as elog - measured; determined from laboratory analysis (such as particle size or other measurement means - missing; method known but not reported here - other; method other than the choices in this list. Further information should be provided in the remarks property - reported; description comes from a third party source - unknown; method of description unknown and can likely not be determined - visual; observation comes from visual inspection</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="assigned"/>
    <enumeration value="calculated"/>
    <enumeration value="inferred"/>
    <enumeration value="measured"/>
    <enumeration value="missing"/>
    <enumeration value="other"/>
    <enumeration value="reported"/>
    <enumeration value="unknown"/>
    <enumeration value="visual"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:ColorCharacterEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Used by
Source
<simpleType name="ColorCharacterEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="banded"/>
        <enumeration value="mottled"/>
        <enumeration value="multicolored"/>
        <enumeration value="uniform"/>
        <enumeration value="variegated"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleSizeDistributionPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleSizeDistribution
Used by
Model diggs:ParticleSizeDistribution
Children diggs:ParticleSizeDistribution
Source
<complexType name="ParticleSizeDistributionPropertyType">
  <sequence>
    <element ref="diggs:ParticleSizeDistribution"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleSizeDistributionType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#ParticleSizeDistributionType_meanGrainsize 2_0_a.tmp#ParticleSizeDistributionType_modalGrainsize 2_0_a.tmp#ParticleSizeDistributionType_equivalentDiameter 2_0_a.tmp#ParticleSizeDistributionType_minimumDiameter 2_0_a.tmp#ParticleSizeDistributionType_maximumDiameter 2_0_a.tmp#ParticleSizeDistributionType_d10 2_0_a.tmp#ParticleSizeDistributionType_d30 2_0_a.tmp#ParticleSizeDistributionType_d50 2_0_a.tmp#ParticleSizeDistributionType_d60
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:meanGrainsize{0,1} , diggs:modalGrainsize{0,1} , diggs:equivalentDiameter{0,1} , diggs:minimumDiameter{0,1} , diggs:maximumDiameter{0,1} , diggs:d10{0,1} , diggs:d30{0,1} , diggs:d50{0,1} , diggs:d60{0,1}
Children diggs:d10, diggs:d30, diggs:d50, diggs:d60, diggs:equivalentDiameter, diggs:maximumDiameter, diggs:meanGrainsize, diggs:minimumDiameter, diggs:modalGrainsize, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ParticleSizeDistributionType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="meanGrainsize" type="diggs:ParticleSizePropertyType">
          <annotation>
            <documentation>A text descriptor (eg. fine sand) or numeric value representing the mean grain size.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="modalGrainsize" type="diggs:ParticleSizePropertyType">
          <annotation>
            <documentation>A text descriptor (eg. fine sand) or numeric value representing the modal grain size.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="equivalentDiameter" type="diggs:ParticleSizePropertyType">
          <annotation>
            <documentation>A text descriptor (eg. fine sand) or numeric value representing the equivalent diameter for the soil.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="minimumDiameter" type="diggs:ParticleSizePropertyType">
          <annotation>
            <documentation>A text descriptor (eg. fine sand) or numeric value representing the minimum diameter of particles in the soil.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="maximumDiameter" type="diggs:ParticleSizePropertyType">
          <annotation>
            <documentation>A text descriptor (eg. fine sand) or numeric value representing the maximum diameter of particles in the soil.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="d10" type="diggs:ParticleSizePropertyType"/>
        <element minOccurs="0" name="d30" type="diggs:ParticleSizePropertyType"/>
        <element minOccurs="0" name="d50" type="diggs:ParticleSizePropertyType"/>
        <element minOccurs="0" name="d60" type="diggs:ParticleSizePropertyType"/>
      </sequence>
      <attribute ref="diggs:technique">
        <annotation>
          <documentation>A value that describes the method by which the lithology was determined. Allowed values are: - inferred; estimated from some indirect measurement such as elog - lab test; determined from laboratory analysis (such as particle size - missing; method known but not reported here - other; method other than the choices in this list. Further information should be provided in the remarks property - reported; description comes from a third party source - unknown; method of description unknown and can likely not be determined - visual; description comes from visual description of the material</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleSizePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ParticleSize
Used by
Model diggs:ParticleSize
Children diggs:ParticleSize
Source
<complexType name="ParticleSizePropertyType">
  <sequence>
    <element ref="diggs:ParticleSize"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleSizeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ParticleSizeType_value 2_0_a.tmp#ParticleSizeType_descriptor
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:value{0,1} , diggs:descriptor{0,1}
Children diggs:descriptor, diggs:remarks, diggs:status, diggs:value, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ParticleSizeType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <annotation>
          <documentation>Either value or descriptor should be present. Both are allowed.</documentation>
        </annotation>
        <element name="value" type="diggs:ParticleSizeValueType" minOccurs="0">
          <annotation>
            <documentation>A numeric value for the particle size, in length units such as mm diameter, or phi.</documentation>
          </annotation>
        </element>
        <element name="descriptor" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A text description for the particle size, such as "very fine sand", etc.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ParticleSizeValueType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#ParticleSizeValueType_uom
Type extension of double
Used by
Attributes
QName Type Fixed Default Use Annotation
uom diggs:particleSizeUom required
Source
<complexType name="ParticleSizeValueType">
  <simpleContent>
    <extension base="double">
      <attribute name="uom" type="diggs:particleSizeUom" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:particleSizeUom
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration in
enumeration mm
enumeration micron
enumeration phi
Used by
Source
<simpleType name="particleSizeUom">
  <restriction base="witsml:abstractUomEnum">
    <enumeration value="in"/>
    <enumeration value="mm"/>
    <enumeration value="micron"/>
    <enumeration value="phi"/>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DescriptivePropertyPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#DescriptiveProperty
Used by
Model diggs:DescriptiveProperty+
Children diggs:DescriptiveProperty
Source
<complexType name="DescriptivePropertyPropertyType">
  <sequence>
    <element maxOccurs="unbounded" ref="diggs:DescriptiveProperty"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DescriptivePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DescriptivePropertyType_propertyClass 2_0_a.tmp#DescriptivePropertyType_value
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:propertyClass , diggs:value
Children diggs:propertyClass, diggs:remarks, diggs:status, diggs:value, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DescriptivePropertyType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="propertyClass" type="diggs:CodeWithAuthorityType"/>
        <element name="value" type="gml:CodeType">
          <annotation>
            <documentation>The value of the descriptive property (eg dry, dense, etc.). Value is intended to come from a controlled list.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ConstituentPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Constituent
Used by
Model diggs:Constituent*
Children diggs:Constituent
Source
<complexType name="ConstituentPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Constituent">
      <annotation>
        <documentation>A name that provides the classification code for the constituent (required) and optional description, along with a description of the abundance of this constituent (if applicable).</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ConstituentType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#technique 2_0_a.tmp#ConstituentType_abundanceCode 2_0_a.tmp#ConstituentType_abundancePercent 2_0_a.tmp#ConstituentType_distribution
Type extension of diggs:AbstractNamedObjectType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1} , diggs:distribution{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:distribution, diggs:remarks, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ConstituentType">
  <complexContent>
    <extension base="diggs:AbstractNamedObjectType">
      <sequence>
        <element name="abundanceCode" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the constituent present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
          </annotation>
        </element>
        <element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the component present, expressed as a percentage.</documentation>
          </annotation>
        </element>
        <element name="distribution" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A description of how the constituent is distributed within the interval (eg. scattered, sporadic, locally, etc.). Intended to come from a controlled list</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute ref="diggs:technique"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ComponentLithologyPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ComponentLithology
Used by
Model diggs:ComponentLithology*
Children diggs:ComponentLithology
Source
<complexType name="ComponentLithologyPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:ComponentLithology"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ComponentLithologyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType NO_NAMESPACE.tmp#ComponentLithologyType_association 2_0_a.tmp#ComponentLithologyType_lithology 2_0_a.tmp#ComponentLithologyType_abundanceCode 2_0_a.tmp#ComponentLithologyType_abundancePercent
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:lithology , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:lithology, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
association diggs:LithologyCharacterEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ComponentLithologyType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence maxOccurs="1" minOccurs="1">
        <element maxOccurs="1" minOccurs="1" name="lithology" type="diggs:LithologyPropertyType"/>
        <element name="abundanceCode" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the subordinate lithology present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
          </annotation>
        </element>
        <element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the subordinate lithology present, expressed as a percentage.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="association" type="diggs:LithologyCharacterEnumType"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:LithologyCharacterEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Used by
Source
<simpleType name="LithologyCharacterEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="uniformly distributed as a component of the primary lithology"/>
        <enumeration value="interbedded with the primary lithology"/>
        <enumeration value="incorporated as inclusions within the primary lithology"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ChainOfCustodyEventPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ChainOfCustodyEvent
Used by
Model diggs:ChainOfCustodyEvent
Children diggs:ChainOfCustodyEvent
Source
<complexType name="ChainOfCustodyEventPropertyType">
  <sequence>
    <element ref="diggs:ChainOfCustodyEvent"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ChainOfCustodyEventType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ChainOfCustodyEventType_sourceSamplingFeatureRef 2_0_a.tmp#ChainOfCustodyEventType_sourceSamplingFeature 2_0_a.tmp#ChainOfCustodyEventType_destinationSamplingFeatureRef 2_0_a.tmp#ChainOfCustodyEventType_destinationSamplingFeature 2_0_a.tmp#ChainOfCustodyEventType_dateSent 2_0_a.tmp#ChainOfCustodyEventType_dateReceived 2_0_a.tmp#ChainOfCustodyEventType_shippingContainerId 2_0_a.tmp#ChainOfCustodyEventType_containerType 2_0_a.tmp#ChainOfCustodyEventType_preservativeAdded
Type extension of diggs:AbstractObjectType
Type hierarchy
Properties
mixed: false
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:sourceSamplingFeatureRef{0,1} | diggs:sourceSamplingFeature{0,1}) , (diggs:destinationSamplingFeatureRef{0,1} | diggs:destinationSamplingFeature{0,1}) , diggs:dateSent{0,1} , diggs:dateReceived{0,1} , diggs:shippingContainerId{0,1} , diggs:containerType{0,1} , diggs:preservativeAdded{0,1}
Children diggs:containerType, diggs:dateReceived, diggs:dateSent, diggs:destinationSamplingFeature, diggs:destinationSamplingFeatureRef, diggs:preservativeAdded, diggs:remarks, diggs:shippingContainerId, diggs:sourceSamplingFeature, diggs:sourceSamplingFeatureRef, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType mixed="false" name="ChainOfCustodyEventType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <choice>
          <element minOccurs="0" name="sourceSamplingFeatureRef" type="diggs:MetadataReferenceType">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
              <documentation>A xlink:href reference to a BusinessAssociate that is releasing custody of the sample</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="sourceSamplingFeature" type="diggs:DiggsStringType">
            <annotation>
              <documentation>The name of a BusinessAssociate that is releasing custody of the sample. A string is used here to name the business associate and does not require that a BusinessAssociate feature be instantiated.</documentation>
            </annotation>
          </element>
        </choice>
        <choice>
          <element name="destinationSamplingFeatureRef" type="diggs:MetadataReferenceType" minOccurs="0">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:businessAssociates/BusinessAssociate/@gml:id</appinfo>
              <documentation>A xlink:href reference to a BusinessAssociate that is receiving custody of the sample</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="destinationSamplingFeature" type="diggs:DiggsStringType">
            <annotation>
              <documentation>The name of a BusinessAssociate that is receiving custody of the sample. A string is used here to name the business associate and does not require that a BusinessAssociate feature be instantiated.</documentation>
            </annotation>
          </element>
        </choice>
        <element minOccurs="0" name="dateSent" type="diggs:UnifiedDateTimeType">
          <annotation>
            <documentation>
              <![CDATA[Date that sample was shipped]]>
            </documentation>
          </annotation>
        </element>
        <element name="dateReceived" type="diggs:UnifiedDateTimeType" minOccurs="0">
          <annotation>
            <documentation>
              <![CDATA[Date that sample was received]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="shippingContainerId" type="diggs:DiggsStringType">
          <annotation>
            <documentation>
              <![CDATA[An identifier for the container that the sample containers are transported in.]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="containerType" type="gml:CodeType">
          <annotation>
            <documentation>Description of container for the sample; intended to be derived from a controlled list. Example:
              <![CDATA[Jar, Bucket, Vial, Bag]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="preservativeAdded" type="gml:CodeType">
          <annotation>
            <documentation>Example:
              <![CDATA[The type of preservative added to sample, if any.]]>
            </documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LayerSystemPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LayerSystem
Used by
Model diggs:LayerSystem*
Children diggs:LayerSystem
Source
<complexType name="LayerSystemPropertyType">
  <sequence>
    <element ref="diggs:LayerSystem" maxOccurs="unbounded" minOccurs="0"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LayerSystemType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#LayerSystemType_layers
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Properties
abstract: false
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:relatedSamplingFeatureRef , diggs:layers
Children diggs:associatedFiles, diggs:layers, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType abstract="false" name="LayerSystemType">
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element ref="diggs:projectRef"/>
        <element ref="diggs:relatedSamplingFeatureRef"/>
        <element name="layers" type="diggs:LayerPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LayerPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractLayer 2_0_a.tmp#AbstractNamedLayer
Used by
Model diggs:AbstractLayer* | diggs:AbstractNamedLayer*
Children diggs:AbstractLayer, diggs:AbstractNamedLayer
Source
<complexType name="LayerPropertyType">
  <choice>
    <element ref="diggs:AbstractLayer" maxOccurs="unbounded" minOccurs="0"/>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:AbstractNamedLayer">
      <annotation>
        <documentation>An interval or region defined at a sampling feature that contains observations or interpretations. A named layer is defined by its gml:name, which describes the type of information contained in the layer definition.</documentation>
      </annotation>
    </element>
  </choice>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractLayerType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
The base type for all layers, which extend this type
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved
Type extension of diggs:AbstractObjectType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1}
Children diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType abstract="true" name="AbstractLayerType">
  <annotation>
    <documentation>The base type for all layers, which extend this type</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:sampleRef">
          <annotation>
            <documentation>If the layer description or value derives from a sample, then this element can be optionally used to point to the subject Sample feature via the xlink:href attribute</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:measurementRef">
          <annotation>
            <documentation>If the layer description or value derives from a test, then this element can be optionally used to point to the subject test feature via the xlink:href attribute</documentation>
          </annotation>
        </element>
        <element name="layerLocation" type="diggs:LocationPropertyType">
          <annotation>
            <documentation>Appropriate SamplingFeatureLocation properties that are relevant to layerLocations are linearIntervalLocation (for linear sampling features where the full layer is contained within a linear sampling feature) and linearPointLocation (for linear sampling features where only one boundary of layer is within the sampling feature), planarIntervalLocation (one boundary in a planar sampling feature) and planarSurfaceLocation (surface on a planar feature).</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="trueTopObserved" type="boolean">
          <annotation>
            <documentation>True or false, indicating whether the geometry of the top pasition of the feature represents the true top of the feature being defined (true) or (false) whether the top represents the upper extent of the feature that is defined by the extent of the sampling feature itself.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="trueBaseObserved" type="boolean">
          <annotation>
            <documentation>True or false, indicating whether the geometry of the top pasition of the feature represents the true top of the feature being defined (true) or (false) whether the top represents the upper extent of the feature that is defined by the extent of the sampling feature itself.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractNamedLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 3_2.tmp#name 2_0_a.tmp#AbstractNamedObjectType_status 2_0_a.tmp#AbstractNamedObjectType_remarks 2_0_a.tmp#AbstractNamedObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractNamedLayerType_layerLocation
Type extension of diggs:AbstractNamedObjectType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation
Children diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, gml:description, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractNamedLayerType">
  <complexContent>
    <extension base="diggs:AbstractNamedObjectType">
      <sequence>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:sampleRef">
          <annotation>
            <documentation>If the layer description or value derives from a sample, then this element can be optionally used to point to the subject Sample feature via the xlink:href attribute</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:measurementRef">
          <annotation>
            <documentation>If the layer description or value derives from a laboratory test, then this element can be optionally used to point to the subject laboratory test feature via the xlink:href attribute</documentation>
          </annotation>
        </element>
        <element name="layerLocation" type="diggs:LocationPropertyType">
          <annotation>
            <documentation>Appropriate SamplingFeatureLocation properties that are relevant to layerLocations are linearIntervalLocation (for linear sampling features where the full layer is contained within a linear sampling feature) and linearPointLocation (for linear sampling features where only one boundary of layer is within the sampling feature), planarIntervalLocation (one boundary in a planar sampling feature) and planarSurfaceLocation (surface on a planar feature).</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:StationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPointSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractPointSamplingFeatureType 2_0_a.tmp#StationType_type
Type extension of diggs:AbstractPointSamplingFeatureType
Type hierarchy
Used by
Element diggs:Station
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:linearReferencing* , diggs:type{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, diggs:type, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="StationType">
  <complexContent>
    <extension base="diggs:AbstractPointSamplingFeatureType">
      <sequence>
        <element name="type" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A definition of the type of station (eg. outcrop, survey marker, etc.). This is intended to come from a list controlled by an authority.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractPointSamplingFeatureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPointSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPointSamplingFeatureType_linearReferencing
Type extension of diggs:AbstractSamplingFeatureType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:linearReferencing*
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractPointSamplingFeatureType">
  <complexContent>
    <extension base="diggs:AbstractSamplingFeatureType">
      <sequence>
        <element name="referencePoint" type="diggs:PointLocationPropertyType"/>
        <element minOccurs="0" name="referencePointAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the reference point coordinates.</documentation>
          </annotation>
        </element>
        <element name="linearReferencing" type="diggs:LinearSpatialReferenceSystemPropertyType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>A point can optionally be referenced along a curve using this property</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LocationAccuracyPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractMetadataPropertyType 2_0_a.tmp#LocationAccuracy
Type extension of gml:AbstractMetadataPropertyType
Type hierarchy
Used by
Model diggs:LocationAccuracy
Children diggs:LocationAccuracy
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="LocationAccuracyPropertyType">
  <complexContent>
    <extension base="gml:AbstractMetadataPropertyType">
      <sequence>
        <element ref="diggs:LocationAccuracy"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LocationAccuracyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSimpleMetadataType 2_0_a.tmp#LocationAccuracyType_measurementMethod 2_0_a.tmp#LocationAccuracyType_result
Type extension of diggs:AbstractSimpleMetadataType
Type hierarchy
Used by
Model diggs:measurementMethod{0,1} , diggs:result{0,1}
Children diggs:measurementMethod, diggs:result
Source
<complexType name="LocationAccuracyType">
  <complexContent>
    <extension base="diggs:AbstractSimpleMetadataType">
      <sequence>
        <element minOccurs="0" name="measurementMethod" type="gml:CodeType"/>
        <element minOccurs="0" name="result" type="gml:MeasureType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LinearSpatialReferenceSystemPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#LinearSpatialReferenceSystem
Used by
Model diggs:LinearSpatialReferenceSystem
Children diggs:LinearSpatialReferenceSystem
Source
<complexType name="LinearSpatialReferenceSystemPropertyType">
  <sequence>
    <element ref="diggs:LinearSpatialReferenceSystem"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LinearSpatialReferenceSystemType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#DefinitionBaseType 3_2.tmp#remarks 3_2.tmp#DefinitionType 3_2.tmp#IdentifiedObjectType lr.tmp#LinearSRSType_linearElement lr.tmp#LinearSRSType_lrm lr.tmp#LinearSRSType 2_0_a.tmp#LinearSpatialReferenceSystemType_linearElementAccuracy 2_0_a.tmp#LinearSpatialReferenceSystemType_linearReferencingMethodAccuracy
Type extension of glr:LinearSRSType
Type hierarchy
Used by
Model gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier , gml:name* , gml:remarks{0,1} , glr:linearElement , glr:lrm , diggs:linearElementAccuracy{0,1} , diggs:linearReferencingMethodAccuracy{0,1}
Children diggs:linearElementAccuracy, diggs:linearReferencingMethodAccuracy, glr:linearElement, glr:lrm, gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:remarks
Attributes
QName Type Fixed Default Use Annotation
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
<complexType name="LinearSpatialReferenceSystemType">
  <complexContent>
    <extension base="glr:LinearSRSType">
      <sequence>
        <element minOccurs="0" name="linearElementAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the linear element referenced by this reference system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="linearReferencingMethodAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the location (geometry) elements that use this linear reference system for their SRS. For example, for depths in a hole, this property could provide information as to the source and accuracy of depth values that relate to this reference system.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractLinearSamplingFeatureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing
Type extension of diggs:AbstractSamplingFeatureType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:centerLine, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractLinearSamplingFeatureType">
  <complexContent>
    <extension base="diggs:AbstractSamplingFeatureType">
      <sequence>
        <element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="1"/>
        <element minOccurs="0" name="referencePointAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the referencePoint. Accuracy for the centerLine coordinates are specified in the linearElementAccuracy property of the LinearSpatialReferenceSystem that uses the centerLine as the linear element.</documentation>
          </annotation>
        </element>
        <element name="centerLine" type="diggs:LinearExtentPropertyType" maxOccurs="unbounded" minOccurs="1"/>
        <element name="linearReferencing" type="diggs:LinearSpatialReferenceSystemPropertyType" minOccurs="1" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractInsituTestType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractInsituTestType_testEvents
Type extension of diggs:AbstractTestProcedureType
Type hierarchy
Properties
abstract: false
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification) , diggs:testEvents{0,1}
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, diggs:testEvents, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType abstract="false" name="AbstractInsituTestType">
  <complexContent>
    <extension base="diggs:AbstractTestProcedureType">
      <sequence>
        <element minOccurs="0" name="testEvents" type="diggs:EventPropertyType">
          <annotation>
            <documentation>A test event is a time-based or location-based recording of instantaneous conditions or parameters associated with an in-situ test, such as casing depth, water level, or any custom parameters. This property holds one or more Event objects; Event objects are associated with the type of sampling feature that the in-situ test is performed in. For example, for a standard penetration test performed in a borehole, a BoreholeEvent object would be used in the testEvents property to record the depth to water at various times during the test.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ColorLayerType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Color layers must not overlap
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#ColorLayerType_colors 2_0_a.tmp#ColorLayerType_baseBoundary
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:colors , diggs:baseBoundary{0,1}
Children diggs:baseBoundary, diggs:colors, diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ColorLayerType">
  <annotation>
    <documentation>Color layers must not overlap</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element maxOccurs="1" name="colors" type="diggs:ColorPropertyType"/>
        <element minOccurs="0" name="baseBoundary" type="diggs:BoundaryPropertyType">
          <annotation>
            <documentation>Description of the boundary at the base of the layer</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoundaryPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Boundary
Used by
Model diggs:Boundary
Children diggs:Boundary
Source
<complexType name="BoundaryPropertyType">
  <sequence>
    <element ref="diggs:Boundary"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoundaryType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#BoundaryType_dipAngle 2_0_a.tmp#BoundaryType_dipDirection 2_0_a.tmp#BoundaryType_distinctness 2_0_a.tmp#BoundaryType_origin 2_0_a.tmp#BoundaryType_topography
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Boundary
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dipAngle{0,1} , diggs:dipDirection{0,1} , diggs:distinctness{0,1} , diggs:origin{0,1} , diggs:topography{0,1}
Children diggs:dipAngle, diggs:dipDirection, diggs:distinctness, diggs:origin, diggs:remarks, diggs:status, diggs:topography, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType unknown 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BoundaryType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="dipAngle" type="witsml:planeAngleMeasure">
          <annotation>
            <documentation>
              <![CDATA[The inclinaton angle in degrees of the boundary surface, as measured downward from the horizontal.]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="dipDirection" type="witsml:planeAngleMeasure">
          <annotation>
            <documentation>
              <![CDATA[The direction of the true dip of the boundary surface, as measured clockwise with respect to true north.]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="distinctness" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[A controlled string (preferably) that defines how distinctly the boundary between zones is defined, as governed by both the contrast between adjacent zones and by the width of the boundary. (eg. sharp, gradational)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="origin" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[A controlled string (preferably) that defines the specific nature or origin of the boundary. (eg. unconformity, fault, etc.)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="topography" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[A controlled string (preferably) that defines the shape of the boundary surface between zones. (eg. wavy)]]>
            </documentation>
          </annotation>
        </element>
      </sequence>
      <attribute default="unknown" ref="diggs:technique"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ComponentLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#technique 2_0_a.tmp#ComponentLayerType_constituents
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:constituents
Children diggs:constituents, diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ComponentLayerType">
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element name="constituents" type="diggs:ConstituentPropertyType"/>
      </sequence>
      <attribute ref="diggs:technique">
        <annotation>
          <documentation>A term selected from an enumerated list that defines the method or observation process that defines this object. Choices are: inferred, measured, missing, other, reported, unknown, or visual.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ComponentType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#ComponentType_codeValue 2_0_a.tmp#ComponentType_abundanceCode 2_0_a.tmp#ComponentType_abundancePercent
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Component
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:codeValue{0,1} , diggs:abundanceCode{0,1} , diggs:abundancePercent{0,1}
Children diggs:abundanceCode, diggs:abundancePercent, diggs:codeValue, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ComponentType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="codeValue" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>The code value that defines the consituent (eg. "SM" or "gastropod"; preferably defined by an authority identified in the codespace attribute</documentation>
          </annotation>
        </element>
        <element name="abundanceCode" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the constituent present as a string type, intended to come from a controlled list (eg. few, rare, common, etc.)</documentation>
          </annotation>
        </element>
        <element name="abundancePercent" type="diggs:Val0-100MeasureType" minOccurs="0">
          <annotation>
            <documentation>A measure of the amount of the component present, expressed as a percentage.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute ref="diggs:technique"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ComponentPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Component
Model diggs:Component*
Children diggs:Component
Source
<complexType name="ComponentPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Component">
      <annotation>
        <documentation>Either a gml:description property describing the constituent or a CodeValue that provides the classification code for the constituent should be present (or both). This should be enforced in Schematron.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:ComponentCategoryEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Source
<simpleType name="ComponentCategoryEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="bioturbation intensity"/>
        <enumeration value="consistency"/>
        <enumeration value="diagenetic features"/>
        <enumeration value="fossils"/>
        <enumeration value="hydrocarbons"/>
        <enumeration value="lithology"/>
        <enumeration value="physical structures"/>
        <enumeration value="trace fossils"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DiscontinuityLayerType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
A discontinuity or zone of discontinuities
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#DiscontinuityLayerType_fractures 2_0_a.tmp#DiscontinuityLayerType_spacing
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:fractures{0,1} , diggs:spacing{0,1}
Children diggs:fractures, diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:sampleRef, diggs:spacing, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DiscontinuityLayerType">
  <annotation>
    <documentation>A discontinuity or zone of discontinuities</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element name="fractures" type="diggs:FractureDescriptionPropertyType" minOccurs="0">
        </element>
        <element name="spacing" minOccurs="0" type="diggs:FractureSpacingPropertyType">
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FractureDescriptionPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#FractureDescription
Used by
Model diggs:FractureDescription
Children diggs:FractureDescription
Source
<complexType name="FractureDescriptionPropertyType">
  <sequence>
    <element ref="diggs:FractureDescription"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FractureDescriptionType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#technique 2_0_a.tmp#FractureDescriptionType_aperatureMeasurement 2_0_a.tmp#FractureDescriptionType_aperatureObservation 2_0_a.tmp#FractureDescriptionType_dipAngle 2_0_a.tmp#FractureDescriptionType_dipDirection 2_0_a.tmp#FractureDescriptionType_discontinuityNumber 2_0_a.tmp#FractureDescriptionType_fractureSetNumber 2_0_a.tmp#FractureDescriptionType_infillMaterial 2_0_a.tmp#FractureDescriptionType_infillHardness 2_0_a.tmp#FractureDescriptionType_jointRoughnessCoefficient 2_0_a.tmp#FractureDescriptionType_persistence 2_0_a.tmp#FractureDescriptionType_planarity 2_0_a.tmp#FractureDescriptionType_roughness 2_0_a.tmp#FractureDescriptionType_seepageRating 2_0_a.tmp#FractureDescriptionType_surfaceAppearance 2_0_a.tmp#FractureDescriptionType_termination 2_0_a.tmp#FractureDescriptionType_type 2_0_a.tmp#FractureDescriptionType_wallStrength 2_0_a.tmp#FractureDescriptionType_wallWeathering 2_0_a.tmp#FractureDescriptionType_fractureHealing 2_0_a.tmp#FractureDescriptionType_waterFlow 2_0_a.tmp#FractureDescriptionType_wavinessAmplitude 2_0_a.tmp#FractureDescriptionType_wavinessWavelength
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:aperatureMeasurement{0,1} , diggs:aperatureObservation{0,1} , diggs:dipAngle{0,1} , diggs:dipDirection{0,1} , diggs:discontinuityNumber{0,1} , diggs:fractureSetNumber{0,1} , diggs:infillMaterial{0,1} , diggs:infillHardness{0,1} , diggs:jointRoughnessCoefficient{0,1} , diggs:persistence{0,1} , diggs:planarity{0,1} , diggs:roughness{0,1} , diggs:seepageRating{0,1} , diggs:surfaceAppearance{0,1} , diggs:termination{0,1} , diggs:type{0,1} , diggs:wallStrength{0,1} , diggs:wallWeathering{0,1} , diggs:fractureHealing{0,1} , diggs:waterFlow{0,1} , diggs:wavinessAmplitude{0,1} , diggs:wavinessWavelength{0,1}
Children diggs:aperatureMeasurement, diggs:aperatureObservation, diggs:dipAngle, diggs:dipDirection, diggs:discontinuityNumber, diggs:fractureHealing, diggs:fractureSetNumber, diggs:infillHardness, diggs:infillMaterial, diggs:jointRoughnessCoefficient, diggs:persistence, diggs:planarity, diggs:remarks, diggs:roughness, diggs:seepageRating, diggs:status, diggs:surfaceAppearance, diggs:termination, diggs:type, diggs:wallStrength, diggs:wallWeathering, diggs:waterFlow, diggs:wavinessAmplitude, diggs:wavinessWavelength, gml:description
Attributes
QName Type Fixed Default Use Annotation
diggs:technique diggs:DescriptorTechniqueEnumType unknown 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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="FractureDescriptionType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="aperatureMeasurement" type="witsml:lengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity aperture measurement]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="aperatureObservation" type="diggs:DiggsStringType">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity aperture observation]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="dipAngle" type="witsml:planeAngleMeasure">
          <annotation>
            <documentation>
              <![CDATA[Dip of discontinuity]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="dipDirection" type="witsml:planeAngleMeasure">
          <annotation>
            <documentation>
              <![CDATA[Dip direction of discontinuity]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="discontinuityNumber" type="integer">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity number]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="fractureSetNumber" type="diggs:DiggsStringType">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity set reference number]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="infillMaterial" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[Infilling material]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="infillHardness" type="gml:CodeType">
          <annotation>
            <documentation>Hardness of the infill material</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="jointRoughnessCoefficient" type="double">
          <annotation>
            <documentation>
              <![CDATA[Joint Roughness Coefficient]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="persistence" type="double">
          <annotation>
            <documentation>
              <![CDATA[Persistence measurement]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="planarity" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[Intermediate scale planarity (ISRM 1978)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="roughness" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[Small scale roughness (ISRM 1978)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="seepageRating" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[Seepage rating (ISRM 1978)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="surfaceAppearance" type="diggs:DiggsStringType">
          <annotation>
            <documentation>
              <![CDATA[Surface appearance]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="termination" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity termination (lower, upper) (ISRM 1978)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="type" type="gml:CodeType">
          <annotation>
            <documentation>
              <![CDATA[Type of discontinuity]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wallStrength" type="witsml:generalMeasureType">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity wall strength]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wallWeathering" type="diggs:DiggsStringType">
          <annotation>
            <documentation>
              <![CDATA[Discontinuity wall weathering]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="fractureHealing" type="gml:CodeType"/>
        <element minOccurs="0" name="waterFlow" type="witsml:volumeFlowRateMeasure">
          <annotation>
            <documentation>
              <![CDATA[Water flow estimate]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wavinessAmplitude" type="witsml:lengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[Large scale waviness, amplitude (ISRM 1978)]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wavinessWavelength" type="witsml:lengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[Large scale waviness, wavelength (ISRM 1978)]]>
            </documentation>
          </annotation>
        </element>
      </sequence>
      <attribute default="unknown" ref="diggs:technique"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FractureSpacingPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#FractureSpacing
Used by
Model diggs:FractureSpacing
Children diggs:FractureSpacing
Source
<complexType name="FractureSpacingPropertyType">
  <sequence>
    <element ref="diggs:FractureSpacing"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FractureSpacingType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#FractureSpacingType_fracturesPerUnitLength 2_0_a.tmp#FractureSpacingType_minSpacing 2_0_a.tmp#FractureSpacingType_maxSpacing 2_0_a.tmp#FractureSpacingType_averageSpacing
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:fracturesPerUnitLength | (diggs:minSpacing{0,1} , diggs:maxSpacing{0,1} , diggs:averageSpacing{0,1}))
Children diggs:averageSpacing, diggs:fracturesPerUnitLength, diggs:maxSpacing, diggs:minSpacing, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="FractureSpacingType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <choice>
        <element minOccurs="1" name="fracturesPerUnitLength" type="witsml:lengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[Number of fractures per unit length as specified in the uom attribute]]>
            </documentation>
          </annotation>
        </element>
        <sequence minOccurs="1">
          <element minOccurs="0" name="minSpacing" type="witsml:lengthMeasure">
            <annotation>
              <documentation>
                <![CDATA[Minimum Fracture Spacing over zone]]>
              </documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="maxSpacing" type="witsml:lengthMeasure">
            <annotation>
              <documentation>
                <![CDATA[Maximum Fracture Spacing over zone]]>
              </documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="averageSpacing" type="witsml:lengthMeasure">
            <annotation>
              <documentation>
                <![CDATA[Average Fracture Spacing over zone]]>
              </documentation>
            </annotation>
          </element>
        </sequence>
      </choice>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:LithologyLayerType
Namespace http://schemas.diggsml.com/2.0.a
Annotations
Lithology layers must not overlap within a layer system
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#LithologyLayerType_primaryLithology 2_0_a.tmp#LithologyLayerType_componentLithologies 2_0_a.tmp#LithologyLayerType_baseBoundary
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:primaryLithology , diggs:componentLithologies{0,1} , diggs:baseBoundary{0,1}
Children diggs:baseBoundary, diggs:componentLithologies, diggs:layerLocation, diggs:measurementRef, diggs:primaryLithology, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="LithologyLayerType">
  <annotation>
    <documentation>Lithology layers must not overlap within a layer system</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element name="primaryLithology" type="diggs:LithologyPropertyType"/>
        <element minOccurs="0" name="componentLithologies" type="diggs:ComponentLithologyPropertyType">
          <annotation>
            <documentation>A description of the lithologies that make up a subsidiary portion of the overall lithologic classification of the layer, or exist as specific components of the primarylithologic classification</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="baseBoundary" type="diggs:BoundaryPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:ConstituentCategoryEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Source
<simpleType name="ConstituentCategoryEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="bioturbation intensity"/>
        <enumeration value="color"/>
        <enumeration value="consistency"/>
        <enumeration value="diagenetic features"/>
        <enumeration value="fossils"/>
        <enumeration value="hydrocarbons"/>
        <enumeration value="lithology"/>
        <enumeration value="physical structures"/>
        <enumeration value="trace fossils"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DescriptorCodeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#CodeType_codeSpace 3_2.tmp#CodeType 2_0_a.tmp#technique
Type extension of gml:CodeType
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
diggs:technique diggs:DescriptorTechniqueEnumType optional
Source
<complexType name="DescriptorCodeType">
  <simpleContent>
    <extension base="gml:CodeType">
      <attribute ref="diggs:technique">
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:OrientationLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#OrientationLayerType_featureType 2_0_a.tmp#OrientationLayerType_orientation
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:featureType , diggs:orientation
Children diggs:featureType, diggs:layerLocation, diggs:measurementRef, diggs:orientation, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="OrientationLayerType">
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element name="featureType" type="diggs:OrientationLayerEnumType"/>
        <element name="orientation" type="diggs:OrientationPropertyType">
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:OrientationLayerEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Used by
Source
<simpleType name="OrientationLayerEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="bedding"/>
        <enumeration value="cross-bedding"/>
        <enumeration value="faults"/>
        <enumeration value="joints"/>
        <enumeration value="fractures"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:OrientationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Orientation
Used by
Model diggs:Orientation
Children diggs:Orientation
Source
<complexType name="OrientationPropertyType">
  <sequence>
    <element ref="diggs:Orientation"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:OrientationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#OrientationType_strikeOrBearing 2_0_a.tmp#OrientationType_dipOrPlunge
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:strikeOrBearing , diggs:dipOrPlunge
Children diggs:dipOrPlunge, diggs:remarks, diggs:status, diggs:strikeOrBearing, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="OrientationType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="strikeOrBearing" type="witsml:planeAngleMeasure">
          <annotation>
            <documentation>The compass bearing of the feature (if linear) or strike of the plane, from north (range 0-360), where 0 is north and 90 east, etc.</documentation>
          </annotation>
        </element>
        <element name="dipOrPlunge" type="witsml:planeAngleMeasure">
          <annotation>
            <documentation>The inclination of the feature from horizontal (eg. 0 is vertical, 90 degrees is vertical DOWN)</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PropertyLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#PropertyLayerType_property 2_0_a.tmp#PropertyLayerType_value
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:property , diggs:value
Children diggs:layerLocation, diggs:measurementRef, diggs:property, diggs:remarks, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, diggs:value, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="PropertyLayerType">
  <complexContent mixed="false">
    <extension base="diggs:AbstractLayerType">
      <sequence minOccurs="0">
        <element name="property" type="diggs:PropertyPropertyType"/>
        <element name="value" type="diggs:DiggsStringType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PropertyPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Property
Used by
Model diggs:Property
Children diggs:Property
Source
<complexType name="PropertyPropertyType">
  <sequence>
    <element minOccurs="1" ref="diggs:Property"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType NO_NAMESPACE.tmp#PropertyType_index 2_0_a.tmp#PropertyType_propertyCode 2_0_a.tmp#PropertyType_typeData 2_0_a.tmp#PropertyType_propertyClass 2_0_a.tmp#PropertyType_uom 2_0_a.tmp#PropertyType_nullValue 2_0_a.tmp#PropertyType_context 2_0_a.tmp#PropertyType_correctionUsed 2_0_a.tmp#PropertyType_measurementTechnique 2_0_a.tmp#PropertyType_detectorRef 2_0_a.tmp#PropertyType_reportable 2_0_a.tmp#PropertyType_detectionLimits 2_0_a.tmp#PropertyType_qualifiers 2_0_a.tmp#PropertyType_curveState
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:propertyCode , diggs:typeData , diggs:propertyClass , diggs:uom{0,1} , diggs:nullValue* , diggs:context{0,1} , diggs:correctionUsed* , diggs:measurementTechnique{0,1} , diggs:detectorRef{0,1} , diggs:reportable{0,1} , diggs:detectionLimits{0,1} , diggs:qualifiers{0,1} , diggs:curveState{0,1}
Children diggs:context, diggs:correctionUsed, diggs:curveState, diggs:detectionLimits, diggs:detectorRef, diggs:measurementTechnique, diggs:nullValue, diggs:propertyClass, diggs:propertyCode, diggs:qualifiers, diggs:remarks, diggs:reportable, diggs:status, diggs:typeData, diggs:uom, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
index integer required

http://schemas.diggsml.com/documentation/user

The
index order of this property within a tuple in the associated dataValues block (eg.
column order).
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="PropertyType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element maxOccurs="1" minOccurs="1" name="propertyCode" type="gml:CodeType">
          <annotation>
            <documentation>A code or name for the property as used by the data provider. This value can come from a controlled list of terms or be an uncontrolled text string. The value would be commonly used to label a column of a log sheet or provide other local meaning to the property. The value of mnemonic should be unique for all of the properties included in the dataValue block transmitted as part of this measurement.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="1" name="typeData" type="witsml:LogDataType">
          <annotation>
            <documentation>The data type for this property (eg. double, long, string, etc.)</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="1" name="propertyClass" type="diggs:CodeWithAuthorityType">
          <annotation>
            <documentation>The official name of this property as derived from a dictionary of defined terms. The codespace value must be populated and should contain the URN to allow applications to validate this value as a known property.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="uom" type="diggs:AllUnits">
          <annotation>
            <documentation>Unit of measurement for the property.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="nullValue" type="diggs:NullDataType">
          <annotation>
            <documentation>An empty string is the default representation of a null value for a property (i.e. when the null value representation is not explicitly defined). This value defines a value to be interpreted as null for this property in the dataValues block. The reason attribute can be used to define the reason for the null value, (eg. witheld). This can be customized with an other: qualifier (eg. other:below detection limit) or reference a URI for a more complete definition.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="context" type="diggs:DiggsStringType">
          <annotation>
            <documentation>If the property should be interpreted in a particular context (eg. value is only valid for range of overburden pressures, etc.), then the context of the property is described here.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="correctionUsed" type="gml:CodeType">
          <annotation>
            <documentation>A description of corrections used to obtain the reported result. Commonly used to report N-values from SPT tests, or to describe any other adjustments made to the reported data. Can come from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="measurementTechnique" type="diggs:DescriptorTechniqueEnumType">
          <annotation>
            <documentation>The method by which the property value is obtained. From an enumerated list.</documentation>
          </annotation>
        </element>
        <element name="detectorRef" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <appinfo source="urn:x-gml:targetElement">diggs:Equipment</appinfo>
            <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            <documentation>A reference to the source tool, or sensor, of a piece of equipment, used to measure this property, if applicable. Generally used for well log,downhole logging procedures, or monitoring equipment.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="reportable" type="boolean" default="true">
          <annotation>
            <documentation>True or false, indicates whether the value of this property can be reported outside of the context of transmission via an xml instance.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="detectionLimits" type="diggs:DetectionLimitPropertyType"/>
        <element maxOccurs="1" minOccurs="0" name="qualifiers" type="diggs:QualifierPropertyType"/>
        <element maxOccurs="1" minOccurs="0" name="curveState" type="witsml:LogTraceState">
          <annotation>
            <documentation>Used for well logging procedures, to define the state or status of the data described by the well log curve. From an enumerated list.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="index" type="integer" use="required">
        <annotation>
          <documentation source="http://schemas.diggsml.com/documentation/user" xml:lang="en">The index order of this property within a tuple in the associated dataValues block (eg. column order).</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:AllUnits
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(witsml:anglePerLengthUom, witsml:anglePerTimeUom, witsml:areaPerAreaUom, witsml:areaUom, witsml:densityUom, witsml:dimensionlessUom, witsml:dynamicViscosityUom, witsml:electricCurrentUom, witsml:electricPotentialUom, witsml:energyPerAreaUom, witsml:equivalentPerMassUom, witsml:forcePerLengthUom, witsml:forcePerVolumeUom, witsml:forceUom, witsml:frequencyUom, witsml:illuminanceUom, witsml:lengthPerLengthUom, witsml:lengthUom, witsml:magneticFieldStrengthUom, witsml:magneticInductionUom, witsml:massConcentrationUom, witsml:massPerLengthUom, witsml:massUom, witsml:MeasuredDepthUom, witsml:momentOfForceUom, witsml:PercentUom, witsml:perLengthUom, witsml:planeAngleUom, witsml:powerUom, witsml:pressureUom, witsml:relativePowerUom, witsml:specificVolumeUom, witsml:timeUom, witsml:velocityUom, witsml:volumeFlowRateUom, witsml:volumePerVolumeUom, witsml:volumeUom)
Type hierarchy
Used by
Source
<simpleType name="AllUnits">
  <restriction>
    <simpleType>
      <union memberTypes="witsml:anglePerLengthUom witsml:anglePerTimeUom witsml:areaPerAreaUom witsml:areaUom witsml:densityUom witsml:dimensionlessUom witsml:dynamicViscosityUom witsml:electricCurrentUom witsml:electricPotentialUom witsml:energyPerAreaUom witsml:equivalentPerMassUom witsml:forcePerLengthUom witsml:forcePerVolumeUom witsml:forceUom witsml:frequencyUom witsml:illuminanceUom witsml:lengthPerLengthUom witsml:lengthUom witsml:magneticFieldStrengthUom witsml:magneticInductionUom witsml:massConcentrationUom witsml:massPerLengthUom witsml:massUom witsml:MeasuredDepthUom witsml:momentOfForceUom witsml:PercentUom witsml:perLengthUom witsml:planeAngleUom witsml:powerUom witsml:pressureUom witsml:relativePowerUom witsml:specificVolumeUom witsml:timeUom witsml:velocityUom witsml:volumeFlowRateUom witsml:volumePerVolumeUom witsml:volumeUom"/>
    </simpleType>
  </restriction>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:NullDataType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#NullDataType_reason
Type extension of string
Used by
Attributes
QName Type Fixed Default Use Annotation
reason gml:NilReasonType optional
Source
<complexType name="NullDataType">
  <simpleContent>
    <extension base="string">
      <attribute name="reason" type="gml:NilReasonType" use="optional"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DetectionLimitPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#DetectionLimit
Used by
Model diggs:DetectionLimit*
Children diggs:DetectionLimit
Source
<complexType name="DetectionLimitPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:DetectionLimit"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:DetectionLimitType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#DetectionLimitType_constraint 2_0_a.tmp#DetectionLimitType_type 2_0_a.tmp#DetectionLimitType_value
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:constraint{0,1} , diggs:type{0,1} , diggs:value{0,1}
Children diggs:constraint, diggs:remarks, diggs:status, diggs:type, diggs:value, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="DetectionLimitType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element maxOccurs="1" minOccurs="0" name="constraint" type="gml:CodeType">
          <annotation>
            <documentation>Needs definition</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="type" type="gml:CodeType">
          <annotation>
            <documentation>Needs definition - should be an enum? (eg. lower and upper)</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="value" type="diggs:DiggsStringType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:QualifierPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Qualifier
Used by
Model diggs:Qualifier*
Children diggs:Qualifier
Source
<complexType name="QualifierPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Qualifier"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:StratigraphyLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#StratigraphyLayerType_stratigraphyType 2_0_a.tmp#StratigraphyLayerType_name
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:stratigraphyType , diggs:name
Children diggs:layerLocation, diggs:measurementRef, diggs:name, diggs:remarks, diggs:sampleRef, diggs:status, diggs:stratigraphyType, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="StratigraphyLayerType">
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element name="stratigraphyType" type="diggs:StratigraphyLayerEnumType"/>
        <element name="name" type="gml:CodeType">
          <annotation>
            <documentation>The name of the stratigraphic unit (eg. Harold Formation) assigned to this zone. Should come from a controlled list based on the subtype of the layer system.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:StratigraphyLayerEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Used by
Source
<simpleType name="StratigraphyLayerEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="allostratigraphic"/>
        <enumeration value="biostratigraphic"/>
        <enumeration value="chronostratigraphic"/>
        <enumeration value="hydrostratigraphic"/>
        <enumeration value="lithostratigraphic"/>
        <enumeration value="magnetostratigraphic"/>
        <enumeration value="tectonostratigraphic"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:OtherLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#sampleRef 2_0_a.tmp#measurementRef 2_0_a.tmp#AbstractLayerType_layerLocation 2_0_a.tmp#AbstractLayerType_trueTopObserved 2_0_a.tmp#AbstractLayerType_trueBaseObserved 2_0_a.tmp#AbstractLayerType 2_0_a.tmp#OtherLayerType_results
Type extension of diggs:AbstractLayerType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:sampleRef* , diggs:measurementRef* , diggs:layerLocation , diggs:trueTopObserved{0,1} , diggs:trueBaseObserved{0,1} , diggs:results
Children diggs:layerLocation, diggs:measurementRef, diggs:remarks, diggs:results, diggs:sampleRef, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="OtherLayerType">
  <complexContent>
    <extension base="diggs:AbstractLayerType">
      <sequence>
        <element name="results" type="diggs:ParameterPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CodeOrPercentType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#CodeOrPercentType_description 2_0_a.tmp#CodeOrPercentType_percentage
Model diggs:description | diggs:percentage
Children diggs:description, diggs:percentage
Source
<complexType name="CodeOrPercentType">
  <choice>
    <element name="description" type="gml:CodeType"/>
    <element name="percentage" type="diggs:Val0-100MeasureType"/>
  </choice>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PlanarLayerRepresentationType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 2_0_a.tmp#PlanarLayerRepresentationType_layerTopIntersection 2_0_a.tmp#PlanarLayerRepresentationType_layerBaseIntersection 2_0_a.tmp#PlanarLayerRepresentationType_representativeSurface
Type extension of diggs:AbstractGeometryType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:layerTopIntersection , diggs:layerBaseIntersection , diggs:representativeSurface+
Children diggs:layerBaseIntersection, diggs:layerTopIntersection, diggs:representativeSurface, gml:description
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="PlanarLayerRepresentationType">
  <complexContent>
    <extension base="diggs:AbstractGeometryType">
      <sequence>
        <element name="layerTopIntersection" type="diggs:MultiCurvePropertyType">
          <annotation>
            <documentation>The location of the top surface of a layer (a volume of earth material) that intersects a trench wall. Depending on how a trench wall is encoded, there could be multiple line strings that define this top surface.</documentation>
          </annotation>
        </element>
        <element name="layerBaseIntersection" type="diggs:MultiCurvePropertyType">
          <annotation>
            <documentation>The location of the basal surface of a layer (a volume of earth material) that intersects a trench wall. Depending on how a trench wall is encoded, there could be multiple line strings that define this basal surface.</documentation>
          </annotation>
        </element>
        <element name="representativeSurface" type="diggs:SurfacePropertyType" maxOccurs="unbounded">
          <annotation>
            <documentation>One or more polygons that represent the layer volume in the plane of the planar sampling feature. This would typically be a ring polygon with curve members that consist of the layer top intersection, layer bottom intersection, and two edges that would normally be at the lateral extent of the planar feature.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MultiCurvePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_MultiCurve
Used by
Model diggs:MultiCurve
Children diggs:MultiCurve
Source
<complexType name="MultiCurvePropertyType">
  <sequence>
    <element ref="diggs:MultiCurve"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MultiCurveType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 3_2.tmp#AggregationAttributeGroup 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricAggregateType 3_2.tmp#curveMember
Type extension of diggs:AbstractGeometricAggregateType
Type hierarchy
Used by
Model gml:description{0,1} , gml:curveMember*
Children gml:curveMember, gml:description
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="MultiCurveType">
  <complexContent>
    <extension base="diggs:AbstractGeometricAggregateType">
      <sequence>
        <element maxOccurs="unbounded" minOccurs="0" ref="gml:curveMember"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractGeometricAggregateType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 3_2.tmp#AggregationAttributeGroup
Type extension of diggs:AbstractGeometryType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1}
Children gml:description
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType abstract="true" name="AbstractGeometricAggregateType">
  <complexContent>
    <extension base="diggs:AbstractGeometryType">
      <attributeGroup ref="gml:AggregationAttributeGroup"/>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PlanarLayerRepresentationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PlanarLayerRepresentation
Model diggs:PlanarLayerRepresentation
Children diggs:PlanarLayerRepresentation
Source
<complexType name="PlanarLayerRepresentationPropertyType">
  <sequence>
    <element ref="diggs:PlanarLayerRepresentation"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:VectorLinearSpatialReferenceSystemType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#DefinitionBaseType 3_2.tmp#remarks 3_2.tmp#DefinitionType 3_2.tmp#IdentifiedObjectType lr.tmp#LinearSRSType_linearElement lr.tmp#LinearSRSType_lrm lr.tmp#LinearSRSType lrov.tmp#VectorOffsetLinearSRSType_offsetVector lrov.tmp#VectorOffsetLinearSRSType 2_0_a.tmp#VectorLinearSpatialReferenceSystemType_linearElementAccuracy 2_0_a.tmp#VectorLinearSpatialReferenceSystemType_linearReferencingMethodAccuracy
Type extension of glrov:VectorOffsetLinearSRSType
Type hierarchy
Used by
Model gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier , gml:name* , gml:remarks{0,1} , glr:linearElement , glr:lrm , glrov:offsetVector , diggs:linearElementAccuracy{0,1} , diggs:linearReferencingMethodAccuracy{0,1}
Children diggs:linearElementAccuracy, diggs:linearReferencingMethodAccuracy, glr:linearElement, glr:lrm, glrov:offsetVector, gml:description, gml:descriptionReference, gml:identifier, gml:name, gml:remarks
Attributes
QName Type Fixed Default Use Annotation
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
<complexType name="VectorLinearSpatialReferenceSystemType">
  <complexContent>
    <extension base="glrov:VectorOffsetLinearSRSType">
      <sequence>
        <element minOccurs="0" name="linearElementAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the linear element referenced by this reference system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="linearReferencingMethodAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the location (geometry) elements that use this linear reference system for their SRS. For example, for depths in a hole, this property could provide information as to the source and accuracy of depth values that relate to this reference system.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:VectorLinearSpatialReferenceSystemPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#VectorLinearSpatialReferenceSystem
Used by
Model diggs:VectorLinearSpatialReferenceSystem
Children diggs:VectorLinearSpatialReferenceSystem
Source
<complexType name="VectorLinearSpatialReferenceSystemPropertyType">
  <sequence>
    <element ref="diggs:VectorLinearSpatialReferenceSystem"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoreholeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#BoreholeType_totalMeasuredDepth 2_0_a.tmp#BoreholeType_boreholePurpose 2_0_a.tmp#BoreholeType_backfill 2_0_a.tmp#BoreholeType_casings 2_0_a.tmp#BoreholeType_constructionMethods 2_0_a.tmp#BoreholeType_constructionEvents 2_0_a.tmp#BoreholeType_chiselings 2_0_a.tmp#BoreholeType_flushes 2_0_a.tmp#BoreholeType_holeDiameters 2_0_a.tmp#BoreholeType_waterStrikes
Type extension of diggs:AbstractLinearSamplingFeatureType
Type hierarchy
Used by
Element diggs:Borehole
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+ , diggs:totalMeasuredDepth{0,1} , diggs:boreholePurpose{0,1} , diggs:backfill{0,1} , diggs:casings{0,1} , diggs:constructionMethods{0,1} , diggs:constructionEvents{0,1} , diggs:chiselings{0,1} , diggs:flushes{0,1} , diggs:holeDiameters{0,1} , diggs:waterStrikes{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:backfill, diggs:boreholePurpose, diggs:casings, diggs:centerLine, diggs:chiselings, diggs:constructionEvents, diggs:constructionMethods, diggs:flushes, diggs:groupRef, diggs:holeDiameters, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, diggs:totalMeasuredDepth, diggs:waterStrikes, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BoreholeType">
  <complexContent>
    <extension base="diggs:AbstractLinearSamplingFeatureType">
      <sequence>
        <element minOccurs="0" name="totalMeasuredDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>The measured depth to the bottom of the hole, measured in a hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="boreholePurpose" type="gml:CodeType">
          <annotation>
            <documentation>A description of the purpose for drilling the hole (eg. exploratory boring, monitoring well, etc.). Intended to come from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="backfill" type="diggs:BackfillPropertyType">
          <annotation>
            <documentation>Information on construction of the borehole backfill after drilling.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="casings" type="diggs:CasingPropertyType">
          <annotation>
            <documentation>Information on the borehole casing installed while drilling.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="constructionMethods" type="diggs:ConstructionMethodPropertyType">
          <annotation>
            <documentation>Information regarding construction of the hole over different depth intervals</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="constructionEvents" type="diggs:BoreholeEventPropertyType">
          <annotation>
            <documentation>Information on borehole construction events with time.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="chiselings" type="diggs:ChiselingPropertyType">
          <annotation>
            <documentation>Information on chiseling activity in a hole</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="flushes" type="diggs:FlushPropertyType">
          <annotation>
            <documentation>Information about events when the borehole is flushed with fluid.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="holeDiameters" type="diggs:BoreholeDiameterPropertyType">
          <annotation>
            <documentation>Information on the borehole diameter with depth</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="waterStrikes" type="diggs:WaterStrikePropertyType">
          <annotation>
            <documentation>Information on when ground water is struck during drilling of the hole.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BackfillPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Backfill
Used by
Model diggs:Backfill{0,1}
Children diggs:Backfill
Source
<complexType name="BackfillPropertyType">
  <sequence>
    <element minOccurs="0" ref="diggs:Backfill"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BackfillType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BackfillType_backfillDateTime 2_0_a.tmp#BackfillType_backfillLayers
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Backfill
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:backfillDateTime{0,1} , diggs:backfillLayers{0,1}
Children diggs:backfillDateTime, diggs:backfillLayers, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BackfillType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="backfillDateTime" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>The date/time interval over which the entire backfilling operation was conducted. Date/time intervals can also be specified for the emplacement of individual backfill layers in the backfillLayers property.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="backfillLayers" type="diggs:BackfillLayerPropertyType">
          <annotation>
            <documentation>The depth intervals where backfill is emplaced. The backfill intervals should not overlap, nor should there be gaps between intervals.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BackfillLayerPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#BackfillLayer
Used by
Model diggs:BackfillLayer*
Children diggs:BackfillLayer
Source
<complexType name="BackfillLayerPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:BackfillLayer"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BackfillLayerType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BackfillLayerType_backfillInterval 2_0_a.tmp#BackfillLayerType_whenEmplaced 2_0_a.tmp#BackfillLayerType_backFillMaterial
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:backfillInterval{0,1} , diggs:whenEmplaced{0,1} , diggs:backFillMaterial{0,1}
Children diggs:backFillMaterial, diggs:backfillInterval, diggs:remarks, diggs:status, diggs:whenEmplaced, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BackfillLayerType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="backfillInterval" type="diggs:LinearExtentPropertyType">
          <annotation>
            <documentation>The depth interval in the borehole (measured in a linear reference system), where the backfill material was emplaced. If omitted, it is assumed that the backfill information pertains to the entire length of the hole</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="whenEmplaced" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>Indicates the date/time during which the backfill was emplaced in this depth interval.</documentation>
          </annotation>
        </element>
        <element name="backFillMaterial" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>The type of material used as backfill (eg. bentonite, cuttings, sand, etc.). Intended to come from a controlled list assigned to an authority.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CasingPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Casing
Used by
Model diggs:Casing*
Children diggs:Casing
Source
<complexType name="CasingPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Casing"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:CasingType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#CasingType_casingLocation 2_0_a.tmp#CasingType_casingOutsideDiameter 2_0_a.tmp#CasingType_casingInsideDiameter 2_0_a.tmp#CasingType_casingWallThickness 2_0_a.tmp#CasingType_casingMaterial
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Casing
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:casingLocation{0,1} , diggs:casingOutsideDiameter{0,1} , diggs:casingInsideDiameter{0,1} , diggs:casingWallThickness{0,1} , diggs:casingMaterial{0,1}
Children diggs:casingInsideDiameter, diggs:casingLocation, diggs:casingMaterial, diggs:casingOutsideDiameter, diggs:casingWallThickness, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="CasingType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="casingLocation" type="diggs:LinearExtentPropertyType">
          <annotation>
            <documentation>The depth interval in which casing is installed. Recorded in a linear reference system for the hole/well. If omitted, it is assumed that the casing information pertains to the entire length of the borehole or well.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="casingOutsideDiameter" type="witsml:lengthMeasure"/>
        <element minOccurs="0" name="casingInsideDiameter" type="witsml:lengthMeasure"/>
        <element minOccurs="0" name="casingWallThickness" type="witsml:lengthMeasure"/>
        <element minOccurs="0" name="casingMaterial" type="gml:CodeType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ConstructionMethodPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#ConstructionMethod
Used by
Model diggs:ConstructionMethod*
Children diggs:ConstructionMethod
Source
<complexType name="ConstructionMethodPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:ConstructionMethod"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ConstructionMethodType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ConstructionMethodType_methodLocation 2_0_a.tmp#ConstructionMethodType_procedureRef 2_0_a.tmp#ConstructionMethodType_procedure 2_0_a.tmp#ConstructionMethodType_equipmentUsedRef 2_0_a.tmp#ConstructionMethodType_equipmentUsed
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:methodLocation{0,1} , (diggs:procedureRef | diggs:procedure) , (diggs:equipmentUsedRef | diggs:equipmentUsed)
Children diggs:equipmentUsed, diggs:equipmentUsedRef, diggs:methodLocation, diggs:procedure, diggs:procedureRef, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ConstructionMethodType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="0" name="methodLocation" type="diggs:LocationPropertyType">
          <annotation>
            <documentation>The location within the sampling feature that corresponds to the particular construction method being referenced here. If omitted, it is assumed that the procedures specified apply to the entire extent of the sampling feature</documentation>
          </annotation>
        </element>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="procedureRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <appinfo source="urn:x-gml:targetElement">diggs:Specification</appinfo>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
            </annotation>
          </element>
          <element name="procedure" type="gml:CodeType"/>
        </choice>
        <choice maxOccurs="unbounded" minOccurs="0">
          <element name="equipmentUsedRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
            <annotation>
              <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
              <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
            </annotation>
          </element>
          <element name="equipmentUsed" type="gml:CodeType"/>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoreholeEventPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#BoreholeEvent
Used by
Model diggs:BoreholeEvent*
Children diggs:BoreholeEvent
Source
<complexType name="BoreholeEventPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:BoreholeEvent"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoreholeEventType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType 2_0_a.tmp#BoreholeEventType_casingDepth 2_0_a.tmp#BoreholeEventType_holeDepth 2_0_a.tmp#BoreholeEventType_waterDepth 2_0_a.tmp#BoreholeEventType_holeStability
Type extension of diggs:AbstractEventType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded* , diggs:casingDepth{0,1} , diggs:holeDepth{0,1} , diggs:waterDepth{0,1} , diggs:holeStability{0,1}
Children diggs:casingDepth, diggs:dateTime, diggs:holeDepth, diggs:holeStability, diggs:infoRecorded, diggs:remarks, diggs:status, diggs:waterDepth, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BoreholeEventType">
  <complexContent>
    <extension base="diggs:AbstractEventType">
      <sequence>
        <element minOccurs="0" name="casingDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured Depth to Base of Casing installed at this event time, in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="holeDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured Depth to Base of Hole at this event time, reported in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="waterDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Depth to Water Surface as measured as measured at this event time, recorded in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="holeStability" type="diggs:DiggsStringType">
          <annotation>
            <documentation>Uncontrolled string describing stability conditions of the hole at this point in time.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ChiselingPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Chiseling
Used by
Model diggs:Chiseling*
Children diggs:Chiseling
Source
<complexType name="ChiselingPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:Chiseling"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ChiselingType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#ChiselingType_chiselingLocation 2_0_a.tmp#ChiselingType_timeTaken 2_0_a.tmp#ChiselingType_chiselingToolUsed
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Chiseling
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:chiselingLocation , diggs:timeTaken{0,1} , diggs:chiselingToolUsed{0,1}
Children diggs:chiselingLocation, diggs:chiselingToolUsed, diggs:remarks, diggs:status, diggs:timeTaken, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="ChiselingType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="chiselingLocation" type="diggs:LinearExtentPropertyType">
          <annotation>
            <documentation>The measured depth interval over which the chiseling takes place, recorded in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="timeTaken" type="witsml:timeMeasure">
          <annotation>
            <documentation>The amount of time taken to perform the chiseling task.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="chiselingToolUsed" type="gml:CodeType">
          <annotation>
            <documentation>Tool used to perform the chiseling. Intended to come from a controlled list. NOTE: This is currently a code type, but could also be typed as a gml:ReferenceType to reference an Equipment metadata object.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FlushPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#Flush
Used by
Model diggs:Flush*
Children diggs:Flush
Source
<complexType name="FlushPropertyType">
  <sequence>
    <element ref="diggs:Flush" maxOccurs="unbounded" minOccurs="0"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FlushType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#FlushType_flushZoneLocation 2_0_a.tmp#FlushType_fluidType 2_0_a.tmp#FlushType_flushReturn 2_0_a.tmp#FlushType_flushColor
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Element diggs:Flush
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:flushZoneLocation{0,1} , diggs:fluidType{0,1} , diggs:flushReturn{0,1} , diggs:flushColor{0,1}
Children diggs:fluidType, diggs:flushColor, diggs:flushReturn, diggs:flushZoneLocation, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="FlushType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="flushZoneLocation" type="diggs:LinearExtentPropertyType" minOccurs="0">
          <annotation>
            <documentation>The depth interval of the flush zone, measured in a linear reference system. If omitted, it is to be assumed that the flushing activity pertains to the entire hole length.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="fluidType" type="gml:CodeType">
          <annotation>
            <documentation>Type of fluid used for flushing. Intended to derive from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="flushReturn" type="diggs:Val0-100MeasureType">
          <annotation>
            <documentation>Percentage of fluid that returns from the hole following flushing.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="flushColor" type="diggs:DiggsStringType">
          <annotation>
            <documentation>Color of the flush return; an uncontrolled string.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoreholeDiameterPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#BoreholeDiameter
Used by
Model diggs:BoreholeDiameter
Children diggs:BoreholeDiameter
Source
<complexType name="BoreholeDiameterPropertyType">
  <sequence>
    <element ref="diggs:BoreholeDiameter"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:BoreholeDiameterType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#BoreholeDiameterType_diameterLocation 2_0_a.tmp#BoreholeDiameterType_diameter
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:diameterLocation* , diggs:diameter
Children diggs:diameter, diggs:diameterLocation, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="BoreholeDiameterType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="diameterLocation" type="diggs:LinearExtentPropertyType" maxOccurs="unbounded" minOccurs="0">
          <annotation>
            <documentation>The depth interval in the hole that pertains to the diameter reported, measured in a linear referencing system. If omitted, it is assumed that the diameter reported pertains to the entire length of the hole</documentation>
          </annotation>
        </element>
        <element name="diameter" type="witsml:lengthMeasure">
          <annotation>
            <documentation>The diameter of the borehole over the depth interval reported.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WaterStrikePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#WaterStrike
Used by
Model diggs:WaterStrike*
Children diggs:WaterStrike
Source
<complexType name="WaterStrikePropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:WaterStrike"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WaterStrikeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#WaterStrikeType_dateTime 2_0_a.tmp#WaterStrikeType_casingDepth 2_0_a.tmp#WaterStrikeType_waterStrikeDepth 2_0_a.tmp#WaterStrikeType_postStrikeReadings 2_0_a.tmp#WaterStrikeType_sealDepth
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime , diggs:casingDepth{0,1} , diggs:waterStrikeDepth , diggs:postStrikeReadings* , diggs:sealDepth{0,1}
Children diggs:casingDepth, diggs:dateTime, diggs:postStrikeReadings, diggs:remarks, diggs:sealDepth, diggs:status, diggs:waterStrikeDepth, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="WaterStrikeType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="dateTime" type="diggs:UnifiedDateTimeType">
          <annotation>
            <documentation>
              <![CDATA[DateTime that water strike occurred.]]>
            </documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="casingDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured depth to base of casing at time water strike occurred; measured in borehole linear referencing system.</documentation>
          </annotation>
        </element>
        <element name="waterStrikeDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured depth to water level at time of strike;; measured in borehole linear referencing system.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="postStrikeReadings" type="diggs:PostStrikeReadingPropertyType">
          <annotation>
            <documentation>A series of water level readings that occur at times following the initial water strike</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="sealDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Depth at which water strike is sealed by casing; measured in borehole linear referencing system.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PostStrikeReadingPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#PostStrikeReading
Used by
Model diggs:PostStrikeReading
Children diggs:PostStrikeReading
Source
<complexType name="PostStrikeReadingPropertyType">
  <sequence maxOccurs="unbounded" minOccurs="0">
    <element ref="diggs:PostStrikeReading"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PostStrikeReadingType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#PostStrikeReadingType_timeFollowingStrike 2_0_a.tmp#PostStrikeReadingType_waterDepth
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:timeFollowingStrike , diggs:waterDepth
Children diggs:remarks, diggs:status, diggs:timeFollowingStrike, diggs:waterDepth, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="PostStrikeReadingType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element name="timeFollowingStrike" type="witsml:timeMeasure">
          <annotation>
            <documentation>
              <![CDATA[The time following initial water strike when water level is again measured]]>
            </documentation>
          </annotation>
        </element>
        <element name="waterDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>The measure depth to water; measured in a hole's linear referencing system.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TrialPitType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#TrialPitType_totalMeasuredDepth 2_0_a.tmp#TrialPitType_pitLength 2_0_a.tmp#TrialPitType_pitWidth 2_0_a.tmp#TrialPitType_shoring 2_0_a.tmp#TrialPitType_trialPitPurpose 2_0_a.tmp#TrialPitType_backfill 2_0_a.tmp#TrialPitType_constructionMethods 2_0_a.tmp#TrialPitType_constructionEvents
Type extension of diggs:AbstractLinearSamplingFeatureType
Type hierarchy
Used by
Element diggs:TrialPit
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+ , diggs:totalMeasuredDepth , diggs:pitLength{0,1} , diggs:pitWidth{0,1} , diggs:shoring{0,1} , diggs:trialPitPurpose{0,1} , diggs:backfill{0,1} , diggs:constructionMethods{0,1} , diggs:constructionEvents{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:backfill, diggs:centerLine, diggs:constructionEvents, diggs:constructionMethods, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:pitLength, diggs:pitWidth, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:shoring, diggs:status, diggs:totalMeasuredDepth, diggs:trialPitPurpose, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="TrialPitType">
  <complexContent>
    <extension base="diggs:AbstractLinearSamplingFeatureType">
      <sequence>
        <element name="totalMeasuredDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>The maximum depth of the pit, referenced to a linear reference system.</documentation>
          </annotation>
        </element>
        <element name="pitLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The length of the long horizontal dimension of the pit.</documentation>
          </annotation>
        </element>
        <element name="pitWidth" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The length of the short horizontal dimension of the pit.</documentation>
          </annotation>
        </element>
        <element name="shoring" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Description of shoring equipment and method.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="trialPitPurpose" type="gml:CodeType">
          <annotation>
            <documentation>A description of the purpose for excavating the pit (eg. exploratory). Intended to come from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="backfill" type="diggs:BackfillPropertyType">
          <annotation>
            <documentation>Information on construction of the trial pit backfill.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="constructionMethods" type="diggs:ConstructionMethodPropertyType">
          <annotation>
            <documentation>Information regarding construction of the pit over different depth intervals</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="constructionEvents" type="diggs:TrialPitEventPropertyType">
          <annotation>
            <documentation>Information on construction of the trial pit with time</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TrialPitEventPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TrialPitEvent
Used by
Model diggs:TrialPitEvent*
Children diggs:TrialPitEvent
Source
<complexType name="TrialPitEventPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:TrialPitEvent"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TrialPitEventType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType 2_0_a.tmp#TrialPitEventType_depth 2_0_a.tmp#TrialPitEventType_length 2_0_a.tmp#TrialPitEventType_width 2_0_a.tmp#TrialPitEventType_stability
Type extension of diggs:AbstractEventType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded* , diggs:depth{0,1} , diggs:length{0,1} , diggs:width{0,1} , diggs:stability{0,1}
Children diggs:dateTime, diggs:depth, diggs:infoRecorded, diggs:length, diggs:remarks, diggs:stability, diggs:status, diggs:width, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="TrialPitEventType">
  <complexContent>
    <extension base="diggs:AbstractEventType">
      <sequence>
        <element minOccurs="0" name="depth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured Depth to base of the pit or trench at this event time, reported in the pit's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="length" type="witsml:lengthMeasure">
          <annotation>
            <documentation>The horizontal length of the long dimension of the pit or trench at this event time.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="width" type="witsml:lengthMeasure">
          <annotation>
            <documentation>The horizontal length of the short dimension of the pit or trench at this event time.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="stability" type="diggs:DiggsStringType">
          <annotation>
            <documentation>Uncontrolled string describing stability conditions of the pit or trench at this point in time.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractBoreholeInsituTestType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties 2_0_a.tmp#AbstractTestProcedureType 2_0_a.tmp#AbstractInsituTestType_testEvents 2_0_a.tmp#AbstractInsituTestType 2_0_a.tmp#AbstractBoreholeInsituTestType_casingDepth 2_0_a.tmp#AbstractBoreholeInsituTestType_holeDepth 2_0_a.tmp#AbstractBoreholeInsituTestType_waterDepth 2_0_a.tmp#AbstractBoreholeInsituTestType_holeStability 2_0_a.tmp#AbstractBoreholeInsituTestType_testConditions
Type extension of diggs:AbstractInsituTestType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification) , diggs:testEvents{0,1} , diggs:casingDepth{0,1} , diggs:holeDepth{0,1} , diggs:waterDepth{0,1} , diggs:holeStability{0,1} , diggs:testConditions{0,1}
Children diggs:casingDepth, diggs:equipment, diggs:equipmentRef, diggs:holeDepth, diggs:holeStability, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, diggs:testConditions, diggs:testEvents, diggs:waterDepth, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractBoreholeInsituTestType">
  <complexContent>
    <extension base="diggs:AbstractInsituTestType">
      <sequence>
        <element minOccurs="0" name="casingDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured Depth to Base of Casing installed at this event time, in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="holeDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Measured Depth to Base of Hole at this event time, reported in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="waterDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Depth to Water Surface as measured at this event time, recorded in the hole's linear referencing system.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="holeStability" type="diggs:DiggsStringType">
          <annotation>
            <documentation>Uncontrolled string describing stability conditions of the hole at this point in time.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="testConditions" type="diggs:BoreholeEventPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractPlanarSamplingFeatureType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referenceEdge 2_0_a.tmp#AbstractPlanarSamplingFeatureType_featureExtent 2_0_a.tmp#AbstractPlanarSamplingFeatureType_relativeFeatureBoundary 2_0_a.tmp#AbstractPlanarSamplingFeatureType_planarReferencing
Type extension of diggs:AbstractSamplingFeatureType
Type hierarchy
Properties
abstract: true
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:referenceEdge , diggs:featureExtent{0,1} , diggs:relativeFeatureBoundary{0,1} , diggs:planarReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:featureExtent, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:planarReferencing, diggs:projectRef, diggs:referenceEdge, diggs:referencePoint, diggs:referencePointAccuracy, diggs:relativeFeatureBoundary, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractPlanarSamplingFeatureType" abstract="true">
  <complexContent>
    <extension base="diggs:AbstractSamplingFeatureType">
      <sequence>
        <element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="1"/>
        <element minOccurs="0" name="referencePointAccuracy" type="diggs:LocationAccuracyPropertyType">
          <annotation>
            <documentation>Provides accuracy information for the referencePoint. Accuracy for the featurePerimeter coordinates are specified in the planarElementAccuracy property of the PlanarSpatialReferenceSystem.</documentation>
          </annotation>
        </element>
        <!--DB 2012-02-24 was
            <element name="referenceEdge" type="gml:CurvePropertyType" minOccurs="1"/>-->
        <element name="referenceEdge" type="diggs:LinearExtentPropertyType" minOccurs="1"/>
        <element name="featureExtent" type="gml:SurfacePropertyType" maxOccurs="1" minOccurs="0">
          <annotation>
            <documentation>This element defines the polygon extent of the planar feature using a absolute CRS. This element should be used for visual representations using mapping software that does not support planar referencing.</documentation>
          </annotation>
        </element>
        <element name="relativeFeatureBoundary" type="gml:SurfacePropertyType" maxOccurs="1" minOccurs="0">
          <annotation>
            <documentation>This element defines the polygon extent of the planar feature using a relative planar referencing system (must use planarReferencing property contents). This element should be used for software that can handle planar referencing (e.g. LinearSpatialReferenceSystem in GML 3.3)</documentation>
          </annotation>
        </element>
        <element name="planarReferencing" minOccurs="1" maxOccurs="unbounded" type="diggs:VectorLinearSpatialReferenceSystemPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TrenchWallType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referenceEdge 2_0_a.tmp#AbstractPlanarSamplingFeatureType_featureExtent 2_0_a.tmp#AbstractPlanarSamplingFeatureType_relativeFeatureBoundary 2_0_a.tmp#AbstractPlanarSamplingFeatureType_planarReferencing 2_0_a.tmp#AbstractPlanarSamplingFeatureType 2_0_a.tmp#TrenchWallType_shoring 2_0_a.tmp#TrenchWallType_trenchPurpose 2_0_a.tmp#TrenchWallType_backfill 2_0_a.tmp#TrenchWallType_constructionMethods 2_0_a.tmp#TrenchWallType_constructionEvents
Type extension of diggs:AbstractPlanarSamplingFeatureType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:referenceEdge , diggs:featureExtent{0,1} , diggs:relativeFeatureBoundary{0,1} , diggs:planarReferencing+ , diggs:shoring{0,1} , diggs:trenchPurpose{0,1} , diggs:backfill{0,1} , diggs:constructionMethods{0,1} , diggs:constructionEvents{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:backfill, diggs:constructionEvents, diggs:constructionMethods, diggs:featureExtent, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:planarReferencing, diggs:projectRef, diggs:referenceEdge, diggs:referencePoint, diggs:referencePointAccuracy, diggs:relativeFeatureBoundary, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:shoring, diggs:status, diggs:trenchPurpose, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="TrenchWallType">
  <complexContent>
    <extension base="diggs:AbstractPlanarSamplingFeatureType">
      <sequence>
        <element name="shoring" type="diggs:DiggsStringType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Description of shoring equipment and method used for the trench.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="trenchPurpose" type="gml:CodeType">
          <annotation>
            <documentation>A description of the purpose for excavating the trench (eg. exploratory). Intended to come from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="backfill" type="diggs:BackfillPropertyType">
          <annotation>
            <documentation>Information on construction of the trench backfill covering the trench wall exposure.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="constructionMethods" type="diggs:ConstructionMethodPropertyType">
          <annotation>
            <documentation>Information regarding construction of the pit over different depth intervals.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="constructionEvents" type="diggs:TrialPitEventPropertyType">
          <annotation>
            <documentation>Information on construction of the trench with time.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:IndexedParameterType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram NO_NAMESPACE.tmp#IndexedParameterType_index NO_NAMESPACE.tmp#IndexedParameterType_name NO_NAMESPACE.tmp#IndexedParameterType_uom NO_NAMESPACE.tmp#IndexedParameterType_description
Type extension of string
Used by
Attributes
QName Type Fixed Default Use Annotation
description string optional
index witsml:positiveCount required
Indexes things with the same name. That is the first one, the second one,
etc.
name string optional
uom diggs:AllUnits optional
Source
<complexType name="IndexedParameterType">
  <simpleContent>
    <extension base="string">
      <attribute name="index" type="witsml:positiveCount" use="required">
        <annotation>
          <documentation>Indexes things with the same name. That is the first one, the second one, etc.</documentation>
        </annotation>
      </attribute>
      <attribute name="name" type="string" use="optional"/>
      <attribute name="uom" type="diggs:AllUnits" use="optional"/>
      <attribute name="description" type="string" use="optional"/>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Simple Type diggs:DescriptivePropertiesEnumType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Source
<simpleType name="DescriptivePropertiesEnumType">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="apparent density"/>
        <enumeration value="bedding spacing"/>
        <enumeration value="cementation"/>
        <enumeration value="consistency"/>
        <enumeration value="dilatency"/>
        <enumeration value="dry strength"/>
        <enumeration value="moisture"/>
        <enumeration value="particle angularity"/>
        <enumeration value="particle shape"/>
        <enumeration value="particle sorting"/>
        <enumeration value="plasticity"/>
        <enumeration value="rock hardness"/>
        <enumeration value="rock weathering"/>
        <enumeration value="rock slaking rate"/>
        <enumeration value="soil structure"/>
        <enumeration value="toughness"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SimpleMultiPointType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#SRSReferenceGroup 3_2.tmp#AbstractGeometryType 3_2.tmp#description 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometryType 3_2.tmp#AggregationAttributeGroup 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometricAggregateType 3_2.tmp#posList
Type extension of diggs:AbstractGeometricAggregateType
Type hierarchy
Used by
Model gml:description{0,1} , gml:posList
Children gml:description, gml:posList
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
axisLabels gml:NCNameList 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.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="SimpleMultiPointType">
  <complexContent>
    <extension base="diggs:AbstractGeometricAggregateType">
      <sequence>
        <element ref="gml:posList"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TestType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#sampleRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#AbstractMeasurementType_parameters 2_0_a.tmp#AbstractMeasurementType 2_0_a.tmp#TestType_samplingTime 2_0_a.tmp#TestType_resultTime 2_0_a.tmp#TestType_validTime 2_0_a.tmp#TestType_outcome 2_0_a.tmp#TestType_procedure
Type extension of diggs:AbstractMeasurementType
Type hierarchy
Used by
Element diggs:Test
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:sampleRef* , diggs:samplingActivityRef{0,1} , diggs:parameters{0,1} , diggs:samplingTime{0,1} , diggs:resultTime{0,1} , diggs:validTime{0,1} , diggs:outcome , diggs:procedure
Children diggs:associatedFiles, diggs:investigationTargetRef, diggs:outcome, diggs:parameters, diggs:procedure, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:resultTime, diggs:roles, diggs:sampleRef, diggs:samplingActivityRef, diggs:samplingTime, diggs:status, diggs:validTime, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="TestType">
  <complexContent>
    <extension base="diggs:AbstractMeasurementType">
      <sequence>
        <element minOccurs="0" name="samplingTime" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>Describes the time that the result applies to the property of the investigation target. This is often the time of interaction by a sampling activity or measurement procedure with a real-world feature.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="resultTime" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>Describes the time when the result became available, typically when the procedure associated with the observation was completed For some observations this is identical to the samplingTime. However, there are important cases where they differ. The resultTime is the time when the procedure associated with the measurement act was applied. For some measurements this is identical to samplingTime, in which case the resultTime may be omitted. Example: Where a measurement is made on a specimen in a laboratory, the samplingTime should record the time the specimen was retrieved from its host, while the resultTime should record the time the laboratory procedure was applied. Example: Where monitoring observation results are post-processed, the resultTime is the post-processing time, while the samplingTime preserves the time of initial interaction with the world.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="validTime" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>Describes the time period during which the result is intended to be used.</documentation>
          </annotation>
        </element>
        <element name="outcome" type="diggs:TestResultPropertyType">
          <annotation>
            <documentation>A property that contains the information about what properties are being measured, the results of the measurement, and the associated locations that the measurement results relate to.</documentation>
          </annotation>
        </element>
        <element minOccurs="1" name="procedure" type="diggs:ProcedurePropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TestResultPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TestResult
Used by
Model diggs:TestResult
Children diggs:TestResult
Source
<complexType name="TestResultPropertyType">
  <sequence>
    <element ref="diggs:TestResult"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TestResultType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#domainSet 3_2.tmp#rangeSet 3_2.tmp#AbstractCoverageType 2_0_a.tmp#location 2_0_a.tmp#results
Type restriction of gml:AbstractCoverageType
Type hierarchy
Used by
Model diggs:location , diggs:results
Children diggs:location, diggs:results
Attributes
QName Type Fixed Default Use Annotation
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
<complexType name="TestResultType">
  <complexContent>
    <restriction base="gml:AbstractCoverageType">
      <sequence>
        <element ref="diggs:location"/>
        <element ref="diggs:results"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TestLocationPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#AbstractGeometry 3_2.tmp#DomainSetType 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractGeometry
Type restriction of gml:DomainSetType
Type hierarchy
Used by
Element diggs:location
Model (diggs:AbstractGeometry)
Children diggs:AbstractGeometry
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<complexType name="TestLocationPropertyType">
  <complexContent>
    <restriction base="gml:DomainSetType">
      <sequence minOccurs="0">
        <choice>
          <element ref="diggs:AbstractGeometry"/>
        </choice>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ResultsPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#DataBlock 3_2.tmp#RangeSetType 2_0_a.tmp#ResultSet
Type restriction of gml:RangeSetType
Type hierarchy
Used by
Element diggs:results
Model diggs:ResultSet
Children diggs:ResultSet
Source
<complexType name="ResultsPropertyType">
  <complexContent>
    <restriction base="gml:RangeSetType">
      <choice>
        <element ref="diggs:ResultSet"/>
      </choice>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ResultSetType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#rangeParameters 3_2.tmp#tupleList 3_2.tmp#doubleOrNilReasonTupleList 3_2.tmp#DataBlockType 2_0_a.tmp#parameters 2_0_a.tmp#dataValues
Type restriction of gml:DataBlockType
Type hierarchy
Used by
Element diggs:ResultSet
Model diggs:parameters , (diggs:dataValues)
Children diggs:dataValues, diggs:parameters
Source
<complexType name="ResultSetType">
  <complexContent>
    <restriction base="gml:DataBlockType">
      <sequence>
        <element ref="diggs:parameters"/>
        <choice>
          <element ref="diggs:dataValues"/>
        </choice>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PropertyInfoPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AssociationAttributeGroup 3_2.tmp#AssociationRoleType 2_0_a.tmp#PropertyParameters
Type restriction of gml:AssociationRoleType
Type hierarchy
Used by
Model diggs:PropertyParameters
Children diggs:PropertyParameters
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:href xlink:hrefType optional
xlink:title xlink:titleAttrType optional
Source
<complexType name="PropertyInfoPropertyType">
  <complexContent>
    <restriction base="gml:AssociationRoleType">
      <sequence minOccurs="0">
        <element ref="diggs:PropertyParameters"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PropertyParametersType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AggregationAttributeGroup 3_2.tmp#valueComponent 3_2.tmp#valueComponents 3_2.tmp#CompositeValueType 2_0_a.tmp#properties
Type restriction of gml:CompositeValueType
Type hierarchy
Used by
Model diggs:properties
Children diggs:properties
Attributes
QName Type Fixed Default 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
<complexType name="PropertyParametersType">
  <complexContent>
    <restriction base="gml:CompositeValueType">
      <sequence>
        <element ref="diggs:properties"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:PropertiesPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#OwnershipAttributeGroup 3_2.tmp#AbstractValue 3_2.tmp#ValueArrayPropertyType 2_0_a.tmp#Property
Type restriction of gml:ValueArrayPropertyType
Type hierarchy
Used by
Model diggs:Property
Children diggs:Property
Attributes
QName Type Fixed Default Use Annotation
owns boolean false optional
Source
<complexType name="PropertiesPropertyType">
  <complexContent>
    <restriction base="gml:ValueArrayPropertyType">
      <sequence maxOccurs="unbounded">
        <element ref="diggs:Property"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:ProcedurePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractTestProcedure
Used by
Model diggs:AbstractTestProcedure{0,1}
Children diggs:AbstractTestProcedure
Source
<complexType name="ProcedurePropertyType">
  <sequence>
    <element minOccurs="0" ref="diggs:AbstractTestProcedure"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WellType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType 2_0_a.tmp#WellType_parentBorehole 2_0_a.tmp#WellType_wellDepth 2_0_a.tmp#WellType_wellPurpose 2_0_a.tmp#WellType_fluidPurpose 2_0_a.tmp#WellType_sanitarySealType 2_0_a.tmp#WellType_sanitarySealDepth 2_0_a.tmp#WellType_wellFinishType 2_0_a.tmp#WellType_initialDevelopmentMethod 2_0_a.tmp#WellType_initialDevelopmentTime 2_0_a.tmp#WellType_wellSpecialTreatment 2_0_a.tmp#WellType_maintenanceEvents 2_0_a.tmp#WellType_wellAbandonment 2_0_a.tmp#WellType_casings 2_0_a.tmp#WellType_openings
Type extension of diggs:AbstractLinearSamplingFeatureType
Type hierarchy
Used by
Element diggs:Well
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+ , diggs:parentBorehole{0,1} , diggs:wellDepth{0,1} , diggs:wellPurpose{0,1} , diggs:fluidPurpose{0,1} , diggs:sanitarySealType{0,1} , diggs:sanitarySealDepth{0,1} , diggs:wellFinishType{0,1} , diggs:initialDevelopmentMethod{0,1} , diggs:initialDevelopmentTime{0,1} , diggs:wellSpecialTreatment{0,1} , diggs:maintenanceEvents{0,1} , diggs:wellAbandonment{0,1} , diggs:casings{0,1} , diggs:openings{0,1}
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:casings, diggs:centerLine, diggs:fluidPurpose, diggs:groupRef, diggs:initialDevelopmentMethod, diggs:initialDevelopmentTime, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:maintenanceEvents, diggs:measurementRef, diggs:openings, diggs:originalProjectRef, diggs:parentBorehole, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sanitarySealDepth, diggs:sanitarySealType, diggs:sensorRef, diggs:status, diggs:wellAbandonment, diggs:wellDepth, diggs:wellFinishType, diggs:wellPurpose, diggs:wellSpecialTreatment, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="WellType">
  <complexContent>
    <extension base="diggs:AbstractLinearSamplingFeatureType">
      <sequence>
        <element minOccurs="0" name="parentBorehole" type="diggs:FeatureReferenceType">
          <annotation>
            <appinfo>diggs:Borehole</appinfo>
            <documentation>A reference to the Borehole feature within which this well is installed</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wellDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>The measured depth to the bottom of the well, measured in the well's linear referencing system.</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="0" name="wellPurpose" type="gml:CodeType">
          <annotation>
            <documentation>A description of the purpose for installing the hole (eg. ground water withdrawal, observation, etc.). Intended to come from a controlled list.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="fluidPurpose" type="gml:CodeType">
          <annotation>
            <documentation>If a production or extraction well, a code or description of the purpose for the fluid (eg. public supply, municipal, etc.)</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="sanitarySealType" type="gml:CodeType">
          <annotation>
            <documentation>The type of material used for the sanitary or surface seal (eg. bentonite, grout, etc.)</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="sanitarySealDepth" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>Depth to the base of the sanitary seal</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wellFinishType" type="gml:CodeType">
          <annotation>
            <documentation>Description of how the well is finished (eg. gravel pack with perforations, open end, sand point, etc.)</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="initialDevelopmentMethod" type="gml:CodeType">
          <annotation>
            <documentation>Description of the method used to develop the well after initial construction (eg. compressed air, surged, etc.)</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="initialDevelopmentTime" type="diggs:TimeIntervalPropertyType">
          <annotation>
            <documentation>Time required for initial development</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wellSpecialTreatment" type="diggs:DiggsStringType">
          <annotation>
            <documentation>Description of any special procedures employed upon initial development of well.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="maintenanceEvents" type="diggs:WellEventPropertyType">
          <annotation>
            <documentation>Information on the occurrence and activities involved in well maintenance and servicing.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="wellAbandonment" type="diggs:WellEventPropertyType">
          <annotation>
            <documentation>Information on the occurrence and procedures performed upon abandoning the well</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="casings" type="diggs:CasingPropertyType">
          <annotation>
            <documentation>Information on the well casing installed.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="openings" type="diggs:WellOpeningPropertyType">
          <annotation>
            <documentation>Information on the location and type of well openings (perforations) installed to allow fluid communication between the well and adjacent earth material</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WellEventPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#WellEvent
Used by
Model diggs:WellEvent*
Children diggs:WellEvent
Source
<complexType name="WellEventPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:WellEvent"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WellEventType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#AbstractEventType_dateTime 2_0_a.tmp#AbstractEventType_infoRecorded 2_0_a.tmp#AbstractEventType
Type extension of diggs:AbstractEventType
Type hierarchy
Used by
Element diggs:WellEvent
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:dateTime{0,1} , diggs:infoRecorded*
Children diggs:dateTime, diggs:infoRecorded, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="WellEventType">
  <complexContent>
    <extension base="diggs:AbstractEventType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WellOpeningPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#WellOpening
Used by
Model diggs:WellOpening*
Children diggs:WellOpening
Source
<complexType name="WellOpeningPropertyType">
  <sequence>
    <element maxOccurs="unbounded" minOccurs="0" ref="diggs:WellOpening"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:WellOpeningType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#WellOpeningType_openInterval 2_0_a.tmp#WellOpeningType_filterPackInterval 2_0_a.tmp#WellOpeningType_openingLength 2_0_a.tmp#WellOpeningType_openingWidth 2_0_a.tmp#WellOpeningType_openingDiameter 2_0_a.tmp#WellOpeningType_openingType 2_0_a.tmp#WellOpeningType_openingMaterial
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:openInterval , diggs:filterPackInterval{0,1} , diggs:openingLength{0,1} , diggs:openingWidth{0,1} , diggs:openingDiameter{0,1} , diggs:openingType{0,1} , diggs:openingMaterial{0,1}
Children diggs:filterPackInterval, diggs:openInterval, diggs:openingDiameter, diggs:openingLength, diggs:openingMaterial, diggs:openingType, diggs:openingWidth, diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="WellOpeningType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element minOccurs="1" name="openInterval" type="diggs:LinearExtentPropertyType">
          <annotation>
            <documentation>The depth interval in which the well openings occur. Recorded in a linear reference system for the well.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="filterPackInterval" type="diggs:LinearExtentPropertyType">
          <annotation>
            <documentation>The depth interval in which the filter pack surrounding the well screen or well openings occur.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="openingLength" type="witsml:lengthMeasure"/>
        <element minOccurs="0" name="openingWidth" type="witsml:lengthMeasure"/>
        <element minOccurs="0" name="openingDiameter" type="witsml:lengthMeasure"/>
        <element minOccurs="0" name="openingType" type="gml:CodeType">
          <annotation>
            <documentation>The type of well screen or perforation (eg. wire-wound screen, louvered or shuttered, perforated casing, etc.)</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="openingMaterial" type="gml:CodeType">
          <annotation>
            <documentation>The type of material that the well screen or perforation interval is composed of.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:GroundType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#AbstractInvestigationTargetType
Type extension of diggs:AbstractInvestigationTargetType
Type hierarchy
Used by
Element diggs:Ground
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles, diggs:status, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="GroundType">
  <complexContent>
    <extension base="diggs:AbstractInvestigationTargetType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:SensorType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#SensorType_type 2_0_a.tmp#SensorType_detectors 2_0_a.tmp#SensorType_events
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Used by
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:projectRef , diggs:relatedSamplingFeatureRef , diggs:type{0,1} , diggs:detectors{0,1} , diggs:events{0,1}
Children diggs:associatedFiles, diggs:detectors, diggs:events, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:status, diggs:type, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="SensorType">
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element ref="diggs:projectRef"/>
        <element minOccurs="1" ref="diggs:relatedSamplingFeatureRef"/>
        <element name="type" type="gml:CodeType" minOccurs="0" maxOccurs="1"/>
        <element name="detectors" type="diggs:DetectorPropertyType" minOccurs="0" maxOccurs="1"/>
        <element name="events" type="diggs:EventPropertyType" minOccurs="0" maxOccurs="1"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractSensorPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractSensor
Model diggs:AbstractSensor*
Children diggs:AbstractSensor
Source
<complexType name="AbstractSensorPropertyType">
  <sequence>
    <element ref="diggs:AbstractSensor" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MonitoringType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#identifier 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#http___schemas.diggsml.com_2.0.a_AbstractFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#relatedSamplingFeatureRef 2_0_a.tmp#sampleRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#AbstractMeasurementType_parameters 2_0_a.tmp#AbstractMeasurementType 2_0_a.tmp#MonitoringType_monitoringLocation 2_0_a.tmp#MonitoringType_outcome 2_0_a.tmp#MonitoringType_process
Type extension of diggs:AbstractMeasurementType
Type hierarchy
Used by
Model gml:description{0,1} , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:relatedSamplingFeatureRef{0,1} , diggs:sampleRef* , diggs:samplingActivityRef{0,1} , diggs:parameters{0,1} , diggs:monitoringLocation , diggs:outcome , diggs:process
Children diggs:associatedFiles, diggs:investigationTargetRef, diggs:monitoringLocation, diggs:outcome, diggs:parameters, diggs:process, diggs:projectRef, diggs:relatedSamplingFeatureRef, diggs:remarks, diggs:roles, diggs:sampleRef, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="MonitoringType">
  <complexContent>
    <extension base="diggs:AbstractMeasurementType">
      <sequence>
        <element name="monitoringLocation" type="diggs:LocationPropertyType"/>
        <element name="outcome" type="diggs:MonitoringResultPropertyType">
          <annotation>
            <documentation>A property that contains the information about what properties are being measured, the results of the measurement, and the associated locations that the measurement results relate to.</documentation>
          </annotation>
        </element>
        <element name="process" type="diggs:MonitoringProcessPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MonitoringResultPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#MonitoringResult
Used by
Model diggs:MonitoringResult
Children diggs:MonitoringResult
Source
<complexType name="MonitoringResultPropertyType">
  <sequence>
    <element ref="diggs:MonitoringResult"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MonitoringResultType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#time 2_0_a.tmp#results
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , diggs:time , diggs:results
Children diggs:remarks, diggs:results, diggs:status, diggs:time, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="MonitoringResultType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <element ref="diggs:time"/>
        <element ref="diggs:results"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MonitoringTimePropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#MonitoringTime
Used by
Element diggs:time
Model diggs:MonitoringTime
Children diggs:MonitoringTime
Source
<complexType name="MonitoringTimePropertyType">
  <sequence>
    <element ref="diggs:MonitoringTime"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MonitoringTimeType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1}
Children diggs:remarks, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="MonitoringTimeType">
  <complexContent>
    <extension base="diggs:AbstractObjectType"/>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:MonitoringProcessPropertyType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#AbstractMonitoringProcess
Used by
Model diggs:AbstractMonitoringProcess{0,1}
Children diggs:AbstractMonitoringProcess
Source
<complexType name="MonitoringProcessPropertyType">
  <sequence>
    <element minOccurs="0" ref="diggs:AbstractMonitoringProcess"/>
  </sequence>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:AbstractMonitoringProcessType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#description 2_0_a.tmp#AbstractObjectBaseType namespace.tmp#lang 2_0_a.tmp#AbstractObjectType_status 2_0_a.tmp#AbstractObjectType_remarks 2_0_a.tmp#AbstractObjectType 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification 2_0_a.tmp#TestMetadataProperties
Type extension of diggs:AbstractObjectType
Type hierarchy
Used by
Model gml:description{0,1} , diggs:status{0,1} , diggs:remarks{0,1} , (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification)
Children diggs:equipment, diggs:equipmentRef, diggs:remarks, diggs:specification, diggs:specificationRef, diggs:status, gml:description
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="AbstractMonitoringProcessType">
  <complexContent>
    <extension base="diggs:AbstractObjectType">
      <sequence>
        <group ref="diggs:TestMetadataProperties"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:FaceType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractPlanarSamplingFeatureType_referenceEdge 2_0_a.tmp#AbstractPlanarSamplingFeatureType_featureExtent 2_0_a.tmp#AbstractPlanarSamplingFeatureType_relativeFeatureBoundary 2_0_a.tmp#AbstractPlanarSamplingFeatureType_planarReferencing 2_0_a.tmp#AbstractPlanarSamplingFeatureType
Type extension of diggs:AbstractPlanarSamplingFeatureType
Type hierarchy
Used by
Element diggs:Face
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:referenceEdge , diggs:featureExtent{0,1} , diggs:relativeFeatureBoundary{0,1} , diggs:planarReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:featureExtent, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:measurementRef, diggs:originalProjectRef, diggs:planarReferencing, diggs:projectRef, diggs:referenceEdge, diggs:referencePoint, diggs:referencePointAccuracy, diggs:relativeFeatureBoundary, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="FaceType">
  <complexContent>
    <extension base="diggs:AbstractPlanarSamplingFeatureType">
      <sequence>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Complex Type diggs:TransectType
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 3_2.tmp#id 3_2.tmp#description 3_2.tmp#descriptionReference 3_2.tmp#identifier 3_2.tmp#name 3_2.tmp#StandardObjectProperties 3_2.tmp#AbstractGMLType 3_2.tmp#AbstractFeatureType 3_2.tmp#description 2_0_a.tmp#AbstractFeatureBaseType namespace.tmp#lang 3_2.tmp#name 3_2.tmp#identifier 2_0_a.tmp#AbstractNamedFeatureType_status 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks 2_0_a.tmp#FeatureMetadataProperties 2_0_a.tmp#AbstractNamedFeatureType 2_0_a.tmp#investigationTargetRef 2_0_a.tmp#projectRef 2_0_a.tmp#originalProjectRef 2_0_a.tmp#associatedProjectRef 2_0_a.tmp#groupRef 2_0_a.tmp#measurementRef 2_0_a.tmp#layerSystemRef 2_0_a.tmp#samplingActivityRef 2_0_a.tmp#sensorRef 2_0_a.tmp#AbstractSamplingFeatureType 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePoint 2_0_a.tmp#AbstractLinearSamplingFeatureType_referencePointAccuracy 2_0_a.tmp#AbstractLinearSamplingFeatureType_centerLine 2_0_a.tmp#AbstractLinearSamplingFeatureType_linearReferencing 2_0_a.tmp#AbstractLinearSamplingFeatureType
Type extension of diggs:AbstractLinearSamplingFeatureType
Type hierarchy
Used by
Element diggs:Transect
Model gml:description{0,1} , gml:name+ , gml:identifier{0,1} , diggs:status{0,1} , diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1} , diggs:investigationTargetRef , diggs:projectRef , diggs:originalProjectRef{0,1} , diggs:associatedProjectRef* , diggs:groupRef* , diggs:measurementRef* , diggs:layerSystemRef* , diggs:samplingActivityRef* , diggs:sensorRef* , diggs:referencePoint , diggs:referencePointAccuracy{0,1} , diggs:centerLine+ , diggs:linearReferencing+
Children diggs:associatedFiles, diggs:associatedProjectRef, diggs:centerLine, diggs:groupRef, diggs:investigationTargetRef, diggs:layerSystemRef, diggs:linearReferencing, diggs:measurementRef, diggs:originalProjectRef, diggs:projectRef, diggs:referencePoint, diggs:referencePointAccuracy, diggs:remarks, diggs:roles, diggs:samplingActivityRef, diggs:sensorRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type Fixed Default Use Annotation
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.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="TransectType">
  <complexContent>
    <extension base="diggs:AbstractLinearSamplingFeatureType">
      <sequence>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Attribute @diggs:technique
Namespace http://schemas.diggsml.com/2.0.a
Type diggs:DescriptorTechniqueEnumType
Properties
default: unknown
Facets
enumeration assigned
enumeration calculated
enumeration inferred
enumeration measured
enumeration missing
enumeration other
enumeration reported
enumeration unknown
enumeration visual
Used by
Source
<attribute default="unknown" name="technique" type="diggs:DescriptorTechniqueEnumType"/>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element Group diggs:FeatureMetadataProperties
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#FeatureMetadataProperties_associatedFiles 2_0_a.tmp#FeatureMetadataProperties_roles 2_0_a.tmp#FeatureMetadataProperties_remarks
Used by
Model diggs:associatedFiles* , diggs:roles{0,1} , diggs:remarks{0,1}
Children diggs:associatedFiles, diggs:remarks, diggs:roles
Source
<group name="FeatureMetadataProperties">
  <sequence>
    <element name="associatedFiles" type="diggs:MetadataReferenceType" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
        <appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo>
      </annotation>
    </element>
    <element name="roles" type="diggs:RolePropertyType" minOccurs="0" maxOccurs="1"/>
    <element name="remarks" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="1"/>
  </sequence>
</group>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd
Element Group diggs:TestMetadataProperties
Namespace http://schemas.diggsml.com/2.0.a
Diagram
Diagram 2_0_a.tmp#TestMetadataProperties_equipmentRef 2_0_a.tmp#TestMetadataProperties_equipment 2_0_a.tmp#TestMetadataProperties_specificationRef 2_0_a.tmp#TestMetadataProperties_specification
Used by
Complex Types diggs:AbstractBoreholeInsituTestType, diggs:AbstractInsituTestType, diggs:AbstractLaboratoryTestType, diggs:AbstractMonitoringProcessType, diggs:AbstractTestProcedureType, diggs_env:ChemicalAnalysisType, diggs_env:SpectralAnalysisType, diggs_geo:AggregateAbrasionValueTestType, diggs_geo:AggregateCrushingValueTestType, diggs_geo:AggregateImpactValueTestType, diggs_geo:AggregateLosAngelesAbrasionTestType, diggs_geo:AggregateSlakeDurabilityTestType, diggs_geo:AggregateSoundnessTestType, diggs_geo:AggregateTenPercentFinesTestType, diggs_geo:AtterbergLimitsTestType, diggs_geo:CationExchangeTestType, diggs_geo:ChalkCrushingValueTestType, diggs_geo:CompactionTestType, diggs_geo:CompressiveStrengthTestType, diggs_geo:ConsolidationTestType, diggs_geo:DirectShearTestType, diggs_geo:DrivenPenetrationTestType, diggs_geo:FlatDilatometerTestType, diggs_geo:FrostSusceptibilityTestType, diggs_geo:HandVaneTestType, diggs_geo:InsituCBRTestType, diggs_geo:InsituPermeabilityTestType, diggs_geo:InsituVaneTestType, diggs_geo:LabCBRTestType, diggs_geo:LabPermeabilityTestType, diggs_geo:LabVelocityTestType, diggs_geo:LinearShrinkageTestType, diggs_geo:MCVTestType, diggs_geo:ParticleSizeTestType, diggs_geo:PointLoadTestType, diggs_geo:PressuremeterTestType, diggs_geo:PumpingTestType, diggs_geo:RedoxTestType, diggs_geo:RelativeDensityTestType, diggs_geo:RockPorosityDensityTestType, diggs_geo:SchmidtReboundHardnessTestType, diggs_geo:StaticConePenetrationTestType, diggs_geo:SuctionTestType, diggs_geo:WirelineLogType
Model (diggs:equipmentRef | diggs:equipment) , (diggs:specificationRef | diggs:specification)
Children diggs:equipment, diggs:equipmentRef, diggs:specification, diggs:specificationRef
Source
<group name="TestMetadataProperties">
  <sequence>
    <choice maxOccurs="unbounded" minOccurs="0">
      <element name="equipmentRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
        <annotation>
          <appinfo source="urn:x-gml:targetElement">diggs:BusinessAssociate</appinfo>
          <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element.</documentation>
        </annotation>
      </element>
      <element name="equipment" type="gml:CodeType"/>
    </choice>
    <choice maxOccurs="unbounded" minOccurs="0">
      <element name="specificationRef" type="diggs:MetadataReferenceType" minOccurs="1" maxOccurs="1">
        <annotation>
          <appinfo source="urn:x-gml:targetElement">diggs:Specification</appinfo>
          <documentation>A property element that supports a value by reference only. The target value is indicated in the appinfo element. Use specificationRef to refer to a DIGGS specification object or to an external URN that describes the procedure. For a simple description of the specification or to refer to a standard for information purposes only, use specification.</documentation>
        </annotation>
      </element>
      <element name="specification" type="gml:CodeType">
        <annotation>
          <documentation>A text string that describes the test specification or procedure used. - eg. ASTM 2722 as informative. Use specificationRef to refer to a DIGGS specification object or to an external URN that describes the procedure.</documentation>
        </annotation>
      </element>
    </choice>
  </sequence>
</group>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/Kernel.xsd