Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:LegendCodeType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Complex_Type_diggs_LegendCodeType.tmp#LegendCodeType_codeSpacexlinks_xsd_Attribute_xlink_href.tmp#hrefKernel_xsd_Complex_Type_diggs_LegendCodeType.tmp#LegendCodeType_mimeType
Type extension of string
Used by
Attributes
QName Type Use Annotation
codeSpace anyURI optional
This attribute, if present serves the same purpose as codeSpace in the GML namespace - if present it shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.
mimeType diggs:mimeTypeEnumExtType optional
The mimeType of the legend graphic file identified by the xlink:href attribute
xlink:href anyURI optional
Source
<complexType name="LegendCodeType">
  <simpleContent>
    <extension base="string">
      <attribute name="codeSpace" type="anyURI">
        <annotation>
          <documentation>This attribute, if present serves the same purpose as codeSpace in the GML namespace - if present it shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.</documentation>
        </annotation>
      </attribute>
      <attribute ref="xlink:href">
        <annotation>
          <documentation>Pointer to the graphic file associated with this legend code. This attribute must be present if the mimeType attribute is used.</documentation>
        </annotation>
      </attribute>
      <attribute name="mimeType" type="diggs:mimeTypeEnumExtType">
        <annotation>
          <documentation>The mimeType of the legend graphic file identified by the xlink:href attribute</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:LegendCodeType / @codeSpace
Namespace No namespace
Annotations
This attribute, if present serves the same purpose as codeSpace in the GML namespace - if present it shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.
Type anyURI
Properties
content simple
Used by
Complex Type diggs:LegendCodeType
Source
<attribute name="codeSpace" type="anyURI">
  <annotation>
    <documentation>This attribute, if present serves the same purpose as codeSpace in the GML namespace - if present it shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.</documentation>
  </annotation>
</attribute>
Attribute diggs:LegendCodeType / @mimeType
Namespace No namespace
Annotations
The mimeType of the legend graphic file identified by the xlink:href attribute
Type diggs:mimeTypeEnumExtType
Properties
content simple
Used by
Complex Type diggs:LegendCodeType
Source
<attribute name="mimeType" type="diggs:mimeTypeEnumExtType">
  <annotation>
    <documentation>The mimeType of the legend graphic file identified by the xlink:href attribute</documentation>
  </annotation>
</attribute>