<xsd:complexType name="ImageDatumRefType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Association to an Image Datum, either referencing or containing the definition of that Datum. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="gml:DatumRefType">
<xsd:sequence>
<xsd:element ref="gml:ImageDatum" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="gml:AssociationAttributeGroup" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|