Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element diggs:AbstractSampleType / diggs:projectRef
Namespace http://diggsml.org/schemas/3
Annotations
Reference to the project that this sample is associated with. Every sample must be associated with a project, which provides the organizational and geographical context for the sample. This reference links the sample to its parent project, enabling queries and organization by project.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_ReferenceType.tmp#ReferenceTypeCommon_xsd_Complex_Type_diggs_FeatureReferenceType.tmp#FeatureReferenceType_identifierRefCommon_xsd_Complex_Type_diggs_FeatureReferenceType.tmp#FeatureReferenceType
Type diggs:FeatureReferenceType
Type hierarchy
Properties
content complex
minOccurs 1
Model
Attributes
QName Type Fixed Default Use Annotation
identifierRef diggs:IdentifierReferenceType optional
Provides a fully qualified gml:identifier value of the target
feature. Used primarily to reference a feature by a globally unique
identifier as opposed to the gml:id
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="projectRef" type="diggs:FeatureReferenceType" minOccurs="1">
  <annotation>
    <documentation>Reference to the project that this sample is associated with. Every sample must be associated with a project, which provides the organizational and geographical context for the sample. This reference links the sample to its parent project, enabling queries and organization by project.</documentation>
  </annotation>
</element>
Complex Type diggs:AbstractSampleType
Namespace http://diggsml.org/schemas/3
Annotations
Base type for all sample objects. A sample represents physical material collected from a sampling feature during a sampling activity. Samples are the fundamental link between field investigations (sampling features) and laboratory testing (specimens and material tests). Samples maintain information about their collection location, parent sampling feature, collection method, and physical characteristics. Samples can be subdivided into specimens for laboratory testing or aggregated from multiple source samples.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractFeatureType.tmp#AbstractFeatureTypegml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureBaseType.tmp#AbstractFeatureBaseTypegml3_2Profile_diggs_xsd_Element_gml_name.tmp#nameCommon_xsd_Element_diggs_internalIdentifier.tmp#internalIdentifierCommon_xsd_Element_diggs_status.tmp#statusCommon_xsd_Element_diggs_implementationStatus.tmp#implementationStatusAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureType_associatedFileAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureType_roleAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureType_remarkAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#nameCommon_xsd_Element_diggs_internalIdentifier.tmp#internalIdentifierCommon_xsd_Element_diggs_status.tmp#statusCommon_xsd_Element_diggs_implementationStatus.tmp#implementationStatusAbstractTypes_xsd_Complex_Type_diggs_AbstractNamedFeatureType.tmp#AbstractNamedFeatureType_associatedFileAbstractTypes_xsd_Complex_Type_diggs_AbstractNamedFeatureType.tmp#AbstractNamedFeatureType_roleAbstractTypes_xsd_Complex_Type_diggs_AbstractNamedFeatureType.tmp#AbstractNamedFeatureType_remarkAbstractTypes_xsd_Complex_Type_diggs_AbstractNamedFeatureType.tmp#AbstractNamedFeatureTypeAbstractTypes_xsd_Complex_Type_diggs_AbstractSampleType.tmp#AbstractSampleType_projectRefCommon_xsd_Element_diggs_samplingActivityRef.tmp#samplingActivityRefCommon_xsd_Element_diggs_sampleProducedRef.tmp#sampleProducedRef
Type extension of diggs:AbstractNamedFeatureType
Type hierarchy
Properties
abstract true
Used by
Model
Children diggs:associatedFile, diggs:implementationStatus, diggs:internalIdentifier, diggs:projectRef, diggs:remark, diggs:role, diggs:sampleProducedRef, diggs:samplingActivityRef, diggs:status, gml:description, gml:identifier, gml:name
Attributes
QName Type 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="AbstractSampleType" abstract="true">
  <annotation>
    <documentation>Base type for all sample objects. A sample represents physical material collected from a sampling feature during a sampling activity. Samples are the fundamental link between field investigations (sampling features) and laboratory testing (specimens and material tests). Samples maintain information about their collection location, parent sampling feature, collection method, and physical characteristics. Samples can be subdivided into specimens for laboratory testing or aggregated from multiple source samples.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractNamedFeatureType">
      <sequence>
        <element name="projectRef" type="diggs:FeatureReferenceType" minOccurs="1">
          <annotation>
            <documentation>Reference to the project that this sample is associated with. Every sample must be associated with a project, which provides the organizational and geographical context for the sample. This reference links the sample to its parent project, enabling queries and organization by project.</documentation>
          </annotation>
        </element>
        <element ref="diggs:samplingActivityRef"/>
        <element ref="diggs:sampleProducedRef">
          <annotation>
            <documentation/>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>