Base type for program design specifications that define the planned characteristics and requirements for a program of work. Program designs typically specify target parameters, acceptance criteria, testing frequencies, quality control measures, and other requirements that guide program execution. Design specifications can be compared with actual program implementation to track compliance and identify deviations.
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="AbstractProgramDesignType"><annotation><documentation>Base type for program design specifications that define the planned characteristics and requirements for a program of work. Program designs typically specify target parameters, acceptance criteria, testing frequencies, quality control measures, and other requirements that guide program execution. Design specifications can be compared with actual program implementation to track compliance and identify deviations.</documentation></annotation><complexContent><extension base="diggs:AbstractFeatureType"/></complexContent></complexType>