Attributes { fvcom_mesh { String face_node_connectivity "fnca"; String standard_name "mesh_topology"; Int32 topology_dimension 2; String node_coordinates "X Y"; } X { String grid "element"; String grid_location "node"; } Y { String grid "element"; String grid_location "node"; } fnca { Int32 start_index 1; String standard_name "face_node_connectivity"; } oneDnodedata { String coordinates "Y X"; String mesh "fvcom_mesh"; String location "node"; } twoDnodedata { String coordinates "Y X"; String mesh "fvcom_mesh"; String location "node"; } threeDnodedata { String coordinates "Y X"; String mesh "fvcom_mesh"; String location "node"; } celldata { String mesh "fvcom_mesh"; String location "face"; } bogusMeshRef { String coordinates "Y X"; String mesh "bogus"; String location "node"; } }