| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.HTML5.MetaData.Schema.PostalAddress
- data PostalAddress = PostalAddress {
- addressCountry :: AddressCountry
- addressLocality :: AddressLocality
- addressRegion :: AddressRegion
- postOfficeBoxNumber :: PostOfficeBoxNumber
- postalCode :: PostalCode
- streetAddress :: StreetAddress
- areaServed :: AreaServed
- availableLanguage :: AvailableLanguage
- contactOption :: ContactOption
- contactType :: ContactType
- email :: Email
- faxNumber :: FaxNumber
- hoursAvailable :: HoursAvailable
- productSupported :: ProductSupported
- telephone :: Telephone
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data PostalAddress Source
The mailing address.
id- PostalAddress
label- Postal Address
comment- The mailing address.
ancestorsThing,Intangible,StructuredValue,ContactPointsubtypessupertypesContactPointurl- http://schema.org/PostalAddress
Constructors