gmd:MD_FeatureCatalogueDescription
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/content.xsd
Type: gmd:MD_FeatureCatalogueDescription_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:complianceCode [0..1]
- gmd:language [0..*]
- gmd:includedWithDataset [1..1]
- gmd:featureTypes [0..*]
- gmd:featureCatalogueCitation [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_FeatureCatalogueDescription_PropertyType
- Type gmd:MD_ContentInformation_PropertyType (Element gmd:contentInfo)
Substitution hierarchy
- gmd:AbstractMD_ContentInformation
- can be substituted with gmd:MD_FeatureCatalogueDescription
Sample instance
<gmd:MD_FeatureCatalogueDescription> <gmd:complianceCode> <gco:Boolean>true</gco:Boolean> </gmd:complianceCode> <gmd:language> <gco:CharacterString>string</gco:CharacterString> </gmd:language> <gmd:includedWithDataset> <gco:Boolean>true</gco:Boolean> </gmd:includedWithDataset> <gmd:featureTypes> <gco:LocalName>string</gco:LocalName> </gmd:featureTypes> <gmd:featureCatalogueCitation> <gmd:CI_Citation> <gmd:title>... </gmd:title> <gmd:alternateTitle>... </gmd:alternateTitle> <gmd:date>... </gmd:date> <gmd:edition>... </gmd:edition> <gmd:editionDate>... </gmd:editionDate> <gmd:identifier>... </gmd:identifier> <gmd:citedResponsibleParty>... </gmd:citedResponsibleParty> <gmd:presentationForm>... </gmd:presentationForm> <gmd:series>... </gmd:series> <gmd:otherCitationDetails>... </gmd:otherCitationDetails> <gmd:collectiveTitle>... </gmd:collectiveTitle> <gmd:ISBN>... </gmd:ISBN> <gmd:ISSN>... </gmd:ISSN> </gmd:CI_Citation> </gmd:featureCatalogueCitation> </gmd:MD_FeatureCatalogueDescription>