gmd:MD_ApplicationSchemaInformation
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/applicationSchema.xsd
Type: gmd:MD_ApplicationSchemaInformation_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:name [1..1]
- gmd:schemaLanguage [1..1]
- gmd:constraintLanguage [1..1]
- gmd:schemaAscii [0..1]
- gmd:graphicsFile [0..1]
- gmd:softwareDevelopmentFile [0..1]
- gmd:softwareDevelopmentFileFormat [0..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
Sample instance
<gmd:MD_ApplicationSchemaInformation id="ID"> <gmd:name> <gmd:CI_Citation id="ID"> <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:name> <gmd:schemaLanguage> <gco:CharacterString>string</gco:CharacterString> </gmd:schemaLanguage> <gmd:constraintLanguage> <gco:CharacterString>string</gco:CharacterString> </gmd:constraintLanguage> <gmd:schemaAscii> <gco:CharacterString>string</gco:CharacterString> </gmd:schemaAscii> <gmd:graphicsFile> <gco:Binary>string</gco:Binary> </gmd:graphicsFile> <gmd:softwareDevelopmentFile> <gco:Binary>string</gco:Binary> </gmd:softwareDevelopmentFile> <gmd:softwareDevelopmentFileFormat> <gco:CharacterString>string</gco:CharacterString> </gmd:softwareDevelopmentFileFormat> </gmd:MD_ApplicationSchemaInformation>