Sign in
fuchsia
/
third_party
/
libxml2
/
db07dd613e461df93dde7902c6505629bf0734e9
/
.
/
test
/
relaxng
/
tutor10_7.rng
blob: ce93df774f64ac05241bc2d8cd6486dd7ea4d0bb [
file
] [
log
] [
blame
]
<element
name
=
"addressBook"
ns
=
"http://www.example.com"
xmlns
=
"http://relaxng.org/ns/structure/1.0"
>
<zeroOrMore>
<element
name
=
"card"
>
<attribute
name
=
"name"
/>
<attribute
name
=
"email"
/>
</element>
</zeroOrMore>
</element>