Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element pubs:BoundingBoxType / pubs:WestBL
Namespace urn:us:gov:ic:pubs
Annotations

The westernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.

Diagram
Diagram
Type xsd:double
Properties
content simple
Source
<xsd:element name="WestBL" type="xsd:double">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The westernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element pubs:BoundingBoxType / pubs:EastBL
Namespace urn:us:gov:ic:pubs
Annotations

The easternmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.

Diagram
Diagram
Type xsd:double
Properties
content simple
Source
<xsd:element name="EastBL" type="xsd:double">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The easternmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element pubs:BoundingBoxType / pubs:SouthBL
Namespace urn:us:gov:ic:pubs
Annotations

The southernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.

Diagram
Diagram
Type xsd:double
Properties
content simple
Source
<xsd:element name="SouthBL" type="xsd:double">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The southernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element pubs:BoundingBoxType / pubs:NorthBL
Namespace urn:us:gov:ic:pubs
Annotations

The northernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.

Diagram
Diagram
Type xsd:double
Properties
content simple
Source
<xsd:element name="NorthBL" type="xsd:double">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The northernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Complex Type pubs:BoundingBoxType
Namespace urn:us:gov:ic:pubs
Diagram
Diagram PUBS-XML_xsd_Attribute_Group_pubs_CommonAttributesGroup.tmp#CommonAttributesGroup PUBS-XML_xsd_Complex_Type_pubs_BoundingBoxType.tmp#BoundingBoxType_WestBL PUBS-XML_xsd_Complex_Type_pubs_BoundingBoxType.tmp#BoundingBoxType_EastBL PUBS-XML_xsd_Complex_Type_pubs_BoundingBoxType.tmp#BoundingBoxType_SouthBL PUBS-XML_xsd_Complex_Type_pubs_BoundingBoxType.tmp#BoundingBoxType_NorthBL
Used by
Model
Children pubs:EastBL , pubs:NorthBL , pubs:SouthBL , pubs:WestBL
Attributes
QName Type Use Annotation
IDReference xsd:IDREFS optional

A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.

id xsd:ID optional

A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.

qualifier xsd:string optional

A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.

styleType xsd:string optional

A user-defined property within an element for representing the formatting/style to be applied.

Wildcard: ANY attribute from ANY namespace OTHER than 'urn:us:gov:ic:pubs'
Source
<xsd:complexType name="BoundingBoxType">
  <xsd:all minOccurs="1" maxOccurs="1">
    <xsd:element name="WestBL" type="xsd:double">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The westernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="EastBL" type="xsd:double">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The easternmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="SouthBL" type="xsd:double">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The southernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NorthBL" type="xsd:double">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">
          <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The northernmost longitude of the area of interest. This element is mandatory if the Geographic Bounding Box is being used to specify a geospatial area of interest. It is recommended that the latitudes and longitudes be expressed in decimal degrees in order to provide a standard representation. This element must use the WGS-84 Coordinate Reference System.</p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:all>
  <xsd:attributeGroup ref="pubs:CommonAttributesGroup"/>
</xsd:complexType>
Schema location PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here