blob: 6d29e36502dcce5180fdb4d8128bc605e9dafbc5 [file] [log] [blame]
namespace a = "http://www.example.com/annotation"
element addressBook {
[ <error>b</error>:documentation [ xml:lang="en" "Information about a single address." ] ]
element card {
element name { text },
element email { text }
}*
}