You can use exactly the same technique. So in your example, you would use:
<?php if ( is_post_template('schools.php') ) { ?>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ?>/schools.css" />
<?php } ?>
According to the changelog, is_post_template()
was added in version 1.2.