Implementation of a text element with children.
class base element
private element id id
private immutable dictionary[attribute id, attribute fragment] the attributes
private text fragment or null the children
override element id get id
override immutable text fragment or null children
override string to string()