@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
132 lines • 3.25 kB
JavaScript
var ISO19139_GSS_20060504_Module_Factory = function () {
var ISO19139_GSS_20060504 = {
n: 'ISO19139_GSS_20060504',
dens: 'http:\/\/www.opengis.net\/gml',
dans: 'http:\/\/www.w3.org\/1999\/xlink',
deps: ['XLink_1_0', 'GML_3_2_0'],
tis: [{
ln: 'GMObjectPropertyType',
tn: {
ns: 'http:\/\/www.isotc211.org\/2005\/gss',
lp: 'GM_Object_PropertyType'
},
ps: [{
n: 'abstractGeometry',
rq: true,
mx: false,
dom: false,
en: 'AbstractGeometry',
ti: 'GML_3_2_0.AbstractGeometryType',
t: 'er'
}, {
n: 'nilReason',
ti: {
t: 'l'
},
an: {
lp: 'nilReason',
ns: 'http:\/\/www.isotc211.org\/2005\/gco'
},
t: 'a'
}, {
n: 'uuidref',
an: {
lp: 'uuidref'
},
t: 'a'
}, {
n: 'type',
ti: 'XLink_1_0.TypeType',
t: 'a'
}, {
n: 'href',
t: 'a'
}, {
n: 'role',
t: 'a'
}, {
n: 'arcrole',
t: 'a'
}, {
n: 'title',
t: 'a'
}, {
n: 'show',
ti: 'XLink_1_0.ShowType',
t: 'a'
}, {
n: 'actuate',
ti: 'XLink_1_0.ActuateType',
t: 'a'
}]
}, {
ln: 'GMPointPropertyType',
tn: {
ns: 'http:\/\/www.isotc211.org\/2005\/gss',
lp: 'GM_Point_PropertyType'
},
ps: [{
n: 'point',
rq: true,
en: 'Point',
ti: 'GML_3_2_0.PointType'
}, {
n: 'nilReason',
ti: {
t: 'l'
},
an: {
lp: 'nilReason',
ns: 'http:\/\/www.isotc211.org\/2005\/gco'
},
t: 'a'
}, {
n: 'uuidref',
an: {
lp: 'uuidref'
},
t: 'a'
}, {
n: 'type',
ti: 'XLink_1_0.TypeType',
t: 'a'
}, {
n: 'href',
t: 'a'
}, {
n: 'role',
t: 'a'
}, {
n: 'arcrole',
t: 'a'
}, {
n: 'title',
t: 'a'
}, {
n: 'show',
ti: 'XLink_1_0.ShowType',
t: 'a'
}, {
n: 'actuate',
ti: 'XLink_1_0.ActuateType',
t: 'a'
}]
}],
eis: []
};
return {
ISO19139_GSS_20060504: ISO19139_GSS_20060504
};
};
if (typeof define === 'function' && define.amd) {
define([], ISO19139_GSS_20060504_Module_Factory);
}
else {
var ISO19139_GSS_20060504_Module = ISO19139_GSS_20060504_Module_Factory();
if (typeof module !== 'undefined' && module.exports) {
module.exports.ISO19139_GSS_20060504 = ISO19139_GSS_20060504_Module.ISO19139_GSS_20060504;
}
else {
var ISO19139_GSS_20060504 = ISO19139_GSS_20060504_Module.ISO19139_GSS_20060504;
}
}