Skip to content

Slot: structured_pattern

the string value of the slot must conform to the regular expression in the pattern expression

URI: [linkml:structured_pattern](https://w3id.org/linkml/structured_pattern) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [TypeExpression](TypeExpression.md) | An abstract class grouping named types and anonymous type expressions | no | | [SlotExpression](SlotExpression.md) | an expression that constrains the range of values a slot can take | no | | [AnonymousTypeExpression](AnonymousTypeExpression.md) | A type expression that is not a top-level named type definition | no | | [TypeDefinition](TypeDefinition.md) | an element that whose instances are atomic scalar values that can be mapped t... | no | | [AnonymousSlotExpression](AnonymousSlotExpression.md) | | no | | [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [PatternExpression](PatternExpression.md) | | Domain | [Definition](Definition.md) | | Domain Of | [TypeExpression](TypeExpression.md), [SlotExpression](SlotExpression.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Inherited | Yes | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) ## See Also * [https://linkml.io/linkml/schemas/constraints.html#structured-patterns](https://linkml.io/linkml/schemas/constraints.html#structured-patterns) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:structured_pattern | | native | linkml:structured_pattern | ## LinkML Source
name: structured_pattern
description: the string value of the slot must conform to the regular expression in
  the pattern expression
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
see_also:
- https://linkml.io/linkml/schemas/constraints.html#structured-patterns
rank: 1000
domain: definition
inherited: true
domain_of:
- type_expression
- slot_expression
range: pattern_expression