<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>
|