Skip to content

Instantly share code, notes, and snippets.

@fvanderbiest
Created April 30, 2024 14:48
Show Gist options
  • Save fvanderbiest/67952a7e4a74634f4dfd2067147da82c to your computer and use it in GitHub Desktop.
Save fvanderbiest/67952a7e4a74634f4dfd2067147da82c to your computer and use it in GitHub Desktop.
Attribute catalog implementation
<mdb:MD_Metadata xmlns:mrc="http://standards.iso.org/iso/19115/-3/mrc/2.0"
xmlns:mda="http://standards.iso.org/iso/19115/-3/mda/1.0"
xmlns:mdq="http://standards.iso.org/iso/19157/-2/mdq/1.0"
xmlns:srv="http://standards.iso.org/iso/19115/-3/srv/2.1"
xmlns:mrd="http://standards.iso.org/iso/19115/-3/mrd/1.0"
xmlns:mds="http://standards.iso.org/iso/19115/-3/mds/2.0"
xmlns:mrl="http://standards.iso.org/iso/19115/-3/mrl/2.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:mri="http://standards.iso.org/iso/19115/-3/mri/1.0"
xmlns:cat="http://standards.iso.org/iso/19115/-3/cat/1.0"
xmlns:gfc="http://standards.iso.org/iso/19110/gfc/1.1"
xmlns:mrs="http://standards.iso.org/iso/19115/-3/mrs/1.0"
xmlns:mdt="http://standards.iso.org/iso/19115/-3/mdt/2.0"
xmlns:cit="http://standards.iso.org/iso/19115/-3/cit/2.0"
xmlns:mcc="http://standards.iso.org/iso/19115/-3/mcc/1.0"
xmlns:mpc="http://standards.iso.org/iso/19115/-3/mpc/1.0"
xmlns:gex="http://standards.iso.org/iso/19115/-3/gex/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:lan="http://standards.iso.org/iso/19115/-3/lan/1.0"
xmlns:mac="http://standards.iso.org/iso/19115/-3/mac/2.0"
xmlns:mco="http://standards.iso.org/iso/19115/-3/mco/1.0"
xmlns:gco="http://standards.iso.org/iso/19115/-3/gco/1.0"
xmlns:mdb="http://standards.iso.org/iso/19115/-3/mdb/2.0"
xmlns:mex="http://standards.iso.org/iso/19115/-3/mex/1.0"
xmlns:msr="http://standards.iso.org/iso/19115/-3/msr/2.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mmi="http://standards.iso.org/iso/19115/-3/mmi/1.0"
xmlns:gcx="http://standards.iso.org/iso/19115/-3/gcx/1.0"
xmlns:mas="http://standards.iso.org/iso/19115/-3/mas/1.0">
<mdb:contentInfo>
<mrc:MD_FeatureCatalogue>
<mrc:featureCatalogue>
<gfc:FC_FeatureCatalogue>
<cat:name>
<gco:CharacterString>Nom du catalogue d'attributs (le plus généralement le meme nom de ressource offert par l'API Data)</gco:CharacterString>
</cat:name>
<cat:scope gco:nilReason="missing">
<gco:CharacterString/>
</cat:scope>
<cat:versionNumber>
<gco:CharacterString>1.0</gco:CharacterString>
</cat:versionNumber>
<gfc:globalProperty>
<gfc:FC_FeatureAttribute>
<gfc:memberName>date_de_mise_a_jour_de_la_donnee</gfc:memberName>
<gfc:definition gco:nilReason="missing">
<gco:CharacterString/>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1..1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>DATE</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:globalProperty>
<gfc:globalProperty>
<gfc:FC_FeatureAttribute>
<gfc:memberName>code_postal_commune</gfc:memberName>
<gfc:definition gco:nilReason="missing">
<gco:CharacterString/>
</gfc:definition>
<gfc:cardinality>
<gco:CharacterString>1..1</gco:CharacterString>
</gfc:cardinality>
<gfc:valueType>
<gco:TypeName>
<gco:aName>
<gco:CharacterString>VARCHAR</gco:CharacterString>
</gco:aName>
</gco:TypeName>
</gfc:valueType>
</gfc:FC_FeatureAttribute>
</gfc:globalProperty>
</gfc:FC_FeatureCatalogue>
</mrc:featureCatalogue>
</mrc:MD_FeatureCatalogue>
</mdb:contentInfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment