<xs:element name="MapPoint">
<xs:complexType>
<xs:sequence>
<xs:element ref="MapPointName" />
<xs:element ref="MapPointComment" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="MapCoordinates" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="MapPointType" type="mapPointType" />
</xs:complexType>
</xs:element>
|