| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.HTML5.MetaData.Schema.PropertyValueSpecification
- data PropertyValueSpecification = PropertyValueSpecification {
- defaultValue :: DefaultValue
- maxValue :: MaxValue
- minValue :: MinValue
- multipleValues :: MultipleValues
- readonlyValue :: ReadonlyValue
- stepValue :: StepValue
- valueMaxLength :: ValueMaxLength
- valueMinLength :: ValueMinLength
- valueName :: ValueName
- valuePattern :: ValuePattern
- valueRequired :: ValueRequired
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data PropertyValueSpecification Source
A Property value specification.
id- PropertyValueSpecification
label- Property Value Specification
comment- A Property value specification.
ancestorsThing,IntangiblesubtypessupertypesIntangibleurl- http://schema.org/PropertyValueSpecification
Constructors