<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>
|