locationAddress
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
givenName
Section titled “givenName”Type: string
Element specifying the name used to distinguish between persons having the same surname(s) and who may have access to a particular delivery point.
surname
Section titled “surname”Type: string
Element which identifies the family or parentage of an individual.
qualification
Section titled “qualification”Type: string
Element indicating an individual’s professional or academic qualification or rank in a professional group or society (e.g. PhD, Fellow of the Royal Society, FRS, Barrister at Law).
nameQualifier
Section titled “nameQualifier”Type: string
Element used in some countries to distinguish between persons with the same surname(s) who have similar given names or initials (e.g.III, Senior, the Third.).
organizationName
Section titled “organizationName”Type: string
Element giving the official name, the registered business name or other official designation of an organization.
legalStatus
Section titled “legalStatus”Type: string
Element indicating the formal registration of an organization (e.g. GmbH, Inc., Ltd.).
organizationUnit
Section titled “organizationUnit”Type: string
Element identifying a subdivision of an organization.
building
Section titled “building”Type: string
Element identifying the number or name and type of the edifice or construction in or adjacent to which a delivery point is located.
Type: string
Element indicating the floor or level on which a delivery point is located in a multi-story building.
Type: string
Element indicating the apartment, room or office in, at or adjacent to which a delivery point, situated within a building, is located.
thoroughfare
Section titled “thoroughfare”Type: string
Element which identifies the road or part of a road or other access route along which a delivery point can be accessed, either directly or via a secondary or tertiary road or access route.
premiseIdentifier
Section titled “premiseIdentifier”Type: string
Element designating the area or the object on an area, adjacent to thoroughfare, in which the delivery point or delivery point access is located.
Type: string
Element indicating the name of the populated place in which a delivery point is located, or the populated.
region
Section titled “region”Type: string
Element specifying the geographic or administrative area of the country in which the town is situated.
district
Section titled “district”Type: string
Element indicating the name of the area within or adjacent to the town in which a delivery point is located, or via which it is accessed.
countryName
Section titled “countryName”Type: string
Element designating the country, dependency or area of geopolitical interest, in which a delivery point is located or via which the delivery point is accessed.
countryCode
Section titled “countryCode”Type: string
Interest, in which a delivery point is located or via which the delivery point is accessed.
postCode
Section titled “postCode”Type: string
Element designating the code used for the sorting of mail.
Referenced By
Section titled “Referenced By”- locationAddress
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry" } }, "givenName": { "type": "string" }, "surname": { "type": "string" }, "qualification": { "type": "string" }, "nameQualifier": { "type": "string" }, "organizationName": { "type": "string" }, "legalStatus": { "type": "string" }, "organizationUnit": { "type": "string" }, "building": { "type": "string" }, "floor": { "type": "string" }, "door": { "type": "string" }, "thoroughfare": { "type": "string" }, "premiseIdentifier": { "type": "string" }, "town": { "type": "string" }, "region": { "type": "string" }, "district": { "type": "string" }, "countryName": { "type": "string" }, "countryCode": { "type": "string" }, "postCode": { "type": "string" } }}