1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00
emacs/etc/schema/nuget.rnc

26 lines
577 B
Plaintext
Raw Normal View History

default namespace = ""
start =
element configuration {
element packageRestore { add+ }?,
(element config { add }
| element packageSourceMapping {
element packageSource {
attribute key { xsd:NCName },
element package {
attribute pattern { text }
}
}+
}
| element packageSources {
element clear { empty },
add+
})+
}
add =
element add {
attribute key { xsd:NCName },
attribute protocolVersion { xsd:integer }?,
attribute value { xsd:anyURI }
}