div {
db.simplemsgentry.role.attribute = attribute role { text }
- db.simplemsgentry.audience.attribute = attribute audience { text }
- db.simplemsgentry.origin.attribute = attribute origin { text }
- db.simplemsgentry.level.attribute = attribute level { text }
+
+ db.simplemsgentry.audience.attribute =
+ [
+ db:refpurpose [ "The audience to which the message relevant" ]
+ ]
+ attribute audience { text }
+
+ db.simplemsgentry.origin.attribute =
+ [
+ db:refpurpose [ "The origin of the message" ]
+ ]
+ attribute origin { text }
+
+ db.simplemsgentry.level.attribute =
+ [
+ db:refpurpose [ "The level of importance or severity of a message" ]
+ ]
+ attribute level { text }
db.simplemsgentry.attlist =
db.simplemsgentry.role.attribute?
db.qandaset.role.attribute = attribute role { text }
- db.qandaset.defaultlabel.enumeration = "none" | "number" | "qanda"
+ db.qandaset.defaultlabel.enumeration =
+ ## No labels
+ "none"
+ | ## Numeric labels
+ "number"
+ | ## "Q:" and "A:" labels
+ "qanda"
+
db.qandaset.defaultlabel.attribute =
+ [
+ db:refpurpose [ "Specifies the default labelling" ]
+ ]
attribute defaultlabel { db.qandaset.defaultlabel.enumeration }
db.qandaset.attlist =