Address, PostalAddress, Roadaddress
Address (Abstract)
Common attributes of an ADDRESS.
Address – XML Element
Classification | Name | Type | Cardinality | Description |
::> | ::> | Place | ::> | ADDRESS inherits from PLACE. |
«PK» | id | AddressIdType | 1:1 | Identifier of an ADDRESS. |
«FK» | CountryRef | CountryEnum | 0:1 | COUNTRY for ADDRESS. |
| CountryName | MultilingualString | 0:1 | Name of country to use on address. |
Currently this XML Element is not in use in the Austrian NeTEx Profile
PostalAddress (Subcomponent of SITE in EPIP)
A specialisation of ADDRESS representing a postal address – used in conjunction with GIS data, provides a means of locating a PLACE in a journey planner.
PostalAddress – XML Element
Classification | Name | Type | Cardinality | Description |
::> | ::> | Address | ::> | POSTAL ADDRESS inherits from ADDRESS. |
«PK» | id | PostalAddressIdType | 1:1 | Identifier of POSTAL ADDRESS. |
| HouseNumber | xsd:normalizedString | 0:1 | House or building number of POSTAL ADDRESS. |
| BuildingName | xsd:normalizedString | 0:1 | Building name of POSTAL ADDRESS. |
| AddressLine1 | xsd:normalizedString | 0:1 | First line of POSTAL ADDRESS. |
| AddressLine2 | xsd:normalizedString | 0:1 | Second line of POSTAL ADDRESS. |
| Street | xsd:normalizedString | 0:1 | Street name of POSTAL ADDRESS. |
| Town | xsd:normalizedString | 0:1 | Town of POSTAL ADDRESS. |
| Suburb | xsd:normalizedString | 0:1 | Suburb of POSTAL ADDRESS. |
| PostCode | PostCodeType | 0:1 | Postcode. |
| PostCodeExtension | xsd:normalizedString | 0:1 | Postcode extension. |
| PostalRegion | xsd:normalizedString | 0:1 | Postal Region. |
| Province | xsd:normalizedString | 0:1 | Postal Province. |
«FK» | RoadAddressRef | RoadAddressRef | 0:1 | ROAD ADDRESS associated with POSTAL ADDRESS. |
Currently this XML Element is not in use in the Austrian NeTEx Profile
RoadAddress (Subcomponent of SITE in EPIP)
A specialisation of ADDRESS representing any position on a named road. Used in conjunction with GIS data, provides a means of locating a PLACE in a journey planner.
RoadAddress – XML Element
Classification | Name | Type | Cardinality | Description |
::> | ::> | Address | ::> | ROAD ADDRESS inherits from ADDRESS. |
«PK» | id | RoadAddressIdType | 1:1 | Identifier of a ROAD ADDRESS. |
«EK» | GisFeatureRef | xsd:normalizedString | 0:1 | Reference to a GIS feature identifier. |
| RoadNumber | xsd:normalizedString | 0:1 | Number of ROAD. |
| RoadName | xsd:normalizedString | 0:1 | Name of ROAD. |
«enum» | BearingCompass | CompassEnum | 0:1 | Compass bearing of ROAD at point of ADDRESS. |
| BearingDegrees | xsd:integer | 0:1 | BEARING in degrees at point of ADDRESS. |
| OddNumberRange | RoadNumberRangeStructure | 0:1 | Odd number range of ADDRESS. |
| EvenNumberRange | RoadNumberRangeStructure | 0:1 | Even number range of ADDRESS on the road. |
Currently this XML Element is not in use in the Austrian NeTEx Profile