 
               type Element = {
Name : string
Attributes : Attribute list
}
type Element = {
Name : string
Attributes : Attribute list
}
              This is a paragraph
type Element = { Name : string Attributes : Attribute list Content : Content } and Content = PlainText of string String.concat " "
string !-> List !-> string
String.concat " "
string !-> List !-> string