pub fn write_provisionging_doc<W>(
    xml_writer: &mut Writer<W>,
    provisioning_doc: &LocalProvisioningDoc
) -> Result<()>where
    W: Write,