complexType "AreaCoverageType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Use to specify the area of land, water, total or other area coverage in terms of square miles/kilometers or other measure.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AreaCoverageType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfArea"/>
<xs:element minOccurs="0" ref="MeasurementUnit"/>
<xs:element minOccurs="0" name="AreaMeasure" type="xs:decimal"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
AreaMeasure
Type:
xs:decimal, predefined, simple content
The area measure expressed as a decimal for the measurement unit designated.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AreaMeasure" type="xs:decimal"/>

MeasurementUnit
Type:
CodeValueType, simple content
Records the measurement unit, for example, Square Kilometer, Square Mile. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MeasurementUnit"/>

TypeOfArea
Type:
CodeValueType, simple content
Specify the type of area covered i.e. Total, Land, Water, etc. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfArea"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set