#[non_exhaustive]pub enum ParameterCardinality {
One,
OneOrMore,
}
Expand description
Describes the number of selections that must occur. Without this setting, only one value should be assumed to be permitted.
Name of the file before it was encoded as Base64 to be embedded in a resource. This is the name that will be assigned to the file when the file is decoded.
A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition. https://www.w3.org/TR/xmlschema11-2/#NCName.
A textual label that provides a sub-type or characterization of the property’s name.
An identifier for relating distinct sets of properties.
A textual label, within a namespace, that uniquely identifies a specific attribute, characteristic, or quality of the property’s containing object.
A textual label that provides a sub-type or characterization of the control.
Identifies a control such that it can be referenced in the defining catalog and other OSCAL instances (e.g., profiles).
A textual label that provides a characterization of the type, purpose, use or scope of the parameter.
(deprecated) Another parameter invoking this one. This construct has been deprecated and should not be used.
A unique identifier for the parameter.
An optional textual providing a sub-type or characterization of the part’s name, or a category to which the part belongs.
A unique identifier for the part.
A textual label that uniquely identifies the part’s semantic type, which exists in a value space qualified by the ns.
A textual label that provides a sub-type or characterization of the group.
Identifies the group for the purpose of cross-linking within the defining instance or from other instances that reference the catalog.
A reference to a role performed by a party.
The type of action documented by the assembly, such as an approval.
A unique identifier for the role.
Describes the type of relationship provided by the link’s hypertext reference. This can be an indicator of the link’s purpose.
Indicates the type of address.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Trait Implementations§
Source§impl Clone for ParameterCardinality
impl Clone for ParameterCardinality
Source§fn clone(&self) -> ParameterCardinality
fn clone(&self) -> ParameterCardinality
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more