[tdwg-tapir] r1108 - tapir/dev/schema

svn at rs.tdwg.org svn at rs.tdwg.org
Sat Jun 2 23:37:37 CEST 2007


Author: RenatoDeGiovanni
Date: 2007-06-02 23:37:20 +0200 (Sat, 02 Jun 2007)
New Revision: 1108

Modified:
   tapir/dev/schema/tapir.xsd
Log:
Included optional attribute "alias" in output models and query templates that are advertised in capabilities responses.


Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2007-05-31 12:37:54 UTC (rev 1107)
+++ tapir/dev/schema/tapir.xsd	2007-06-02 21:37:20 UTC (rev 1108)
@@ -886,7 +886,15 @@
 												<xsd:element name="knownOutputModels" minOccurs="0" >
 													<xsd:complexType>
 														<xsd:sequence>
-															<xsd:element name="outputModel" type="externalResourceType" maxOccurs="unbounded"/>
+															<xsd:element name="outputModel" maxOccurs="unbounded">
+																<xsd:complexType>
+																	<xsd:complexContent>
+																		<xsd:extension base="externalResourceType">
+																			<xsd:attribute name="alias" type="xsd:string"/>
+																		</xsd:extension>
+																	</xsd:complexContent>
+																</xsd:complexType>
+															</xsd:element>
 														</xsd:sequence>
 													</xsd:complexType>
 												</xsd:element>
@@ -1068,6 +1076,7 @@
 				<xsd:complexType>
 					<xsd:complexContent>
 						<xsd:extension base="externalResourceType">
+							<xsd:attribute name="alias" type="xsd:string"/>
 							<xsd:attribute name="wsdl" type="xsd:anyURI">
 								<xsd:annotation><xsd:documentation>URL pointing to a WSDL file describing this template interface</xsd:documentation></xsd:annotation>
 							</xsd:attribute>




More information about the tdwg-tag mailing list