gmd:CI_OnlineResource
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/citation.xsd
Type: gmd:CI_OnlineResource_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:linkage [1..1]
- gmd:protocol [0..1]
- gmd:applicationProfile [0..1]
- gmd:name [0..1]
- gmd:description [0..1]
- gmd:function [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
- Type gmd:CI_OnlineResource_PropertyType (Elements gmd:onlineResource, gmd:onLine, gmd:extensionOnLineResource)
Sample instance
<gmd:CI_OnlineResource id="ID"> <gmd:linkage> <gmd:URL>http://www.example.com/</gmd:URL> </gmd:linkage> <gmd:protocol> <gco:CharacterString>string</gco:CharacterString> </gmd:protocol> <gmd:applicationProfile> <gco:CharacterString>string</gco:CharacterString> </gmd:applicationProfile> <gmd:name> <gco:CharacterString>string</gco:CharacterString> </gmd:name> <gmd:description> <gco:CharacterString>string</gco:CharacterString> </gmd:description> <gmd:function> <gmd:CI_OnLineFunctionCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:CI_OnLineFunctionCode> </gmd:function> </gmd:CI_OnlineResource>