All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.gml-v_3_3.2.6.0.source-code.GML_XBT_3_3.js Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
var GML_XBT_3_3_Module_Factory = function () {
  var GML_XBT_3_3 = {
    n: 'GML_XBT_3_3',
    dens: 'http:\/\/www.opengis.net\/gml\/3.3\/xbt',
    dans: 'http:\/\/www.w3.org\/XML\/1998\/namespace',
    deps: ['GML_3_2_1'],
    tis: [{
        ln: 'CodeType',
        bti: '.LanguageStringType',
        ps: [{
            n: 'codeSpace',
            an: {
              lp: 'codeSpace'
            },
            t: 'a'
          }]
      }, {
        ln: 'LanguageStringAuxType',
        bti: 'GML_3_2_1.StringOrRefType',
        ps: [{
            n: 'lang',
            t: 'a'
          }]
      }, {
        ln: 'CodeWithAuthorityType',
        bti: '.CodeType'
      }, {
        ln: 'LanguageStringType',
        ps: [{
            n: 'value',
            t: 'v'
          }, {
            n: 'lang',
            t: 'a'
          }]
      }],
    eis: [{
        en: 'description',
        ti: '.LanguageStringAuxType',
        sh: {
          lp: 'description',
          ns: 'http:\/\/www.opengis.net\/gml\/3.2'
        }
      }, {
        en: 'remarks',
        ti: '.LanguageStringType',
        sh: {
          lp: 'remarks',
          ns: 'http:\/\/www.opengis.net\/gml\/3.2'
        }
      }]
  };
  return {
    GML_XBT_3_3: GML_XBT_3_3
  };
};
if (typeof define === 'function' && define.amd) {
  define([], GML_XBT_3_3_Module_Factory);
}
else {
  var GML_XBT_3_3_Module = GML_XBT_3_3_Module_Factory();
  if (typeof module !== 'undefined' && module.exports) {
    module.exports.GML_XBT_3_3 = GML_XBT_3_3_Module.GML_XBT_3_3;
  }
  else {
    var GML_XBT_3_3 = GML_XBT_3_3_Module.GML_XBT_3_3;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy