element <Shape> (global)
Namespace:
Type:
Content:
simple
Defined:
globally in reusable.xsd; see XML source
Used:
XML Representation Summary
<Shape>
   
Content: 
{ enumeration of xs:string }
</Shape>
Simple Content Detail:
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.

Included in content model of elements (1):
ImageArea
Known Usage Locations
Annotation
Specifies a type of geometric shape for the purpose of determining the required information needed to render the object.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Shape" type="ShapeCodedType"/>

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