| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.HTML5.MetaData.Schema.PropertyValue
- data PropertyValue = PropertyValue {
- maxValue :: MaxValue
- minValue :: MinValue
- propertyID :: PropertyID
- unitCode :: UnitCode
- unitText :: UnitText
- value :: Value
- valueReference :: ValueReference
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data PropertyValue Source
A property-value pair, e.g. representing a feature of a product or place. Use the name property for the name of the property. If there is an additional human-readable version of the value, put that into the description property. Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.
id- PropertyValue
label- Property Value
comment- A property-value pair, e.g. representing a feature of a product or place. Use the
nameproperty for the name of the property. If there is an additional human-readable version of the value, put that into thedescriptionproperty. br/br/ Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property. ancestorsThing,Intangible,StructuredValuesubtypessupertypesStructuredValueurl- http://schema.org/PropertyValue
Constructors
| PropertyValue | |
Fields
| |