complexType "ImageAreaType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
Coordinates, Shape
All Direct / Indirect Based Elements (1):
ImageArea
Known Usage Locations
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:complexType name="ImageAreaType">
<xs:sequence>
<xs:element ref="Shape"/>
<xs:element name="Coordinates" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
Coordinates
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)
<xs:element name="Coordinates" type="xs:string"/>

Shape
Type:
ShapeCodedType, simple content
A fixed set of valid responses includes Rectangle, Circle, and Polygon.
Simple Content
enumeration of xs:string
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"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set