[tdwg-tapir] r1108 - tapir/dev/schema
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:annotationxsd:documentationURL pointing to a WSDL file describing this template interface</xsd:documentation></xsd:annotation> </xsd:attribute>
participants (1)
-
svn@rs.tdwg.org