DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "BoundingBoxType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
WestLongitude, EastLongitude, SouthLatitude, NorthLatitude
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Set of north, south, east, west coordinates defining a rectangle that encompasses the full extent of geographic coverage.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="BoundingBoxType">
<xs:sequence>
<xs:element ref="WestLongitude"/>
<xs:element ref="EastLongitude"/>
<xs:element ref="SouthLatitude"/>
<xs:element ref="NorthLatitude"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
EastLongitude
Type:
LongitudeType, simple content
East longitude of the bounding box. (xmax)
Simple Content
xs:decimal
maxInclusive:
180
minInclusive:
-180
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="EastLongitude"/>

NorthLatitude
Type:
LatitudeType, simple content
North latitude of the bounding box. (ymax)
Simple Content
xs:decimal
maxInclusive:
90
minInclusive:
-90
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NorthLatitude"/>

SouthLatitude
Type:
LatitudeType, simple content
South latitude of the bounding box. (ymin)
Simple Content
xs:decimal
maxInclusive:
90
minInclusive:
-90
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SouthLatitude"/>

WestLongitude
Type:
LongitudeType, simple content
West longitude of the bounding box. (xmin)
Simple Content
xs:decimal
maxInclusive:
180
minInclusive:
-180
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="WestLongitude"/>

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