freight-trust / global

schema registry global

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Schema Registry

Schema registry global

Overview

Configuration

XML namespace

"xmlComplete.schemaMapping":
[
 {
  "xmlns": "https://github.com/freight-trust",
  "xsdUri": "https://freight-trust.s3.amazonaws.com/cdn/Schema.xsd",
  "strict": true // shows errors instead of tips
 }
]

Using schemaLocation or noNamespaceSchemaLocation attribute directly in edited file

<root
...
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"https://freight-trust.s3.amazonaws.com/cdn/Schema.xsd"
xsi:noNamespaceSchemaLocation="https://freight-trust.s3.amazonaws.com/cdn/Schema.xsd"
/>

Supported URI protocols

Protocol Description Example
data XSD encoded directly in link data:text/plain;base64,SGVsbG8sIFdvcmxkIQ%3D%3D
file XSD from local storage file:///c:/windows/example.ini
ftp XSD from ftp server ftp://ftp.kernel.org/pub/site/README
http XSD from http server http://www.example.com/path/to/name
https XSD from https server https://www.example.com/path/to/name

Examples

License

MPL-2.0 Copyrights are owned by their respective owners

About

schema registry global

License:Mozilla Public License 2.0


Languages

Language:HTML 98.5%Language:Java 0.7%Language:Python 0.6%Language:JavaScript 0.0%Language:CSS 0.0%Language:TeX 0.0%Language:Batchfile 0.0%Language:XSLT 0.0%Language:VBScript 0.0%