complexType "ImageAreaType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
Annotation
Defines the shape and area of an image used as part of a location representation. The shape is defined as a Rectangle, Circle, or Polygon and Coordinates provides the information required to define it.
XML Source (w/o annotations (3); see within schema source)
<xs:sequence>
<xs:element ref="Shape"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 2/2)
-
Type: |
xs:string, predefined, simple content |
A comma-delimited list of x,y coordinates, listed as a set of adjacent points for rectangles and polygons, and as a center-point and a radius for circles (x,y,r).
XML Source (w/o annotations (1); see within schema source)
-
A fixed set of valid responses includes Rectangle, Circle, and Polygon.
Simple Content
Enumeration: |
"Rectangle" |
- |
A rectangular shape (4 sides, 90 degree angles) requiring a minimum of the four corner coordinates.
|
"Circle" |
- |
A circular shape requiring a centroid and radius.
|
"Polygon" |
- |
A non-rectangular polygon requiring three or more points to define.
|
|
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Shape"/>
|