All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.xsd.proto Maven / Gradle / Ivy

// xsd.proto at 0:0
syntax = "proto3";
package xsd;

import "google/protobuf/descriptor.proto";

// Information elements extracted from the xsd structure
extend google.protobuf.MessageOptions {
  // Base type this message actually is an extension of
  string base_type = 1101;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy