| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="com.google.eclipse.protobuf" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <meta.schema plugin="com.google.eclipse.protobuf" id="parserChecks" name="parser-checks"/> |
| <documentation>Parser checks for proto files.</documentation> |
| <element name="extension"> |
| <attribute name="point" type="string" use="required"> |
| <documentation></documentation> |
| <attribute name="id" type="string"> |
| <documentation></documentation> |
| <attribute name="name" type="string"> |
| <documentation></documentation> |
| <meta.attribute translatable="true"/> |
| <attribute name="proto2OnlyCheck" type="boolean" use="default" value="false"> |
| <documentation></documentation> |
| <meta.section type="since"/> |
| <documentation>1.3</documentation> |
| <meta.section type="copyright"/> |
| Copyright (c) 2011 Google, Inc. |
| 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 |
| http://www.eclipse.org/legal/epl-v10.html |
| Google, Inc. - initial API and implementation |