Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:AbstractProgramType / diggs:design
Namespace http://diggsml.org/schemas/3
Annotations
Design specifications for the program. Defines the planned approach, sampling locations, test requirements, and acceptance criteria that guide program execution. Multiple designs can be specified for different aspects or phases of the program.
Diagram
DiagramAbstractTypes_xsd_Element_diggs_AbstractProgramDesign.tmp#AbstractProgramDesignCommon_xsd_Complex_Type_diggs_ProgramDesignPropertyType.tmp#ProgramDesignPropertyType
Type diggs:ProgramDesignPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:AbstractProgramDesign
Instance
<diggs:design xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:AbstractProgramDesign gml:id="">{1,1}</diggs:AbstractProgramDesign>
</diggs:design>
Source
<element maxOccurs="unbounded" minOccurs="0" name="design" type="diggs:ProgramDesignPropertyType">
  <annotation>
    <documentation>Design specifications for the program. Defines the planned approach, sampling locations, test requirements, and acceptance criteria that guide program execution. Multiple designs can be specified for different aspects or phases of the program.</documentation>
  </annotation>
</element>
Element diggs:AbstractProgramType / diggs:specification
Namespace http://diggsml.org/schemas/3
Annotations
Technical specifications for the program. Provides detailed requirements, standards references, acceptance criteria, and quality control measures that govern program execution. Specifications are more detailed than designs and typically reference specific standards (ASTM, AASHTO, etc.) and numerical acceptance criteria.
Diagram
DiagramAbstractTypes_xsd_Element_diggs_AbstractProgramSpecificaton.tmp#AbstractProgramSpecificatonCommon_xsd_Complex_Type_diggs_ProgramSpecificationPropertyType.tmp#ProgramSpecificationPropertyType
Type diggs:ProgramSpecificationPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:AbstractProgramSpecificaton
Instance
<diggs:specification xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:AbstractProgramSpecificaton gml:id="">{1,1}</diggs:AbstractProgramSpecificaton>
</diggs:specification>
Source
<element maxOccurs="unbounded" minOccurs="0" name="specification" type="diggs:ProgramSpecificationPropertyType">
  <annotation>
    <documentation>Technical specifications for the program. Provides detailed requirements, standards references, acceptance criteria, and quality control measures that govern program execution. Specifications are more detailed than designs and typically reference specific standards (ASTM, AASHTO, etc.) and numerical acceptance criteria.</documentation>
  </annotation>
</element>
Complex Type diggs:AbstractProgramType
Namespace http://diggsml.org/schemas/3
Annotations
The base type for all programs, which extend this type
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_AbstractFeatureTypeCommon_xsd_Element_diggs_projectRef.tmp#projectRefAbstractTypes_xsd_Complex_Type_diggs_AbstractProgramType.tmp#AbstractProgramType_designAbstractTypes_xsd_Complex_Type_diggs_AbstractProgramType.tmp#AbstractProgramType_specification
Type extension of diggs:AbstractFeatureType
Type hierarchy
Properties
abstract true
Used by
Model
Children diggs:associatedFile, diggs:design, diggs:implementationStatus, diggs:internalIdentifier, diggs:projectRef, diggs:remark, diggs:role, diggs:specification, 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 abstract="true" name="AbstractProgramType">
  <annotation>
    <documentation>The base type for all programs, which extend this type</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractFeatureType">
      <sequence>
        <element minOccurs="1" ref="diggs:projectRef" maxOccurs="unbounded">
          <annotation>
            <documentation>The location of the description</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="design" type="diggs:ProgramDesignPropertyType">
          <annotation>
            <documentation>Design specifications for the program. Defines the planned approach, sampling locations, test requirements, and acceptance criteria that guide program execution. Multiple designs can be specified for different aspects or phases of the program.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" name="specification" type="diggs:ProgramSpecificationPropertyType">
          <annotation>
            <documentation>Technical specifications for the program. Provides detailed requirements, standards references, acceptance criteria, and quality control measures that govern program execution. Specifications are more detailed than designs and typically reference specific standards (ASTM, AASHTO, etc.) and numerical acceptance criteria.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>