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