gmd:CI_OnlineResource_Type

Information about online sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

<xs:complexType name="CI_OnlineResource_Type">
  <xs:annotation>
    <xs:documentation>Information about online sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="linkage" type="gmd:URL_PropertyType"/>
        <xs:element name="protocol" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="applicationProfile" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="name" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="function" type="gmd:CI_OnLineFunctionCode_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>