A reference to an AssociatedFile object that providesinformation about external files or documents associated with thisfeature. The target value is indicated in the appinfoelement.
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
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 contextreplace - load the resource in the same window, frame, pane, or other presentation contextembed - load ending resource in place of the presentation of the starting resourceother - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
<element name="associatedFile" type="diggs:AssociatedFilePropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo><documentation>A reference to an AssociatedFile object that provides information about external files or documents associated with this feature. The target value is indicated in the appinfo element.</documentation></annotation></element>
A reference to a Role object that dentifies a specificrole or task performed that is associated with this specificfeature, the person or organization that performed the role, andassociated time frame, if applicable..
<element name="role" type="diggs:RolePropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>A reference to a Role object that dentifies a specific role or task performed that is associated with this specific feature, the person or organization that performed the role, and associated time frame, if applicable..</documentation></annotation></element>
<element name="remark" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>A reference to a Remark object that provies a comment or remark associated with this specific feature.</documentation></annotation></element>
Complex Type diggs:AbstractFeatureType
Namespace
http://diggsml.org/schemas/3
Annotations
Standard base type for all DIGGS feature objects. Features represent identifiable real-world entities such as projects, sampling features, samples, and tests.
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 name="AbstractFeatureType" abstract="true"><annotation><documentation>Standard base type for all DIGGS feature objects. Features represent identifiable real-world entities such as projects, sampling features, samples, and tests.</documentation></annotation><complexContent><extension base="diggs:AbstractFeatureBaseType"><sequence><element maxOccurs="unbounded" minOccurs="0" ref="gml:name"/><element minOccurs="0" maxOccurs="1" ref="diggs:internalIdentifier"><annotation><documentation/></annotation></element><element minOccurs="0" ref="diggs:status"/><element minOccurs="0" ref="diggs:implementationStatus"/><element name="associatedFile" type="diggs:AssociatedFilePropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><appinfo source="urn:x-gml:targetElement">diggs:AssociatedFile</appinfo><documentation>A reference to an AssociatedFile object that provides information about external files or documents associated with this feature. The target value is indicated in the appinfo element.</documentation></annotation></element><element name="role" type="diggs:RolePropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>A reference to a Role object that dentifies a specific role or task performed that is associated with this specific feature, the person or organization that performed the role, and associated time frame, if applicable..</documentation></annotation></element><element name="remark" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>A reference to a Remark object that provies a comment or remark associated with this specific feature.</documentation></annotation></element></sequence></extension></complexContent></complexType>