Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.HTML5.MetaData.Schema.Action
- data Action = Action {
- actionStatus :: ActionStatus
- agent :: Agent
- endTime :: EndTime
- error :: Error
- instrument :: Instrument
- location :: Location
- object :: Object
- participant :: Participant
- result :: Result
- startTime :: StartTime
- target :: Target
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role. See also blog post and Actions overview document.
id
- Action
label
- Action
comment
- An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argumentrole. <br>br/See also href="http://blog.schema.org/2014/04/announcing-schemaorg-actions.html"blog post/a and href="http://schema.org/docs/actions.html"Actions overview document/a.
ancestors
Thing
subtypes
AchieveAction
,AssessAction
,ConsumeAction
,ControlAction
,CreateAction
,FindAction
,InteractAction
,MoveAction
,OrganizeAction
,PlayAction
,SearchAction
,TradeAction
,TransferAction
,UpdateAction
supertypes
Thing
url
- http://schema.org/Action
Constructors
Action | |
Fields
|