simpleType "ShapeCodedType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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.

All Direct / Indirect Based Elements (1):
Shape
Known Usage Locations
Annotation
Specifies a type of geometric shape for the purpose of determining the required information needed to render the object.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ShapeCodedType
Derivation:
restriction of xs:string
Facets:
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 (4); see within schema source)
<xs:simpleType name="ShapeCodedType">
<xs:restriction base="xs:string">
<xs:enumeration value="Rectangle"/>
<xs:enumeration value="Circle"/>
<xs:enumeration value="Polygon"/>
</xs:restriction>
</xs:simpleType>

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