geoportal-access-lib
Version:
French Geoportal resources access library
27 lines (26 loc) • 520 B
JavaScript
/**
* implemented into class 'Address' !
*
* Location type Building
*
* - options
* - options.location.number
*
* FIXME on traite les autres attributs ?
*
* ```
* XSD
* Building (balise xsd) :
* ex. <Building number="800"/>
* attribute name="number" attribute name="subdivision" attribute name="buildingName"
*
* template : {
* 'attributs' : "<Building __attributs__/>"
* avec __attributs__ =
* number=value
* (...)
* }
* ```
* @alias Gp.Formats.XLS.LocationUtilityService.Building
*
*/