PropertyValueSpecification inherited from CDIFCore
CDIFProvenance::Classes::PropertyValueSpecification
Definition
Documentation
Original
Reference
schema:PropertyValueSpecification
Definition
A Property value specification.
Scope
Parent class(es): Intangible (https://schema.org/Intangible).
CDIF
Definition
schema:PropertyValueSpecification - an explanation of a parameter used in the target URL template of an Action.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | Identifier | [0..1] | DocumentationOriginalReferenceschema:identifier DefinitionThe identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. ScopeDomain: Thing (https://schema.org/Thing). Range: PropertyValue (https://schema.org/PropertyValue), Text (https://schema.org/Text), URL (https://schema.org/URL). CDIFDefinitionFormal identifier for this activity Scope@id - identifier for this parameter specification. |
| valueName | string | [1] | DocumentationOriginalReferenceschema:valueName DefinitionIndicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name. ScopeDomain: PropertyValueSpecification (https://schema.org/PropertyValueSpecification). Range: Text (https://schema.org/Text). CDIFDefinitionschema:valueName - the parameter name as used in the urlTemplate. |
| description | string | [1] | DocumentationOriginalReferenceschema:description DefinitionA description of the item. ScopeDomain: Thing (https://schema.org/Thing). Range: Text (https://schema.org/Text), TextObject (https://schema.org/TextObject). CDIFDefinitionText description of what this activity did Scopeschema:description - description of the parameter. |
| valueRequired | boolean | [0..1] | DocumentationOriginalReferenceschema:valueRequired DefinitionWhether the property must be filled in to complete the action. Default is false. ScopeDomain: PropertyValueSpecification (https://schema.org/PropertyValueSpecification). Range: Boolean (https://schema.org/Boolean). CDIFDefinitionschema:valueRequired - whether the parameter is required. |
| valuePattern | string | [0..1] | DocumentationOriginalReferenceschema:valuePattern DefinitionSpecifies a regular expression for testing literal values according to the HTML spec. ScopeDomain: PropertyValueSpecification (https://schema.org/PropertyValueSpecification). Range: Text (https://schema.org/Text). CDIFDefinitionschema:valuePattern - a regular expression constraining the parameter value. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| queryInput | ← Action | [0..*] | association |