28
|
Chapter 2
Understanding Requests
feature_info Response DTDs
This section presents the DTDs that are used to format responses to
feature_info requests. Use these DTDs to interpret XML responses returned
by an Autodesk MapGuide LiteView application.
gmlfeature.dtd
<?xml version="1.0" encoding="UTF-8"?>
<!--======================================================== -->
<!-- G e o g r a p h y -->
<!-- M a r k u p -->
<!-- L a n g u a g e -->
<!-- -->
<!-- ( G M L ) -->
<!-- -->
<!-- F E A T U R E D T D -->
<!-- -->
<!-- Copyright (c) 2000 OGC All Rights Reserved. -->
<!-- ======================================================== -->
<!-- The GML Feature DTD includes the GML Geometry DTD as an external
entity reference. --->
<!ENTITY % GMLGEOMETRYDTD SYSTEM "gmlgeometry.dtd">
%GMLGEOMETRYDTD;
<!-- A feature contains a set of properties (simple and/or
geometric). In addition a feature can optionally contain a
description. A feature must specify its feature type by name
(typeName). It may optionally provide an identifier for use within
its containing feature collection (identifier) -->
<!ELEMENT Feature (
description?, name?, boundedBy?,
property*, geometricProperty* )>
<!ATTLIST Feature
typeName CDATA #REQUIRED
identifier CDATA #IMPLIED >
<!-- A feature collection has the same definition as a feature, but
in addition a feature collection may contain featureMembers. The
boundedBy element is mandatory for feature collections. -->
<!ELEMENT FeatureCollection (
description?, name?, boundedBy,
property*, geometricProperty*,
featureMember* )>
Содержание 15606-011408-9330 - MAPGUIDE R6.3 SITE LIC-UPG R6
Страница 1: ...April 2004 Autodesk MapGuide LiteView Developer s Guide ...
Страница 12: ...8 Chapter 1 Introduction ...
Страница 38: ...34 Chapter 2 Understanding Requests ...
Страница 90: ...86 Chapter 4 Configuring and Using the Sample Applications ...