toXML method

XMLNode toXML()

Implementation

XMLNode toXML() {
  return XMLNode.xmlns(
    tag: 'occupant-id',
    xmlns: occupantIdXmlns,
    attributes: {
      'id': id,
    },
  );
}