Difference between revisions of "Help:Uncertain information"

From Security Vision
Jump to: navigation, search
Line 1: Line 1:
 
=Qualifiers with Record (datatype) Property=
 
Previously qualifiers and other statements about statements were implemented by [[User:Ruben]] using Properties with Record type, such as [[Property:Potentially used by]] with fields [[Property:Institution]], [[Property:Information Certainty]], [[Property:Citation reference]], [[Property:Description]]
 
 
Example:
 
[[Potentially used by::TestInstitution;Speculative]]
 
 
Deployments Form and Template invokes [[Template:InstitutionCertainty]] to create the record.
 
  
  
Line 29: Line 21:
 
* [[TestUncertaintInforation0002]]
 
* [[TestUncertaintInforation0002]]
  
= How to turn single property into record=
 
[[Property:City]] will be integrated into Record [[Property:City certainty]]
 
  
[[Property:City certainty]] will have <nowiki>[[Has fields::City;Information Certainty;CiteRef;Description]]</nowiki> or <nowiki>[[Has fields::City;Information Certainty]]</nowiki>
 
  
to include it in a form, it is not needed to use sub form, since there wont be a need to include different Cities, with different levels of certainty
+
=Qualifiers with Record (datatype) Property=
 +
Previously qualifiers and other statements about statements were implemented by [[User:Ruben]] using Properties with Record type, such as [[Property:Potentially used by]] with fields [[Property:Institution]], [[Property:Information Certainty]], [[Property:Citation reference]], [[Property:Description]]
  
hence something like
+
Example:
<source>
+
[[Potentially used by::TestInstitution;Speculative]]
{| class="formtable"
+
 
|-
+
Deployments Form and Template invokes [[Template:InstitutionCertainty]] to create the record.
! City:  
 
| {{{field|City|input type=combobox}}} {{{field|City_Certainty|dropdown}}}
 
|}
 
</source>
 

Revision as of 18:07, 19 April 2022


Forms with Uncertain information section[ ]

In Forms+templates Uncertain information is expressed in a"Uncertain information" section.

  • fields that might include uncertain information are double in a section "Uncertain Information"
  • there is a "for template" multi sub-form the different Uncertain fields are able to be chosen
  • sub form entry a subobject with the category Uncertain Information

trying with:


Test Pages:


Qualifiers with Record (datatype) Property[ ]

Previously qualifiers and other statements about statements were implemented by User:Ruben using Properties with Record type, such as Property:Potentially used by with fields Property:Institution, Property:Information Certainty, Property:Citation reference, Property:Description

Example: TestInstitution (Speculative, ?, ?)

Deployments Form and Template invokes Template:InstitutionCertainty to create the record.