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.
<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>
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.
<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
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
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>