<dcs>

<dcs> (Data Category Selection) The selection of Data Categories used to express the annotations
Modulemaf
Attributes
locallocal name of the category
Status Optional
Datatype
xsd:NCName
registered registered name of the category in the ISO Data Category Registry
Status Optional
Datatype
xsd:anyURI
rel (relationship) Relationship between the local meaning of a category and the registered one
Status Optional
Datatype
text
Suggested values include:
eq
[Default]
subs
gen
desc (description) Informal description of a Data Category
Status Optional
Datatype
text
Used bytagset
May containEmpty element
Declaration
element dcs
{
   attribute local { xsd:NCName }?,
   attribute registered { xsd:anyURI }?,
   attribute rel { "eq" | "subs" | "gen" | text }?,
   attribute desc { text }?
}