Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0
/
libxml2
/
refs/heads/master
/
.
/
libxml2-2.7.7
/
test
/
relaxng
/
tutor9_11.rng
blob: cf63b02b83a4631cf11c1491e170f2c64ed1c3fd [
file
] [
log
] [
blame
] [
edit
]
<grammar
xmlns
=
"http://relaxng.org/ns/structure/1.0"
>
<include
href
=
"addressBook.rng"
>
<define
name
=
"cardContent"
>
<element
name
=
"name"
>
<text/>
</element>
<element
name
=
"emailAddress"
>
<text/>
</element>
</define>
</include>
</grammar>