civic_location.proto 1.98 KB
Newer Older
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
  The version of the OpenAPI document: 2.1.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;


message CivicLocation {

  // Language
  string ca0 = 1;

  // National subdivisions (state, canton, region,province, prefecture) 
  string ca1 = 2;

  // Script
  string ca128 = 3;

  // Leading street direction
  string ca16 = 4;

  // Trailing street suffix
  string ca17 = 5;

  // Street suffix or type
  string ca18 = 6;

  // House number
  string ca19 = 7;

  // County, parish, gun (JP), district (IN)
  string ca2 = 8;

  // House number suffix
  string ca20 = 9;

  // Landmark of vanity address
  string ca21 = 10;

  // Additional location information
  string ca22 = 11;

  // Name (residence and office occupant)
  string ca23 = 12;

  // Postal/zip code
  string ca24 = 13;

  // Building (structure)
  string ca25 = 14;

  // Unit (apartment/suite)
  string ca26 = 15;

  // Floor
  string ca27 = 16;

  // Room
  string ca28 = 17;

  // Type of place
  string ca29 = 18;

  // City, township, shi (JP)
  string ca3 = 19;

  // Postal community name
  string ca30 = 20;

  // Post office box
  string ca31 = 21;

  // Additional code
  string ca32 = 22;

  // Seat (desk.cubicle, workstation)
  string ca33 = 23;

  // Primary road name
  string ca34 = 24;

  // Road section
  string ca35 = 25;

  // Branch road name
  string ca36 = 26;

  // Sub-branch road name
  string ca37 = 27;

  // Street name pre-modifier
  string ca38 = 28;

  // Street name post-modifier
  string ca39 = 29;

  // City division, borough, city district, ward, chou (JP)
  string ca4 = 30;

  // Neighborhood, block
  string ca5 = 31;

  // Group of streets below the neighborhood level 
  string ca6 = 32;

  // The two-letter ISO 3166 [i.9] country code in capital ASCII letters, e.g. DE or US, as per ISO 3166 [i.9]
  string country = 33;

}