| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.wst.xml.core"> |
| <annotation> |
| <appInfo> |
| <meta.schema plugin="org.eclipse.wst.xml.core" id="catalogContributions" name="XML Catalog Contributions Extension Point"/> |
| </appInfo> |
| <documentation> |
| This extension point allows to specify entries for XML Catalog. Catalog entries have format specified in <a href="http://www.oasis-open.org/committees/download.php/14041/xml-catalogs.html">http://www.oasis-open.org/committees/entity/spec.html</a>. |
| Each catalog extension consists of a single catalogContribution element. |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <complexType> |
| <choice> |
| <element ref="catalogContribution"/> |
| </choice> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| a fully qualified identifier of the target extension point |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| an optional identifier of the extension instance |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| an optional name of the extension instance |
| </documentation> |
| <appInfo> |
| <meta.attribute translatable="true"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="catalogContribution"> |
| <annotation> |
| <documentation> |
| The catalogContribution element may have id, and it is just a container for the contributed catalog entries. |
| </documentation> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="public" minOccurs="0" maxOccurs="unbounded"/> |
| <element ref="system" minOccurs="0" maxOccurs="unbounded"/> |
| <element ref="uri" minOccurs="0" maxOccurs="unbounded"/> |
| <element ref="nextCatalog" minOccurs="0" maxOccurs="unbounded"/> |
| </sequence> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| Id of the catalog to which entries will be added. Could be "default", and if ommited, entries are added to the default workspace catalog. |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="public"> |
| <annotation> |
| <documentation> |
| The public element associates a URI reference with the public identitier portion of an external identifier. |
| </documentation> |
| </annotation> |
| <complexType> |
| <sequence> |
| </sequence> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| Id of the element, optional. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="publicId" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The public identifier portion of an external identifier. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="uri" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The value of the uri attribute could be relative to the plugin.xml file, use platform:/ or file:/ protocols. |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="resource"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| <attribute name="webURL" type="string"> |
| <annotation> |
| <documentation> |
| Alternative Web address for the public ID |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="system"> |
| <annotation> |
| <documentation> |
| The system elements associates a URI reference with the system identifier of an external identifier |
| </documentation> |
| </annotation> |
| <complexType> |
| <sequence> |
| </sequence> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| Id of the element, optional. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="systemId" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The system identifier portion of an external identifier. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="uri" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The value of the uri attribute could be relative to the plugin.xml file, use platform:/ or file:/ protocols. |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="resource"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="uri"> |
| <annotation> |
| <documentation> |
| The uri element associates a URI reference with the a URI reference that is not part of an external identifier. |
| </documentation> |
| </annotation> |
| <complexType> |
| <sequence> |
| </sequence> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| Id of the element, optional. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="uri" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The value of the uri attribute could be relative to the plugin.xml file, use platform:/ or file:/ protocols. |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="resource"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string" use="required"> |
| <annotation> |
| <documentation> |
| A URI reference that is not part of an external identitier. |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="nextCatalog"> |
| <annotation> |
| <documentation> |
| The nextCatalog elements indicate additional catalog entry file(s) to be considered during the process of resolution. |
| </documentation> |
| </annotation> |
| <complexType> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| Id of the element, optional. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="catalog" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The value of the uri attribute could be relative to the plugin.xml file, use platform:/ or file:/ protocols. |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="resource"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="since"/> |
| </appInfo> |
| <documentation> |
| 1.0 |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="examples"/> |
| </appInfo> |
| <documentation> |
| <pre> |
| <extension |
| point="org.eclipse.wst.xml.uriresolver.catalogContributions"> |
| <catalogContribution> |
| <system |
| systemId="http://schemas.xmlsoap.org/wsdl/" |
| uri="data/xsd/wsdl.xml" > |
| <property |
| name="webURL" |
| value="http://schemas.xmlsoap.org/wsdl/"/> |
| </system> |
| <uri |
| name="http://schemas.xmlsoap.org/wsdl/soap/" |
| uri="data/xsd/soap.xsd"/> |
| <public |
| publicId="http://www.w3.org/1999/XSL/Transform" |
| uri="data/xsd/XSLSchema.xsd"> |
| <property |
| name="webURL" |
| value="http://schemas.xmlsoap.org/wsdl/"/> |
| </public> |
| <nextCatalog |
| id="nestedCatalog" |
| catalog="data/catalog1.xml"/> |
| </catalogContribution> |
| </extension> |
| </pre> |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="apiInfo"/> |
| </appInfo> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="implementation"/> |
| </appInfo> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="copyright"/> |
| </appInfo> |
| <documentation> |
| Copyright (c) 2005 IBM Corporation and others.<br> |
| All rights reserved. This program and the accompanying materials are made |
| available under the terms of the Eclipse Public License v1.0 which accompanies |
| this distribution, and is available at <a |
| href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> |
| </documentation> |
| </annotation> |
| |
| </schema> |