<xs:complexType name="MD_VectorSpatialRepresentation_Type">
<xs:annotation>
<xs:documentation>Information about the vector spatial objects in the dataset</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gmd:AbstractMD_SpatialRepresentation_Type">
<xs:sequence>
<xs:element name="topologyLevel" type="gmd:MD_TopologyLevelCode_PropertyType" minOccurs="0"/>
<xs:element name="geometricObjects" type="gmd:MD_GeometricObjects_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |