gmd:MD_BrowseGraphic_Type

Graphic that provides an illustration of the dataset (should include a legend for the graphic)

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="MD_BrowseGraphic_Type">
  <xs:annotation>
    <xs:documentation>Graphic that provides an illustration of the dataset (should include a legend for the graphic)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="fileName" type="gco:CharacterString_PropertyType"/>
        <xs:element name="fileDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="fileType" type="gco:CharacterString_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>