DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
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: 
Shape, Coordinates
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (1); 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 (defined in 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
Simple Content
enumeration of xs:string
Enumeration:
"Rectangle"
 - 
Rectangular shape.
"Circle"
 - 
Circular shape.
"Polygon"
 - 
A non-rectangual polygon shape.
XML Source (see within schema source)
<xs:element ref="Shape"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set