complexType HarvestType

complexType {http://www.opengis.net/cat/csw}HarvestType

Type Heirarchy
{http://www.opengis.net/cat/csw}RequestBaseType (by extension)
 {http://www.opengis.net/cat/csw}HarvestType
Derived Types
{http://www.opengis.net/cat/csw}HarvestType
 {http://www.opengis.net/cat/csw}Harvest (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/cat/csw
Declared Namespacesxmlns:ogc=http://www.opengis.net/ogc
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:csw=http://www.opengis.net/cat/csw


Source

<xsd:complexType name="HarvestType">
    <
xsd:annotation>
        <
xsd:documentation xml:lang="en">
Requests that the catalogue attempt to harvest a resource from some
network location identified by the source URL.

Source - a URL from which the resource is retrieved
ResourceType - a URI that specifies the type of the resource
(DCMES v1.1) being harvested if it is known.
ResourceFormat - a media type indicating the format of the
resource being harvested. The default is
"application/xml".
ResponseHandler - a reference to some endpoint to which the
response shall be forwarded when the
harvest operation has been completed
HarvestInterval - an interval expressed using the ISO 8601 syntax;
it specifies the interval between harvest
attempts (e.g., P6M indicates an interval of
six months).
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexContent>
        <
xsd:extension base="csw:RequestBaseType">
            <
xsd:sequence>
                <
xsd:element name="Source" type="xsd:anyURI"/>
                <
xsd:element name="ResourceType" type="xsd:anyURI" minOccurs="0"/>
                <
xsd:element name="ResourceFormat" type="xsd:string" minOccurs="0"
                    
default="application/xml"/>
                <
xsd:element name="HarvestInterval" type="xsd:duration" minOccurs="0"/>
                <
xsd:element name="ResponseHandler" type="xsd:anyURI" minOccurs="0"
                    
maxOccurs="unbounded"/>
            </
xsd:sequence>
        </
xsd:extension>
    </
xsd:complexContent>
</
xsd:complexType>


Documentation

Requests that the catalogue attempt to harvest a resource from some
network location identified by the source URL.
Source          - a URL from which the resource is retrieved
ResourceType    - a URI that specifies the type of the resource
                  (DCMES v1.1) being harvested if it is known.
ResourceFormat  - a media type indicating the format of the
                  resource being harvested.  The default is
                  "application/xml".
ResponseHandler - a reference to some endpoint to which the
                  response shall be forwarded when the
                  harvest operation has been completed
HarvestInterval - an interval expressed using the ISO 8601 syntax;
                  it specifies the interval between harvest
                  attempts (e.g., P6M indicates an interval of
                  six months).


complexType HarvestType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.