<xs:complexType name="MD_Georectified_Type">
<xs:complexContent>
<xs:extension base="gmd:MD_GridSpatialRepresentation_Type">
<xs:sequence>
<xs:element name="checkPointAvailability" type="gco:Boolean_PropertyType" />
<xs:element name="checkPointDescription" type="gco:CharacterString_PropertyType" minOccurs="0" />
<xs:element name="cornerPoints" type="gss:GM_Point_PropertyType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="centerPoint" type="gss:GM_Point_PropertyType" minOccurs="0" />
<xs:element name="pointInPixel" type="gmd:MD_PixelOrientationCode_PropertyType" />
<xs:element name="transformationDimensionDescription" type="gco:CharacterString_PropertyType" minOccurs="0" />
<xs:element name="transformationDimensionMapping" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="2" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|