Definition Type: ComplexType
Name: ReferenceType
Namespace: http://www.opengis.net/ows/1.1
Type: ows:AbstractReferenceBaseType
Containing Schema: owsManifest.xsd
Abstract
Documentation:
Complete reference to a remote or local resource, allowing including metadata about that resource.
Collapse XSD Schema Diagram:
Drilldown into Metadata in schema owscommon_xsd Drilldown into Format in schema owsmanifest_xsd Drilldown into Abstract in schema ows19115subset_xsd Drilldown into Identifier in schema owsdataidentification_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema owsmanifest_xsd Drilldown into AbstractReferenceBaseType in schema owsmanifest_xsdXSD Diagram of ReferenceType in schema owsmanifest_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="ReferenceType">
    <annotation>
        <documentation>Complete reference to a remote or local resource, allowing including metadata about that resource. </documentation>
    </annotation>
    <complexContent>
        <extension base="ows:AbstractReferenceBaseType">
            <sequence>
                <element ref="ows:Identifier" minOccurs="0">
                    <annotation>
                        <documentation>Optional unique identifier of the referenced resource. </documentation>
                    </annotation>
                </element>
                <element ref="ows:Abstract" minOccurs="0" maxOccurs="unbounded" />
                <element name="Format" type="ows:MimeType" minOccurs="0">
                    <annotation>
                        <documentation>The format of the referenced resource. This element is omitted when the mime type is indicated in the http header of the reference. </documentation>
                    </annotation>
                </element>
                <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Optional unordered list of additional metadata about this resource. A list of optional metadata elements for this ReferenceType could be specified in the Implementation Specification for each use of this type in a specific OWS. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier ows:Identifier 0 (1)
Abstract ows:Abstract 0 unbounded
Format ows:Format 0 (1)
Metadata ows:Metadata 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type ows:type (Optional)
href xlink:href Required
role xlink:role Optional
arcrole xlink:arcrole Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
Collapse Derivation Tree:
Collapse References:
ows:Referenceows:ServiceReferenceType,