Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/nougat-iot-release
/
.
/
xml
/
relaxng
/
testData
/
validation
/
broken.rnc
blob: f1d29ee6c228c0696e5ec5407ff97ccec80f17f4 [
file
] [
log
] [
blame
] [
edit
]
default
namespace
=
"broken.rnc"
start
=
element foo
{
(
element bar
{
empty
}
|
foo
)
}
foo
=
element x
{
a
}