Definition Type: ComplexType
Name: AbstractReferenceBaseType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsManifest.xsd
Abstract
Documentation:
Base for a reference to a remote or local resource. This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of AbstractReferenceBaseType in schema owsmanifest_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="AbstractReferenceBaseType">
    <annotation>
        <documentation> Base for a reference to a remote or local resource. </documentation>
        <documentation>This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup. </documentation>
    </annotation>
    <attribute name="type" type="string" fixed="simple" form="qualified" />
    <attribute ref="xlink:href" use="required">
        <annotation>
            <documentation>Reference to a remote resource or local payload. A remote resource is typically addressed by a URL. For a local payload (such as a multipart mime message), the xlink:href must start with the prefix cid:. </documentation>
        </annotation>
    </attribute>
    <attribute ref="xlink:role" use="optional">
        <annotation>
            <documentation>Reference to a resource that describes the role of this reference. When no value is supplied, no particular role value is to be inferred. </documentation>
        </annotation>
    </attribute>
    <attribute ref="xlink:arcrole" use="optional">
        <annotation>
            <documentation>Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. </documentation>
        </annotation>
    </attribute>
    <attribute ref="xlink:title" use="optional">
        <annotation>
            <documentation>Describes the meaning of the referenced resource in a human-readable fashion. </documentation>
        </annotation>
    </attribute>
    <attribute ref="xlink:show" use="optional">
        <annotation>
            <documentation>Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. </documentation>
        </annotation>
    </attribute>
    <attribute ref="xlink:actuate" use="optional">
        <annotation>
            <documentation>Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. </documentation>
        </annotation>
    </attribute>
</complexType>
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:AbstractReferenceBaseows:ReferenceType,